acc2766f9186e2aceac1540a4d050036815b07de
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2
3         * wl-util.el (wl-biff-check-folder-async): Use
4         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
5
6 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7
8         * wl-message.el (wl-message-display-internal): Does not put
9         wl-message-display-type property on message buffer.
10         (wl-message-buffer-display-type): New function.
11
12         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
13
14         * wl-summary.el (wl-summary-mode): Use `dolist' to add
15         `wl-summary-buffer-detach'.
16         (wl-summary-message-display-type): Use
17         `wl-summary-buffer-display-type'.
18
19 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
20
21         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
22         buffer-local.
23
24         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
25         kill-buffer-hook instead of make-local-variable.
26         (wl-draft-preview-message): Set `local' argument of add-hook as t.
27
28 2004-12-12  Scott Renfro <scott@renfro.org>
29
30         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
31         regex for square-branket.
32
33 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
34
35         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
36         `wl-message-mime-analysis-p' with argument `header'.
37
38 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
39
40         * wl-mime.el (wl-draft-yank-current-message-entity): 
41         Switch to no-mime following method according to wl-message-display-type
42         property.
43         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
44
45         * wl-message.el (wl-message-display-internal): 
46         Put wl-message-display-type property on message buffer.
47
48         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
49         (wl-message-display-internal): Ditto;
50
51         * wl-summary.el (wl-summary-toggle-mime): Ditto.
52
53 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
54
55         * wl-message.el (wl-message-make-display-type): New function.
56         (wl-message-display-type-property): Ditto.
57         (wl-message-mime-analysys-p): Ditto.
58         (wl-message-display-all-header-p): Ditto.
59         (wl-message-redisplay): Removed argument `as-is', `all-header' and
60         added `display-type'.
61         (wl-message-buffer-display): Likewise.
62         (wl-message-display-internal): Likewise.
63         (wl-message-buffer-display-type): Abolish.
64         (wl-message-buffer-prefetch-subr): Follow the API changed.
65
66         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
67         from wl-summary-buffer-display-all-header and changed default value.
68         (wl-summary-message-display-type): New function.
69         (wl-summary-buffer-display-mime-mode): Ditto.
70         (wl-summary-buffer-display-header-mode): Ditto.
71         (wl-summary-toggle-mime): Rewrite with above functions.
72         (wl-summary-toggle-all-header): Ditto.
73         (wl-summary-redisplay): Force redisplay with default mode.
74         (wl-summary-redisplay-internal): Renamed argument from `mode',
75         `all-header' to `mime-mode', `header-mode'.
76         Use `wl-message-make-display-type'.
77
78         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
79         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
80
81 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
82
83         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
84
85 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
86
87         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
88         in original message buffer.
89         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
90         buffer.
91
92 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
93
94         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
95
96 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
97
98         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
99
100 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
101
102         * wl-action.el (wl-summary-exec-action-refile): Display a done message
103         when actions succeeded.
104         (wl-summary-exec-action-copy): Likewise.
105
106 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
107
108         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
109         there is switch-to-buffer at the end of wl-message-select-buffer.
110         (wl-summary-reply): Ditto.
111
112 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
113
114         * wl-summary.el (wl-summary-forward): Put subject in original
115         message buffer as argument of wl-draft-forward.
116         * wl-draft.el (wl-draft-forward): Decode subject as in
117         wl-draft-reply.
118
119 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
120
121         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
122         a folder under access group.
123
124 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
125
126         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
127         wl-message-buffer-display.
128
129         * wl-util.el (wl-set-save-drafts): Fix typo.
130
131 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
132
133         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
134         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
135         wl-highlight-logo-face to set the bg color of an xbm image; fixed
136         the way to measure the width of a bitmap image; don't put face on
137         ascii and bitmap images; put the mark which should not use the
138         variable-pitch face on ascii and bitmap images.
139         (wl-demo-setup-properties): Don't use the variable-pitch face on
140         ascii and bitmap images; made it work on Emacs 20 and earlier.
141         (wl-demo-insert-text): End with a newline at the bottom; don't put
142         face on text.
143
144         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
145
146 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
147
148         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
149
150         * wl-util.el (wl-save-drafts): Moved from sample setting.
151         (wl-set-save-drafts): New function to set idle timer.
152         * wl-draft.el (wl-draft): Call it.
153         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
154
155 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
156
157         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
158         a summary which has toggle display status off.
159
160 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
161
162         * wl-draft.el (wl-draft-do-fcc): No cache save.
163
164 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
165
166         * wl-summary.el (elmo-event-handler-flag-changed): Use
167         `set-buffer' instead of `with-current-buffer'.
168
169 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
170
171         * wl-summary.el (wl-summary-after-resize-function): New function.
172         (wl-summary-mode): Add `wl-summary-after-resize-function' to
173         window-size-change-functions.
174
175 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
176
177         * wl-draft.el (wl-draft-create-buffer): Bind
178         `change-major-mode-hook' after current buffer is changed.
179
180         * wl-summary.el (wl-summary-buffer-detach): New function.
181         (wl-summary-buffer-set-folder): Call it.
182         (wl-summary-mode): Add `wl-summary-buffer-detach' to
183         change-major-mode-hook and kill-buffer-hook.
184         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
185         (wl-summary-switch-to-clone-buffer): Ditto.
186         (wl-summary-goto-folder-subr): Ditto.
187
188 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
189
190         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
191         after boundp check.
192
193 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
194
195         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
196         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
197         for `kill-buffer'.
198
199         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
200         handler of current buffer from elmo-folder.
201
202 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
203
204         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
205
206 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
207
208         * wl-summary.el (wl-summary-buffer-event-handler): New internal
209         variable.
210         (wl-summary-event-handler): New class.
211         (elmo-event-handler-flag-changed): Define to update persistent
212         mark.
213         (wl-summary-buffer-set-folder): Register event handler to
214         elmo-folder.
215         (wl-summary-exit): Unregister event handler.
216         (wl-summary-goto-folder-subr): Ditto.
217         (wl-summary-mark-as-read-all): Does not call
218         `wl-summary-update-persistent-mark' directly.
219         (wl-summary-mark-as-read-internal): Ditto.
220         (wl-summary-set-persistent-mark-internal): Ditto.
221         (wl-summary-set-flags-internal): Ditto.
222
223         * Version number is increased to 2.11.33.
224
225 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
226
227         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
228         to nil.
229
230 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
231
232         * wl-spam.el (wl-spam-setup): Add hook
233         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
234         instead of `wl-summary-prepare-hook'.
235
236         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
237         if folder type is `'flag'.
238         (wl-summary-mark-as-important): Ditto.
239
240 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
241
242         * wl-address.el (wl-address-minibuffer-history): New variable.
243         (wl-address-minibuffer-local-map): New keymap.
244         (wl-address-read-from-minibuffer): New function.
245
246         * wl-action.el (wl-summary-get-resend-address): Use
247         `wl-address-read-from-minibuffer' instead of `completing-read'.
248
249 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
250
251         * Version number is increased to 2.11.32.
252
253 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
254
255         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
256         without mule to iso-8859-1.
257         (wl-draft-add-in-reply-to): Add note in description.
258         (wl-draft-add-references): Ditto.
259
260 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
261
262         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
263         definition for `m'.
264         (wl-summary-mode-line-format): Add '[%m]'.
265         (wl-message-mode-line-format-spec-alist): Ditto.
266         (wl-summary-display-mime-mode-list): New variable.
267
268         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
269         from wl-summary-buffer-display-as-is.
270         (wl-summary-buffer-display-all-header): New buffer local variable.
271         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
272         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
273         instead of wl-summary-buffer-display-as-is.
274         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
275         (wl-summary-set-persistent-mark): Ditto.
276         (wl-summary-set-message-buffer-or-redisplay): Just call
277         `wl-summary-redisplay-internal' without optional arguments.
278         (wl-summary-toggle-mime): Rewrite.
279         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
280         (wl-summary-toggle-all-header): New function.
281         (wl-summary-redisplay-internal): Treat mime mode.
282
283         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
284         to wl-mime-preview-follow-no-mime.
285         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
286         accodring to the display-mode.
287
288         * wl-message.el (wl-message-buffer-display-type): Rewrite.
289         (wl-message-buffer-display): Changed argument name from `as-is' to
290         `mode'.
291         (wl-message-display-internal): Ditto;
292         Bind elmo-mime-display-header-analysis according to the mode.
293         (wl-message-display-internal): Put wl-message-display-mime-mode
294         property on entire buffer.
295
296 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
297
298         * wl-draft.el (wl-draft-do-fcc): Undo last change.
299
300 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
301
302         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
303         Don't extract mail address.
304         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
305
306         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
307
308         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
309
310 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
311
312         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
313         wl-fldmgr-cut-entity-list on confirmation.
314
315 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
316
317         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
318         (wl-mime-quit-preview): Check existence of
319         mime-edit-temp-message-buffer here.
320
321 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
322
323         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
324         after deletion.
325
326         * wl-draft.el (wl-draft-send-confirm): Check major-mode
327         before calling wl-mime-quit-preview.
328
329 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
330
331         * wl-summary.el (wl-summary-pick): If call it with prefix
332         argument, set `delete-marks' as non-nil. Pick from only visible
333         messages.
334         (wl-summary-check-target-mark): New function.
335         (wl-summary-target-mark-mark-as-read): Use it.
336         (wl-summary-target-mark-mark-as-unread): Ditto.
337         (wl-summary-target-mark-operation): Ditto.
338         (wl-summary-target-mark-set-flags): Ditto.
339         (wl-summary-target-mark-save): Ditto.
340         (wl-summary-target-mark-pick): Ditto.
341         (wl-summary-target-mark-forward): Ditto.
342         (wl-summary-target-mark-reply-with-citation): Ditto.
343         (wl-summary-target-mark-print): Ditto.
344         (wl-summary-target-mark-uudecode): Ditto.
345
346         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
347         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
348         with `ask-coding' is non-nil.
349
350 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
351
352         * wl-thread.el (wl-thread-set-parent): If parent is a message
353         which is identified by references, set linked as nil.
354
355 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
356
357         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
358         (wl-message-mode-line-format-spec-alist): Ditto.
359         (wl-message-mode-line-format): Ditto.
360         (wl-summary-mode-line-format): Ditto for docstring.
361         (wl-summary-no-mime-folder-list): Fix typo.
362
363         * wl-util.el (wl-current-message-buffer): Call
364         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
365
366         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
367         variable.
368         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
369         of `wl-summary-redisplay-no-mime'.
370         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
371         (wl-summary-toggle-mime): New function.
372         (wl-summary-redisplay-all-header): Rewrite.
373         (wl-summary-redisplay-no-mime): Ditto.
374         (wl-summary-redisplay-internal): Added argument `as-is' and
375         `all-header'.
376
377         * wl-refile.el (wl-refile-default-from-folder-path-separator):
378         New variable.
379         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
380         bottom.
381         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
382         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
383         "/" unconditionally.
384
385         * wl-mime.el (wl-draft-yank-current-message-entity): Use
386         wl-mime-preview-follow-no-mime for as-is content.
387         (wl-mime-preview-follow-no-mime): New function.
388         (wl-mime-preview-follow-current-region): Fixed parenthesis.
389
390         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
391         and added `as-is', `all-header'.
392         (wl-message-buffer-display): Ditto.
393         (wl-message-buffer-display-type): New function.
394
395 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
396
397         * wl-vars.el (wl-message-header-button-alist): Change default
398         value.
399         (wl-message-body-button-alist): Ditto.
400
401 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
402
403         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
404
405 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
406
407         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
408
409 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
410
411         * wl-summary.el (wl-summary-sync-marks): Remove condition which
412         is always true.
413
414 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
415
416         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
417         on null entity.
418
419 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
420
421         * wl-vars.el (wl-draft-reply-default-position): Fix range.
422
423 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
424
425         * wl-vars.el (wl-summary-resend-hook): New hook.
426
427         * wl-action.el (wl-summary-exec-action-resend-subr): Run
428         `wl-summary-resend-hook'.
429
430 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
431
432         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
433         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
434         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
435         (wl-summary-new-cached-mark): Changed default value to 'n'.
436         (wl-summary-unread-cached-mark): Changed default value to 'u'.
437         (wl-summary-answered-cached-mark): Changed default value to 'a'.
438         (wl-folder-sync-range-alist): Remove spec for 'flag.
439         (wl-summary-force-prefetch-folder-list): New user option.
440
441         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
442         `wl-summary-toggle-persistent-mark'.
443         (wl-summary-update-mark-and-highlight-window): Don't highlight when
444         number is nil.
445         (wl-summary-mark-as-answered-region): Set interactive argument of
446         `wl-summary-set-persistent-mark-internal'.
447         (wl-summary-mark-as-important-region): Ditto.
448         (wl-summary-unset-persistent-mark): Ditto.
449         (wl-summary-set-persistent-mark): Ditto.
450         (wl-summary-mark-as-answered): Ditto.
451         (wl-summary-mark-as-important): Ditto.
452         (wl-summary-set-persistent-mark-internal): Do nothing
453         when `elmo-message-flag-available-p' is nil.
454         (wl-summary-toggle-persistent-mark): New function.
455         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
456         when the folder matches `wl-summary-force-prefetch-folder-list'.
457
458
459         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
460         when number is nil.
461         (wl-highlight-summary-forwarded-face): New face.
462
463 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
464
465         * Version number is increased to 2.11.31.
466
467 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
468
469         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
470         (wl-biff-check-folder-async): Ditto.
471         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
472
473 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
474
475         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
476         Add an argument `reverse'.  All callers are updated.
477         (wl-summary-sort): Add a prefix argument `reverse' to specify
478         reverse sorting.
479         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
480         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
481         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
482
483 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
484
485         * wl-message.el (wl-message-redisplay): Does not narrow header if
486         disply-type is all-header or as-is.
487
488         * wl-summary.el (wl-summary-enter-handler): Use
489         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
490
491 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
492
493         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
494         after adding wl-draft-parent-variables.
495         (wl-draft-forward): Ditto.
496
497 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
498
499         * wl-summary.el (wl-summary-sync-marks): Call
500         `wl-summary-set-persistent-mark' and
501         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
502         (wl-summary-set-persistent-mark-internal): Add 4th argument
503         `no-server'.
504         (wl-summary-unset-persistent-mark): Ditto.
505         (wl-summary-set-persistent-mark): Ditto.
506         (wl-summary-add-flags-internal): Abolish.
507         (wl-summary-remove-flags-internal): Ditto.
508         (wl-summary-mark-as-important-internal): Ditto.
509         (wl-summary-mark-as-important): Use
510         `wl-summary-set-persistent-mark' instead of
511         `wl-summary-add-flags-internal'.
512         (wl-summary-mark-as-important-region): Ditto.
513
514         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
515
516         * wl-summary.el (wl-summary-get-available-flags): New function.
517         (wl-summary-sync-marks): Use it and simplified.
518         (wl-summary-unset-persistent-mark): Use
519         `wl-summary-get-available-flags'.
520         (wl-summary-set-persistent-mark): Ditto.
521
522 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
523
524         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
525         id.
526
527 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
528
529         * wl-summary.el (wl-summary-enter-handler): If argument is not a
530         number, call `wl-summary-prev-line-content'. Show message when the
531         message is not found.
532
533 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
534
535         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
536         wl-summary-enter-handler.
537         (wl-summary-enter-handler): New command.
538
539         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
540         docstring and custom spec.
541
542         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
543         flags too; Don't treat Cached and New.
544         (wl-summary-set-persistent-mark): Ditto.
545
546         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
547         `wl-folder-set-flag'.
548
549         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
550         instead of `wl-folder-set-flag'.
551
552         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
553         for completion.
554         (wl-summary-set-persistent-mark): Ditto.
555
556         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
557         instead of `wl-draft-quit-preview'.
558
559         * wl-mime.el (toplevel): Avoid compile warning.
560         (wl-mime-quit-preview): New function
561         (formarly defined as `wl-draft-quit-preview').
562         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
563         quitting method.
564
565         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
566
567         * wl-folder.el (wl-folder-set-flag): Renamed from
568         `wl-draft-set-flag-on-parent'.
569
570         * wl-draft.el (wl-draft-quit-preview): New function.
571         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
572         (wl-draft-send): Call `wl-folder-set-flag' instead of
573         `wl-draft-set-flag-on-parent'.
574         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
575
576 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
577
578         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
579         (wl-draft-send): Ditto.
580
581 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
582
583         * wl-vars.el (wl-draft-reply-hook): Changed default value.
584         (wl-draft-kill-pre-hook): Set default value as nil.
585         (wl-summary-reply-hook): Ditto.
586         (wl-draft-kill-flags): Abolish.
587
588         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
589         (wl-draft-parent-variables): Renamed from
590         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
591         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
592         argument; Add wl-draft-parent-variables to
593         wl-draft-config-variables.
594         (wl-draft-reply): Likewise.
595         (wl-draft-kill-flags): Abolish.
596         (wl-draft-send): Call wl-draft-set-flag-on-parent.
597         (wl-draft-set-flag-on-parent): New function.
598         (wl-draft-setup-parent-flag): Ditto.
599
600 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
601
602         * wl-draft.el (wl-draft-kill-flags): Avoid error when
603         `wl-draft-parent-folder' is "".
604
605 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
606
607         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
608         (wl-summary-digit-jump): New function.
609         (Adviced by John Owens and Hiroya Murata)
610
611         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
612         (Adviced by John Owens)
613
614         * wl-xmas.el (wl-message-define-keymap): Ditto.
615
616         * wl-mule.el (wl-message-define-keymap): Ditto.
617
618 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
619
620         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
621         change of return value of elmo-folder-count-flags.
622
623         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
624         (wl-summary-mark-as-read-internal): Ditto.
625         (wl-summary-set-persistent-mark-internal): Ditto.
626         (wl-summary-folder-info-update): Ditto.
627         (wl-summary-sync-update): Fixed the last change.
628
629         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
630
631 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
632
633         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
634         (wl-draft-kill-flags): Fixed docstring.
635
636         * wl-draft.el (wl-draft-kill-flags): New function.
637         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
638
639 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
640
641         * wl-vars.el (wl-reply-hook): Abolish.
642         (wl-draft-reply-hook): New hook.
643         (wl-summary-reply-hook): Ditto.
644         (wl-draft-forward-hook): Ditto.
645         (wl-summary-forward-hook): Ditto.
646         (wl-draft-kill-flags): New variable.
647
648         * wl-summary.el (wl-summary-mark-as-answered-region): Use
649         wl-summary-set-persistent-mark-internal.
650         (wl-summary-sync-marks): Use elmo-preserved-flags.
651         (wl-summary-update-persistent-mark): Make it interactive.
652         (wl-summary-set-persistent-mark-internal): New inline function.
653         (wl-summary-mark-as-answered): Use it.
654         (wl-summary-mark-as-unanswered): Ditto.
655         (wl-summary-unset-persistent-mark): New function.
656         (wl-summary-set-persistent-mark): Ditto.
657         (wl-summary-reply): Don't set answered flag;
658         Run wl-summary-reply-hook instead.
659         (wl-summary-forward): Call wl-draft-forward with number.
660         Run wl-summary-forward-hook.
661
662         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
663         (wl-highlight-summary-line-face-spec): Use it as a default
664         persistent mark face.
665
666         * wl-draft.el (wl-draft-forward): Added optional argument number;
667         Set wl-draft-parent-number; Run wl-draft-forward-hook.
668         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
669         (wl-draft-kill): Use wl-draft-kill-flags.
670
671         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
672
673         * wl-folder.el (wl-folder-check-one-entity): Follow the change
674         of return value of elmo-folder-count-flags.
675
676         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
677
678         * wl-summary.el (wl-summary-count-unread): Ditto.
679         (wl-summary-sync-update): Follow the change above.
680         (wl-summary-force-prefetch): New function.
681
682 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
683
684         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
685         variable `buf' with `let' instead of `setq'.
686
687 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
688
689         * wl-mime.el (wl-message-delete-current-part): If filename exists,
690         add Content-Disposition heaeder on the deleted part.
691
692 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
693
694         * wl-draft.el (wl-draft-save): Encode address list under edit by
695         `eword-encode-unstructured-field-body'.
696
697         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
698
699 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
700
701         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
702         wl-current-summary-buffer.
703
704 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
705
706         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
707         `numbers' is ignored.
708
709 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
710
711         * wl-folder.el (wl-folder-open-folder): Avoid error.
712         Reported by John Owens, [wl-en:815]
713
714         * wl.el (wl): Set timer for biff process even if prefix argument
715         is given or auto-checking is quitted.
716
717         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
718         immediately.
719         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
720         (wl-toggle-plugged): Ditto.
721
722         * wl-vars.el (wl-biff-use-idle-timer): New variable.
723         * wl-util.el (wl-biff-start): Use idle timer if
724         `wl-biff-use-idle-timer' is non-nil.
725
726 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
727
728         * wl-highlight.el (wl-highlight-message): Fix description.
729
730 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
731
732         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
733         tty.
734
735 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
736
737         * wl-action.el (wl-summary-exec): Print failure count.
738
739 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
740
741         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
742         to `defun', remove interactive form.
743         Set elmo-message-fetch-confirm when force-reload is non-nil.
744
745 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
746
747         * wl-summary.el (toplevel): Removed unnecessary autoload.
748
749 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
750
751         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
752         the buffer is generated from another message buffer.
753
754 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
755
756         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
757         extracted from `wl-fldmgr-save-folders'.
758         (wl-fldmgr-delete): Call it after deletion.
759
760 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
761
762         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
763         multi-tty support.
764
765 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
766
767         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
768
769 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
770
771         * wl-summary.el (wl-summary-rescan): Remove unused variables.
772         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
773
774 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
775
776         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
777         unsubscribe list only if argument CLEAR is nil.
778
779 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
780
781         * wl-draft.el (wl-draft-reply): Decode subject before removing
782         Re: prefix.
783
784 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
785
786         * wl-summary.el (wl-summary-sort-by-size): New command.
787
788 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
789
790         * wl-summary.el (wl-summary-number-list-from-region): New
791         function.
792         (wl-summary-mark-as-read-region): Use it.
793         (wl-summary-mark-as-unread-region): Ditto.
794         (wl-summary-set-flags-region): Ditto and add optional argument
795         remove.
796         (wl-summary-mark-as-answered-region): Ditto.
797         (wl-summary-mark-as-important-region): Ditto.
798         (wl-summary-target-mark-mark-as-important): Added optional
799         argument remove.
800         (wl-summary-target-mark-mark-as-answered): Ditto.
801         (wl-summary-target-mark-set-flags): Ditto.
802
803 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
804
805         * wl-summary.el (wl-summary-set-flags-region): Call
806         `wl-summary-set-flags-internal' with number list instead of call
807         one by each message.
808         (wl-summary-target-mark-set-flags): Likewise.
809
810 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
811
812         * wl-summary.el (wl-summary-target-mark-operation): Add optional
813         argument `inverse' and use `wl-summary-delete-all-target-marks'.
814         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
815         (wl-summary-target-mark-mark-as-answered): Likewise.
816
817 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
818
819         * wl-summary.el (wl-summary-target-mark-forward): Use
820         `wl-summary-delete-all-target-marks' instead of
821         `wl-summary-delete-all-temp-marks'.
822         (wl-summary-target-mark-reply-with-citation): Ditto.
823         (wl-summary-target-mark-uudecode): Ditto.
824         (wl-summary-target-mark-set-flags): Ditto and remove needless
825         cursor move.
826
827 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
828
829         * wl-summary.el (wl-summary-target-mark-forward): Protect
830         wl-summary-buffer-target-mark-list from nreverse.
831         (wl-summary-target-mark-reply-with-citation): Ditto.
832
833 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
834
835         * wl-thread.el (wl-thread-update-indent-string-thread): Use
836         `elmo-display-progress-threshold'.
837
838 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
839
840         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
841         check `wl-summary-highlight'.
842         (wl-summary-window-scroll-functions): Respect value of
843         `wl-summary-highlight'.
844         (wl-summary-sync-update): Run hooks
845         `wl-summary-buffer-window-scroll-functions' at any time.
846
847 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
848
849         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
850         from `wl-summary-cleanup-temp-marks'.
851         (wl-summary-cleanup-temp-marks): Abolish argument.
852         * wl.el (wl-save-status): Revert previous change.
853         (wl-execute-temp-marks): New function, call
854         `wl-summary-exec-with-confirmation'.
855         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
856         (wl-folder-save-and-exec-marks): Abolished.
857
858 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
859
860         * wl-e21.el (wl-e21-display-image-p): Respect
861         `wl-highlight-folder-with-icon'.
862         (wl-e21-highlight-folder-group-line): Highlight mouse line
863         even if wl-e21-display-image-p is nil.
864
865         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
866         Respect value of `wl-summary-highlight'.
867
868         * wl.el (wl-save-status): Remove unused variable.
869
870         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
871         (wl-folder-mode-map): Bind it to "x".
872
873 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
874
875         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
876
877         * wl-thread.el (wl-thread-get-parent-list): Don't check
878         disconnected ancestors, neglecting needless work in
879         `wl-thread-update-indent-string-thread'.
880
881         * wl.el (wl-save): Take prefix argument to execute remaining marks.
882         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
883         argument, add argument default-keep to keep marks by default.
884
885         * Version number is increased to 2.11.30.
886
887         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
888         customization type and docstring.
889         (wl-draft-reply-without-argument-list): Ditto.
890
891 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
892
893         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
894
895         * wl-spam.el (wl-spam-mark-action-list): Ditto.
896
897 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
898
899         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
900
901 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
902
903         * wl-draft.el (wl-draft-config-exec): Narrow the range of
904         save-excursion so as not to include run-hooks.
905
906 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
907
908         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
909         Clarify that marks are going to be cleared.
910
911 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
912
913         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
914         according to 3rd element of wl-summary-flag-mark.
915
916         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
917
918 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
919
920         * wl-action.el (wl-summary-target-mark-all): Don't set
921         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
922
923 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
924
925         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
926         (wl-forward-subject-prefix): Ditto.
927         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
928         (wl-draft-reply-make-subject): Ditto.
929
930         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
931         `wl-draft-forward'.
932         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
933
934 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
935
936         * wl-action.el (wl-summary-target-mark-set-action): Stop if
937         target message does not exist.
938
939 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
940
941         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
942         `wl-subject-prefix-regexp'.
943         (wl-subject-forward-prefix-regexp): New variable.
944         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
945         `wl-draft-strip-subject-re' and take regexp as argument.
946         (wl-draft-forward): Use it.
947         (wl-draft-reply): Ditto.
948
949 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
950
951         * wl-e21.el (wl-highlight-plugged-current-line): Change for
952         emacs multi-tty support.
953
954 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
955
956         * wl-e21.el (wl-e21-display-image-p): Don't call
957         `display-images-p'.
958         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
959         support.
960         (wl-highlight-folder-current-line): Ditto.
961         (wl-folder-init-icons): Ditto.
962
963 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
964
965         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
966         the last line of summary in unplugged mode.
967
968 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
969
970         * wl-vars.el (wl-refile-rule-alist): Doc fix.
971
972 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
973
974         * wl-vars.el (wl-user-mail-address-regexp): New variable.
975         * wl-address.el (wl-address-user-mail-address-p): Use it.
976         (wl-address-delete-user-mail-addresses): Ditto.
977         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
978
979         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
980         (wl-address-delete-user-mail-addresses): Ditto.
981
982         * wl-address.el (wl-address-delete-user-mail-addresses): New
983         function.
984         * wl-refile.el (wl-refile-guess-by-history): Use it.
985         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
986         (wl-draft-make-mail-followup-to): Ditto and fix logic.
987
988         * wl-draft.el (wl-draft-edit-string): To judge sender address,
989         use wl-address-user-mail-address-p.
990
991 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
992
993         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
994         after opening group.
995
996 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
997
998         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
999         of elmo-set-buffer-multibyte.
1000
1001         * wl-message.el (wl-original-message-mode): Ditto.
1002
1003         * wl-score.el (wl-score-insert-header): Ditto.
1004
1005         * wl-summary.el
1006         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1007         (wl-summary-goto-folder-subr): Ditto.
1008         (wl-summary-insert-headers): Ditto.
1009
1010         * wl-util.el (wl-set-string-width): Ditto.
1011
1012         * Version number is increased to 2.11.29.
1013
1014 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1015
1016         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1017         (wl-highlight-summary-line-help-echo-alist): New variable.
1018         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1019         into `wl-highlight-summary-line-help-echo' and
1020         `wl-highlight-flag-folder-help-echo'.
1021         (wl-highlight-summary-line-string): Change accordingly.
1022         (wl-highlight-summary-current-line): Ditto.
1023
1024 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1025
1026         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1027         at the beginning of field body (Thanks to Markus Knittig).
1028
1029         * wl-draft.el (wl-draft-insert-current-message): Also check
1030         summary buffer, remove unnecessary tag.
1031
1032 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1033
1034         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1035         when wl-message-buffer is nil.
1036
1037         * wl-folder.el (wl-folder): Abolish unused argument.
1038         Call wl-folder-init when wl-folder-entity is nil.
1039         * wl.el (wl): Change accordingly.
1040
1041 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1042
1043         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1044         multibyte string before insert into draft buffer.
1045         (wl-draft-create-buffer): Always enable multibyte characters for
1046         draft buffer.
1047
1048         * Version number is increased to 2.11.28.
1049
1050 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1051
1052         * wl-folder.el (wl-folder-open-close): Handle blank line.
1053         (wl-folder-jump-to-current-entity): Ditto.
1054
1055 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1056
1057         * Version number is increased to 2.11.27.
1058
1059 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1060
1061         * wl-thread.el (wl-thread-insert-message): When the thread is
1062         devided by wl-summary-max-thread-depth, insert line at the end of
1063         buffer.
1064
1065 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1066
1067         * Version number is increased to 2.11.26.
1068
1069 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1070
1071         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1072
1073 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1074
1075         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1076         value of stream-type and session.
1077
1078 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1079
1080         * Version number is increased to 2.11.25.
1081
1082 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1083
1084         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1085         in a quit message.
1086
1087 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1088
1089         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1090         (wl-summary-redisplay-no-mime-internal): Ditto.
1091
1092 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1093
1094         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1095         * wl-vars.el (wl-smtp-connection-type): Ditto.
1096
1097 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1098
1099         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1100         for the separator line and quote mail-header-separator.
1101
1102 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1103
1104         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1105         result message.
1106
1107         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1108         `elmo-multiple-fields-body-list' with boundary as
1109         mail-header-separator.
1110
1111 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1112
1113         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1114
1115 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1116
1117         * wl-util.el (wl-list-diff): Remove unused function.
1118
1119         * wl-draft.el (wl-draft-send-confirm): Discard input before
1120         confirmation.
1121
1122 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1123
1124         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1125         order of flag and new.
1126
1127 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1128
1129         * wl-vars.el (wl-refile-policy-alist): Abolished.
1130
1131         * wl-action.el (wl-summary-set-action-refile): Follow the change
1132         above.
1133
1134 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1135
1136         * wl-highlight.el (wl-highlight-signature-search): Don't use
1137         re-search-backward for a long word since it is possible to crash
1138         XEmacs because of a bug.
1139
1140 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1141
1142         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1143
1144 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1145
1146         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1147         argument for wl-summary-sync-force-update.
1148
1149 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1150
1151         * wl-summary.el (wl-summary-mode-map): Revival of
1152         wl-summary-mark-as-important related bindings;
1153         Bind 'F','tF','mF','rF','m&'.
1154         (wl-summary-mark-as-important-region): Revival.
1155         (wl-summary-target-mark-mark-as-important): Ditto.
1156         (wl-summary-target-mark-operation): New function.
1157         (wl-summary-target-mark-mark-as-answered): Use it.
1158         (wl-summary-decide-flag): Don't set Important as default.
1159         (wl-summary-mark-as-important-internal): Revival.
1160         (wl-summary-mark-as-important): Ditto.
1161
1162         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1163
1164         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1165         instead of facep.
1166
1167 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1168
1169         * wl-dnd.el (wl-dnd-drop-func): Fix.
1170
1171         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1172         mouse-set-point instead of posn-point.
1173
1174         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1175
1176         * wl-mule.el (wl-completing-read-multiple): Ditto.
1177
1178 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1179
1180         * wl-demo.el (face-background-name): Defalias to avoid compile
1181         warning.
1182
1183 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1184
1185         * wl-summary.el (wl-summary-decide-flag): Use
1186         wl-completing-read-multiple instead of completing-read-multiple.
1187
1188         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1189         New alias.
1190
1191         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1192         Use face-background-name instead of face-background.
1193
1194         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1195
1196         * wl-summary.el (wl-summary-save): Use it.
1197         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1198
1199         * wl-mime.el (wl-mime-save-content): Fix last change.
1200
1201 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1202
1203         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1204         New function.
1205         (wl-summary-sort-specs): Added sort.
1206         * wl-mime.el (wl-mime-save-content): Expand file name.
1207
1208 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1209
1210         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1211
1212         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1213
1214 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1215
1216         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1217         for flag if it is not defined.
1218
1219 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1220
1221         * wl-e21.el (wl-highlight-folder-current-line): Use
1222         elmo-folder-type-internal when elmo-folder-type returns nil.
1223
1224         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1225
1226         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1227
1228         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1229
1230         * wl-e21.el (wl-summary-toolbar): Ditto.
1231
1232         * wl-vars.el (wl-demo-background-color): Abolished.
1233         (wl-summary-persistent-mark-priority-list): Renamed from
1234         wl-summary-flag-priority-list.
1235         (wl-summary-flag-alist): New user option.
1236         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1237         (wl-message-mode-line-format-spec-alist): Added 'F'.
1238         (wl-message-mode-line-format): Likewise.
1239         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1240         instead of wl-summary-important-mark.
1241         (wl-file-folder-icon): New variable.
1242
1243         * wl-thread.el (wl-thread-set-flags): Renamed from
1244         wl-thread-mark-as-important.
1245
1246         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1247         warning.
1248         (wl-summary-mode-menu-spec): Follow the change of 
1249         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1250         (wl-summary-mode-map): Follow the change of
1251         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1252         (wl-summary-detect-mark-position): Follow the variable name change.
1253         (wl-summary-set-flags-region): New function for the replacement of
1254         wl-summary-mark-as-important-region.
1255         (wl-summary-sync-marks): Sync all global-flags.
1256         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1257         instead of elmo-message-flagged-p.
1258         (wl-summary-persistent-mark-string): Follow the variable name change;
1259         Put wl-summary-flag-mark if the message has global-flag.
1260         (wl-summary-target-mark-set-flags): Renamed from 
1261         wl-summary-target-mark-mark-as-important.
1262         (wl-summary-decide-flag): New function.
1263         (wl-summary-set-flags-internal): Renamed from
1264         wl-summary-mark-as-important-internal.
1265         (wl-summary-add-flags-internal): New function.
1266         (wl-summary-remove-flags-internal): Ditto.
1267         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1268         (wl-summary-mark-as-unimportant): Abolish.
1269         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1270         (wl-summary-next-message): List flagged messages in the msgdb.
1271
1272         * wl-score.el (wl-summary-score-update-all-lines): Use
1273         wl-summary-add-flags-internal instead of 
1274
1275         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1276
1277         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1278         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1279         (wl-message-buffer-require-all-header): Renamed from
1280         wl-message-buffer-all-header-flag (Ditto).
1281         (wl-message-buffer-flag-indicator): New variable.
1282         (wl-message-redisplay): Changed local varibale name from `flag' to
1283         `display-type'; Set up wl-message-buffer-flag-indicator.
1284         (wl-message-buffer-display): Changed varibale name from `flag' to
1285         `display-type'.
1286         (wl-message-display-internal): Likewise.
1287
1288         * wl-highlight.el (wl-highlight-demo-face): Define default background
1289         color.
1290         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1291
1292         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1293
1294         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1295         (wl-demo-setup-properties): Renamed from
1296         `wl-demo-set-background-color'.
1297         (wl-demo): Follow the change above.
1298         
1299         * Version number is increased to 2.11.24.
1300
1301 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1302
1303         * wl-summary.el (wl-summary-toggle-thread): Call
1304         `wl-summary-rescan' with disable-thread as non-nil.
1305         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1306
1307 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1308
1309         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1310         foreground property of the face.
1311         (wl-demo-insert-text): Don't set up face property here.
1312         (wl-demo): Call wl-demo-set-background-color, anyway.
1313
1314 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1315
1316         * wl-vars.el (wl-demo-background-color): The value can be nil.
1317
1318 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1319
1320         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1321         to wl-summary-wheel-dispatcher.
1322
1323         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1324         wl-message-wheel-dispatcher.
1325         (wl-message-wheel-dispatcher): New function.
1326         (wl-summary-wheel-dispatcher): Ditto.
1327
1328 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1329
1330         * wl-action.el (wl-summary-target-mark-all): List messages which are
1331         not in the killed-list.
1332
1333         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1334         only when the folder is 'flag/important.
1335
1336         * wl-address.el (wl-complete-field-body): Complete if the last
1337         character is a space.
1338
1339 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1340
1341         * wl-folder.el (wl-folder-clear-entity-info): Use
1342         elmo-clear-hash-val.
1343
1344         * wl-fldmgr.el (wl-fldmgr-rename): Set
1345         wl-folder-info-alist-modified as t.
1346
1347 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1348
1349         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1350
1351 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1352
1353         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1354         (wl-folder-buffer-last-visited-entity-id): New buffer local
1355         variable.
1356         (wl-folder-revisit-last-visited-folder): New function.
1357         (wl-folder-mode-map): Bind it to "C-i".
1358         (wl-folder-set-current-entity-id): Set last visited folder.
1359         * wl-summary.el (wl-summary-exit): Ditto.
1360
1361 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1362
1363         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1364         before calling `recenter' in order to cope with an XEmacs bug.
1365
1366 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1367
1368         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1369         to the default value.
1370
1371 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1372
1373         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1374         change.
1375         (wl-summary-sync-marks): Ditto.
1376         (wl-summary-mark-as-read-internal): Ditto.
1377         (wl-summary-mark-as-answered-internal): Ditto.
1378         (wl-summary-mark-as-important-internal): Ditto.
1379         (wl-summary-reply): Ditto.
1380
1381         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1382         instead of `elmo-folder-unflag-answered'.
1383
1384         * Version number is increased to 2.11.23.
1385
1386         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1387         the last change.
1388
1389 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1390
1391         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1392         Specify "spam" or "good".
1393
1394 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1395
1396         * wl-spam.el (wl-summary-exec-action-spam): Call
1397         wl-folder-confirm-existence for spam folder.
1398         (wl-spam-setup): Bind "mk".
1399
1400 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1401
1402         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1403
1404 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1405
1406         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1407         destination folder is empty.
1408
1409 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1410
1411         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1412         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1413
1414         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1415         (wl-summary-refile-prev-destination-region): New function.
1416         (wl-thread-refile-prev-destination): Ditto.
1417         (wl-summary-target-mark-refile-prev-destination): Ditto.
1418
1419 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1420
1421         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1422         (wl-demo-background-color): Changed default value.
1423
1424         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1425         color.
1426
1427         * wl-demo.el (wl-demo-set-background-color): New function.
1428         (wl-demo): Call it.
1429
1430 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1431
1432         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1433         * wl-address.el (wl-address-add-or-change): Don't add empty
1434         address.
1435
1436 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1437
1438         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1439
1440 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1441
1442         * wl-vars.el (wl-demo-image-filter-alist): New variable
1443         (wl-demo-background-color): Ditto.
1444
1445         * wl-demo.el (wl-demo-xpm-set-background): New function.
1446         (wl-demo-image-filter): Ditto.
1447         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1448
1449         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1450
1451         * wl-demo.el (wl-demo-icon-name): Define as function.
1452         (wl-demo-insert-image): Use it.
1453
1454 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1455
1456         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1457
1458 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1459
1460         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1461
1462 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1463
1464         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1465
1466 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1467
1468         * wl-thread.el (wl-thread-mark-as-answered): New function.
1469
1470         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1471         answered" entry.
1472         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1473         "r&" and wl-thread-mark-as-answered to "t&".
1474         (wl-summary-mark-as-important-region): Refine to toggle mark.
1475         (wl-summary-mark-as-answered-region): New function.
1476         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1477         and 3rd argument.
1478         (wl-summary-mark-as-important-internal): Likewise.
1479
1480 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1481
1482         * wl-template.el (wl-template-preview): New internal variable.
1483         (wl-template-preview-p): New function.
1484         (wl-template-show): Bind `wl-template-preview' as t.
1485
1486 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1487
1488         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1489         `elmo-message-entity-field' with 3rd argument which is non-nil.
1490
1491 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1492
1493         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1494         Removed duplicate local bind `folder'.
1495
1496 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1497
1498         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1499
1500 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1501
1502         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1503         duplicate definition.
1504
1505 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1506
1507         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1508         non-nil, use it; Don't fetch message if there's no message in the
1509         current cursor position.
1510
1511 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1512
1513         * wl-util.el (wl-region-exists-p): Use region-active-p.
1514         (wl-deactivate-region): New function.
1515         * wl-message.el (wl-message-redisplay): Deactivate region.
1516
1517         * wl-summary.el (wl-summary-reply): Call
1518         `wl-summary-set-message-buffer-or-redisplay' instead of
1519         `wl-summary-redisplay-internal', don't move point.
1520
1521 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1522
1523         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1524         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1525         by regexp.
1526
1527 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1528
1529         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1530         if no need.
1531
1532 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1533
1534         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1535         default value to nil.
1536         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1537         `wl-summary-prepare-hook'; Replace refile action to
1538         `wl-summary-exec-action-refile-with-register'.
1539
1540         * Version number is increased to 2.11.22.
1541
1542 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1543
1544         * wl-summary.el (wl-summary-detect-mark-position): Set
1545         `wl-summary-buffer-weekday-name-lang'.
1546
1547 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1548
1549         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1550         (wl-summary-mark-as-read-all): Ditto.
1551         (wl-summary-delete-messages-on-buffer): Ditto.
1552         (wl-summary-sync-update): Ditto.
1553         (wl-summary-mark-as-read-internal): Ditto.
1554         (wl-summary-mark-as-answered-internal): Ditto.
1555         (wl-summary-update-folder-info): Abolished.
1556
1557 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1558
1559         * wl-summary.el (wl-summary-mark-as-read-all): Use
1560         `wl-summary-update-folder-info' instead of
1561         `wl-folder-update-unread'.
1562
1563 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1564
1565         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1566         `wl-summary-folder-info-update'.
1567         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1568         instead of `wl-summary-folder-info-update'.
1569         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1570         `wl-folder-set-folder-updated'.
1571         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1572         instead of `wl-folder-update-unread'.
1573         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1574         the value of `wl-summary-buffer-unread-count' for the second parameter of
1575         `wl-folder-update-unread'.
1576
1577         * Version number is increased to 2.11.21.
1578
1579 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1580
1581         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1582         a local variable.
1583
1584 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1585
1586         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1587         interactively.
1588
1589         * wl-summary.el (wl-summary-mark-as-important-internal): New
1590         internal function.
1591         (wl-summary-mark-as-important): Use it.
1592         (wl-summary-mark-as-unimportant): New function.
1593         (wl-summary-sync-marks): Follow the API change.
1594
1595         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1596
1597         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1598
1599 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1600
1601         * wl-folder.el (wl-folder-update-unread): Re-indent.
1602         Narrow the scope of a local variable.
1603
1604 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1605
1606         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1607         (wl-addrmgr-merge-entries): Ditto.
1608         (wl-addrmgr): Added to address entry which exists in draft buffer
1609         if no entry is in original.
1610
1611 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1612
1613         * wl-batch.el: New file.
1614
1615 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1616
1617         * wl-vars.el (wl-use-semi): Remove unused variable.
1618
1619 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1620
1621         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1622         "?".
1623
1624 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1625
1626         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1627         wl-summary-new-mark.
1628         (wl-summary-new-cached-mark): New user option.
1629         (wl-summary-score-marks): Follow the change above.
1630         (wl-summary-auto-refile-skip-marks): Ditto.
1631         (wl-summary-incorporate-marks): Ditto.
1632         (wl-summary-expire-reserve-marks): Ditto.
1633
1634         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1635
1636         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1637         (wl-summary-persistent-mark-string): Distinguished between cached
1638         and uncached mark when the message is new.
1639
1640 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1641
1642         * wl-spam.el (wl-spam-domain): Renamed from
1643         `wl-spam-folder-guess-domain'.
1644         (wl-summary-exec-action-spam): Register as spam if domain of the
1645         source folder is good.
1646         (wl-summary-exec-action-refile-with-register): Register message if
1647         domain of the source folder is not undecided.
1648
1649 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1650
1651         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1652         detect thread loop.
1653
1654 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1655
1656         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1657         and wl-summary-skip-mark-list.
1658
1659 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1660
1661         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1662
1663         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1664
1665         * wl-spam.el (toplevel): Require wl-highlight.
1666         (wl-spam-auto-check-policy-alist): Abolish.
1667         (wl-spam-auto-check-folder-regexp-list): New user option.
1668         (wl-spam-auto-check-marks): Ditto.
1669         (wl-spam-mark-action-list): Ditto.
1670         (wl-highlight-summary-spam-face): New face.
1671         (wl-spam-auto-check-message-p): New function.
1672         (wl-spam-map-spam-messages): Fixed message.
1673         (wl-spam-register-spam-messages): Ditto.
1674         (wl-spam-register-good-messages): Ditto.
1675         (wl-summary-spam-map): Add and remove keybind.
1676         (wl-summary-target-mark-spam): Abolish.
1677         (wl-summary-refile-spam): Ditto.
1678         (wl-summary-test-spam): New function.
1679         (wl-summary-mark-spam): Ditto.
1680         (wl-summary-auto-check-spam): Follow the above change.
1681         (wl-summary-exec-action-spam): New function.
1682         (wl-summary-exec-action-refile-with-register): Fixed message.
1683         (wl-message-check-spam): New function.
1684         (wl-spam-setup): Ditto.
1685         (toplevel): Call it if this file is loaded interactivity.
1686
1687         * Version number is increased to 2.11.20.
1688
1689 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1690
1691         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1692         when new optional argument `force' is non nil or modified.
1693
1694 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1695
1696         * wl.el (toplevel): Require wl-spam when compile.
1697         (wl-save-status): Call wl-spam-save-status.
1698
1699         * wl-spam.el (wl-spam-register-spam-messages): New function.
1700         (wl-spam-register-good-messages): Ditto.
1701         (wl-spam-save-status): Ditto.
1702         (wl-summary-mode-map): Bind
1703         wl-summary-target-mark-register-as-spam to "ms" and
1704         wl-summary-target-mark-register-as-good to "mn".
1705         (wl-summary-register-as-spam): Abolish optional argument; Use
1706         wl-spam-register-spam-messages.
1707         (wl-summary-register-as-spam-all): Use
1708         wl-spam-register-spam-messages.
1709         (wl-summary-register-as-good): Abolish optional argument; Use
1710         wl-spam-register-good-messages.
1711         (wl-summary-register-as-good-all): Use
1712         wl-spam-register-good-messages.
1713         (wl-summary-target-mark-register-as-spam): New funtion.
1714         (wl-summary-target-mark-register-as-good): Ditto.
1715
1716 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1717
1718         * wl-spam.el: New file.
1719
1720 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1721
1722         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1723
1724         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1725         (wl-summary-auto-refile): Call wl-refile-guess with
1726         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1727
1728 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1729
1730         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1731         with disable-thread argument non-nil.
1732
1733 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1734
1735         * wl-summary.el (wl-summary-rescan): Added optional argument
1736         disable-thread.
1737         (wl-summary-sync): Call wl-summary-rescan with argument
1738         disable-thread.
1739         (wl-summary-input-range): Added new range `rescan-thread'.
1740
1741 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1742
1743         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1744
1745 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1746
1747         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1748         internal variable.
1749         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1750         wl-summary-search-parent-by-subject-regexp and
1751         wl-summary-divide-thread-when-subject-changed as nil.
1752         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1753         (wl-summary-insert-thread): Search parent entity from
1754         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1755         thread loop.
1756
1757 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1758
1759         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1760
1761         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1762
1763         * wl-util.el (wl-require-update-all-folder-p): New function.
1764         (wl-get-assoc-list-value): Added `function' to match directive.
1765         (wl-collect-draft): Rewrite.
1766
1767         * wl-summary.el (wl-summary-sync-update): Clear faces
1768         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1769         are non-nil.
1770         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1771         argument as function.
1772         (wl-summary-input-range): Ditto.
1773
1774         * wl-folder.el (wl-draft-get-folder): New function.
1775         (wl-folder-get-elmo-folder): Consider draft folder.
1776
1777         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1778         (wl-draft-buffer-message-number): New buffer local variable.
1779         (wl-draft-folder-internal): New internal variable.
1780         (wl-draft-delete): Rewrite.
1781         (wl-draft-save): Ditto.
1782         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1783         wl-folder-get-elmo-folder.
1784         (wl-draft-config-info-operation): Ditto.
1785         (wl-jump-to-draft-folder): Ditto.
1786         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1787         (wl-draft-reedit): Rewrite.
1788
1789         * Version number is increased to 2.11.19.
1790         
1791 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1792
1793         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1794         variable.
1795
1796 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1797
1798         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1799         Use ignore-errors instead of unwind-protect.
1800
1801 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1802
1803         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1804         for updating `wl-thread-entity-list'.
1805
1806 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1807
1808         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1809         parameter from calling `wl-thread-entity-get-older-brothers' and
1810         `wl-thread-entity-get-younger-brothers'.
1811         Replace nested `append' with a single one.
1812
1813 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1814
1815         * wl-summary.el (wl-summary-mode): Don't use the return value of
1816         `make-local-hook'.
1817
1818 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1819
1820         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1821         instead of `let*'.
1822         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1823         of local variables.
1824
1825 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1826
1827         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1828         Renamed from wl-summary-window-scroll-functions.
1829         (wl-summary-window-scroll-functions): Don't set to variable.
1830         (wl-summary-display-top): Use run-hooks.
1831         (wl-summary-display-bottom): Ditto.
1832         (wl-summary-toggle-disp-msg): Ditto.
1833         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1834         Use it instead of wl-summary-window-scroll-functions.
1835         (wl-summary-goto-folder-subr): Don't call
1836         wl-summary-window-scroll-functions, use
1837         wl-summary-buffer-window-scroll-functions instead.
1838
1839 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1840
1841         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1842         make-local-variable.
1843
1844 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1845
1846         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1847         set-buffer-modified-p.
1848         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1849         (wl-summary-display-bottom): Ditto.
1850         (wl-summary-toggle-disp-msg): Ditto.
1851
1852 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1853
1854         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1855
1856         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1857         (wl-summary-forward): Use elmo-message-entity-field instead of
1858         elmo-message-field.
1859
1860         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1861
1862 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1863
1864         * wl-summary.el (wl-summary-window-scroll-functions): No use
1865         `append'.
1866
1867 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1868
1869         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1870         function.
1871         (wl-summary-window-scroll-functions): Call it when both
1872         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1873         (wl-summary-temp-mark): Added optional argument number.
1874         (wl-summary-message-mark): Added optional argument flag.
1875         (wl-summary-persistent-mark): Added optional argument number and flag.
1876         (wl-summary-update-persistent-mark): Ditto.
1877         (wl-summary-update-status-marks): Set "r" for interactive spec.
1878
1879         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1880         argument number and flag.
1881
1882         * wl-action.el (wl-summary-registered-temp-mark): 
1883         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1884
1885 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1886
1887         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1888         internal variable (buffer local).
1889         (wl-summary-window-scroll-functions): New function.
1890         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1891         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1892         as nil.
1893         (wl-summary-update-status-marks): Added arguments beg, end and
1894         check.
1895         (wl-summary-update-mark-window): Use function.
1896         (wl-summary-sync-update): Follow the change above.
1897         (wl-summary-switch-to-clone-buffer): Copy
1898         wl-summary-buffer-unsync-mark-number-list.
1899         (wl-summary-goto-folder-subr): Set
1900         wl-summary-buffer-unsync-mark-number-list and
1901         use wl-summary-window-scroll-functions instead of
1902         wl-summary-lazy-highlight.
1903
1904         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1905
1906 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1907
1908         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1909
1910         * wl-summary.el (wl-summary-update-persistent-mark): Call
1911         wl-summary-set-message-modified.
1912
1913         * wl-summary.el (wl-summary-sync-update): Don't call
1914         wl-summary-update-status-marks.
1915
1916         * Version number is increased to 2.11.18.
1917
1918 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1919
1920         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1921         (wl-message-next-page): Ditto.
1922
1923 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1924
1925         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1926         local variable.  Change the order of a collected list into the
1927         same as the specified range.  Remove nil from a collected list.
1928
1929 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1930
1931         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1932         argument for elmo-folder-list-messages.
1933
1934 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1935
1936         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1937         change (wl-summary-count-unreads return a list instead of a cons
1938         cell).
1939
1940 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1941
1942         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1943         `wl-summary-folder-info-update'.
1944
1945 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1946
1947         * wl-summary.el (wl-summary-set-message-modified): No use
1948         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1949         (wl-summary-set-mark-modified): Abolish.
1950         (wl-summary-mark-modified-p): Ditto.
1951         (wl-summary-save-view): Follow the change above.
1952
1953         * wl-expire.el (wl-summary-expire): Likewise.
1954
1955 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1956
1957         * wl-summary.el (wl-summary-detect-mark-position): Use
1958         modb-entity-handler.
1959         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1960
1961         * Version number is increased to 2.11.17.
1962
1963 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1964
1965         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1966         entity field value.
1967         (wl-summary-prefetch-msg): Ditto.
1968         (wl-summary-print-message-with-ps-print): Ditto.
1969
1970 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1971
1972         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1973         for dummy entity.
1974         (wl-summary-insert-thread): Use elmo-message-entity-field.
1975         (wl-summary-update-thread): Use elmo-message-entity-field and
1976         elmo-message-entity-number.
1977         (wl-summary-line-number):  Use elmo-message-entity-number.
1978         (wl-summary-line-size): Use elmo-message-entity-field.
1979         (wl-summary-line-subject): Ditto.
1980         (wl-summary-line-from): Ditto.
1981         (wl-summary-line-attached): Ditto.
1982         (wl-summary-create-line): Ditto.
1983         (wl-summary-create-line): Use elmo-message-entity-number.
1984         (wl-summary-print-message-with-ps-print): Use
1985         elmo-message-entity-field.
1986
1987 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1988
1989         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1990         change in elmo-msgdb-make-message-entity.
1991         (wl-summary-buffer-set-folder): Don't call
1992         wl-summary-detect-mark-position here.
1993         (wl-summary-rescan): Call elmo-message-entity-number.
1994         (wl-summary-sync-update): Ditto.
1995         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1996
1997         * wl-score.el (wl-score-header-index): Redefine 2th element.
1998         (wl-score-overview-entity-get-extra): Abolish.
1999         (wl-score-ov-entity-get): Rewrite.
2000         (wl-score-string-index<, wl-score-string-func<): Abolish.
2001         (wl-score-string<): New function.
2002         (wl-score-string-sort): Use it.
2003
2004         * wl-refile.el (wl-refile-guess-by-history): Use
2005         elmo-message-entity-field.
2006         (wl-refile-guess-by-from): Ditto.
2007         (wl-refile-guess-by-msgid): Ditto.
2008
2009         * Version number is increased to 2.11.16.
2010
2011 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2012
2013         * wl-folder.el (wl-folder-confirm-existence): Don't call
2014         file-exists-p if msgdb-path is nil.
2015         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2016         `wl-read-folder-hist' to `wl-read-folder-history'.
2017
2018 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2019
2020         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2021         `y-or-n-p'.
2022
2023 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2024
2025         * wl-score.el (wl-score-headers): Don't use
2026         elmo-folder-do-each-message-entity.
2027
2028         * Version number is increased to 2.11.15.
2029
2030 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2031
2032         * wl-summary.el (wl-summary-delete-all-msgs): Use
2033         elmo-folder-move-messages instead of elmo-folder-delete-messages
2034         and elmo-folder-detach-messages.
2035         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2036
2037         * wl-expire.el (wl-expire-delete): Ditto.
2038         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2039
2040 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2041
2042         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2043         (wl-message-header-narrowing-fields): Ditto.
2044         (wl-message-header-narrowing-lines): Ditto.
2045         (wl-message-header-narrowing-string): Ditto.
2046
2047         * wl-summary.el (wl-summary-mode-map): Bind
2048         wl-summary-toggle-header-narrowing to "C-cC-f".
2049         (wl-summary-toggle-header-narrowing): New function.
2050
2051         * wl-message.el (wl-message-buffer-create): Call
2052         wl-message-header-narrowing-setup.
2053         (wl-message-redisplay): Call wl-message-header-narrowing.
2054         (wl-message-header-narrowing): New function.
2055         (wl-message-header-narrowing-map): New keymap.
2056         (wl-message-header-narrowing-widen-map): New keymap.
2057         (wl-message-header-narrowing-again-at-mouse): New function.
2058         (wl-message-header-narrowing-1): Ditto.
2059         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2060         (wl-message-header-narrowing-setup): Ditto.
2061         (wl-message-header-narrowing-toggle): Ditto.
2062         
2063         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2064
2065         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2066         'flag as all.
2067         (wl-use-flag-folder-help-echo): New user option.
2068
2069         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2070         wl-summary-highlight as nil.
2071         (wl-summary-set-mark-modified): Follow the API change.
2072         (wl-summary-mark-modified-p): Ditto.
2073         (wl-summary-mark-as-read-all): Ditto.
2074         (wl-summary-sync-marks): Don't call
2075         elmo-folder-list-messages-with-global-mark.
2076         (wl-summary-mark-as-read-internal): Follow the API change.
2077         (wl-summary-mark-as-answered-internal): Ditto.
2078         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2079         Follow the API change.
2080         (wl-summary-create-line): Call with number argument.
2081         (wl-summary-reply): Follow the API change.
2082
2083         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2084         function.
2085         (wl-highlight-summary-line-string): Call it when
2086         wl-use-flag-folder-help-echo is non-nil.
2087         (wl-highlight-summary-current-line): Ditto.
2088         (elmo-flag-folder-referrer): Added autoload setting.
2089
2090         * wl-draft.el (wl-draft-kill): Follow the API change.
2091
2092         * Version number is increased to 2.11.14.
2093         
2094 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2095
2096         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2097
2098 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2099
2100         * Version number is increased to 2.11.13.
2101
2102 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2103
2104         * wl-draft.el (wl-draft-previous-history-element): Fixed
2105         unbalanced parenthesis and bind unbound local variables.
2106
2107 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2108
2109         * wl-draft.el (wl-draft-previous-history-element): New function.
2110         (wl-draft-next-history-element): Ditto.
2111         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2112         them to M-p and M-n.
2113
2114 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2115
2116         * Version number is increased to 2.11.12.
2117
2118 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2119
2120         * wl-draft.el (wl-draft-hide): Select buffer-window.
2121
2122 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2123
2124         * wl-summary.el (wl-summary-narrow-to-region): New function.
2125         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2126         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2127         (wl-summary-save-region): Use it.
2128         * wl-action.el (wl-summary-collect-numbers-region)
2129         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2130
2131 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2132
2133         * wl-folder.el (wl-folder-count-incorporates): Don't use
2134         `elmo-msgdb-mark-load'
2135
2136         * Version number is increased to 2.11.11.
2137
2138 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2139
2140         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2141         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2142
2143 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2144
2145         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2146
2147 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2148
2149         * Version number is increased to 2.11.10.
2150
2151 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2152
2153         * wl-mime.el (wl-draft-attribute-value): Fixed.
2154
2155 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2156
2157         * wl-util.el (wl-copy-local-variables): New function.
2158
2159         * wl-mime.el (wl-draft-attribute-recipients): New function.
2160         (wl-draft-attribute-envelope-from): Ditto.
2161         (wl-draft-attribute-smtp-posting-server): Ditto.
2162         (wl-draft-attribute-smtp-posting-port): Ditto.
2163         (wl-draft-attribute-value): Ditto.
2164         (wl-draft-preview-message): Use it to get value for
2165         attributes. Reflect result of `wl-draft-config'.
2166
2167         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2168         and call `wl-summary-mark-as-read' before to call
2169         `wl-summary-unset-mark'.
2170         (wl-summary-target-mark-mark-as-unread): Likewise.
2171         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2172
2173 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2174
2175         * wl-mime.el (wl-draft-preview-message): Use actual value for
2176         attributes; Fix for small window.
2177
2178 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2179
2180         * wl-refile.el (wl-refile-get-field-value): Call
2181         `elmo-message-entity-field' with 3rd argument is non-nil.
2182
2183 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2184
2185         * wl-vars.el (wl-draft-preview-attributes): New user option.
2186         (wl-draft-preview-attributes-list): Ditto.
2187         (wl-draft-preview-attributes-buffer-lines): Ditto.
2188         (wl-draft-preview-attributes-buffer-name): Ditto.
2189
2190         * wl-mime.el (wl-draft-preview-message): Display attributes.
2191
2192 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2193
2194         * wl-summary.el (wl-summary-detect-mark-position): Bind
2195         wl-summary-flag-priority-list to '(new).
2196
2197 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2198
2199         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2200         funtion.
2201         (wl-highlight-summary-line-string): Use it.
2202         (wl-highlight-summary-current-line): Ditto.
2203
2204 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2205
2206         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2207         line even when the mark string is not changed.
2208
2209         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2210         argument change in the wl-summary-create-line.
2211         (wl-thread-insert-entity-sub): Ditto.
2212
2213         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2214         argument change in the wl-summary-create-line.
2215         (wl-summary-insert-sequential): Ditto.
2216         (wl-summary-update-thread): Ditto.
2217         (wl-summary-persistent-mark-string): New inline function.
2218         (wl-summary-message-mark): Use it.
2219         (wl-summary-create-line): Abolish argument wl-persistent-mark
2220         and added wl-flags, wl-cached.
2221
2222         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2223         mark to flags.
2224         (wl-highlight-summary-current-line): Decide the face not by the 
2225         persistent mark but flags.
2226
2227 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2228
2229         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2230         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2231         wl-summary-read-uncached-mark): Revive.
2232         (wl-summary-answered-cached-mark,
2233         wl-summary-answered-uncached-mark): New user option.
2234         (wl-summary-score-marks): Follow the change above.
2235         (wl-summary-auto-refile-skip-marks): Ditto.
2236         (wl-summary-incorporate-marks): Ditto.
2237         (wl-summary-expire-reserve-marks): Ditto.
2238         (wl-summary-flag-priority-list): New user option.
2239
2240         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2241         changes.
2242         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2243         of elmo-message-mark.
2244         (wl-summary-mark-as-read-internal): Ditto.
2245         (wl-summary-mark-as-answered): Ditto.
2246         (wl-summary-mark-as-important): Ditto.
2247         (wl-summary-redisplay-internal): Ditto.
2248         (wl-summary-redisplay-no-mime-internal): Ditto.
2249         (wl-summary-message-mark): New function.
2250         (wl-summary-insert-sequential): Use wl-summary-message-mark
2251         instead of elmo-message-mark.
2252         (wl-summary-update-thread): Ditto.
2253         (wl-summary-persistent-mark): Ditto.
2254         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2255         instead of elmo-message-mark.
2256
2257         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2258         wl-summary-message-mark instead of elmo-message-mark.
2259         (wl-thread-insert-entity-sub): Ditto.
2260         (wl-thread-get-children-msgs-uncached): Ditto.
2261
2262         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2263         variable name changes.
2264         (wl-highlight-summary-current-line): Ditto.
2265
2266         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2267         wl-summary-message-mark instead of elmo-message-mark.
2268
2269         * wl-expire.el (wl-expire-message-p): Ditto.
2270
2271         * wl-score.el (wl-score-headers): Ditto.
2272
2273         * Version number is increased to 2.11.9.
2274
2275         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2276         (wl-summary-sync-update): Follow the change above.
2277         (wl-summary-switch-to-clone-buffer): Ditto.
2278         (wl-summary-open-folder): Ditto.
2279
2280 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2281
2282         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2283         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2284
2285         * Version number is increased to 2.11.8.
2286
2287         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2288
2289         * wl-expire.el (wl-expire-refile): Follow the API change on
2290         `elmo-folder-move-messages'.
2291         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2292
2293         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2294         (wl-summary-exec-action-refile): Ditto.
2295         (wl-summary-exec-action-copy): Ditto.
2296         (wl-summary-no-auto-refile-message-p): No use
2297         `wl-summary-buffer-msgdb'.
2298         (wl-summary-auto-refile): Ditto.
2299
2300 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2301
2302         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2303
2304 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2305
2306         * wl-summary.el (wl-summary-sync): Treat no-sync.
2307
2308         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2309         (wl-default-sync-range): Ditto.
2310
2311 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2312
2313         * wl-refile.el (wl-refile-subject-learn): Call
2314         `elmo-message-entity-field' with 3rd argument is non-nil.
2315         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2316         instead of `elmo-msgdb-overview-entity-get-subject'.
2317
2318 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2319
2320         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2321         scan-type is rescan.
2322         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2323         new optional argument force is non-nil.
2324         (wl-summary-save-view-cache): Call it with force argument non-nil.
2325
2326         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2327
2328 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2329
2330         * wl-action.el (wl-summary-print-argument): Fixed last change.
2331
2332 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2333
2334         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2335         simplified.
2336         (wl-summary-target-mark-mark-as-unread): Likewise.
2337         (wl-summary-target-mark-mark-as-important): Likewise.
2338
2339 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2340
2341         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2342         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2343         (wl-summary-mark-as-important-region): Change accordingly.
2344         (wl-summary-target-mark-mark-as-important): Ditto.
2345
2346 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2347
2348         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2349
2350         * wl-action.el (wl-summary-print-argument): Print argument to
2351         right side of window if `wl-summary-print-argument-within-window'
2352         is non-nil.
2353
2354 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2355
2356         * wl-action.el (wl-summary-set-mark): Use
2357         `wl-summary-message-visible-p' to check visibility of the message
2358         and jump to message only when the message line is visible and have
2359         different number; Call wl-summary-unset-mark with number argument.
2360         (wl-summary-unset-mark): 
2361         Use `wl-summary-message-visible-p'
2362         to check visibility of the message and jump to message only when
2363         the message line is visible and have different number;
2364
2365 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2366
2367         * Version number is increased to 2.11.7.
2368
2369         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2370         and wl-folder-summary-line-format.
2371
2372         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2373         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2374         (wl-summary-set-score-mark): Use it.
2375         (wl-summary-target-mark-mark-as-read): Ditto.
2376         (wl-summary-target-mark-mark-as-unread): Ditto.
2377         (wl-summary-target-mark-mark-as-important): Ditto.
2378         (wl-summary-target-mark-msgs): Simplified.
2379         (wl-summary-detect-mark-position): Fixed problem when
2380         summary-line-format no contain persisten/temp mark spec.
2381         (wl-summary-temp-mark): Ditto.
2382         (wl-summary-persistent-mark): Ditto.
2383         (wl-summary-update-persistent-mark): Ditto.
2384
2385         * wl-action.el (wl-summary-set-mark): Ditto.
2386         (wl-summary-unset-mark): Ditto.
2387         All other related portions are changed.
2388
2389 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2390
2391         * Version number is increased to 2.11.6.
2392
2393 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2394
2395         * wl-util.el (wl-current-message-buffer): Define as function;
2396         Don't use the value of wl-messge-buffer.
2397
2398         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2399         persistent mark.
2400
2401         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2402         no current message, cause an error.
2403
2404 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2405
2406         * wl-summary.el (wl-summary-set-message-modified): Use
2407         elmo-folder-set-message-modified instead of
2408         elmo-folder-set-message-modified-internal.
2409
2410 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2411
2412         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2413         interactively.
2414         (wl-summary-sync): nokill->entirely.
2415         (wl-summary-sync-marks): Fixed message.
2416         (wl-summary-input-range): Added mark, nokill->entirely.
2417
2418         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2419         messages as read.
2420
2421 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2422
2423         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2424         update-noscore.
2425         (wl-summary-sync): Follow the change above.
2426
2427 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2428
2429         * wl-action.el (wl-summary-target-mark-all): Use
2430         elmo-folder-list-messages.
2431
2432 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2433
2434         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2435         (wl-summary-rescan): Set wl-summary-scored as nil.
2436         (wl-summary-sync-force-update): Follow the change above.
2437         (wl-summary-sync): Ditto.
2438         (wl-summary-sync-update): Added argument disable-killed.
2439         (wl-summary-insert-headers): Set visible-only argument for
2440         elmo-folder-list-messages.
2441         (wl-summary-input-range): Added update-nokill, update-noscore,
2442         all-nokill, all-noscore and mark.
2443
2444         * Version number is increased to 2.11.5.
2445
2446         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2447
2448 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2449
2450         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2451         (wl-summary-prefetch-region-no-mark): Change accordingly.
2452         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2453
2454 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2455
2456         * wl-address.el (wl-complete-field-to): Abolished.
2457         (wl-complete-address): Completion function for completing-read.
2458         * wl-action.el (wl-summary-get-resend-address): Use it.
2459
2460         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2461         wl-summary-update-mark and abolish unused argument.
2462         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2463         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2464         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2465         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2466         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2467         * wl-draft.el (wl-draft-kill): Ditto.
2468
2469         * wl-summary.el: Remove unused binding of case-fold-search.
2470         (wl-summary-replace-status-marks): Abolished.
2471
2472 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2473
2474         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2475         is specified or folder length is zero.
2476
2477 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2478
2479         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2480         (wl-folder-archive-current-entity): Ditto.
2481
2482 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2483
2484         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2485         retrieving message mark.
2486         (wl-summary-redisplay-internal): Ditto.
2487
2488         * wl-message.el (wl-message-buffer-display): Ignore errors while
2489         retrieving message-id field.
2490
2491         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2492         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2493         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2494         order of the arguments for `wl-expire-message-p'.
2495         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2496
2497         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2498         Check return value of wl-summary-reply.
2499         (wl-summary-reply): Recover window configuration when an error occured.
2500
2501 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2502
2503         * wl-summary.el (wl-summary-resend-message): Abolished, the
2504         feature is inherited by wl-summary-resend (put resend mark).
2505
2506 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2507
2508         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2509         wl-message-buffer to nil when the message is hide.
2510
2511 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2512
2513         * .cvsignore: New file.
2514
2515 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2516
2517         * wl-action.el (wl-summary-action-docstring): Add more info.
2518         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2519         duplicate definition.
2520         (wl-summary-define-mark-action): Functions wl-summary-*-region
2521         keep current position.
2522         (wl-summary-unregister-target-mark): Store result to the variable.
2523
2524 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2525
2526         * Version number is increased to 2.11.4.
2527
2528 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2529
2530         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2531         wl-summary-delete-all-temp-marks.
2532         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2533
2534         * wl-action.el (wl-summary-set-mark): Changed terminology
2535         refile-destination -> action-argument.
2536         (wl-summary-unset-mark): Ditto.
2537         (wl-summary-remove-argument): Ditto.
2538         (wl-summary-print-argument): Ditto.
2539
2540         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2541         (wl-thread-remove-argument-region): Ditto.
2542         (wl-thread-print-argument-region): Ditto.
2543         (wl-thread-close): Ditto.
2544         (wl-thread-open): Ditto.
2545
2546         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2547         (wl-highlight-refile-destination-face is abolished)
2548         (wl-highlight-action-argument-string): Ditto.
2549         (wl-highlight-summary-current-line): Highlight action argument.
2550
2551         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2552         color for light backgrounds.
2553         (wl-highlight-summary-answered-face): Ditto.
2554
2555 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2556
2557         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2558
2559         * wl-score.el (wl-summary-score-update-all-lines): Use
2560         wl-summary-set-mark.
2561         (wl-summary-score-update-all-lines): Kill expunged messages.
2562
2563         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2564
2565 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2566
2567         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2568         directly.
2569         (wl-score-overview-entity-get-lines): Ditto.
2570         (wl-score-overview-entity-get-xref): Ditto.
2571         (wl-score-get-latest-msgs): Ditto.
2572         (wl-summary-rescore): Ditto.
2573
2574         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2575         to "&".
2576         (wl-summary-mark-as-answered-internal): New inline function.
2577         (wl-summary-mark-as-answered): New function.
2578         (wl-summary-mark-as-unanswered): Ditto.
2579         (wl-summary-sync-marks): Modified for answered-mark synching.
2580
2581 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2582
2583         * wl-action.el (wl-summary-set-mark): Fixed last change.
2584
2585 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2586
2587         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2588         behavior of wl-summary-unread-message-hook
2589         (Pointed out by akira yamada <akira@arika.org>).
2590
2591 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2592
2593         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2594         wl-summary-delete.
2595         * wl-xmas.el (wl-summary-toolbar): Ditto.
2596
2597         * wl-action.el (wl-summary-set-mark): Don't override current
2598         temp-mark.
2599
2600         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2601
2602 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2603
2604         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2605         (wl-refile-msgid-learn): Ditto.
2606         (wl-refile-get-field-value): Ditto.
2607
2608         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2609
2610         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2611         (wl-expire-delete-reserved-messages): Renamed from
2612         wl-expire-reserve-marked-msgs-from-list.
2613         (wl-expire-delete): Removed argument `msgdb'.
2614         (wl-expire-refile): Ditto.
2615         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2616         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2617         mark-alist as argument.
2618         (wl-expire-archive-number1): Removed argument `msgdb'.
2619         (wl-expire-archive-number2): Ditto.
2620         (wl-expire-archive-date): Ditto.
2621         (wl-expire-localdir-date): Ditto.
2622         (wl-expire-hide): Ditto.
2623         (wl-archive-number1): Ditto.
2624         (wl-archive-number2): Ditto.
2625         (wl-archive-date): Ditto.
2626         (wl-archive-folder): Ditto.
2627         All other related portions are changed.
2628
2629 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2630
2631         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2632         mean move up and down. (suggested by Takashi Kawachi)
2633
2634 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2635
2636         * wl-acap.el (toplevel): Don't require un-define.
2637
2638 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2639
2640         * wl-thread.el (wl-thread-delete-message): Always update
2641         wl-summary-buffer-number-list.
2642
2643         * wl-action.el (wl-summary-print-destination): 
2644         Do nothing when folder is nil.
2645
2646 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2647
2648         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2649         persistent mark when prefetch is succeeded.
2650
2651 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2652
2653         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2654         instead of elmo-msgdb-delete-msgs.
2655         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2656         (wl-expire-hide): Ditto.
2657
2658         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2659
2660         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2661         elmo-msgdb interface.
2662         (wl-thread-get-exist-children): Likewise.
2663         (wl-thread-insert-message): Likewise.
2664         (wl-thread-msg-mark-as-important): Likewise.
2665         (wl-thread-insert-entity-sub): Likewise.
2666         (wl-thread-get-children-msgs-uncached): Likewise.
2667
2668         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2669         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2670         (wl-summary-sync-update): Likewise.
2671         (wl-summary-auto-select-msg-p): Likewise.
2672         (wl-summary-update-thread): Likewise.
2673         (wl-summary-mark-as-important): Likewise.
2674         (wl-summary-jump-to-msg-internal): Likewise.
2675         (wl-summary-redisplay-internal): Likewise.
2676         (wl-summary-print-message-with-ps-print): Likewise.
2677         (wl-summary-folder-info-update): Likewise.
2678
2679         * wl-folder.el (wl-folder-check-one-entity):
2680         elmo-folder-count-flags instead of wl-summary-count-unread.
2681
2682         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2683
2684         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2685
2686         * wl-summary.el (wl-summary-set-message-modified): 
2687         Call wl-summary-set-mark-modified.
2688         (wl-summary-delete-messages-on-buffer): Call
2689         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2690         (wl-summary-sync-update): Call elmo-folder-length instead of
2691         elmo-folder-messages.
2692         (wl-summary-insert-headers): Don't call
2693         elmo-folder-list-message-entities.
2694
2695 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2696
2697         * wl-action.el (wl-summary-define-mark-action): Call
2698         `wl-summary-set-mark' with argument `data'.
2699         (wl-summary-auto-refile): Fixed order of arguments when call
2700         `wl-summary-refile'.
2701
2702 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2703
2704         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2705
2706         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2707
2708         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2709         (Renamed from wl-highlight-summary-deleted-face).
2710         (wl-highlight-summary-resend-face): New face.
2711
2712         (wl-highlight-summary-deleted-face): Renamed from
2713         wl-highlight-summary-erased-face.
2714
2715         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2716
2717         * wl-action.el (wl-summary-get-resend-address): New function.
2718         (wl-summary-exec-action-resend): Ditto.
2719         (wl-summary-exec-action-resend-subr): Ditto.
2720
2721         * w-thread.el (wl-thread-copy): Removed definition.
2722         (wl-thread-refile): Ditto.
2723         (wl-thread-delete): Ditto.
2724         (wl-thread-target-mark): Ditto.
2725
2726         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2727         (wl-summary-target-mark-set-action): Fixed.
2728         (wl-summary-define-mark-action): Fixed quotation.
2729         (wl-summary-move-mark-list-messages): Display message.
2730         (wl-summary-define-mark-action): Define thread functions.
2731         (wl-summary-exec-action-refile): Changed message.
2732         (wl-summary-exec): Ditto.
2733
2734 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2735         
2736         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2737         '%%'.
2738
2739 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2740
2741         * wl.el (toplevel): Require wl-action.
2742         (wl-init): Call wl-summary-define-mark-action.
2743
2744         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2745
2746         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2747         wl-summary-delete and wl-summary-erase.
2748         (wl-summary-mode-map): Ditto.
2749
2750         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2751         wl-delete-folder-alist.
2752
2753         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2754         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2755         (toplevel): Moved mark & action related functions to the wl-action.el.
2756
2757         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2758         in wl-summary-mark-action-list.
2759         (wl-highlight-summary-current-line): Ditto.
2760
2761         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2762         empty lines.
2763
2764         * wl-action.el: New file. 
2765
2766 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2767
2768         * wl-summary.el (wl-summary-target-mark-replace): New function.
2769         (wl-summary-target-mark-prefetch): Use it.
2770         (wl-summary-target-mark-delete): Ditto.
2771         (toplevel): Rearranged definition order.
2772         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2773         (wl-summary-target-mark-erase): Rewrite.
2774         (wl-summary-erase-region): New function.
2775         (wl-summary-exec-action-erase): Changed message.
2776         (wl-summary-move-mark-list-messages): New function.
2777         (wl-summary-exec-action-delete): Use it.
2778         (wl-summary-exec-action-erase): Ditto.
2779
2780         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2781         (wl-summary-skip-mark-list): Added "d".
2782
2783         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2784         while searching.
2785
2786         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2787         and define using defcustom;
2788         Define 4th element as a face.
2789         
2790         * wl-summary.el (wl-summary-incorporate): Use 
2791         `wl-summary-prefetch-region-no-mark' instead of
2792         `wl-summary-prefetch-region'.
2793         (wl-summary-prefetch-region-no-mark): Revival of old
2794         `wl-summary-prefetch-region'.
2795         (wl-summary-mark-action-list): Moved to wl-vars.el
2796
2797         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2798         face according to the `wl-summary-mark-action-list'.
2799         (wl-highlight-summary-current-line): Ditto;
2800         Removed destination highlighting.
2801
2802         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2803         (wl-highlight-summary-line-string): Highlight for "i" mark.
2804         (wl-highlight-summary-current-line): Ditto.
2805
2806         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2807         no destination.
2808
2809         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2810         exists, just go ahead.
2811         (wl-summary-prefetch-region): Rewrite.
2812         (wl-summary-prefetch): Ditto.
2813         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2814         (wl-summary-exec-action-prefetch): New function.
2815         (wl-summary-target-mark-prefetch): Rewrite.
2816
2817 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2818
2819         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2820         (wl-highlight-summary-line-string): Added "d" and "D".
2821         (wl-highlight-summary-current-line): Ditto.
2822
2823         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2824         in wl-summary.el.
2825         (wl-thread-insert-entity-sub): Ditto.
2826         (wl-thread-remove-destination-region): Ditto.
2827         (wl-thread-print-destination-region): Ditto.
2828
2829         * wl-summary.el (wl-summary-buffer-refile-list,
2830         wl-summary-buffer-delete-list,
2831         wl-summary-buffer-copy-list): Abolish.
2832         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2833         All other related portions are changed.
2834         (wl-summary-mark-action-list): New variable.
2835         (wl-summary-set-mark): New function.
2836         (wl-summary-register-target-mark): Ditto.
2837         (wl-summary-unregister-target-mark): Ditto.
2838         (wl-summary-have-target-mark-p): Ditto.
2839         (wl-summary-register-temp-mark): Ditto.
2840         (wl-summary-unregister-temp-mark): Ditto.
2841         (wl-summary-registered-temp-mark): Ditto.
2842         (wl-summary-collect-temp-mark): Ditto.
2843         (wl-summary-unset-mark): Ditto.
2844         (wl-summary-set-target-mark): Ditto.
2845         (wl-summary-unset-target-mark): Ditto.
2846         (wl-summary-set-action-generic): Ditto.
2847         (wl-summary-unset-action-generic): Ditto.
2848         (wl-summary-exec-action-delete): Ditto.
2849         (wl-summary-exec-action-erase): Ditto.
2850         (wl-summary-set-action-refile): Ditto.
2851         (wl-summary-set-action-refile-subr): Ditto.
2852         (wl-summary-unset-action-refile): Ditto.
2853         (wl-summary-make-destination-numbers-list): Ditto.
2854         (wl-summary-exec-action-refile): Ditto.
2855         (wl-summary-set-action-copy): Ditto.
2856         (wl-summary-unset-action-copy): Ditto.
2857         (wl-summary-exec-action-copy): Ditto.
2858         (wl-summary-collect-numbers-region): Ditto.
2859         (wl-summary-delete): Rewrite.
2860         (wl-summary-erase): Ditto.
2861         (wl-summary-remove-destination): Ditto.
2862         (wl-summary-exec): Ditto.
2863         (wl-summary-exec-region): Ditto.
2864         (wl-summary-target-mark-erase): Ditto.
2865         (wl-summary-refile): Ditto.
2866         (wl-summary-copy): Ditto.
2867         (wl-summary-unmark): Ditto.
2868         (wl-summary-delete-all-mark): Ditto.
2869         (wl-summary-mark-line): Don't highlight.
2870         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2871         (wl-summary-target-mark-refile-subr): Rewrite.
2872
2873         (wl-summary-copy-prev-destination): Abolish.
2874
2875 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2876
2877         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2878         default values along the value of wl-on-mule.
2879         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2880         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2881         It is not used anywhere.
2882
2883 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2884
2885         * wl-summary.el (wl-summary-print-destination): Keep position.
2886         (wl-summary-cursor-move-surface): Keep horizontal position.
2887
2888 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2889
2890         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2891         write sendlog.
2892
2893 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2894
2895         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2896         `wl-summary-highlight'.
2897
2898 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2899
2900         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2901         trivial condition for temp-mark.
2902
2903 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2904
2905         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2906         when it hits killed buffer.
2907
2908 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2909
2910         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2911         * wl-news.el.in: `message' and `error' take format string.
2912
2913 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2914
2915         * wl-folder (wl-folder-insert-entity): Display a message,
2916         `...done', when the work finish.
2917         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2918
2919 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2920
2921         * wl-message.el (wl-message-redisplay): Remove unused local
2922         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2923
2924 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2925
2926         * wl-summary.el (wl-summary-replace-status-marks): Disable
2927         interactive use.
2928         (wl-summary-reedit): Check message existence at first.
2929         (wl-summary-mark-line): Fix doc, return value is indefinite.
2930
2931         * wl-highlight.el (wl-highlight-message): Arranged.
2932
2933         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2934         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2935         check temp-mark by wl-summary-temp-mark always.
2936         (wl-highlight-summary): Change accordingly.
2937         * wl-summary.el (wl-summary-mark-as-read-all)
2938         (wl-summary-delete-cache, wl-summary-set-score-mark)
2939         (wl-summary-mark-as-unread, wl-summary-unmark)
2940         (wl-summary-mark-line, wl-summary-mark-as-read)
2941         (wl-summary-mark-as-important): Ditto.
2942
2943         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2944         end of the window if possible.
2945         * wl-summary.el (wl-summary-sync-update): Support lazy
2946         highlighting.
2947         (wl-summary-toggle-disp-msg): Ditto.
2948
2949 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2950
2951         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2952
2953 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2954
2955         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2956         change.
2957
2958 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2959
2960         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2961         API.
2962         (wl-summary-sync-update): Ditto.
2963
2964         * wl-score.el (wl-score-get-score-alist): Changed argument.
2965         (wl-summary-rescore-msgs): Likewise.
2966         (wl-summary-score-headers): Likewise.
2967         (wl-score-headers): Likewise;
2968         Use elmo-folder-do-each-message-entity, etc.
2969         (wl-summary-score-effect): Follow the changes above.
2970         (wl-summary-rescore): Ditto.
2971         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2972         (wl-score-get-overview): Abolish.
2973
2974         * wl-summary.el (wl-summary-default-from): Follow the API change in
2975         elmo-msgdb.
2976         (wl-summary-count-unread): Ditto.
2977         (wl-summary-detect-mark-position): Ditto.
2978         (wl-summary-overview-entity-compare-by-date): Ditto.
2979         (wl-summary-overview-entity-compare-by-number): Ditto.
2980         (wl-summary-overview-entity-compare-by-from): Ditto.
2981         (wl-summary-overview-entity-compare-by-subject): Ditto.
2982         (wl-summary-get-list-info): Ditto.
2983         (wl-summary-rescan): Ditto.
2984         (wl-summary-jump-to-msg-by-message-id): Ditto.
2985         (wl-summary-sync-update): Ditto; Removed comment.
2986         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2987         (wl-summary-insert-message): Use wl-summary-insert
2988         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2989         (wl-summary-insert-headers): Changed argument overview to folder.
2990         (wl-summary-search-by-subject): Likewise.
2991         (wl-summary-insert-thread): Renamed from 
2992         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2993
2994         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2995         too.
2996
2997         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2998         wl-string-member.
2999
3000 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3001
3002         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3003         elmo-folder-append-buffer.
3004         (wl-draft-queue-append): Likewise.
3005
3006         * wl-mime.el (wl-message-delete-current-part): Ditto.
3007         (wl-summary-burst-subr): Ditto.
3008
3009         * wl-news.el.in (wl-news-send-news): Ditto.
3010
3011 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3012
3013         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3014         function.
3015         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3016         (wl-summary-update-mark): Enclose with save-excursion.
3017         (wl-summary-mark-as-read-internal): Fixed last change.
3018         (wl-summary-mark-as-important): Use 3rd argument of
3019         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3020         Don't use elmo-msgdb-set-mark.
3021         (wl-summary-redisplay-internal): If msgdb flag is already read,
3022         just update the mark on buffer.
3023
3024 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3025
3026         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3027         cut visible folder when elmo-folder-delete returns non-nil value.
3028
3029 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3030
3031         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3032         by Kenichi OKADA <okada@opaopa.org>).
3033
3034 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3035
3036         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3037
3038 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3039
3040         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3041         Fixed the last change, search group entity by its real name.
3042         (Thanks to: KOBAYASHI Shinji)
3043
3044 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3045
3046         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3047         (wl-fldmgr-access-display-all): Don't refer visible name.
3048         * wl-expire.el (wl-folder-archive-current-entity)
3049         (wl-folder-expire-current-entity): Ditto.
3050         * wl-folder.el (wl-folder-jump-to-current-entity)
3051         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3052         (wl-folder-open-folder-sub,wl-folder-open-all)
3053         (wl-folder-write-current-folder): Ditto.
3054         (wl-folder-insert-entity): Don't use petname for normal group.
3055         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3056         is the real name.
3057         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3058         Abolished.
3059
3060 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3061
3062         * wl-draft.el (wl-draft-create-buffer): Add
3063         `wl-summary-reply-with-citation'
3064
3065 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3066
3067         * wl-draft.el (wl-draft-reply): Fixed.
3068
3069 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3070
3071         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3072         when `wl-draft-send-confirm-with-preview' is non-nil.
3073         You can scroll up/down by j/k.
3074         (wl-draft-send-confirm-with-preview): New variable (default=t).
3075
3076 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3077
3078         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3079         (wl-fldmgr-save-folders): Fix comment.
3080
3081 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3082
3083         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3084         along the last change in `wl-folder-buffer-group-p'.
3085
3086 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3087
3088         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3089         folder.
3090
3091         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3092         the default value.
3093
3094         * wl-mime.el (wl-summary-burst): Update summary only when target
3095         folder equals current folder.
3096
3097 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3098
3099         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3100
3101 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3102
3103         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3104         value.
3105
3106 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3107
3108         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3109         `map-extents' instead of `extent-at' repeatedly.
3110         (wl-highlight-folder-current-line): Ditto.
3111
3112         * wl-highlight.el: Remove useless dummy functions.
3113
3114 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3115
3116         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3117         (wl-folder-put-folder-property): New function to put text property.
3118         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3119         (wl-folder-insert-entity, wl-folder-update-diff-line)
3120         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3121         * wl-e21.el, wl-xmas.el, wl-mule.el
3122         (wl-highlight-folder-current-line): Ditto.
3123         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3124         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3125         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3126         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3127
3128 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3129
3130         * Version number is increased to 2.11.3.
3131
3132 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3133
3134         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3135         Resume current-buffer since it is assumed by remaining tasks.
3136
3137 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3138
3139         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3140         (wl-folder-completion-function): Abolished.
3141         (wl-folder-complete-folder): New function.
3142         (wl-folder-complete-filter-condition): Ditto.
3143         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3144         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3145
3146 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3147
3148         * wl-draft.el (wl-draft-send-confirm): New function.
3149         (wl-draft-send): Use it.
3150
3151         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3152         cursor-in-echo-area while confirming.
3153
3154         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3155
3156         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3157         searching via nntp if wl-summary-search-via-nntp is 'force.
3158         Otherwise, invoke searching in nntp folder only.
3159         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3160
3161         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3162         explicitly for mime-make-text-tag.
3163
3164 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3165
3166         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3167         `mime-make-text-tag' instead of `mime-create-tag'.
3168
3169 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3170
3171         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3172         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3173
3174 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3175
3176         * wl-score.el (wl-score-save): Bind print-length and print-level.
3177         (wl-score-pretty-print): Ditto.
3178         (wl-score-edit-insert-header-entry): Ditto.
3179
3180         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3181         "From" entry to be treated with wl-draft-eword-encode-address-list.
3182         * wl-mime.el (wl-draft-preview-message): Ditto.
3183
3184         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3185         (wl-summary-mark-as-unread): Ditto.
3186         (wl-summary-mark-as-read-region): Change accordingly.
3187         (wl-summary-mark-as-unread-region): Ditto.
3188         (wl-summary-target-mark-mark-as-read): Ditto.
3189         (wl-summary-target-mark-mark-as-unread): Ditto.
3190
3191 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3192
3193         * Version number is increased to 2.11.2.
3194
3195 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3196
3197         * wl-news.el.in (wl-news-previous-version-save): Bind
3198         print-length and print-level.
3199         * wl-thread.el (wl-thread-save-entities): Ditto.
3200         (wl-thread-save-top-list): Bind print-length.
3201
3202 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3203
3204         * wl-highlight.el (wl-highlight-summary-line-string): Use
3205         wl-summary-score-below-mark, wl-summary-score-over-mark.
3206         (wl-highlight-summary-current-line): Ditto.
3207
3208 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3209
3210         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3211         insert it.
3212
3213 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3214
3215         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3216
3217 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3218
3219         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3220         message without msgid.
3221         Rewrite with elmo-folder-move-messages.
3222         Set wl-message-buffer to nil.
3223
3224         * wl-summary.el (wl-summary-erase-subr): New function. Use
3225         elmo-folder-move-messages.
3226         (wl-summary-erase): Call it.
3227         (wl-summary-target-mark-erase): Ditto.
3228
3229 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3230
3231         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3232         it is not up-tp-date.
3233
3234 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3235
3236         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3237         buffer after calling `wl-summary-goto-folder-subr' without the
3238         argument `interactive'.
3239         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3240
3241 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3242
3243         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3244         `mime-create-tag'. Use `string=' instead of `looking-at'.
3245
3246 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3247
3248         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3249         to avoid compile warning.
3250
3251         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3252         entity-id when folder is given.
3253         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3254         save-excursion, use save-selected-window instead.
3255         Select folder buffer window if exists.
3256         (To correct behavior with wl-folder-move-cur-folder.)
3257
3258 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3259
3260         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3261
3262 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3263
3264         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3265         list-count instead of %d.
3266
3267 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3268
3269         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3270         (wl-news): Set it.
3271         (wl-news-append-to-folder): Use it.
3272
3273         * wl-news.el.in (wl-news-send-news): Append to specified folder
3274         instead of wl-default-folder.
3275         (wl-news-append-to-folder): Show error message with specified folder.
3276
3277         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3278                 In most major modes, Emacs assumes that any opening
3279                 delimiter found at the left margin is the start of a
3280                 top-level definition, or defun. Therefore, *never put an
3281                 opening delimiter at the left margin unless it should have
3282                 that significance.*
3283
3284         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3285
3286 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3287
3288         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3289
3290 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3291
3292         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3293
3294 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3295
3296         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3297         for sequential numbering case.
3298
3299 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3300
3301         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3302         value.
3303         (wl-draft-reply-without-argument-list): Ditto.
3304         (wl-draft-reply-myself-with-argument-list): Abolish.
3305         (wl-draft-reply-myself-without-argument-list): Ditto.
3306         * wl-draft.el (wl-draft-self-reply-p): New function.
3307         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3308
3309 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3310
3311         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3312         (avoid error for the case without byte-compiling)
3313
3314 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3315
3316         * wl-news.el.in (wl-news-append-to-folder): New function.
3317         (wl-news-exit): Rewrite.
3318         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3319
3320 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3321
3322         * wl-draft.el (wl-draft-reply-position): New function.
3323         (wl-draft-reply-position): Fix.
3324         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3325         (wl-summary-target-mark-reply-with-citation): Ditto.
3326         (wl-summary-reply-with-citation): Ditto.
3327         * wl-vars.el (wl-draft-reply-default-position): New variable.
3328
3329 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3330
3331         * wl-draft.el (wl-draft-send): Preview when interactive send.
3332
3333 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3334
3335         * wl-draft.el (wl-draft-reply): Set default position.
3336         * wl-summary.el (wl-summary-reply): Ditto.
3337         (wl-summary-reply-with-citation): Ditto.
3338         (wl-summary-target-mark-reply-with-citation): Ditto.
3339
3340 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3341
3342         * wl-news.el.in (wl-news-lang): Set default value according to
3343         current-language-environment.
3344         (wl-news-append-news): Do nothing when news-list is nil.
3345
3346 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3347
3348         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3349         (wl-news): Change message.
3350         (wl-news-exit): Check buffer.
3351         (wl-news-force-exit): New function.
3352         (wl-news-show-all): New function.
3353         (wl-news-discard-and-exit): Fix.
3354
3355 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3356
3357         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3358         according to current-language-environment.
3359
3360         * wl-news.el.in (wl-news): If arg, show all NEWS after
3361         wl-news-default-previous-version.
3362
3363 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3364
3365         * wl-news.el.in (wl-news-check): Rewritten.
3366         (wl-news-previous-version-load): Change data type.
3367         (wl-news-previous-version-save): Change data type.
3368         (wl-news-append-news): Add return value.
3369         (wl-news-check-news): New function.
3370         (wl-news-already-current-p): New function.
3371         (wl-news-send-news): Rewritten.
3372         (wl-news-mode-map): Add new keybind.
3373         (wl-news): Rewritten.
3374         (wl-news-exit): Rewritten.
3375         (wl-news-discard-and-mail): New function.
3376         (wl-news-send-to-address): Abolished.
3377         * wl.el (wl-init): Delete a message.
3378
3379 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3380
3381         * wl-news.el.in (wl-news-exit): Update previous version.
3382         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3383
3384 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3385
3386         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3387
3388 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3389
3390         * wl-news.el.in (wl-news): New function.
3391         (wl-news-mode): New function.
3392         (wl-news-next-line): New function.
3393         (wl-news-next-page): New function.
3394         (wl-news-exit): New function.
3395         (wl-news-buf-name): New variable.
3396         (wl-news-mode-map): New variable.
3397         (wl-news-winconf): New variable.
3398         (wl-news-append-news): Add an option.
3399
3400 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3401
3402         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3403
3404 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3405
3406         * wl-news.el.in (wl-news-send-to-address): New variable.
3407         (wl-news-send-news): Use it.
3408         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3409         Return updating status.
3410         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3411
3412 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3413
3414         * wl-news.el.in (wl-news-send-news): Delete
3415         Organization and X-Face.
3416
3417 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3418
3419         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3420         (wl-news-append-news): New function.
3421         (wl-news-send-news): New function.
3422
3423 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3424
3425         * Version number is increased to 2.11.1.
3426
3427 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3428
3429         * wl-news.el.in : New file.
3430
3431 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3432
3433         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3434         default value.
3435         (wl-draft-reply-without-argument-list): Ditto.
3436
3437 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3438
3439         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3440         (wl-message-buffer-prefetch-idle-time): Ditto.
3441         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3442
3443 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3444
3445         * wl-thread.el (wl-thread-insert-message): Use
3446         wl-summary-max-thread-depth.
3447
3448         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3449         loop detection.
3450
3451         * wl-message.el (wl-message-buffer-display): Back to the first page
3452         when cache is hit.
3453
3454 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3455
3456         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3457
3458         * wl-summary.el (wl-summary-insert-thread-entity):
3459         If the thread depth is reached to wl-summary-max-thread-depth,
3460         divide the thread.
3461
3462 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3463
3464         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3465         for elmo-remove-passwd.
3466
3467 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3468
3469         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3470         folder is sticky.
3471         (wl-folder-mark-as-read-all-entity): Ditto.
3472         (wl-folder-prefetch-entity): Ditto.
3473
3474 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3475
3476         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3477
3478 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3479
3480         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3481         Delete messages on buffer for unplugged operation.
3482         (wl-summary-erase): Ditto.
3483
3484 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3485
3486         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3487         take nil so as not to search parent by subject.
3488
3489 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3490
3491         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3492         (wl-folder-get-next-folder): Ditto.
3493         (wl-folder-get-path): Ditto.
3494
3495 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3496
3497         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3498         system and encode the region with it before verifying.
3499
3500 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3501
3502         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3503         system of the echo buffer before decoding.
3504
3505 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3506
3507         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3508         original contents.
3509
3510 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3511
3512         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3513         with argument 'any-exists.
3514
3515 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3516
3517         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3518         Use `wl-cs-autoconv'.
3519
3520 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3521
3522         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3523         by `mime-view-automatic-conversion'.
3524
3525         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3526         (wl-message-verify-pgp-nonmime): Ditto.
3527         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3528         Bind them to C-c:d and C-c:v respectively.
3529
3530         Merge following code by Teranishi-san from [wl-en:00167].
3531         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3532         (wl-mime-preview-application/pgp-encrypted): Ditto.
3533         (wl-mime-setup): Add entry.
3534
3535 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3536
3537         * wl-summary.el (wl-summary-target-mark-erase): New function.
3538         Bind it to "mD".
3539
3540 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3541
3542         * wl-vars.el (wl-draft-write-file-function): Fix.
3543         (wl-draft-reedit-hook): Changed default value.
3544
3545         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3546         wl-draft-reedit-hook.
3547         (wl-draft-remove-text-plain-tag): New function.
3548         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3549
3550         * wl-vars.el (wl-draft-write-file-function): New user option.
3551
3552         * wl-draft.el (wl-draft-prepare-edit): Use it for
3553         local-write-file-hooks.
3554         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3555
3556         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3557         (wl-draft-insert-mail-header-separator): Return the body beginning
3558         point.
3559         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3560         text/plain.
3561         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3562
3563 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3564
3565         * wl-summary.el (wl-summary-erase): New function to erase message
3566         without moving it to trash. Bind to "D".
3567
3568         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3569         as `keep' unless switch-function.
3570
3571 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3572
3573         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3574         message buffer by using `wl-summary-toggle-disp-msg'.
3575         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3576         buffer window.
3577         (wl-summary-supresedes-message): Ditto.
3578
3579         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3580         Do not delete other windows.
3581         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3582         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3583         (wl-draft-create-buffer): Set reply-or-forward also for target
3584         mark commands.
3585
3586 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3587
3588         * wl-draft.el (wl-user-agent-compose): Delete special case for
3589         switch-to-buffer-other-window.
3590
3591         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3592         (wl-summary-forward): Ditto.
3593
3594         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3595         function.
3596         (wl-draft-buffer-style): New use option.
3597
3598         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3599         (wl-draft): Follow the change above.
3600         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3601         wl-draft-buffer-style.
3602         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3603         switch-function.
3604
3605 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3606
3607         * wl-address.el (wl-address-make-completion-entry): Extracted from
3608         `wl-address-make-completion-list'.
3609         (wl-address-enable-strict-loading): New variable.
3610         (wl-address-make-completion-list): Revive petname duplication
3611         inquiry, and enable it if `wl-address-enable-strict-loading'.
3612         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3613
3614 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3615
3616         * wl-message.el (wl-message-get-original-buffer): Avoid
3617         'Selecting deleted buffer' error when original buffer is killed.
3618
3619 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3620
3621         * wl-summary.el (wl-summary-next-message): Use
3622         elmo-message-accessible-p instead of elmo-message-cached-p.
3623
3624 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3625
3626         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3627
3628         * wl-thread.el (wl-thread-open-all-unread): Use
3629         elmo-folder-list-flagged instead of
3630         elmo-folder-list-messages-mark-match.
3631
3632         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3633         instead of elmo-folder-list-messages-mark-match.
3634         (wl-summary-move-spec-alist): New variable.
3635         (wl-summary-move-spec-plugged-alist,
3636         wl-summary-move-spec-unplugged-alist): Abolish.
3637         (wl-summary-next-message): Follow the change above.
3638         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3639         with 'no-msg' argument.
3640
3641         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3642         variable.
3643         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3644         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3645         (wl-message-buffer-prefetch-get-next): Follow the change above.
3646
3647 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3648
3649         * wl-version.el (wl-version): Changed codename.
3650
3651         * Version number is increased to 2.11.0.
3652
3653 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3654
3655         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3656         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3657         `wl-draft-config-variables'.
3658         (wl-draft-kill): Fixed problem when the draft is reedit.
3659
3660 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3661
3662         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3663         buffer-modified status (Thanks to
3664         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3665
3666 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3667
3668         * wl-util.el (wl-region-exists-p): New function.
3669
3670         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3671         Remove defvars for byte-compile warnings.
3672
3673 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3674
3675         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3676         defvar-maybe. Removed unused bind.
3677
3678 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3679
3680         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3681         summary buffer window before creating new frame.
3682         (wl-draft-reply): Ditto.
3683
3684 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3685
3686         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3687
3688 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3689
3690         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3691
3692 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3693
3694         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3695         instead of `kill-region'.
3696
3697 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3698
3699         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3700         (wl-highlight-summary-line-string): Use it.
3701         (wl-highlight-summary-current-line): Ditto.
3702
3703         * wl-mime.el (wl-message-delete-current-part): Check the class of
3704         mime-entity.
3705
3706         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3707
3708         * wl-summary.el (wl-summary-make-number-list): Initialize.
3709         (wl-summary-update-mark): New function.
3710         (wl-summary-reply): Put `answered' mark on the message.
3711         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3712
3713         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3714         (wl-draft-reply): Added optional argument `number';
3715         Set wl-draft-parent-number.
3716         (wl-draft-kill): Delete answered mark if it is a reply.
3717
3718 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3719
3720         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3721         that originates in mime-preview-follow-current-entity.
3722         (wl-draft-yank-current-message-entity): Use it if region is active.
3723
3724         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3725         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3726         `wl-message-delete-current-part'.
3727         * wl-mule.el (wl-message-define-keymap): Ditto.
3728         * wl-xmas.el (wl-message-define-keymap): Ditto.
3729
3730 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3731
3732         * wl-mime.el (wl-message-delete-current-part): New function.
3733         (wl-mime-node-id-to-string): Ditto.
3734
3735         * wl-mime.el (wl-message-delete-current-part): Use existing
3736         original buffer which corresponds current mime-view buffer.
3737         (fetched buffer might have different structure, possibly)
3738
3739         * wl-mime.el (wl-message-delete-current-part): Quit if the
3740         message content differs from the actual message.
3741
3742 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3743
3744         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3745         order.
3746         (wl-summary-search-by-subject): Search parent message from tail;
3747         Check the existence of the parent message on the current thread tree.
3748         (wl-summary-update-thread): Check whether the line is inserted.
3749
3750 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3751
3752         * wl-vars.el (wl-summary-line-format): Undo last change.
3753         * wl-summary.el (wl-summary-print-destination): Do not put
3754         invisible property when `wl-summary-width' is nil.
3755         (wl-summary-line-subject-minimum-length): Abolished.
3756         (wl-summary-line-subject): Ditto.
3757
3758 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3759
3760         * wl-vars.el (wl-summary-line-format): Change default value.
3761         (wl-summary-subject-length-limit): Abolished.
3762         * wl-summary.el (wl-summary-line-subject): Ditto.
3763
3764 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3765
3766         * wl-template.el (wl-template-select): Added optional argument.
3767         If optional argument is specified, reverse
3768         `wl-template-visible-select'.
3769
3770 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3771
3772         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3773         Take prefix argument to force asking the destination folder.
3774
3775 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3776
3777         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3778         count and update status.
3779
3780 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3781
3782         * wl-summary.el (wl-summary-redisplay-internal): If
3783         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3784         after fetching.
3785
3786 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3787
3788         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3789         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3790
3791         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3792
3793 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3794
3795         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3796         (All other related portions are changed).
3797         (wl-summary-mark-as-read-all): Rewrite.
3798
3799 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3800
3801         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3802         `wl-summary-mark-as-read'.
3803         (wl-summary-mark-as-unread): Rewrite.
3804         (wl-summary-mark-as-read): Added no-modeline argument.
3805         (wl-summary-resume-cache-status): Rewrite.
3806         (wl-summary-exec-subr): Remove unused local variable.
3807
3808 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3809
3810         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3811         logic to call `wl-summary-buffer-prev-folder-function'.
3812         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3813
3814 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3815
3816         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3817         is nil.
3818
3819 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3820
3821         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3822         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3823         (wl-mime-setup): Add its entry.
3824
3825 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3826
3827         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3828         (wl-summary-delete-cache): Likewise.
3829         (wl-summary-mark-as-read): Rewrite.
3830
3831 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3832
3833         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3834         `wl-summary-count-unread'.
3835
3836         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3837
3838         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3839
3840 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3841
3842         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3843         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3844         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3845         Renamed to the elmo-msgdb-*-mark.
3846         (wl-summary-score-marks): Follow the change above.
3847         (wl-summary-auto-refile-skip-marks): Ditto.
3848         (wl-summary-incorporate-marks): Ditto.
3849         (wl-summary-expire-reserve-marks): Ditto.
3850
3851         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3852         changes.
3853         (wl-thread-insert-top): Changed updating message.
3854
3855         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3856         variable.
3857         (wl-summary-count-unread): Count answered marks.
3858         (wl-summary-rescan): Call wl-summary-insert-message instead of
3859         wl-summary-append-message-func-internal.
3860         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3861         (wl-summary-prefetch-msg): Follow the variable name changes.
3862         (wl-summary-prefetch-region): Ditto.
3863         (wl-summary-mark-as-read-all): Follow the API changes;
3864         Don't call elmo-folder-replace-marks.
3865         (wl-summary-delete-cache): Follow the variable name changes.
3866         (wl-summary-resume-cache-status): Ditto.
3867         (wl-summary-update-status-marks): New function.
3868         (wl-summary-insert-message): New function.
3869         (wl-summary-sync-marks): Follow the variable name changes.
3870         (wl-summary-sync-update): Synchronize to the msgdb, too;
3871         Changed update messages.
3872         (wl-summary-make-number-list): Rewrite.
3873         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3874         (wl-summary-mark-as-unread): Follow the API changes.
3875         (wl-summary-exec-subr): Follow the variable name changes.
3876         (wl-summary-mark-as-read): Ditto.
3877         (wl-summary-move-spec-plugged-alist): Ditto.
3878         (wl-summary-move-spec-unplugged-alist): Ditto.
3879         (wl-summary-cursor-move-surface): Ditto.
3880
3881         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3882         variable name changes.
3883         (wl-highlight-summary-current-line): Ditto.
3884
3885         * wl-expire.el (wl-expire-refile): Follow the API change in
3886         elmo-folder-move-messages.
3887         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3888         (wl-summary-archive): Use elmo-folder-msgdb instead of
3889         elmo-msgdb-load.
3890
3891 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3892
3893         * wl-mime.el (wl-draft-preview-message): Restore the position
3894         before evaluating wl-draft-send-hook in preview buffer.
3895
3896 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3897
3898         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3899         when it creates new draft buffer.
3900
3901         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3902         without argument.
3903
3904         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3905         Evaluate content and if the value is string, insert it.
3906         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3907         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3908         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3909         wl-draft-config-sub-part-bottom): Use it.
3910
3911         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3912         with the folder name. The question was unintelligible when it is
3913         called from wl-save-status.
3914
3915 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3916
3917         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3918         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3919         cannot take second argument).
3920
3921 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3922
3923         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3924         as t. Since type and subtype are not case sensitive (RFC 2045).
3925
3926 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3927
3928         * wl-vars.el (wl-message-mode-line-format): New variable.
3929         (wl-message-mode-line-format-spec-alist): Ditto.
3930         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3931         (wl-message-redisplay): Use wl-message-mode-line-format.
3932
3933 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3934
3935         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3936
3937 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3938
3939         * wl-summary.el (wl-summary-default-from): Write description.
3940
3941 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3942
3943         * wl-vars.el (wl-ldap-objectclass): Abolish.
3944
3945         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3946         (wl-ldap-make-filter): Removed condition for objectclass.
3947         (wl-ldap-make-matched-value-list): Remove meaningless process.
3948         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3949         (wl-address-ldap-search): Don't add `*' to `pat' string;
3950         use ignore-errors; added `email';
3951         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3952         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3953         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3954
3955
3956 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3957
3958         * wl-draft.el (wl-draft-parent-folder): Write description.
3959         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3960
3961 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3962
3963         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3964         as "" (zero-length string) if no parent.
3965         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3966
3967 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3968
3969         * wl-address.el (wl-address-make-completion-list): Skip duplication
3970         checking.
3971         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3972         `append'.
3973
3974 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3975
3976         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3977         instead of `beginning-of-buffer'.
3978
3979 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3980
3981         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3982
3983 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3984
3985         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3986         Refer wl-message-buffer-name.
3987         (wl-message-wheel-down): Ditto.
3988
3989 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3990
3991         * wl-vars.el (wl-message-buffer-name): New user option.
3992
3993         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3994         directly instead of making alist dinamically.
3995
3996         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3997         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3998         wl-message-buffer-cache-name.
3999         (wl-message-buffer-cache-clean-up): Ditto.
4000
4001         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4002
4003         * Version number is increased to 2.9.15.
4004
4005 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4006
4007         * wl-vars.el (wl-summary-default-view-alist): New user option.
4008
4009         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4010
4011         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4012         while deleting address.
4013         (wl-draft-delete-myself-from-cc): Ditto.
4014
4015         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4016         If optional argument is specified, reverse sort order.
4017
4018         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4019
4020 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4021
4022         * wl-thread.el (wl-thread-insert-message): Return parent number if
4023         exists.
4024         (wl-thread-update-indent-string-region): Use
4025         wl-thread-update-line-on-buffer-sub instead of
4026         wl-thread-update-line-on-buffer.
4027
4028 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4029
4030         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4031         (wl-folder-close-all): Ditto.
4032
4033 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4034
4035         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4036         and mailing-list:.
4037         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4038         value.
4039         (wl-summary-line-list-info): Print mailing-list name even when 
4040         list-number is empty.
4041
4042 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4043
4044         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4045
4046         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4047         (wl-draft-open-file): Ditto.
4048         (wl-draft-random-alphabet): Ditto.
4049
4050         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4051         bindings.
4052
4053 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4054
4055         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4056         * wl-vars.el (wl-draft-config-alist): Ditto.
4057
4058 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4059
4060         * Version number is increased to 2.9.14.
4061
4062         * wl.el (wl): Don't set wl-init as nil when error occured while
4063         auto-checking folders.
4064
4065         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4066         `elmo-expand-newtext'.
4067
4068 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4069
4070         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4071         `this-command' so that `wl-folder-goto-folder' contained in
4072         `wl-summary-keep-cursor-command' work.
4073
4074 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4075
4076         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4077         message buffer displaying state.
4078
4079 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4080
4081         * wl-vars.el (wl-summary-default-view): New variable to specify
4082         default value for `wl-summary-buffer-view' instead of using
4083         set-default.
4084         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4085
4086 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4087
4088         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4089
4090         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4091
4092 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4093
4094         * wl-vars.el (wl-forward-subject-prefix): New variable.
4095         * wl-draft.el (wl-draft-forward): Use it.
4096
4097 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4098
4099         * wl-message.el (wl-message-prev-page): When it is called without
4100         lines argument, scroll down by wl-message-scroll-amount lines.
4101         (wl-message-next-page): Ditto.
4102         * wl-vars.el (wl-message-scroll-amount): Change default value
4103         to preserve current behavior.
4104
4105 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4106
4107         * wl-summary.el (wl-summary-prefetch-msg): Bind
4108         `wl-message-entity' to call `wl-summary-from-function'.
4109
4110 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4111
4112         * wl-message.el (wl-message-buffer-create): Run
4113         wl-message-buffer-created-hook.
4114
4115 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4116
4117         * wl-summary.el (wl-summary-sort-specs): New variable.
4118         (wl-summary-default-sort-spec): Ditto.
4119         (wl-summary-sort): Rewrite.
4120         (wl-summary-sort-by-list-info): New function.
4121
4122 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4123
4124         * wl-summary.el (wl-summary-get-list-info): New function.
4125         (wl-summary-sort): Rewrite.
4126         (wl-summary-line-list-info): Ditto.
4127         (wl-summary-line-list-count): Ditto.
4128         (wl-summary-refile-region): Fixed docstring.
4129
4130 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4131
4132         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4133         `wl-folder-entity-hashtb' as completion table.
4134
4135 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4136
4137         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4138         only when this command is called interactively; silence the byte-
4139         compiler.
4140
4141 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4142
4143         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4144         active in XEmacs.
4145
4146 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4147
4148         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4149         plural lines.
4150
4151 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4152
4153         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4154         of current line when the cursor is on the header name.
4155         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4156
4157 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4158
4159         * wl-util.el (wl-read-directory-name): Return displayed directory
4160         as the default value also on XEmacs.
4161
4162 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4163
4164         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4165         formatting.
4166
4167 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4168
4169         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4170         argument and when it is non-nil, check face property before
4171         highlighting for each line.
4172         (wl-highlight-summary-window): Set it.
4173
4174 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4175
4176         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4177         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4178
4179         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4180         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4181         (wl-draft-get-fcc-list): Likewise.
4182
4183 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4184
4185         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4186         (wl-thread-entity-cur): Ditto.
4187         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4188         wl-thread-indent-regexp setting.
4189         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4190
4191         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4192         wl-summary-lazy-highlight.
4193         (wl-summary-display-bottom): Ditto.
4194
4195         * wl-thread.el (wl-thread-open-close): Likewise.
4196
4197         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4198         from and subject;
4199         Bind wl-draft-use-frame;
4200         Enclose with save-window-excursion;
4201         Use wl-draft-create-buffer instead of with-temp-buffer;
4202         Use wl-draft-prepare-edit;
4203         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4204         Use wl-draft-send instead of wl-draft-raw-send.
4205
4206 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4207
4208         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4209         of using wl-from.
4210
4211 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4212
4213         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4214         insert-buffer instead of clone-buffer.
4215         (wl-draft-doing-mime-bcc): New variable.
4216         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4217         infinite loop.
4218         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4219
4220         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4221         (wl-draft-mime-bcc-body): Ditto.
4222
4223         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4224         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4225         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4226         wl-draft-do-mime-bcc.
4227         (wl-draft-mime-bcc-field): New function.
4228         (wl-draft-do-mime-bcc): Ditto.
4229
4230         * wl-address.el (wl-address-complete-header-list): New variable.
4231         (wl-address-complete-header-regexp): Changed default value.
4232
4233         * Version number is increased to 2.9.13.
4234
4235 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4236
4237         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4238         it is differed.
4239
4240 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4241
4242         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4243         (wl-summary-line-list-count): Ditto.
4244
4245 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4246
4247         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4248         (wl-nntp-posting-function): New variable.
4249         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4250         `wl-nntp-posting-config-alist'.
4251
4252 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4253
4254         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4255         FLIM.
4256
4257 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4258
4259         * wl-summary.el (wl-summary-target-mark-refile-sub):
4260         Remove a nuisance funcall.
4261
4262 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4263
4264         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4265         as t for `try-completion'.
4266
4267 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4268
4269         * wl-summary.el (wl-summary-default-from): Use
4270         wl-address-header-extract-address instead of
4271         std11-extract-address-components.
4272         (wl-summary-simple-from): Ditto.
4273         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4274         (wl-summary-insert-headers): Show message.
4275         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4276         for whole line.
4277         (wl-summary-default-from): Revert last change.
4278         (wl-summary-simple-from): Ditto.
4279         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4280         (wl-summary-mark-as-read-region): Follow the change above.
4281         (wl-summary-sync-marks): Ditto.
4282         (wl-summary-target-mark-mark-as-read): Ditto.
4283         (wl-summary-redisplay-internal): Ditto.
4284         (wl-summary-redisplay-no-mime-internal): Ditto.
4285         (wl-summary-redisplay-all-header): Ditto.
4286         (wl-summary-mark-as-read): Removed argument `cached';
4287         Use current cache status to set cache mark.
4288         (wl-summary-redisplay-internal): Follow the change above.
4289         (wl-summary-redisplay-no-mime-internal): Ditto.
4290         (wl-summary-redisplay-all-header): Ditto.
4291
4292         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4293
4294         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4295         Don't call itself recursively (Adviced by Yamaoka-san).
4296
4297 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4298
4299         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4300         bind wl-summary-highlight as nil to avoid error caused by missing
4301         local variables.
4302
4303 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4304
4305         * wl-vars.el (wl-invalid-character-message): New user option.
4306
4307         * wl-util.el (wl-set-string-width): If truncated string-width is
4308         larger than specified width, use `wl-invalid-character-message'.
4309
4310 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4311
4312         * wl-summary.el (wl-summary-prefetch-msg): 
4313         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4314
4315 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4316
4317         * wl-vars.el (wl-summary-check-line-format): New user option.
4318         (wl-summary-line-format-file): Ditto.
4319
4320         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4321         variable.
4322         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4323         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4324         and `wl-summary-view-old-p' to check whether do a rescan or not.
4325         (wl-summary-view-old-p): New function.
4326         (wl-summary-line-format-changed-p): Ditto.
4327         (wl-summary-line-format-save): Ditto.
4328         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4329
4330         * wl-util.el (wl-set-string-width): Avoid using negative number
4331         for make-string.
4332
4333 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4334
4335         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4336         return value.
4337
4338         * wl-util.el (wl-set-string-width): Added optional argument
4339         `padding' (All other related portions are changed).
4340         (wl-line-parse-format): If the first letter of column number is
4341         `0', zero-padding the result (ex: "%05l").
4342
4343         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4344
4345 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4346
4347         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4348         sequential summary view.
4349
4350 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4353         if it doesn't have a -unix version.
4354
4355 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4356
4357         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4358
4359 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4360
4361         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4362         content.
4363         (wl-draft): Follow the change above.
4364
4365         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4366
4367         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4368         and wl-folder-summary-line-format-alist contain %T and %P.
4369
4370         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4371         (wl-summary-mode-line-format): New user option.
4372         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4373         (wl-summary-line-format): Changed default value.
4374         (wl-summary-lazy-highlight): Changed default value.
4375
4376         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4377         change in wl-summary-create-line.
4378         (wl-thread-insert-entity-sub): Ditto.
4379
4380         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4381         (wl-summary-buffer-unread-status): Ditto.
4382         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4383         (wl-summary-buffer-persistent-mark-column): Ditto.
4384         (wl-summary-buffer-mode-line-formatter): Ditto.
4385         (wl-summary-buffer-mode-line): Ditto.
4386         (wl-summary-message-regexp): Abolished.
4387         (All other related portions are changed.)
4388         (wl-summary-detect-mark-position): New function.
4389         (wl-summary-buffer-set-folder): Setup
4390         wl-summary-buffer-mode-line-formatter.
4391         (wl-summary-mode): Setup selective-display;
4392         Setup pre-idle-hook when xemacs.
4393         (wl-summary-update-modeline): Rewrite.
4394         (wl-summary-jump-to-msg): Define as function;
4395         Changed regexp for searching messages.
4396         (wl-summary-message-number): Rewrite.
4397         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4398         Do rescan when old type summary cache.
4399         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4400         (wl-summary-remove-destination): Use '\r' to detect EOL.
4401         (wl-summary-print-destination): Ditto.
4402         (wl-summary-temp-mark): New inline function.
4403         (wl-summary-persistent-mark): Ditto.
4404         (wl-summary-line-number): New function.
4405         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4406         (wl-summary-line-list-count): New function.
4407         (wl-summary-create-line): Added argument persistent-mark.
4408         (All other related portions are changed)
4409         (wl-summary-create-line): Insert '\r'.
4410         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4411         (wl-summary-cursor-move-surface): New inline function.
4412         (wl-summary-prev): Use it.
4413         (wl-summary-next): Ditto.
4414
4415         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4416         wl-summary-message-regexp.
4417         (wl-highlight-summary): Delete progress message.
4418         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4419
4420         * Version number is increased to 2.9.12.
4421
4422 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4423
4424         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4425         variable (nil: no minimum).
4426         (wl-summary-line-subject): Add some spaces after subject by
4427         wl-summary-line-subject-minimum-length.
4428
4429 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4430
4431         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4432         and removed `F'.
4433         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4434         change above).
4435
4436 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4437
4438         * wl-summary.el (wl-summary-line-list-count): Reverted.
4439         (example setting in samples/*/dot.wl is also updated)
4440
4441 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4442
4443         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4444
4445         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4446
4447         * wl-vars.el (wl-summary-line-format): Addes some description to the
4448         docstring.
4449
4450         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4451         (wl-summary-line-close-bracket): Ditto.
4452         (wl-summary-line-children-number): Ditto.
4453         (wl-summary-line-thread-indent): Ditto.
4454         (wl-summary-line-children-and-from): Ditto.
4455
4456         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4457         't', 'c', 'F' and added 'C'.
4458
4459         * wl-util.el (wl-set-string-width): Accept negative value.
4460         (wl-line-parse-format): Added "%number(" and "%)".
4461
4462 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4463
4464         * wl-summary.el (wl-summary-line-list-count): Change format of the
4465         return value.
4466
4467 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4468
4469         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4470         from the recent message.el.
4471         (wl-draft-point-in-header-p): Ditto.
4472         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4473         wl-draft-beginning-of-line.
4474         * wl-e21.el (wl-draft-mode-map): Ditto.
4475         * wl-xmas.el (wl-draft-mode-map): Ditto.
4476
4477         * wl-folder.el: Sort macrodefs by dependencies.
4478
4479 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4480
4481         * wl-summary.el (wl-summary-prev): Fixed regexp.
4482         (wl-summary-next): Ditto.
4483
4484 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4485
4486         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4487
4488 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4489
4490         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4491         for backward compatibility.
4492
4493 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4494
4495         * wl-summary.el (wl-summary-line-list-count): New function, merged
4496         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4497         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4498         list counts.
4499
4500 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4501
4502         * wl-summary.el (wl-summary-create-line): Ignore errors while
4503         timezone-fix-time.
4504
4505         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4506
4507         * wl-summary.el (wl-summary-sync-update): Ditto.
4508         (wl-summary-default-from): Use wl-message-entity
4509         instead of entity.
4510
4511         * wl-summary.el (wl-summary-create-line): Fix.
4512
4513         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4514         (wl-summary-line-format): New user option.
4515         (wl-folder-summary-line-format-alist): Ditto.
4516         (wl-summary-from-width): Abolished.
4517
4518         * wl-util.el (toplevel): Require 'bytecomp.
4519         (wl-line-parse-format): New function.
4520         (wl-line-formatter-setup): New macro.
4521
4522         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4523         (wl-summary-buffer-line-formatter): New buffer local variable.
4524         (wl-summary-switch-to-clone-buffer): Follow the change above.
4525         (wl-summary-message-regexp): Fix.
4526         (wl-summary-from-func-internal): Abolished.
4527         (wl-summary-subject-func-internal): Ditto.
4528         (wl-summary-subject-filter-func-internal): Ditto.
4529         (All other related portions are changed.)
4530         (wl-summary-buffer-set-folder):
4531         Set up wl-summary-buffer-number-column and 
4532         wl-summary-buffer-line-formatter
4533         (All other related portions are changed.)
4534         (wl-summary-buffer-number-column-detect): Abolished.
4535         (All other related portions are changed.)
4536         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4537         (wl-summary-delete-all-temp-marks-on-buffer): Use
4538         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4539         (wl-summary-target-mark-delete): Ditto.
4540         (wl-summary-target-mark-refile-subr): Ditto.
4541         (wl-summary-target-mark-mark-as-read): Ditto.
4542         (wl-summary-target-mark-mark-as-unread): Ditto.
4543         (wl-summary-target-mark-mark-as-important): Ditto.
4544         (wl-summary-target-mark-save): Ditto.
4545         (wl-summary-replace-status-marks): Renamed from
4546         wl-summary-set-status-marks-on-buffer;
4547         Use wl-summary-message-regexp instead of
4548         wl-summary-buffer-number-regexp.
4549         (wl-summary-sync-update): Follow the change above.
4550         (wl-summary-goto-previous-message-beginning): New function.
4551         (wl-summary-mark-as-unread): Use it.
4552         (wl-summary-mark-as-important): Ditto.
4553         (wl-summary-line-formatter): New variable.
4554         (wl-summary-line-year): New function.
4555         (wl-summary-line-day): Ditto.
4556         (wl-summary-line-day-of-week): Ditto.
4557         (wl-summary-line-hour): Ditto.
4558         (wl-summary-line-minute): Ditto.
4559         (wl-summary-line-open-bracket): Ditto.
4560         (wl-summary-line-close-bracket): Ditto.
4561         (wl-summary-line-children-number): Ditto.
4562         (wl-summary-line-thread-indent): Ditto.
4563         (wl-summary-line-size): Ditto.
4564         (wl-summary-line-subject): Ditto.
4565         (wl-summary-line-from): Ditto.
4566         (wl-summary-line-children-and-from): Ditto.
4567         (wl-summary-create-line): Rewritten.
4568         (wl-summary-format-date): Abolished.
4569
4570         * wl-highlight.el (wl-highlight-summary-current-line): Use
4571         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4572         Use thread structure to detect thread top message.
4573
4574         * wl-draft.el (wl-default-draft-cite): Don't use
4575         wl-summary-from-func-internal.
4576
4577         * wl-refile.el (wl-refile-subject-learn): Don't use
4578         wl-summary-subject-filter-func-internal.
4579         (wl-refile-guess-by-subject): Ditto.
4580
4581         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4582         parameters.
4583
4584         * wl-thread.el (wl-thread-update-indent-string-region):
4585         Use wl-thread-update-line-on-buffer instead of
4586         wl-thread-update-indent-string.
4587         (wl-thread-update-children-number): Redefine using
4588         wl-thread-update-line-on-buffer.
4589         (wl-thread-update-indent-string): Abolished.
4590
4591         * Version number is increased to 2.9.11.
4592
4593 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4594
4595         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4596         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4597         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4598
4599         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4600         as nil.
4601
4602         * wl-thread.el (wl-thread-open-all-unread): Use 
4603         elmo-folder-list-messages-mark-match.
4604         (wl-thread-insert-message): Removed argument `mark-alist'.
4605         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4606         elmo-msgdb-set-mark.
4607         (wl-thread-get-children-msgs-uncached): Likewise.
4608         (wl-thread-get-exist-children): Added argument include-self.
4609         (wl-thread-delete-message): Follow the change above.
4610
4611         * wl-summary.el (wl-summary-count-unread): Removed argument.
4612         (wl-summary-rescan): Follow the change above.
4613         (wl-summary-mark-as-read-region): Ditto
4614         (wl-summary-mark-as-unread-region): Ditto.
4615         (wl-summary-delete-messages-on-buffer): Ditto.
4616         (wl-summary-sync-update): Ditto.
4617         (wl-summary-switch-to-clone-buffer): Ditto.
4618         (wl-summary-goto-folder-subr): Ditto.
4619         (wl-summary-target-mark-mark-as-read): Ditto.
4620         (wl-summary-target-mark-mark-as-unread): Ditto.
4621         (wl-summary-target-mark-mark-as-important): Ditto.
4622         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4623         (wl-summary-update-thread): Removed argument `mark-alist'.
4624         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4625         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4626         (wl-summary-resume-cache-status): Likewise.
4627         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4628         elmo-msgdb-set-mark.
4629         (wl-summary-mark-as-read-all): Likewise.
4630         (wl-summary-delete-cache): Ditto.
4631         (wl-summary-auto-select-msg-p): Ditto.
4632         (wl-summary-mark-as-unread): Ditto.
4633         (wl-summary-no-auto-refile-message-p): Ditto.
4634         (wl-summary-mark-as-read): Ditto.
4635         (wl-summary-mark-as-important): Ditto.
4636         (wl-summary-auto-refile): Follow the change above.
4637         (wl-summary-delete-all-marks): Removed.
4638         (wl-summary-resume-marks-and-highlight): Ditto.
4639         (wl-summary-resume-marks): Ditto.
4640         (wl-summary-delete-important-msgs-from-list): Ditto.
4641         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4642
4643         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4644         wl-summary-count-unread.
4645
4646         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4647         (wl-summary-score-update-all-lines): Use
4648         elmo-msgdb-set-mark.
4649
4650 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4651
4652         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4653         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4654         (wl-summary-create-line): Renamed from
4655         wl-summary-overview-create-summary-line;
4656         Argument rearrangement.
4657         (wl-summary-update-thread): Follow the change above.
4658
4659         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4660         (wl-thread-insert-entity-sub): Likewise.
4661
4662         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4663         argument `overview', `mark-alist' and added `msgdb'.
4664
4665         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4666
4667         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4668         (wl-summary-rescan): Follow the change above.
4669         (wl-summary-sync-update): Ditto.
4670         (wl-summary-insert-thread-entity): Ditto;
4671         Don't use `let*' in every while loop;
4672         Detect infinite loop of threads.
4673         (wl-summary-update-thread): Removed argument `overview'.
4674
4675         * wl-thread.el (wl-thread-insert-message): Ditto.
4676
4677         * Version number is increased to 2.9.10.
4678
4679         * wl-message.el (wl-message-redisplay): Ignore errors while
4680         wl-message-redisplay-hook.
4681
4682 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4683
4684         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4685
4686 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4687
4688         * wl.el (wl): inhibit-quit while wl-folder.
4689
4690 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4691
4692         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4693         while msgdb access.
4694
4695 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4696
4697         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4698         even if no folder is not created.
4699
4700 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4701
4702         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4703
4704         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4705         implementation.
4706         (wl-summary-target-mark-thread): Ditto.
4707
4708         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4709
4710 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4711
4712         * wl-util.el (wl-display-bytes): Remove unused function.
4713
4714 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4715
4716         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4717         seems critical one (partially reverse the change in 2002/03/17).
4718
4719 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4720
4721         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4722         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4723
4724 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4725
4726         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4727         is not writable.
4728         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4729         plugged status instead of `'force' as 2nd argument.
4730
4731         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4732         is not creatable.
4733
4734         * Version number is increased to 2.9.9.
4735
4736 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4737
4738         * wl-summary.el (wl-summary-suspend): New function.
4739
4740 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4741
4742         * wl.el (wl): Do not check variables if check is nil.
4743         * wl-utils.el (wl-collect-draft): New function.
4744         * wl-folder.el (wl-folder-suspend): Put summary buffers
4745         and draft buffers at the end of buffer list.
4746         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4747
4748 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4749
4750         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4751         loop instead of recursive call.
4752
4753         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4754         2nd argument.
4755
4756 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4757
4758         * wl-draft.el (wl-draft-create-contents): Don't take neither
4759         (function . args) nor (string . something) any more.
4760
4761         * wl-version.el (wl-generate-user-agent-string): Return string
4762         without header symbol.
4763         * wl-draft.el (wl-draft-default-headers): Use it.
4764
4765         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4766         `wl-draft-insert-ccs' and return field value instead of inserting
4767         the header. Abolish cc argument.
4768         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4769
4770         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4771         rather than one with string car.
4772
4773         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4774         * wl-draft.el (wl-draft-create-contents): Add it after the default
4775         headers.
4776
4777         * wl-draft.el (wl-draft-create-contents): For the case of
4778         (symbol-or-string . function) insert header only when the function
4779         returns string value.
4780
4781 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4782
4783         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4784         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4785
4786 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4787
4788         * wl.el (wl-check-environment): Don't check Message-ID when
4789         `wl-insert-message-id' is nil.
4790         Revive checking if `wl-message-id-domain' contains "@".
4791
4792 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4793
4794         * wl.el (wl-check-environment): Merge examination for "@" at
4795         inappropriate position into the first string-match.
4796
4797         * wl-summary.el (wl-summary-target-mark-print): New function.
4798         (wl-summary-pipe-message-subr): Extracted from
4799         `wl-summary-pipe-message'.
4800         (wl-summary-target-mark-pipe): New function.
4801         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4802         `wl-summary-target-mark-pipe'.
4803
4804 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4805
4806         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4807
4808 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4809
4810         * wl.el (wl-check-environment): Use elmo-warning instead of
4811         error for non-critical ones.
4812         Remove trash folder check.
4813         (wl): Don't ignore error in wl-check-environment.
4814
4815         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4816         check, which is moved from `wl-check-environment'.
4817         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4818
4819 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4820
4821         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4822         guess anything, call wl-summary-write.
4823         (wl-summary-write): Create draft with blank To field.
4824         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4825
4826 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4827
4828         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4829         argument full as well for wl-folder-write-current-folder.
4830         If wl-*-write-current-folder cannot guess addressee, add blank
4831         To header.
4832         Rewrite condition for positioning cursor.
4833
4834 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4835
4836         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4837         summary buffer is present, use it.
4838         (wl-folder-jump-to-previous-summary): Ditto.
4839
4840 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4841
4842         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4843
4844         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4845         wl-summary-previous-buffer and wl-summary-next-buffer.
4846
4847         * wl-folder.el (wl-folder-mode-map): Bind
4848         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4849         (wl-folder-jump-to-next-summary): New function.
4850         (wl-folder-jump-to-previous-summary): Ditto.
4851
4852         * wl-draft.el (wl-draft): Rearranged.
4853
4854 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4855
4856         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4857         of header.
4858         (wl-draft): Collect arguments for the header as header-alist.
4859         (wl-draft-forward): Arrange arguments for wl-draft.
4860         (wl-draft-reply): Ditto.
4861         (wl-draft-edit-string): Ditto.
4862         * wl-summary.el (wl-summary-write): Ditto.
4863         (wl-summary-write-current-folder): Ditto.
4864
4865         * Version number is increased to 2.9.8.
4866
4867 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4868
4869         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4870
4871         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4872
4873         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4874         even if the guess failed.
4875
4876         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4877         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4878         wl-summary-write-current-folder.
4879         * wl-xmas.el: Ditto.
4880
4881 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4882
4883         * wl-summary.el (wl-summary-next-page): Force display message if
4884         message is not displayed yet.
4885         (wl-summary-prev-page): Ditto.
4886
4887 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4888
4889         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4890
4891 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4892
4893         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4894         add "Preview Message" and "Save Draft and Exit".
4895
4896 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4897
4898         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4899         if addrmgr is called from draft in splitted window.
4900
4901         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4902         * wl-mule.el: Ditto.
4903         * wl-xmas.el: Ditto.
4904
4905 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4906
4907         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4908
4909         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4910         * wl-xmas.el (wl-folder-toolbar): Ditto.
4911
4912 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4913
4914         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4915         and wl-draft-save-and-exit.
4916         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4917         * wl-xmas.el: Ditto.
4918         * wl-mule.el: Ditto.
4919
4920         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4921         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4922
4923 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4924
4925         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4926         lists for saving buffer.
4927
4928 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4929
4930         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4931         parent-folder argument instead of it.
4932         (wl-draft-create-buffer): Ditto.
4933         (wl-draft-forward): Ditto.
4934         (wl-draft-reply): Ditto.
4935         * wl-summary.el (wl-summary-write): Ditto.
4936         (wl-summary-write-current-folder): Ditto.
4937
4938         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4939         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4940         Folder buffer after composing.
4941
4942 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4943
4944         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4945         header if the file `wl-x-face-file' already contains it.
4946
4947 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4948
4949         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4950         folder" entry.
4951         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4952         * wl-e21.el (wl-folder-toolbar): Ditto.
4953         * wl-xmas.el (wl-folder-toolbar): Ditto.
4954
4955 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4956
4957         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4958         wl-folder-goto-folder with sticky argument.
4959         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4960
4961 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4962
4963         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4964         and wl-summary-previous-buffer.
4965         (wl-summary-next-buffer): New function.
4966         (wl-summary-previous-buffer): Ditto.
4967
4968 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4969
4970         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4971         wl-folder-jump-to-current-entity-with-arg.
4972         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4973         `wl-folder-jump-to-current-entity'.
4974         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4975         `wl-summary-goto-folder-sticky'.
4976         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4977         `wl-summary-goto-folder'.
4978         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4979         Unless force-exit, do not clean temp. marks for sticky summary.
4980         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4981
4982 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4983
4984         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4985         not entire.
4986
4987 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4988
4989         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4990         to `C-x C-s'.
4991         (wl-summary-save-status): New command.
4992         (wl-summary-exit): Don't clean-up temp marks when sticky.
4993         (Applied patch from Nakayama-san [wl: 09548])
4994         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4995         Do nothing when no mark data.
4996         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4997         Call `wl-summary-delete-all-temp-marks' before saving.
4998
4999 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5000
5001         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5002
5003 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5004
5005         * wl.el (wl-check-environment): Also cause error when (system-name)
5006         returns "localhost.localdomain". (Although it doesn't affect because
5007         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5008
5009 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5010
5011         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5012         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5013
5014         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5015         value.
5016
5017 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5018
5019         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5020         Likewise r-cc-list and r-ng-list.
5021
5022 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5023
5024         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5025         only if it is bound as variable.
5026
5027         * wl-mime.el (wl-draft-preview-message): Ditto.
5028
5029 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5030
5031         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5032         needless `goto-char'.
5033
5034         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5035         `wl-summary-redisplay-no-mime-internal' instead of
5036         `wl-summary-redisplay-no-mime'.
5037         (wl-summary-redisplay-no-mime): Changed argument;
5038         Call `wl-summary-redisplay-no-mime-internal'.
5039
5040         * wl-mime.el (wl-draft-preview-message): Bind
5041         `mime-header-encode-method-alist' locally.
5042
5043         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5044         (wl-draft-std11-parse-addresses): Added the first address check.
5045         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5046
5047         * Version number is increased to 2.9.7.
5048
5049 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5050
5051         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5052
5053 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5054
5055         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5056         related to scrollbar support, if there is no such a feature
5057         compiled in.
5058
5059 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5060
5061         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5062         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5063         for prefetch.
5064
5065 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5066
5067         * wl-summary.el (wl-summary-pick): Fix for no match.
5068
5069 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5070
5071         * wl-draft.el (wl-draft-save):
5072         Override `mime-header-encode-method-alist'.
5073
5074 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5075
5076         * wl-folder.el (wl-folder-pick): New function.
5077         Define key as "?".
5078
5079 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5080
5081         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5082         Fix for unplugged.
5083
5084 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5085
5086         * wl-folder.el (wl-folder-virtual): New function.
5087         Define key as "V".
5088
5089 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5090
5091         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5092         multi folder if entity is group.
5093
5094 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5095
5096         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5097         is nil.
5098
5099 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5100
5101         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5102         (wl-summary-target-mark-msgs): Return the number of marked messages.
5103
5104 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5105
5106         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5107         "first:" is specified.
5108
5109 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5110
5111         * wl-vars.el (wl-from): Use return value of function
5112         user-full-name instead of the variable user-full-name since
5113         XEmacs-20.4 doesn't set this variable.
5114
5115 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5116
5117         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5118         call `wl' directly.
5119
5120 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5121
5122         * wl-draft.el (wl-draft-reedit): Removed duplicated
5123         switch-to-buffers.
5124
5125 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * wl.el (wl-other-frame): Removed garbages.
5128
5129 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5130
5131         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5132
5133         * wl-xmas.el (wl-draft-key-setup): Ditto.
5134
5135         * wl-mule.el (wl-draft-key-setup): Ditto.
5136
5137         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5138         (wl-draft-reedit): Ditto.
5139         (wl-draft-prepare-edit): Add `wl-draft-save' to
5140         `local-write-file-hooks'.
5141         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5142         (wl-draft-reedit): Set buffer-file-name.
5143         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5144
5145
5146         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5147         call it.
5148         (wl-delete-startup-frame-function): New variable.
5149         (wl-other-frame): New function
5150         (Original was written by Yamaoka san [wl: 09239]).
5151
5152         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5153         if `wl-folder-use-frame'.
5154
5155 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5156
5157         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5158
5159 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5160
5161         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5162         New variable.
5163         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5164         (wl-message-buffer-prefetch-get-next): Use them.
5165         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5166
5167 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5168
5169         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5170         with unwind-protect.
5171
5172         * wl-draft.el (wl-draft-reedit): Rewrite.
5173         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5174         (wl-draft-save): Insert header separator if it does not exist;
5175         Removed condition-case.
5176
5177         * wl-summary.el (wl-summary-reedit): Revert last change.
5178
5179         * wl-draft.el (wl-draft-save): Rewrite.
5180         (wl-draft-create-buffer): Set buffer-file-name as nil.
5181
5182         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5183
5184         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5185
5186         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5187         nil.
5188
5189 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5190
5191         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5192         If count is nil, do not prefetch.
5193         (wl-message-buffer-prefetch-next): Next.
5194
5195 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5196
5197         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5198
5199 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5200
5201         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5202         `delete-backward-char'
5203         (wl-draft-prepare-edit): Check major-mode.
5204         (wl-draft-decode-header): Rewrite.
5205         (wl-draft): Fix.
5206
5207 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5208
5209         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5210
5211 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5212
5213         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5214         (wl-message-buffer-prefetch-get-next): Remove size checking.
5215         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5216
5217 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5218
5219         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5220         (wl-draft-default-headers): Fix.
5221
5222 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5223
5224         * wl-draft.el (wl-draft-default-headers): Insert return value of
5225         `wl-generate-mailer-string-function'.
5226
5227 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5228
5229         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5230         (wl-draft-insert-mail-header-separator): Ditto.
5231
5232         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5233         again (Reverted the change on 2002-01-17 by OKADA san).
5234
5235 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5236
5237         * wl-draft.el (wl-draft): Rewrite.
5238         (wl-draft-create-buffer): New function.
5239         (wl-draft-create-contents): Ditto.
5240         (wl-draft-prepare-edit): Ditto.
5241         (wl-draft-decode-header): Ditto.
5242         (wl-draft-decode-body): Ditto.
5243         (wl-draft-check-new-line): Ditto.
5244         (wl-draft-default-headers): Ditto.
5245         (wl-draft-insert-mail-header-separator): Ditto.
5246
5247 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5248
5249         * Version number is increased to 2.9.6.
5250
5251 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5252
5253         * wl-draft.el (wl-draft-delete-field): Optional argument.
5254         (wl-draft-delete-fields): Ditto.
5255
5256 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5257
5258         * wl-message.el (toplevel): Eliminated byte-compile warning.
5259         for `itimer-function', `delete-timer' and `itimer-list'.
5260
5261 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5262
5263         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5264         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5265         `wl-message-buffer-prefetch-threshold'.
5266         * wl-summary.el (wl-summary-redisplay-internal): Remove
5267         the check of `wl-message-buffer-prefetch-depth'.
5268
5269 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5270
5271         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5272         size of article.
5273         (wl-message-buffer-prefetch-subr): Remove size check.
5274
5275 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5276
5277         * wl-vars.el (wl-plugged): Make customizable.
5278
5279 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5280
5281         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5282         (wl-message-buffer-prefetch-set-timer): New function.
5283         (wl-message-buffer-prefetch-get-next): New function.
5284         (wl-message-buffer-prefetch): New function.
5285         (wl-message-buffer-prefetch-next): Rewrite.
5286         (wl-message-buffer-prefetch-subr): Rewrite.
5287         * wl-vars.el (wl-auto-prefetch-first): New variable.
5288         * wl-summary.el (wl-summary-goto-folder-subr): Call
5289         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5290
5291 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5292
5293         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5294         `wl-summary-unread-message-hook'.
5295
5296 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5297
5298         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5299         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5300         if range is `cache-status'.
5301
5302 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5303
5304         * wl-message.el (wl-message-buffer-prefetch-subr):
5305         Improve debug message.
5306
5307 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5308
5309         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5310         `wl-mail-send-pre-hook'.
5311         (wl-draft-send-mail-with-qmail): Ditto.
5312         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5313
5314 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5315
5316         * wl-message.el (wl-message-buffer-prefetch-subr):
5317         Fix for cancel-function-timers bug.
5318         (wl-message-buffer-prefetch-debug): Default value is t.
5319
5320 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5321
5322         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5323         (wl-message-buffer-prefetch-subr): Rewrite.
5324         Rename from `wl-message-buffer-prefetch'.
5325
5326 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5327
5328         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5329         (wl-default-draft-cite-decorate-author): Ditto.
5330
5331         * wl-draft.el (wl-draft-cite-function): Removed.
5332         (wl-default-draft-cite-decorate-author): Ditto.
5333
5334 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5335
5336         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5337         (wl-default-draft-cite): Do not arrange author name if the value of
5338         `wl-default-draft-cite-decorate-author' is nil.
5339
5340 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5341
5342         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5343
5344         * wl-folder.el (wl-folder-check-one-entity): Don't care
5345         `elmo-folder-use-flag-p'.
5346
5347 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5348
5349         * wl-folder (wl-folder-check-one-entity): Fix
5350         problem if unread is nil.
5351
5352 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5353
5354         * wl-address.el (wl-address-make-completion-list): Check whether
5355         the address is a group list.
5356         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5357
5358 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5359
5360         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5361         The number of the messages of new and unread does not count
5362         correctly.
5363
5364         * wl-summary.el (wl-summary-count-unread): Changed to return
5365         `(new . unread)' instead of total.
5366         (wl-summary-sync-update): Follow the change above.
5367
5368         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5369
5370 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5371
5372         * wl-address.el (wl-address-make-completion-list): Do not enclose
5373         address by " <" and ">" if associated realname is "".
5374         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5375         This is against the promblem with group list in .addresses pointed
5376         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5377
5378 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5379
5380         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5381         message is a format control string.
5382         * wl-expire.el (wl-expire-append-log): Ditto.
5383         * wl-mime.el (wl-summary-burst-subr): Ditto.
5384         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5385         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5386
5387 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5388
5389         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5390         wl.el (wl-check-variables): Rename from `wl-check-type'.
5391         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5392         (wl-check-variables-2): New function.
5393         (wl): Call `wl-check-variables-2'.
5394
5395 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5396
5397         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5398         after renaming folder in access group.
5399
5400 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5401
5402         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5403         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5404         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5405         (wl-message-buffer-prefetch): Rewrite.
5406         (wl-message-buffer-prefetch-idle-time): Removed.
5407         * wl-summary.el (wl-summary-redisplay-internal):
5408         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5409         Error check for `wl-message-buffer-prefetch-depht'.
5410
5411 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5412
5413         * Version number is increased to 2.9.5.
5414         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5415
5416 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5417
5418         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5419         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5420         Based on the patch written by
5421         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5422
5423 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5424
5425         * wl-draft.el (wl-draft-raw-send): Fix for
5426         `wl-news-send-pre-hook'
5427
5428 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5429
5430         * wl-utils.el (wl-message-id-function): New variable.
5431         * wl-draft.el (wl-draft-insert-required-fields):
5432         Use `wl-message-id-function'.
5433
5434 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5435
5436         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5437         * wl-utils.el (wl-draft-make-message-id-string):
5438         Use `wl-from' for domain part of Message-ID
5439         if `wl-message-id-use-wl-from' if non-nil.
5440         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5441
5442 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5443
5444         * wl.el (wl): Call `wl-check-type'
5445         Do not 'condition-case'.
5446
5447 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5448
5449         * wl.el (wl-check-type): New function.
5450         (wl-check-type-variables): New variable.
5451
5452 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5453
5454         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5455
5456 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5457
5458         * wl-draft.el (wl-smtp-password-key): New function.
5459         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5460         (wl-draft-send-mail-with-smtp): Ditto.
5461         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5462
5463 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5464
5465         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5466         * wl-utils.el (wl-unique-id-suffix): Remove.
5467
5468 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5469
5470         * Version number is increased to 2.9.4.
5471
5472 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5473
5474         * wl-utils.el (wl-unique-id-suffix): New variable.
5475         (wl-unique-id): Use `wl-unique-id-suffix'
5476
5477 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5478
5479         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5480         instead of `elmo-msgdb-search'.
5481
5482         * Version number is increased to 2.9.3.
5483
5484 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5485
5486         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5487
5488 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5489
5490         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5491         (wl-draft-dispatch-message): Changed for send-later.
5492         (wl-draft-queue-flush): Ditto.
5493         (wl-draft): Clear `wl-sent-message-queued'.
5494         (wl-draft-reedit): Ditto.
5495         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5496         * wl-vars.el (wl-draft-force-queuing): New variable.
5497         (wl-draft-force-queuing-mail): New variable.
5498         (wl-draft-force-queuing-news): New variable.
5499
5500 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5501
5502         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5503         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5504
5505 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5506
5507         * Version number is increased to 2.9.2.
5508
5509 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5510
5511         * wl-draft.el (wl-draft-elide-region): New user command.
5512         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5513
5514         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5515         command `wl-draft-elide-region'.
5516         * wl-mule.el: Ditto.
5517         * wl-xmas.el: Ditto.
5518
5519 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5520
5521         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5522         (wl-biff-check-folder-async): Removed needless let.
5523
5524 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5525
5526         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5527         wl-folder-get-elmo-folder.
5528         (wl-biff-check-folder): Set `biff' argument of
5529         `wl-folder-check-one-entity'.
5530         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5531
5532         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5533         (wl-folder-check-one-entity): Added `biff' argument;
5534         Setup `biff' slot of folder.
5535
5536         * Version number is increased to 2.9.1.
5537
5538 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5539
5540         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5541         comment out and fixed.
5542         (wl-fldmgr-add-completion-subr): Ditto.
5543
5544         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5545         and msgdb.
5546
5547         * wl.el (wl-toggle-plugged): Save summary view.
5548
5549 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5550
5551         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5552
5553 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5554
5555         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5556
5557 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5558
5559         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5560         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5561         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5562
5563         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5564         if it was failed.
5565         (wl-demo): Disable undo in the demo buffer.
5566
5567 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5568
5569         * wl-version.el (wl-version): Changed codename.
5570
5571         * Version number is increased to 2.9.0.
5572
5573 2001-12-14  Takuo KITAME <kitame@northeye.org>
5574
5575         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5576         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5577         (wl-folder-mark-as-read-all-current-entity): Ditto.
5578
5579 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5580
5581         * wl-vars.el (wl-from-width): Define as obsolete variable.
5582         (wl-subject-length-limit): Ditto.
5583
5584         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5585
5586         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5587         wl-summary-save-view.
5588
5589         * wl.el (wl-save-status): Ditto.
5590         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5591
5592         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5593         (wl-summary-exit): Follow the change above.
5594         (wl-summary-goto-folder-subr): Ditto.
5595
5596         * wl-folder.el (wl-folder-create-subr): Don't use
5597         `elmo-folder-creatable-p'.
5598
5599 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5600
5601         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5602
5603 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5604
5605         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5606         rather than bitmap on Emacs 21.
5607         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5608         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5609         for xbm if the new redisplay engine is not available.
5610
5611 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5612
5613         * wl-folder.el (wl-folder-init-hook): New hook.
5614         (wl-folder-init): Run `wl-folder-init-hook'.
5615
5616 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5617
5618         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5619
5620 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5621
5622         * wl-acap.el (wl-acap-cache-filename): New variable.
5623         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5624         (wl-acap-init): Use cache if no ACAP server found.
5625
5626 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5627
5628         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5629         `wl-acap-original-msgdb-dir'.
5630
5631         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5632         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5633
5634         * wl-mime.el (wl-mime-save-directory): Renamed from
5635         `wl-mime-save-dir'.
5636
5637 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5638
5639         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5640
5641         * wl-demo.el: Require `path-util'.
5642         (wl-demo-bitmap-mule-available-p): New internal variable.
5643         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5644         `module-installed-p' instead.
5645         (wl-demo-insert-image): Use *.img file for a bitmap image.
5646         (wl-demo): Don't call the ascii demo recursively.
5647
5648 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5649
5650         * Version number is increased to 2.7.7.
5651
5652 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5653
5654         * wl.el (wl-exit): Eliminated byte-compile warning.
5655
5656 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5657
5658         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5659         obsolete variable using `elmo-define-obsolete-variable'.
5660         (wl-fetch-confirm-threshold): Ditto.
5661         (wl-cache-prefetch-folder-type-list): Ditto.
5662         (wl-cache-prefetch-folder-list): Ditto.
5663
5664 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5665
5666         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5667         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5668         (wl-demo-insert-image): New function.
5669         (wl-demo-insert-text): New function.
5670         (wl-demo-image-type-alist): Redefine as a function.
5671         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5672         (wl-demo-with-temp-file-buffer): Removed.
5673         (wl-logo-xpm): Removed.
5674         (wl-logo-xbm): Removed.
5675         (wl-logo-bitmap): Removed.
5676
5677 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5678
5679         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5680         (wl-expire-localdir-get-folder-function): New user option.
5681         (wl-expire-localdir-get-folder): New function.
5682         (wl-expire-localdir-date): Ditto.
5683
5684 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5685
5686         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5687         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5688         Fixed unread number mismatch when all-unread < unread.
5689
5690 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5691
5692         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5693         (wl-fetch-confirm-threshold): Ditto.
5694
5695         * wl-summary.el (wl-summary-confirm-appends): Removed.
5696         (wl-summary-sync-update): Don't refer
5697         `wl-summary-update-confirm-threshold' (It is now abolished).
5698
5699         * wl-message.el (wl-message-display-internal): Don't refer
5700         `wl-fetch-confirm-threshold' (It is now abolished).
5701
5702 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5703
5704         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5705
5706 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5707
5708         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5709         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5710         Change default value to nil.
5711         (wl-summary-indent-length-limit): The value can be nil, nil means
5712         unlimited.
5713
5714         * wl-summary.el: Don't set limit for indent length if the value of
5715         wl-summary-indent-length-limit is nil.
5716         If the value of wl-summary-width is nil, it means only that the width
5717         of summary is unlimited (nil doesn't mean that the indent length is
5718         unlimited).
5719
5720         * wl-thread.el: Ditto.
5721
5722 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5723
5724         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5725         be nil, nil means never confirm.
5726         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5727
5728 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5729
5730         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5731         means unlimited).
5732
5733 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5734
5735         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5736         Use `with-temp-buffer'.
5737
5738 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5739
5740         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5741         with new backquote style).
5742         (wl-folder-get-entity-from-buffer): Ditto.
5743
5744 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5745
5746         * wl-version.el (nemacs-version): Eliminated.
5747         (wl-extended-emacs-version2): Ignore nemacs.
5748         (wl-extended-emacs-version3): Ditto.
5749
5750 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5751
5752         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5753         (wl-draft-add-in-reply-to): New variable.
5754         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5755         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5756         (wl-draft-yank-from-mail-reply-buffer): Use
5757         `wl-draft-add-in-reply-to'.
5758         (wl-draft-insert-current-message): Ditto.
5759
5760 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5761
5762         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5763         typo (kill->hide).
5764         (wl-message-buffer-prefetch-folder-type-list): Added elements
5765         `mark' and `cache' instead of `internal'.
5766
5767 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5768
5769         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5770         resume msgdb directory.
5771
5772 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5773
5774         * wl.el (wl-exit): Call `wl-acap-exit'.
5775
5776         * wl-summary.el (wl-summary-message-string): New function.
5777         (wl-summary-reedit): Use it.
5778         (wl-summary-resend-bounced-mail): Remove needless let.
5779         (wl-summary-supersedes-message): Ditto.
5780         (wl-summary-save): Ditto.
5781
5782         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5783         (wl-acap-init): Set it.
5784         (wl-acap-exit): New function.
5785
5786 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5787
5788         * wl.el (wl-init): Revert (require 'mime-setup). move from
5789         toplevel.
5790
5791 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5792
5793         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5794         local variables.  Add error when guess function return invalid
5795         value.
5796
5797 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5798
5799         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5800         Change local variable name.
5801         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5802         (wl-folder-get-newsgroups): Return nil when non-news folder.
5803         * wl-summary.el (wl-summary-write-current-folder): State through
5804         when guess-list return nil.
5805         (wl-summary-write-current-folder-functions): Fixed docstring.
5806
5807         * wl.el (wl-exit): Changed confirm message.
5808
5809         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5810         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5811
5812         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5813
5814 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5815
5816         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5817         user option (Renamed from wl-cache-prefetch-folder-type-list).
5818         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5819         from wl-cache-prefetch-folder-list).
5820
5821         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5822         Move to wl-vars.el.
5823         (wl-message-buffer-prefetch-p): Changed to enable
5824         `wl-message-buffer-prefetch-folder-list'.
5825
5826         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5827         `ignore-cache'.
5828
5829 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5830
5831         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5832         `part-top' and `part-bottom'.
5833         (wl-draft-config-sub-part-top): New function.
5834         (wl-draft-config-sub-part-bottom): New function.
5835
5836 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5837
5838         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5839
5840 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5841
5842         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5843
5844 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5845
5846         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5847
5848         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5849         (wl-summary-write-current-folder): Ditto.
5850
5851 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5852
5853         * wl-folder.el (wl-folder-get-newsgroups): Use
5854         `elmo-folder-newsgroups'.
5855
5856 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5857
5858         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5859         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5860         `wl-draft-config-sub-header-bottom'.
5861
5862 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5863
5864         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5865         localnews folder.
5866
5867 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5868
5869         * wl-summary.el (wl-summary-mode): Undo last change.
5870
5871         * wl-folder.el (wl-folder-mode): Ditto.
5872
5873 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5874
5875         * wl-summary.el (wl-summary-mode): Locally set
5876         truncate-partial-window-width to nil.
5877         (for XEmacs)
5878
5879         * wl-folder.el (wl-folder-mode): Ditto.
5880
5881 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5882
5883         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5884
5885 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5886
5887         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5888         number.
5889
5890         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5891
5892         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5893
5894         * Version number is increased to 2.7.6.
5895
5896 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5897
5898         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5899
5900 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5901
5902         * wl-summary.el (wl-summary-sync-update): Enclose network
5903         related portion with `unwind-protect'.
5904
5905 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5906
5907         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5908
5909 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5910
5911         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5912         element.
5913         * wl-vars.el (wl-message-body-button-alist): Ditto.
5914
5915         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5916         max match length.
5917         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5918
5919         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5920         for the max match length;
5921         Use 4th element value for the button string regexp group.
5922
5923         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5924         candidate exists, prompt to select.
5925
5926 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5927
5928         * wl-summary.el (wl-summary-jump-to-msg): Search before
5929         calibration point by `beginning-of-line'.
5930
5931 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5932
5933         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5934         for access group.
5935
5936 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5937
5938         * wl-message.el (wl-message-display-internal): Bind
5939         `default-mime-charset'.
5940
5941         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5942
5943         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5944
5945         * Version number is increased to 2.7.5.
5946
5947 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5948
5949         * wl-expire.el (wl-summary-archive): Fixed;
5950         Use `elmo-folder-name-internal'.
5951
5952 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5953
5954         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5955         from `elmo-folder-move-messages' caller.
5956         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5957
5958         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5959         related portions are changed).
5960
5961 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5962
5963         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5964         counter.
5965
5966 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5967
5968         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5969         buffer local and set it to nil.
5970
5971         * wl-message.el (wl-message-redisplay): Ditto.
5972
5973 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5974
5975         * wl-summary.el (wl-summary-mark-as-important): If message is
5976         already cached, set messag as read, otherwise encache and mark as read.
5977
5978 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5979
5980         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5981         point-min.
5982
5983 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5984
5985         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5986         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5987         a keymap.
5988
5989 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5990
5991         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5992         parent.
5993
5994         * wl-mule.el (wl-message-define-keymap): Ditto.
5995
5996         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5997
5998         * wl-xmas.el (wl-message-display-internal-hook): Define.
5999         (wl-xmas-setup-message-toolbar): Define as function.
6000         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6001         (wl-message-overload-functions): Abolished.
6002         (wl-message-define-keymap): New function.
6003
6004         * wl-vars.el (wl-message-display-internal-hook): New variable.
6005         (wl-message-header-button-alist): New variable (Renamed from
6006         wl-highlight-message-header-button-alist).
6007         (wl-message-body-button-alist): Ditto.
6008
6009         * wl-mule.el (wl-message-define-keymap): New function.
6010         (wl-message-overload-functions): Abolished.
6011
6012         * wl-message.el (wl-message-add-buttons-to-body): New function.
6013         (wl-message-redisplay): Don't call wl-message-overload-functions;
6014         Call wl-message-add-buttons-to-header and
6015         wl-message-add-buttons-to-body.
6016         (wl-message-display-internal): Set keymap argument for
6017         elmo-mime-display-as-is, elmo-mime-message-display;
6018         Run wl-message-display-internal-hook.
6019         (wl-message-refer-article-or-url): Abolished.
6020
6021         * wl-highlight.el (wl-highlight-headers): Don't call
6022         wl-highlight-message-add-buttons-to-header.
6023         (wl-highlight-message-add-buttons-to-header): Abolished.
6024
6025
6026         * wl-e21.el (wl-message-display-internal-hook): Define.
6027         (wl-e21-setup-toolbar): Deleted duplicated binding.
6028         (wl-e21-setup-message-toolbar): Define as function.
6029         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6030         (wl-message-define-keymap): New function.
6031         (wl-message-overload-functions): Abolished.
6032
6033 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6034
6035         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6036         and elmo-folder-close.
6037
6038         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6039
6040 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6041
6042         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6043         boolean value.
6044         * wl-draft.el (wl-draft-do-fcc): Ditto.
6045
6046 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6047
6048         * wl-vars.el (wl-fcc-force-as-read): New variable.
6049         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6050         mark copied message as read.
6051
6052 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6053
6054         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6055
6056 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6057
6058         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6059         `wl-summary-target-above' instead of obsolete variable
6060         `wl-summary-temp-above'.
6061
6062         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6063         instead of `make-obsolete-variable'.
6064         * wl-refile.el (toplevel): Ditto.
6065
6066 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6067
6068         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6069         with third argument t.
6070         (wl-draft): Set first argument for wl-plugged-init as t.
6071
6072         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6073         definition.
6074
6075 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6076
6077         * wl-vars.el: Tabify.
6078         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6079
6080         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6081         message.
6082
6083 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6084
6085         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6086         and set default to beep.
6087
6088 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6089
6090         * wl-vars.el (wl-draft-truncate-lines): New variable.
6091
6092         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6093         instead of wl-message-truncate-lines for truncate-lines.
6094
6095 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6096
6097         * wl-message.el (wl-message-display-internal): Call
6098         `wl-highlight-message' after `elmo-mime-display-as-is'.
6099
6100         * wl-mime.el (wl-mime-display-text/plain): New function.
6101         (wl-mime-display-header): Ditto.
6102         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6103         body-presentation-method for text/plain;
6104         Register `wl-mime-display-header' as a header-presentation-method;
6105         Don't set up `elmo-message-text-content-inserted-hook' and
6106         `elmo-message-header-inserted-hook'.
6107
6108         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6109         variable.
6110         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6111         as t if flag is 'all-header;
6112         Don't bind `elmo-message-ignored-field-list',
6113         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6114
6115 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6116
6117         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6118         for xemacs with non-mule environment.
6119
6120 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6121
6122         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6123         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6124         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6125
6126 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6127
6128         * wl-vars.el (wl-interactive-send): Set default value as t.
6129
6130 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6131
6132         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6133         (wl-addrmgr-method-list): Abolished.
6134         (wl-addrmgr-change-method): Follow above change.
6135
6136         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6137
6138 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6139
6140         * wl-vars.el (wl-message-truncate-lines): Change default value
6141         to default-truncate-lines.
6142
6143         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6144
6145 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6146
6147         * wl-vars.el (wl-message-truncate-lines): New variable.
6148
6149         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6150         wl-message-truncate-lines.
6151
6152 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6153
6154         * wl-acap.el (wl-acap-init): Remove period from error message.
6155         (wl-acap-find-acap-service): Remove period from message.
6156
6157 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6158
6159         * wl.el (wl-check-environment): Undo last change.
6160
6161         * wl-vars.el (wl-from): Changed default value.
6162
6163         * wl-util.el (toplevel): Don't require tm-edit.
6164
6165         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6166         `wl-folder-init';
6167         Don't set mark on mail body.
6168         (wl-draft-reedit): Ditto.
6169
6170         * wl-address.el (wl-address-quote-specials): Define as an alias for
6171         elmo-address-quote-specials.
6172
6173 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6174
6175         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6176
6177         * wl-vars.el (wl-from): Set default value as nil.
6178         (wl-organization): Set default value as ORGANIZATION environment
6179         variable.
6180
6181         * wl-draft.el (wl-smtp-extension-bind): Check value of
6182         wl-smtp-connection-type.
6183
6184         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6185         error.
6186
6187 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6188
6189         * Version number is increased to 2.7.4.
6190
6191         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6192         arguments from `wl-highlight-x-face-function' caller.
6193         Use x-face-1.3.6.12 or later.
6194
6195 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6196
6197         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6198
6199 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6200
6201         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6202         (wl-fcc): Fix to accept function.
6203         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6204
6205 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6206
6207         * wl-acap.el (toplevel): Added `product-provide' declare.
6208         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6209
6210 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6211
6212         * wl.el (wl): Changed order of calling `elmo-init'
6213         and `elmo-folder-init'.
6214
6215 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6216
6217         * wl-mime.el (wl-summary-burst): Extract message when content-type
6218         of root entity is not only `multipart' but also `message/rfc822'.
6219         (wl-summary-burst-subr): Ditto.
6220
6221 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6222
6223         * wl-vars.el (toplevel): Require 'custom.
6224         (wl-trash-folder): Added to `wl-setting' group.
6225
6226         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6227         exists.
6228         (wl-addrmgr-draw): Insert empty line when no entry exists.
6229
6230         * wl-mule.el (wl-message-wheel-up): Fixed.
6231         (wl-message-wheel-down): Ditto.
6232
6233 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6234
6235         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6236         config is an anonymous lambda expression.
6237
6238 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6241         when Mule 2 is running.
6242
6243 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6244
6245         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6246
6247 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6248
6249         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6250         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6251
6252         * wl-address.el (wl-address-specials-regexp): Eliminated.
6253         (wl-address-quote-specials): Rewrite.
6254
6255 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6256
6257         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6258         shy-groups for regexp.
6259
6260         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6261         character classes and Perl style shy-groups for regexp.
6262         (wl-highlight-plugged-current-line): Use Posix style character
6263         classes for regexp.
6264         (wl-e21-highlight-folder-by-numbers): Ditto.
6265         (wl-e21-display-image-p): Use `display-images-p' instead of
6266         `display-graphic-p'.
6267         (display-images-p): Make an alias to `display-graphic-p' if it is
6268         not available.  It is for Emacs version prior to 21.0.105.
6269
6270         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6271         `display-graphic-p'.
6272         (wl-demo-image-type-alist): Ditto.
6273         (display-images-p): Make an alias to `display-graphic-p' if it is
6274         not available.  It is for Emacs version prior to 21.0.105.
6275
6276 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6277
6278         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6279         support.
6280         (wl-generate-user-agent-string): Ditto.
6281
6282         * wl-version.el (wl-version): Update docsting.
6283         (wl-version-status): Ditto.
6284
6285 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6286
6287         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6288         21.0.105.  For Emacs 21.0.104 or earlier.
6289
6290 2001-09-03  Takuo KITAME <kitame@northeye.org>
6291
6292         * wl-e21.el (wl-plugged-init-icons): Use
6293         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6294         (wl-biff-init-icons): Ditto.
6295
6296 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6297
6298         * wl-highlight.el (wl-highlight-summary-current-line):
6299         Fixed highlighting refile/copy destination.
6300
6301         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6302         (wl-acap-store): Encode string by wl-acap-coding-system.
6303
6304 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6305
6306         * wl-acap.el (toplevel): Check and require 'un-define before
6307         'xemacs-ucs;
6308          Added checking for UTF-2000.
6309
6310 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6311
6312         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6313         Don't enclose with `eval-and-compile'.
6314
6315         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6316         wl-init is non-nil.
6317
6318         * wl-draft.el (wl-draft): Ditto.
6319
6320         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6321
6322         * wl-acap.el (toplevel): Require 'wl.
6323         (wl-acap-store): Call `elmo-init'.
6324
6325         * wl.el (wl): Changed position of `wl-check-environment'.
6326         (toplevel): Added autoload setting for wl-acap.
6327
6328         * wl-vars.el (wl-setting): New custom group.
6329         (wl-from): Added wl-setting group.
6330         (wl-user-mail-address-list): Ditto.
6331         (wl-organization): Ditto.
6332         (wl-subscribed-mailing-list): Ditto.
6333         (wl-envelope-from): Ditto.
6334         (wl-smtp-posting-user): Ditto.
6335         (wl-smtp-posting-server): Ditto.
6336         (wl-smtp-posting-port): Ditto.
6337         (wl-smtp-authenticate-type): Ditto.
6338         (wl-pop-before-smtp-user): Ditto.
6339         (wl-pop-before-smtp-server): Ditto.
6340         (wl-pop-before-smtp-port): Ditto.
6341         (wl-pop-before-smtp-authenticate-type): Ditto.
6342         (wl-nntp-posting-server): Ditto.
6343         (wl-nntp-posting-user): Ditto.
6344         (wl-nntp-posting-port): Ditto.
6345         (wl-fetch-confirm-threshold): Ditto.
6346         (wl-prefetch-threshold): Ditto.
6347         (wl-thread-insert-opened): Ditto.
6348         (wl-ldap-server): Ditto.
6349         (wl-ldap-port): Ditto.
6350         (wl-ldap-base): Ditto.
6351         (wl-ldap-objectclass): Ditto.
6352         (wl-use-ldap): Ditto.
6353         (wl-draft-config-alist): Ditto.
6354         (wl-draft-config-matchone): Ditto.
6355         (wl-template-alist): Ditto.
6356         (wl-message-sort-field-list): Ditto.
6357         (wl-message-ignored-field-list): Ditto.
6358         (wl-message-visible-field-list): Ditto.
6359         (wl-interactive-send): Ditto.
6360         (wl-summary-move-order): Ditto.
6361         (wl-auto-select-first): Ditto.
6362         (wl-auto-select-next): Ditto.
6363         (wl-interactive-save-folders): Ditto.
6364
6365         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6366         Initialization codes are moved from wl-local-folder-init.
6367         (wl-local-folder-init): Follow the change above.
6368         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6369
6370         * wl-acap.el: New file.
6371
6372         * Version number is increased to 2.7.3.
6373
6374 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6375
6376         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6377
6378 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6379
6380         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6381         (wl-addrmgr-address-entry-list): Ditto.
6382
6383 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6384
6385         * wl-e21.el (wl-draft-mode-map): Removed binding for
6386         `wl-draft-insert-x-face-field'.
6387
6388         * wl-mule.el (wl-draft-mode-map): Ditto.
6389
6390         * wl-xmas.el (wl-draft-mode-map): Ditto.
6391
6392         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6393         (wl-cs-autoconv): Ditto.
6394         (wl-cs-local): Ditto.
6395         (wl-use-scoring): Ditto.
6396         (wl-mime-charset): Ditto.
6397         (wl-folder-check-async): Ditto.
6398
6399         * wl.el (toplevel): Ignore nemacs and tm.
6400         (wl-exit): Ditto.
6401
6402         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6403         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6404         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6405         instead of wl-address-petname-add-or-change.
6406         (wl-summary-edit-addresses-subr): Use wl-address-delete
6407         instead of wl-address-petname-delete.
6408
6409         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6410
6411         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6412         if error occured.
6413
6414         * wl-message.el (require): Remove tm support.
6415
6416         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6417
6418         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6419         (wl-folder-jump-to-current-entity): Ditto.
6420         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6421
6422         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6423         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6424         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6425
6426         * wl-mule.el (wl-draft-key-setup): Ditto.
6427
6428         * wl-xmas.el (wl-draft-key-setup): Ditto.
6429
6430         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6431         (wl-draft-std11-parse-addresses): New function.
6432         (wl-draft-parse-mailbox-list): Use it.
6433         (wl-draft): Ignore nemacs.
6434         (wl-draft-reedit): Ditto.
6435
6436         * wl-addrmgr.el: New file.
6437         (Original is wl-rcpt.el written by
6438         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6439         Thanks Kitamoto-san.)
6440
6441         * wl-address.el (wl-address-make-address-list): Modified parsing
6442         process.
6443         (wl-address-delete): Renamed from `wl-address-petname-delete';
6444         Modify wl-address-list too.
6445         (wl-address-add-or-change): Renamed from
6446         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6447
6448 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6449
6450         * wl-highlight.el (wl-highlight-summary-current-line):
6451           Work with transient-mark-mode
6452
6453 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6454
6455         * Version number is increased to 2.7.2.
6456
6457         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6458         instead of elmo-dop-queue-method.
6459
6460 2001-08-06  SAITO Atsunori <sai@yedo.com>
6461
6462         * wl-vars.el (wl-ldap-objectclass): New user option.
6463
6464         * wl-address.el (wl-ldap-make-filter): Use it.
6465
6466 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6467
6468         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6469
6470 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6471
6472         * wl-folder.el (wl-folder): redisplay after folder insertion.
6473
6474         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6475
6476         * wl-summary.el (wl-summary-sync-update):
6477         Change status mark only when new-msgdb exists.
6478         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6479
6480 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6481
6482         * wl-summary.el (wl-summary-open-folder): New function.
6483         (wl-summary-goto-folder-subr): Use it.
6484         (wl-summary-mark-as-important): Fix;
6485         Encache only when no cache exists.
6486
6487 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6488
6489         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6490         Use with-current-buffer.
6491
6492 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6493
6494         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6495         before call `get-buffer'. Fixed parenthesis.
6496         (wl-score-get-header-entry): Clear message and help window when
6497         keyboard quit.
6498         (wl-score-edit-insert-header): Ditto.
6499
6500 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6501
6502         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6503         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6504         (wl-default-draft-cite): Fix.
6505
6506         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6507         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6508
6509 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6510
6511         * wl-message.el (wl-message-prev-page): Do same bahavior
6512         as summary when it is called in the message buffer.
6513         (wl-message-next-page): Ditto.
6514
6515 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6516
6517         * wl-summary.el (wl-summary-forward): Use cache if it is not
6518         section cache.
6519
6520 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6521
6522         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6523         Removed redundant require of elmo-vars.
6524         (wl-biff-state-indicator-on): Changed default value for
6525         xemacs with non-mule environment.
6526
6527         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6528         wl-message-buffer is nil;
6529         Hide progress bar after moving messages.
6530
6531 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6532
6533         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6534         message at cursor point is deleted.
6535
6536 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6537
6538         * wl-vars.el: Changed file coding system to euc-japan.
6539         Added -*-coding:-*- magic to the first line.
6540
6541         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6542         Search parent from the first message.
6543
6544         * Version number is increased to 2.7.1.
6545
6546 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6547
6548         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6549
6550 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6551
6552         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6553         refile/delete execution.
6554
6555         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6556         Fixed docstring.
6557
6558 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6559
6560         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6561         do update process;
6562         Don't update marks when update process is interrupted.
6563
6564 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6565
6566         * wl-summary.el (wl-summary-reply): Fixed problem when
6567         wl-draft-use-frame is non-nil.
6568         (wl-summary-forward): Ditto.
6569
6570         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6571         as nil.
6572         (wl-folder-mark-as-read-all-entity): Ditto.
6573         (wl-folder-prefetch-entity): Ditto.
6574
6575         * wl.el (wl): Check environment before wl-init.
6576
6577         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6578         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6579         instead of wl-summary-collect-unread.
6580         (wl-summary-reply): Split message window.
6581
6582 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6583
6584         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6585         only if current language environment is japanese,
6586
6587         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6588         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6589         (wl-folder-goto-folder-subr): Ditto.
6590
6591         * wl-draft.el (wl-draft-dispatch-message): Call
6592         `elmo-file-cache-get-path'.
6593
6594 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6595
6596         * wl-summary.el (wl-summary-cursor-move): If return value of
6597         wl-summary-next-message is not number, don't jump.
6598
6599 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6600
6601         * wl-summary.el (wl-summary-buffer-next-message-function): New
6602         variable.
6603         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6604         if it is bound.
6605
6606         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6607         string.
6608
6609         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6610         (wl-plugged-drawing): Ditto.
6611
6612 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6613
6614         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6615         process.
6616         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6617         with unwind-protect.
6618
6619         * wl.el (wl-init): Require mime-setup.
6620         (wl-check-environment): Don't require mime-setup.
6621
6622         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6623         instead of elmo-folder-type.
6624
6625         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6626         value as nil.
6627
6628 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6629
6630         * Version number is increased to 2.7.0.
6631
6632         * wl-version.el (wl-version): Changed codename.
6633
6634         * wl-summary.el (wl-summary-delete-cache): Fixed.
6635
6636         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6637         Workaround for net folders.
6638         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6639
6640         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6641         value to nil (According to the patch from
6642         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6643
6644         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6645         of elmo-folder-close.
6646
6647 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6648
6649         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6650         for postfix.
6651
6652 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6653
6654         * wl-summary.el (wl-summary-resend-message): Fixed.
6655
6656         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6657         Call wl-draft with `from' argument if its address is included in
6658         `wl-user-mail-address-list'.
6659         (wl-draft): Added `from' argument.
6660
6661         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6662         non-nil.
6663         (wl): Don't show demo if wl-demo is nil.
6664
6665         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6666         wl-summary-use-frame.
6667
6668         * wl-vars.el (wl-summary-use-frame): New user option.
6669         (wl-folder-use-frame): Changed docstring.
6670
6671         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6672         non-nil.
6673         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6674         wl-summary-use-frame.
6675
6676         * wl-vars.el (wl-folder-use-frame): New user option.
6677
6678         * wl-summary.el (wl-summary-exit): Back to folder frame if
6679         wl-folder-use-frame is non-nil.
6680         (wl-summary-redisplay-internal): Ignore cache if current folder
6681         is draft folder,
6682         (wl-summary-redisplay-no-mime): Ditto.
6683         (wl-summary-redisplay-all-header): Ditto.
6684
6685         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6686         if wl-folder-use-frame is non-nil.
6687
6688 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6689
6690         * wl-summary.el (wl-summary-sync-update): Bind
6691         elmo-folder-update-threshold.
6692         (wl-summary-mark-as-important): Enclosed server mark processing
6693         with `save-match-data'.
6694
6695         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6696         only when it is already defined.
6697
6698 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6699
6700         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6701         name of folder exclude localdir is wrong.
6702         * wl-folder.el (wl-folder-sync-entity):
6703         Set `wl-summary-always-sticky-folder-list' as nil.
6704         (wl-folder-mark-as-read-all-entity): Ditto.
6705         (wl-folder-prefetch-entity): Ditto.
6706
6707 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6708
6709         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6710         instead of `wl-summary-write-current-newsgroup'.
6711
6712 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6713
6714         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6715         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6716         non-nil and selected message is important, do not display.
6717
6718 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6719
6720         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6721
6722 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6723
6724         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6725
6726         * wl-summary.el (wl-summary-mark-as-important): Set message number
6727         using wl-summary-message-number.
6728
6729 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6730
6731         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6732         destination folder is 'null.
6733
6734 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6735
6736         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6737         New function.
6738         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6739         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6740         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6741
6742 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6743
6744         * wl-mime.el (wl-mime-setup): Added setting for
6745         `mime-setup-signature-key-alist' to avoid overriding key bind for
6746         `wl-draft-send'.
6747
6748         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6749         for `wl-draft-send'.
6750         * wl-mule.el (wl-draft-overload-functions): Ditto.
6751         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6752         * wl-draft.el (wl-draft-send): Ditto.
6753
6754         * wl-message.el (wl-message-display-internal):
6755         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6756         (Patch is provided by <kita@coe.nttdata.co.jp>).
6757
6758 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6759
6760         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6761
6762 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6763
6764         * wl.el (wl): Fix for wl-demo.
6765
6766 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6767
6768         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6769
6770 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6771
6772         * wl-folder.el (wl-folder-prefetch-entity): Use
6773         `wl-folder-get-elmo-folder'.
6774         (wl-folder-count-incorporates): Do not use
6775         `wl-folder-get-elmo-folder'.
6776
6777 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6778
6779         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6780         instead of `elmo-folder-get-type'.
6781
6782 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6783
6784         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6785         position on Subject: field.
6786         (Advised by Mito <mit@nines.nec.co.jp>)
6787
6788 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6789
6790         * wl-folder.el (wl-folder-prefetch-entity): Use
6791         `wl-folder-get-elmo-folder'.
6792
6793 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6794
6795         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6796
6797         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6798         `process-duplicates' slot.
6799
6800         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6801         if detection failed.
6802
6803 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6804
6805         * wl-version.el (wl-version-status): Set to "alpha".
6806
6807 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6808
6809         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6810         Check wl-message-buffer lives before set-buffer.
6811
6812 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6813
6814         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6815         called in folder mode.
6816         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6817         * wl-summary.el (wl-summary-exit-pre-hook): Run
6818         `wl-summary-exit-pre-hook' before exit summary mode.
6819
6820 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6821
6822         * wl-version.el (wl-version-status): New variable.
6823         (wl-version-status-alist): Removed.
6824         (wl-version-status): Rule included.
6825
6826 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6827
6828         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6829         @sponichi.
6830
6831         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6832         when `mail-reply-buffer' is buffer-local variable.
6833         (Reported by <kita@coe.nttdata.co.jp>).
6834
6835 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6836
6837         * wl-vars.el (toplevel): Require 'elmo-util.
6838
6839 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6840
6841         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6842         (All other related portions are changed)
6843
6844         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6845
6846         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6847
6848 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6849
6850         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6851
6852 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6853
6854         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6855         Delete other windows to avoid an error.
6856         Use `point-marker' instead of `point' to remember the start point
6857         of body.
6858
6859         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6860
6861         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6862         number not to exceed all message number.
6863
6864 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6865
6866         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6867         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6868
6869 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6870
6871         * wl-summary.el (wl-summary-sync-force-update): Added argument
6872         no-check.
6873         (wl-summary-sync-update): Ditto.
6874         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6875         with `no-check'.
6876
6877         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6878         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6879         already running.
6880
6881 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6882
6883         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6884         `dst-folder-arg'.
6885         (wl-expire-archive-number1): Diito.
6886         (wl-expire-archive-number2): Diito.
6887         (wl-expire-archive-Date): Diito.
6888         (wl-archive-number1): Diito.
6889         (wl-archive-number2): Diito.
6890         (wl-archive-date): Diito.
6891         (wl-archive-folder-p): New function.
6892         (wl-summary-expire): Support of expand folder name at
6893         wl-expire-alist.
6894         * wl-util.el (wl-expand-newtext): Renamed from
6895         `wl-refile-expand-newtext'.
6896
6897 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6898
6899         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6900         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6901         `(elmo-msgdb-get-overview msgdb)'.
6902         (wl-summary-prefetch): Bind match data before call
6903         `wl-summay-prefetch-msg'.
6904         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6905         'off if `wl-summary-buffer-disp-msg' is non-nil.
6906         Fixed problem that couldn't show only one new or unread message when
6907         enter folder.
6908         (wl-summary-reply): Don't call `split-window-vertically' and other
6909         window.
6910
6911 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6912
6913         * wl-expire.el (wl-expire-refile): Fixed.
6914
6915 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6916
6917         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6918
6919         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6920         biff notification is removed.
6921
6922         * wl.el (wl): Changed position of `elmo-init'.
6923
6924         * wl-draft.el (wl-default-draft-cite): Use date field
6925         on the citation buffer.
6926
6927         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6928
6929         * wl-xmas.el (wl-folder-internal-icon-list): Added
6930         `wl-folder-shimbun-image'.
6931
6932         * wl-e21.el (wl-folder-internal-icon-list): Added
6933         `wl-folder-shimbun-image'.
6934
6935 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6936
6937         * wl.el (wl-init): Eliminated argument.
6938         (wl): Rewrite.
6939
6940         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6941         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6942         instead of `elmo-folder-msgdb-internal'.
6943         (wl-summary-sync-update): Ditto.
6944         (wl-summary-flush-pending-append-operations): Eliminated.
6945         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6946         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6947         `elmo-folder-open'.
6948
6949         * wl-mime.el (wl-summary-burst): Fixed.
6950
6951         * wl-folder.el (wl-folder-info-save): Check data type.
6952
6953         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6954         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6955         instead of `elmo-folder-msgdb-internal'.
6956         (wl-expire-hide): Ditto.
6957
6958
6959         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6960
6961 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6962
6963         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6964
6965 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6966
6967         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6968
6969 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6970
6971         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6972         Fixed `match-beginning' argument mismatch.
6973
6974 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6975
6976         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6977         the default value.
6978
6979 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6980
6981         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6982         instead of `elmo-nntp-default-port'.
6983
6984         * wl-vars.el: Fixed some doc strings.
6985
6986 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6987
6988         * wl-summary.el (wl-summary-prefetch-msg): Use
6989         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6990
6991         * wl-vars.el: Define *-func as obsolete variable using
6992         `elmo-define-obsolete-variable'.
6993
6994         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6995         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6996         instead of `wl-message-buffer-prefetch-threshold'.
6997
6998         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6999
7000         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7001
7002         * wl-draft.el (wl-caesar-region-func): Ditto.
7003
7004         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7005         Keep unread status in elmo-folder-move-messages.
7006         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7007
7008 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7009
7010         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7011         `wl-summary-buffer-exit-func'
7012         (wl-summary-buffer-message-redisplay-function): Renamed from
7013         `wl-summary-buffer-message-redisplay-func'
7014         (wl-summary-buffer-next-folder-function): Renamed from
7015         `wl-summary-buffer-next-folder-func'.
7016         (wl-summary-buffer-prev-folder-function): Renamed from
7017         `wl-summary-buffer-prev-folder-func'.
7018         (wl-summary-get-petname-function): Renamed from
7019         `wl-summary-get-petname-func'.
7020
7021         * wl-score.el (wl-score-edit-exit-function): Renamed from
7022         `wl-score-edit-exit-func'.
7023
7024         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7025         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7026
7027         * wl-util.el (wl-load-profile-function): Renamed from
7028         `wl-load-profile-func'.
7029
7030         * wl-folder.el (wl-folder-completion-function): Renamed from
7031         `wl-folder-completion-func'.
7032         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7033
7034         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7035         `wl-expire-archive-get-folder-func'.
7036         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7037         (wl-draft-send-mail-function): Renamed from
7038         `wl-draft-send-mail-func'.
7039         (wl-draft-send-news-function): Renamed from
7040         `wl-draft-send-news-func'.
7041         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7042         (wl-generate-mailer-string-function): Renamed from
7043         `wl-generate-mailer-string-func'.
7044         (wl-highlight-signature-search-function): Renamed from
7045         `wl-highlight-signature-search-func'.
7046         (wl-highlight-x-face-function): Renamed from
7047         `wl-highlight-x-face-func'
7048         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7049         (wl-ps-print-buffer-function): Renamed from
7050         `wl-ps-print-buffer-func'
7051         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7052         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7053         (wl-summary-subject-filter-function): Renamed from
7054         `wl-summary-subject-filter-func'.
7055
7056         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7057         `wl-draft-queue-flush-send-func'
7058         (wl-draft-cite-function): Renamed from
7059         `wl-draft-cite-func'
7060
7061         * wl-address.el (wl-address-init-function): Renamed from
7062         `wl-address-init-func'.
7063
7064 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7065
7066         * wl-draft.el (wl-draft-queue-flush): Don't call
7067         `elmo-dop-unlock-message'.
7068         * wl-draft.el (wl-draft-queue-append): Don't call
7069         `elmo-dop-lock-message'.
7070
7071         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7072         (wl-summary-buffer-folder-name): Ditto.
7073         (wl-summary-message-regexp): Added '-' (all other related portions
7074         are changed).
7075         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7076         wl-summary-buffer-folder-name.
7077
7078 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7079
7080         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7081         the number of mails in the folder buffer is not updated by wl-biff.
7082
7083 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7084
7085         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7086         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7087
7088 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7089
7090         * wl-summary.el (wl-summary-next-message):
7091         Return next message number when wl-summary-move-order is nil.
7092
7093 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7094
7095         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7096         `wl-summary-move-spec-alist'.
7097         (wl-summary-move-spec-unplugged-alist): New variable
7098         (Move spec for unplugged status).
7099         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7100         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7101
7102 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7103
7104         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7105         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7106
7107 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7108
7109         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7110         simple quotation to quote the anonymous function.
7111         * tm-wl.el (wl-draft-preview-message): Ditto.
7112
7113 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7114
7115         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7116         Eliminate redundant `save-excursion'.
7117         (wl-highlight-summary-current-line): Ditto.
7118
7119         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7120         accessing match data when `looking-at' failed.
7121
7122         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7123         `elmo-match-string' where users don't care about the speed.
7124         (wl-draft-save): Ditto.
7125
7126 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7127
7128         * wl-util.el (wl-regexp-opt): New function.
7129
7130         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7131         number from `wl-summary-buffer-number-list'.
7132         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7133         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7134         (wl-summary-move-spec-alist): Changed default setting.
7135
7136 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7137
7138         * wl-vars.el (wl-biff-notify-hook): New hook.
7139         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7140         the arrival of new mail.
7141         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7142         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7143
7144 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7145
7146         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7147
7148 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7149
7150         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7151
7152         * Version number is increased to 2.5.8.
7153
7154         * wl-thread.el (toplevel): require 'cl.
7155         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7156         (wl-thread-make-number-list): New function.
7157         (wl-thread-entity-make-number-list-from-children): Ditto.
7158         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7159         (wl-thread-entity-insert-as-children): Likewise.
7160         (wl-thread-delete-message): Likewise.
7161         (wl-meaning-of-mark): Eliminated.
7162         (wl-thread-next-failure-mark-p): Ditto.
7163         (wl-thread-entity-get-mark): Ditto.
7164         (wl-thread-meaning-alist-get-result): Ditto.
7165         (wl-thread-entity-check-prev-mark): Ditto.
7166         (wl-thread-entity-check-next-mark): Ditto.
7167         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7168         (wl-thread-entity-get-prev-marked-entity): Ditto.
7169         (wl-thread-get-prev-unread): Ditto.
7170         (wl-thread-jump-to-prev-unread): Ditto.
7171         (wl-thread-get-next-unread): Ditto.
7172         (wl-thread-jump-to-next-unread): Ditto.
7173         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7174         (wl-thread-entity-get-next-marked-entity): Ditto.
7175
7176         * wl-summary.el (wl-summary-buffer-number-list):
7177         New bufer-local variable.
7178         (wl-summary-switch-to-clone-buffer): Clone
7179         `wl-summary-buffer-number-list'.
7180         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7181         (wl-summary-cursor-move-regex): Eliminated.
7182         (wl-summary-cursor-up): Rewrite.
7183         (wl-summary-cursor-down): Ditto.
7184         (wl-summary-mode-spec-alist): New variable.
7185         (wl-summary-next-message): New inline function.
7186         (wl-summary-cursor-move): New function.
7187         (wl-summary-default-get-next-msg): Rewrite.
7188         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7189         (wl-summary-rescan): Ditto.
7190         (wl-summary-sync-all-init): Ditto.
7191         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7192         summary is not thread view.
7193         (wl-summary-sync-update): Ditto.
7194         (wl-summary-rescan): Ditto.
7195         (wl-summary-make-number-list): New function.
7196
7197         * wl-draft.el: "FCC" -> "Fcc".
7198
7199 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7200
7201         * wl-highlight.el (wl-highlight-summary-window):
7202         Call `set-buffer-modified-p'.
7203
7204         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7205         (wl): Call `elmo-init' and fix.
7206
7207         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7208         Use new variables.
7209
7210         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7211
7212 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7213
7214         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7215
7216 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7217
7218         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7219
7220 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7221
7222         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7223         `wl-use-toolbar' nor `display-graphic-p'.
7224         (wl-e21-setup-message-toolbar): Ditto.
7225         (wl-e21-setup-summary-toolbar): Ditto.
7226         (wl-e21-setup-folder-toolbar): Ditto.
7227
7228         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7229         (wl-plugged-init-icons): Ditto.
7230
7231         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7232         `display-graphic-p'.
7233         (wl-plugged-set-folder-icon): Ditto.
7234         (wl-highlight-plugged-current-line): Ditto.
7235         (wl-highlight-folder-current-line): Ditto.
7236         (wl-e21-highlight-folder-group-line): Ditto.
7237         (wl-e21-setup-toolbar): Ditto.
7238         (wl-e21-display-image-p): New macro.
7239
7240         * wl-demo.el (wl-demo): Simplified.
7241         (wl-demo-image-type-alist): Use `image-type-available-p' for
7242         checking whether the image type `xbm' is available.
7243
7244 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7245
7246         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7247         (wl-summary-input-range): Ditto.
7248
7249 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7250
7251         * wl-summary.el (wl-summary-edit-addresses): Use
7252         `wl-summary-get-original-buffer'
7253         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7254         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7255         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7256         (wl-summary-get-newsgroups): Eliminated.
7257         (wl-summary-set-crosspost): Ditto.
7258         (wl-summary-is-crosspost-folder): Ditto.
7259         (wl-crosspost-alist-load): Ditto.
7260         (wl-crosspost-alist-save): Ditto.
7261
7262         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7263         `elmo-setup-subscribed-newsgroups' instead of
7264         `elmo-nntp-make-groups-hashtb'.
7265         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7266         instead of `wl-crosspost-alist-save'.
7267
7268         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7269         of `elmo-folder-message-appendable-p'.
7270         (wl-mime-header-presentation-method): Eliminated.
7271
7272         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7273         (Error occurs in emacs21).
7274
7275         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7276         the current buffer).
7277
7278         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7279         instead of `wl-crosspost-alist-save'.
7280         (wl-init): `elmo-crosspost-message-alist-load'
7281         instead of `wl-crosspost-alist-load'
7282
7283         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7284         (wl-parse-newsgroups): Likewise.
7285         (wl-biff-notify): Run `wl-biff-notify-hook'.
7286
7287 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7288
7289         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7290
7291         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7292         when `wl-summary-lazy-highlight' is non-nil.
7293         (wl-summary-goto-folder-subr): Highlight only when
7294         `wl-summary-lazy-highlight' is non-nil.
7295
7296         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7297         Don't display progress and highlight temp-mark when
7298         `wl-summary-lazy-highlight' is non-nil.
7299         (wl-highlight-summary-window): New function.
7300         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7301
7302 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7303
7304         * wl-summary.el (wl-summary-sync): Change `all-visible'
7305         from `all-shown'
7306         (wl-summary-input-range): Ditto.
7307
7308 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7309
7310         * wl-e21.el (wl-highlight-folder-current-line): Call
7311         `wl-folder-init-icons' when folder icons have not been initialized.
7312
7313         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7314
7315         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7316         (wl-demo-image-type-alist): New macro.
7317
7318 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7319
7320         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7321         display does not support graphics.
7322         (wl-plugged-init-icons): Ditto.
7323         (wl-folder-init-icons): Ditto.
7324
7325         * wl-demo.el (wl-demo): Chech closely whether the display
7326         supports graphics.
7327
7328 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7329
7330         * wl-summary.el (wl-summary-get-original-buffer): New function.
7331         (wl-summary-set-crosspost): Use it.
7332         (wl-summary-target-mark-uudecode): Ditto.
7333         (wl-summary-reedit): Ditto.
7334         (wl-summary-resend-bounced-mail): Ditto.
7335         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7336         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7337
7338         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7339         (wl-message-display-internal): Ditto.
7340
7341 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7342
7343         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7344
7345 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7346
7347         * wl-summary.el (wl-summary-save-view): Renamed from
7348         `wl-summary-save-status'.
7349
7350 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7351
7352         * wl-summary.el (wl-summary-sync): Added `all-shown'
7353
7354 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7355
7356         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7357
7358 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7359
7360         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7361
7362 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7363
7364         * wl-highlight.el (wl-highlight-summary-line-string): Use
7365         `zerop' instead of `= 0'.
7366         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7367
7368         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7369         for comparing numbers.
7370         (wl-template-prev): Use `zerop' instead of `eq 0'.
7371
7372         * wl-draft.el (wl-draft-insert-current-message): Use
7373         `with-current-buffer' instead of `save-excursion'.
7374         Use `zerop' instead of `eq 0'.
7375
7376 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7377
7378         * wl-draft.el (wl-draft-insert-ccs): New function.
7379         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7380         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7381
7382 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7383
7384         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7385
7386 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7387
7388         * wl-expire.el (wl-expire-refile): Don't call
7389         elmo-msgdb-add-msgs-to-seen-list;
7390         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7391         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7392
7393 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7394
7395         * wl-message.el (wl-message-prev-page): Ignore errors while
7396         scroll-down.
7397
7398 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7399
7400         * wl-mime.el: Use elmo-original-message-mode instead of
7401         mmelmo-original-mode.
7402
7403         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7404         `elmo-folder-get-spec';
7405         (wl-fldmgr-add-completion-all-completions):
7406         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7407
7408         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7409         of `elmo-folder-get-type'.
7410
7411         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7412         `elmo-folder-get-spec';
7413         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7414         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7415         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7416         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7417         `elmo-read-msg-no-cache';
7418         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7419         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7420         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7421         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7422         `elmo-cache-save';
7423         (wl-draft-reedit): Use `elmo-message-file-name'.
7424
7425         * wl-expire.el: Use `elmo-folder-name-internal';
7426         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7427         Use macro `wl-summary-buffer-msgdb' instead of variable
7428         `wl-summary-buffer-msgdb';
7429         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7430         Use macro `wl-summary-buffer-folder-name' instead of variable
7431         `wl-summary-buffer-folder-name'.
7432         * wl-score.el: Likewise.
7433
7434         * wl-message.el: Rewrite for new message buffer cache mechanism.
7435         (wl-message-buffer-cache-buffer-get): New macro.
7436         (wl-message-buffer-cache-folder-get): Ditto.
7437         (wl-message-buffer-cache-message-get): Ditto.
7438         (wl-message-buffer-cache-entry-make): Ditto.
7439         (wl-message-buffer-cache-hit): Ditto.
7440         (wl-message-buffer-cache-sort): New function.
7441         (wl-message-buffer-cache-add): Ditto.
7442         (wl-message-buffer-cache-delete): Ditto.
7443         (wl-message-buffer-cache-clean-up): Ditto.
7444         (wl-message-buffer-window): Rewrite.
7445         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7446         (wl-message-buffer-display): New function.
7447         (wl-message-display-internal): New function.
7448
7449 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7450
7451         * wl-folder.el: Use `elmo-folder-name-internal';
7452         Use `wl-folder-get-elmo-folder';
7453         Use `elmo-folder-list-messages' instead of
7454         `elmo-list-folder';
7455         Use `elmo-folder-get-primitive-list' instead of
7456         `elmo-folder-get-primitive-spec-list';
7457         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7458         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7459         Use `elmo-folder-create' instead of `elmo-create-folder'.
7460         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7461         (wl-folder-get-elmo-folder): New macro.
7462         (wl-folder-elmo-folder-cache-get): Ditto.
7463         (wl-folder-elmo-folder-cache-put): Ditto.
7464         (wl-folder-suspend): Call `elmo-quit'.
7465
7466         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7467         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7468         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7469         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7470         (toplevel): require 'cl.
7471         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7472
7473         * wl-summary.el: Rewrite to use new elmo interface.
7474
7475 \f
7476 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7477
7478         * wl-mime.el (wl-draft-preview-message):
7479         Run `wl-draft-send-hook' before collecting recipients information;
7480         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7481
7482         * tm-wl.el (wl-draft-preview-message): Ditto.
7483
7484 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7485
7486         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7487         wrong recipients are displayed when forwarded message.
7488
7489 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7490
7491         * Version number is increased to 2.5.7.
7492
7493 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7494
7495         * wl-message.el (wl-message-next-page): Bind
7496         `window-pixel-scroll-increment' to nil while scrolling up.
7497
7498 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7499
7500         * wl-vars.el (wl-save-hook): New hook.
7501         * wl.el (wl-save): Call `wl-save-hook'.
7502
7503 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7504
7505         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7506         Argument WITH-ARG instead of NO-ARG (negative mean).
7507         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7508         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7509         * wl-message.el (wl-message-follow-current-entity): Likewise.
7510
7511 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7512
7513         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7514         FROM was optional argument.
7515         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7516
7517 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7518
7519         * Version number is increased to 2.5.6.
7520
7521 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7522
7523         * wl-version.el (wl-version-show): Removed.
7524         (wl-version): Add `interactive'.
7525
7526 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7527
7528         * wl-summary.el (wl-summary-get-petname-func): New variable.
7529         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7530         instead of `wl-address-get-petname-1'.
7531         (wl-summary-simple-from): Ditto.
7532
7533         * wl-address.el (wl-address-get-petname-1): Define as function.
7534
7535 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7536
7537         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7538         field in the original message.
7539         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7540
7541 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7542
7543         * wl-expire.el (wl-expire-hide):
7544         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7545
7546 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7547
7548         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7549         find decoder for To, Cc, and Subject.
7550
7551 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7552
7553         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7554         for checking `elmo-use-buffer-cache'.
7555         (wl-summary-mark-as-important): Fixed typo in comment.
7556
7557 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7558
7559         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7560         field in the original message.
7561         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7562
7563 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7564
7565         * wl-expire.el (wl-expire-hide):
7566         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7567
7568 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7569
7570         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7571         find decoder for To, Cc, and Subject.
7572
7573 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7574
7575         * Version number is increased to 2.5.5.
7576
7577         * wl-address.el (wl-address-specials-regexp): New constant.
7578         (wl-address-quote-specials): Use it.
7579
7580 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7581
7582         * wl-summary.el (wl-summary-rescan):
7583         Call `wl-summary-buffer-number-column-detect'.
7584         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7585
7586         * wl-message.el (wl-message-mode-map): Define.
7587         (wl-message-decode): Use it as local-map.
7588
7589 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7590
7591         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7592         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7593
7594 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7595
7596         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7597
7598         * wl-mule.el (wl-read-event-char): Ditto.
7599
7600         * wl-e21.el (wl-read-event-char): Ditto.
7601
7602         * wl-nemacs.el (wl-read-event-char): Ditto.
7603         (read-event): Removed.
7604
7605         * wl-util.el (toplevel): Removed dummy definition of
7606         `read-event'.
7607         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7608
7609 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7610
7611         * wl-nemacs.el (elmo-archive-call-process): Moved to
7612         elmo-archive.el.
7613
7614 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7615
7616         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7617         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7618
7619         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7620         instead of magic-number 6.  Use `not' instead of `null' for symbol
7621         `nil' check (not empty list).
7622         (wl-draft-insert-x-face-field): Fixed paren style.
7623
7624         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7625         one-branch conditional statement, instead of `and' and `if'.
7626         (wl-draft-forward): Likewise.
7627         (wl-draft-add-references): Likewise.
7628         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7629
7630         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7631         conditional steatment.  Use `cond' instead of `if'.
7632         (wl-draft-confirm): Likewise.
7633
7634 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7635
7636         * wl-version.el (wl-version-show): Use `product-string-1'
7637         instead of `wl-version'.
7638         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7639
7640         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7641
7642 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7643
7644         * wl-highlight.el (wl-highlight-headers): Revert
7645         `wl-highlight-x-face-func' argument (`beg' and `end').
7646
7647 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7648
7649         * wl.el (toplevel): Move `product-provide' declare.
7650         * wl-demo.el (toplevel): Ditto.
7651         * wl-dnd.el (toplevel): Ditto.
7652         * wl-highlight.el (toplevel): Ditto.
7653         * wl-message.el (toplevel): Ditto.
7654         * wl-refile.el (toplevel): Ditto.
7655         * wl-util.el (toplevel): Ditto.
7656
7657 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7658
7659         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7660         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7661         (wl-thread-close-all): keep cursor position.
7662
7663 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7664
7665         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7666         (eq x 0).
7667         (wl-generate-user-agent-string-1): Fix conditional statement.
7668
7669 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7670
7671         * wl.el (wl-check-environment): Additional check for
7672         'wl-local-domain' and `wl-message-id-domain'.
7673
7674 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7675
7676         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7677
7678 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7679
7680         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7681         instead of `smtp-sasl-user-realm'.
7682
7683 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7684
7685         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7686
7687 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7688
7689         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7690         to the default value as well as `eword-lexical-analyzer'.
7691
7692 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7693
7694         * wl-version.el (wl-extended-emacs-version,
7695         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7696         `elmo-match-string' instead of `wl-match-string'.
7697
7698 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7699
7700         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7701         docstring.
7702
7703 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7704
7705         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7706
7707 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7708
7709         * wl-highlight.el (wl-highlight-headers): Remove
7710         `wl-highlight-x-face-func' argument (`beg' and `end').
7711
7712 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7713
7714         * wl-summary.el (wl-summary-mark-as-important):
7715         Remove cache if folder is local.
7716
7717 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7718
7719         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7720         to get existing e-mail address string.
7721
7722 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7723
7724         * wl-version.el (wl-generate-user-agent-string): Commentary.
7725         (wl-generate-user-agent-string-1): Use `when' for
7726         one-branch conditional statement, instead of `and' and `if'.
7727         (wl-extended-emacs-version, wl-extended-emacs-version2,
7728         wl-extended-emacs-version3): Ditto.
7729
7730 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7731
7732         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7733         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7734         condition-case; Remove initialization.
7735         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7736         (wl-summary-sync-update3): Added argument `sync-all';
7737         Eliminated local variable `msgdb';
7738         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7739         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7740         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7741
7742 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7743
7744         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7745         connection before call `wl-draft-send-mail-with-smtp'.
7746
7747 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7748
7749         * Version number is increased to 2.5.4.
7750
7751 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7752
7753         * wl.el (wl-check-environment): Additional check for
7754         'wl-local-domain' and `wl-message-id-domain'.
7755
7756 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7757
7758         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7759         buffer as command specific.
7760         (wl-folder-mark-as-read-all-entity): Ditto.
7761         (wl-folder-prefetch-entity): Ditto.
7762         (wl-folder-drop-unsync-entity): Ditto.
7763
7764         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7765         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7766         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7767
7768         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7769         save-excursion.
7770
7771 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7772
7773         * Version number is increased to 2.5.3.
7774
7775         * wl-summary.el (wl-summary-save-view-cache):
7776         Delete duplicated `write-region';
7777         Use `write-region-as-binary' instead of `as-binary-output-file' and
7778         `write-region'.
7779
7780 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7781
7782         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7783
7784 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7785
7786         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7787         instead of `smtp-via-smtp'.
7788
7789 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7790
7791         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7792
7793 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7794
7795         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7796         instead of `smtp-sasl-user-realm'.
7797
7798 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7799
7800         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7801
7802 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7803
7804         * Version number is increased to 2.5.2.
7805
7806 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7807
7808         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7809         does not exist.
7810         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7811         (wl-biff-start): Call `timer-activate' if timer already exists.
7812
7813         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7814         only when it is bound as function.
7815
7816 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7817
7818         * Version number is increased to 2.5.1.
7819
7820 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7821
7822         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7823         Print refile/copy destination.
7824
7825 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7826
7827         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7828         queue-flush-only is non-nil.
7829
7830         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7831
7832         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7833         checking cache folder.
7834
7835 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7836
7837         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7838         `regexp-quote'.
7839
7840 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7841
7842         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7843         function.
7844         * wl-summary.el (wl-summary-write-current-folder-functions):
7845         Change default value.  Use it.
7846
7847 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7848
7849         * Version number is increased to 2.5.0.
7850
7851         * wl-version.el (wl-version): Changed codename.
7852
7853 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7854
7855         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7856         (wl-summary-supersedes-message): Ditto.
7857
7858 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7859
7860         * wl-refile.el (wl-refile-guess-functions): Renamed from
7861         `wl-refile-guess-func-list'.
7862
7863 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7864
7865         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7866         Fixed problem when no rule was matched.
7867
7868 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7869
7870         * wl-summary.el (wl-summary-get-mark): Fixed
7871         `wl-summary-buffer-target-mark' check logic.
7872
7873 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7874
7875         * wl-folder.el (wl-folder-write-current-folder): Added group
7876         folder check.
7877
7878         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7879         `wl-summary-write-current-newsgroup'.
7880         (wl-summary-write-current-folder-functions): New variable.
7881         * wl-folder.el (wl-folder-get-newsgroups): New function.
7882         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7883         (wl-folder-write-current-folder): Renamed from
7884         `wl-folder-write-current-newsgroup'.
7885
7886 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7887
7888         * Version number is increased to 2.3.93.
7889
7890 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7891
7892         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7893         (wl-ldap-make-matched-value-list): Ditto.
7894         (wl-ldap-alias-safe-string): Split e-mail address.
7895
7896         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7897         petname folder default was selected.
7898         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7899         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7900
7901 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7902
7903         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7904         to `wl-draft-config-exec'.
7905
7906         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7907         instead of calling `wl-draft-config-exec';
7908         Process group-list and show recipients in minibuffer.
7909
7910         * tm-wl.el (wl-draft-preview-message): Ditto.
7911
7912 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7913
7914         * wl.el (toplevel): Added (C) to copyright notice, and
7915         sync Author header.
7916         * tm-wl.el (toplevel): Ditto.
7917         * wl-address.el (toplevel): Ditto.
7918         * wl-demo.el (toplevel): Ditto.
7919         * wl-dnd.el (toplevel): Ditto.
7920         * wl-draft.el (toplevel): Ditto.
7921         * wl-e21.el (toplevel): Ditto.
7922         * wl-expire.el (toplevel): Ditto.
7923         * wl-folder.el (toplevel): Ditto.
7924         * wl-highlight.el (toplevel): Ditto.
7925         * wl-message.el (toplevel): Ditto.
7926         * wl-mime.el (toplevel): Ditto.
7927         * wl-mule.el (toplevel): Ditto.
7928         * wl-nemacs.el (toplevel): Ditto.
7929         * wl-refile.el (toplevel): Ditto.
7930         * wl-score.el (toplevel): Ditto.
7931         * wl-summary.el (toplevel): Ditto.
7932         * wl-template.el (toplevel): Ditto.
7933         * wl-thread.el (toplevel): Ditto.
7934         * wl-util.el (toplevel): Ditto.
7935         * wl-vars.el (toplevel): Ditto.
7936         * wl-xmas.el (toplevel): Ditto.
7937
7938 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7939
7940         * wl.el (wl-init): Added comment about `wl-init-hook'.
7941         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7942         * wl-vars.el (wl-init-hook): Added docs.
7943         (wl-make-plugged-hook): Removed useless docs.
7944         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7945         * wl-xmas.el (toplevel): Ditto.
7946
7947 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7948
7949         * wl-address.el (toplevel): Fixed multiple Author header format.
7950         * wl-demo.el (toplevel): Ditto.
7951         * wl-draft.el (toplevel): Ditto.
7952         * wl-folder.el (toplevel): Ditto.
7953         * wl-summary.el (toplevel): Ditto.
7954         * wl-thread.el (toplevel): Ditto.
7955         * wl-util.el (toplevel): Ditto.
7956         * wl-vars.el (toplevel): Ditto.
7957         * wl-version.el (toplevel): Ditto.
7958         * wl-xmas.el (toplevel): Ditto.
7959         * wl.el (toplevel): Ditto.
7960
7961         * wl-version.el (toplevel): Added require `elmo-version' for
7962         `product-version-as-string'.
7963
7964 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7965
7966         * wl-vars.el (wl-draft-send-hook): Changed default value to
7967         '(wl-draft-config-exec).
7968
7969         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7970         explicitly.
7971         (wl-draft): Set `wl-draft-config-exec-flag' before running
7972         `wl-mail-setup-hook'.
7973
7974         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7975         `wl-biff-init-icons' to `wl-init-hook' instead of
7976         `wl-make-plugged-hook'.
7977         (Because if `wl-draft' command is invoked at first,
7978         they are not initialized)
7979         Updated copyright notice.
7980
7981         * wl-e21.el (toplevel): Ditto;
7982
7983         * wl-demo.el (toplevel): Updated copyright notice.
7984         * wl-address.el (toplevel): Ditto.
7985         * wl-draft.el (toplevel): Ditto.
7986         * wl-version.el (toplevel): Ditto.
7987         * wl-folder.el (toplevel): Ditto.
7988         * wl-summary.el (toplevel): Ditto.
7989         * wl-thread.el (toplevel): Ditto.
7990         * wl-util.el (toplevel): Ditto.
7991         * wl-vars.el (toplevel): Ditto.
7992         * wl.el (toplevel): Ditto.
7993
7994 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7995
7996         * wl-highlight.el (wl-highlight-message): Fixed problem of
7997         highlighting failure which occured when the last field contains
7998         multiple lines in the draft buffer.
7999
8000         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8001         `wl-biff-start' if plugged.
8002
8003         * wl-util.el (wl-biff-check-folder): New function.
8004         (wl-biff-check-folders): Don't set session name prefix.
8005         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8006         (wl-biff-check-folder-async): Ditto.
8007
8008         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8009         in email address.
8010
8011 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8012
8013         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8014
8015         * wl-draft.el (wl-draft-strip-subject-re): New function.
8016
8017         * wl-draft.el (wl-draft-reply): Use it.
8018
8019 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8020
8021         * wl-message.el (wl-mmelmo-message-redisplay): Use
8022         `mime-display-message' instead of `wl-mime-display-message'.
8023
8024         * wl-mime.el (toplevel): Removed compatibility workaround
8025         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8026         (wl-mime-display-message): Abolished.
8027         (wl-mime-entity-read-field): Ditto.
8028         (wl-mime-combine-message/partial-pieces): Use
8029         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8030
8031 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8032
8033         * wl-template.el: Doc fixes.
8034
8035 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8036
8037         * wl-e21.el (wl-message-overload-functions): Do nothing if
8038         `current-local-map' is not available.
8039         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8040
8041 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8042
8043         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8044         representation.
8045
8046         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8047         number.
8048         (wl-fldmgr-save-folders): Don't use `format' when insert
8049         `wl-fldmgr-folders-header'.
8050
8051 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8052
8053         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8054
8055 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8056
8057         * wl-highlight.el (wl-highlight-message):
8058         Use `std11-field-end' to detect end point of the header field.
8059         Refer `wl-highlight-max-header-size'.
8060
8061         * wl-vars.el (wl-highlight-max-header-size): New variable.
8062
8063         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8064
8065         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8066         Set `for-draft' argument of wl-highlight-headers.
8067         (wl-draft): Ditto.
8068         (wl-draft-reedit): Ditto.
8069         (wl-user-agent-compose-internal): Ditto.
8070
8071 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8072
8073         * wl-message.el (wl-message-add-button): Use overlay.
8074
8075 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8076
8077         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8078
8079         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8080         problem when group-list content is nothing.
8081         (Reported by Mito <mit@nines.nec.co.jp>)
8082
8083 2000-10-18  SAITO Atsunori <sai@yedo.com>
8084
8085         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8086
8087 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8088
8089         * tm-wl.el (toplevel): Use product-provide.
8090
8091 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8092
8093         * Version number is increased to 2.3.92.
8094
8095 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8096
8097         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8098         title text, use `display' property for left margin under Emacs 21.
8099
8100         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8101         properties.
8102         (wl-plugged-init-icons): Ditto.
8103
8104 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8105
8106         * wl.el (wl-save-status, wl-init): Remove last period in
8107         "...done." message.
8108         * tm-wl.el (wl-summary-burst): Ditto.
8109         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8110         wl-summary-resume-cache-status,
8111         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8112         wl-summary-sync-update3, wl-summary-highlight-msgs,
8113         wl-summary-flush-pending-append-operations,
8114         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8115         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8116         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8117         wl-thread-open-all): Ditto.
8118         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8119         * wl-mime.el (wl-summary-burst): Ditto.
8120         * wl-highlight.el (wl-highlight-summary): Ditto.
8121         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8122         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8123         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8124         * wl-address.el (wl-local-address-init): Ditto.
8125
8126 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8127
8128         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8129         `add-text-properties'.
8130         (wl-plugged-init-icons): Ditto.
8131         (wl-folder-init-icons): Use `propertize' instead of
8132         `put-text-property'.
8133         (wl-plugged-set-folder-icon): Ditto.
8134         (wl-e21-highlight-folder-group-line): Ditto.
8135
8136 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8137
8138         * wl-version.el (wl-version-status-alist): New variable.
8139         (wl-version-status): New function.
8140
8141         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8142         "Cc" part of the case "Reply-To".
8143
8144         * wl-draft.el (wl-draft-reply): Use result of
8145         `eword-extract-address-components'.
8146
8147         * wl-demo.el (wl-demo-icon-name): New constant.
8148         (wl-logo-xpm): Use it.
8149         (wl-logo-xbm): Ditto.
8150         (wl-logo-bitmap): Ditto.
8151
8152         * Version number is increased to 2.3.91.
8153
8154 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8155
8156         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8157         (wl-extended-emacs-version, wl-extended-emacs-version2,
8158         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8159         docstring.
8160
8161         * wl-version.el (wl-generate-user-agent-string-1): New function.
8162         (wl-generate-user-agent-string): Use it.
8163
8164         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8165         `mime-edit-insert-user-agent-field'.
8166         (wl-generate-user-agent-string): Check
8167         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8168
8169         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8170         instead of `if', when verbose case.
8171
8172 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8173
8174         * wl-expire.el (wl-summary-expire): Fix.
8175
8176 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8177
8178         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8179         and `elmo-lost+found-folder' if 'wl-draft.
8180         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8181
8182 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8183
8184         * wl-expire.el (wl-summary-expire): Change messages.
8185         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8186         `deleing-info' instead of "Deleting..."
8187
8188 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8189
8190         * wl-summary.el (wl-summary-refile-subr): Fix.
8191
8192 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8193
8194         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8195         if pipe folder.
8196
8197 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8198
8199         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8200
8201 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8202
8203         * wl-expire.el (wl-expire-hide): New function.
8204         (wl-summary-expire): Add `hide'.
8205
8206 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8207
8208         * wl-vars.el (wl-draft-reply-without-argument-list):
8209         Changed default value to consider `Reply-To:'.
8210         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8211
8212         * Version number is increased to 2.3.90.
8213
8214         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8215         elmo-imap4-get-session with unwind-protect.
8216         Don't cause error.
8217         (wl-summary-sync-marks): Don't check plugged nor folder type.
8218         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8219         (Always keep current buffer).
8220
8221 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8222
8223         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8224         Enclose with `save-excursion'.
8225
8226 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8227
8228         * wl-version.el (wl-version): Remove interactive.
8229
8230 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8231
8232         * wl-version.el (wl-generate-user-agent-string): Use
8233         `product-string-verbose' instead of `product-string-1'.
8234
8235 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8236
8237         * wl-vars.el (wl-draft-use-cache): New variable.
8238         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8239         if wl-draft-use-cache is non-nil.
8240
8241 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8242
8243         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8244         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8245
8246 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8247
8248         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8249         (wl-thread-msg-mark-as-unread): Ditto.
8250
8251         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8252         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8253         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8254         Don't set mark in summary if return value of `elmo-mark-as-read'
8255         is nil.
8256         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8257         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8258         instead of `wl-thread-msg-mark-as-read'.
8259         (wl-summary-mark-as-unread-region): Ditto.
8260         (wl-summary-target-mark-mark-as-read): Ditto.
8261
8262         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8263
8264 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8265
8266         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8267
8268         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8269
8270 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8271
8272         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8273         face.
8274
8275 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8276
8277         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8278         `running-xemacs'.
8279
8280 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8281
8282         * wl-version.el (toplevel): Use `product-version-as-string' for
8283         set verstion-string, if defined.
8284
8285         * wl-version.el (wl-version-show): Insert string at point, when
8286         call with argument.
8287
8288         * wl-version.el (wl-generate-user-agent-string): Use
8289         `product-string-1' instead of `wl-appname', `wl-version' and
8290         `wl-codename'.
8291
8292 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8293
8294         * wl-address.el (toplevel): Use product-provide.
8295         * wl-demo.el (toplevel): Ditto.
8296         * wl-dnd.el (toplevel): Ditto.
8297         * wl-draft.el (toplevel): Ditto.
8298         * wl-e21.el (toplevel): Ditto.
8299         * wl-expire.el (toplevel): Ditto.
8300         * wl-fldmgr.el (toplevel): Ditto.
8301         * wl-folder.el (toplevel): Ditto.
8302         * wl-highlight.el (toplevel): Ditto.
8303         * wl-message.el (toplevel): Ditto.
8304         * wl-mime.el (toplevel): Ditto.
8305         * wl-mule.el (toplevel): Ditto.
8306         * wl-nemacs.el (toplevel): Ditto.
8307         * wl-refile.el (toplevel): Ditto.
8308         * wl-score.el (toplevel): Ditto.
8309         * wl-summary.el (toplevel): Ditto.
8310         * wl-template.el (toplevel): Ditto.
8311         * wl-thread.el (toplevel): Ditto.
8312         * wl-util.el (toplevel): Ditto.
8313         * wl-vars.el (toplevel): Ditto.
8314         * wl-xmas.el (toplevel): Ditto.
8315         * wl.el (toplevel): Ditto.
8316
8317 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8318
8319         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8320         instead of product.
8321
8322         * wl-version.el (wl-version): Compile time evalution elmo-version.
8323
8324 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8325
8326         * wl-summary.el (wl-summary-sync-force-update): Append queue
8327         `mark-as-read'if unplugged.
8328
8329 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8330
8331         * wl-version.el: New file.  Use product.el.
8332         * wl.el: add (require 'wl-version).
8333         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8334         for ~/.folders header.
8335         (wl-fldmgr-folders-header): Changed.
8336         * wl-demo.el (wl-demo): Use product.el.
8337
8338         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8339         wl-version.el.
8340         * wl-util.el (wl-version, wl-version-show): Ditto.
8341
8342         * wl-util.el (wl-generate-user-agent-string,
8343         wl-extended-emacs-version, wl-extended-emacs-version2,
8344         wl-extended-emacs-version3): Move to wl-version.el.
8345         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8346         xemacs-codename, mime-edit-insert-user-agent-field,
8347         mime-edit-user-agent-value, mime-editor/version,
8348         mime-editor/codename): Compile warning killer move to
8349         wl-version.el
8350
8351 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8352
8353         * wl-summary.el (wl-summary-refile-subr): Fix.
8354
8355 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8356
8357         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8358         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8359
8360 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8361
8362         * wl.el (wl-check-environment): Check too many `@'.
8363
8364 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8365
8366         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8367
8368 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8369
8370         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8371         wl-draft-reply-myself-without-argument-list): Add variables.
8372         * wl-draft.el (wl-draft-reply): Use it.
8373
8374 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8375
8376         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8377         the 5th argument of `elmo-network-get-spec'.
8378
8379         * wl-thread.el (wl-thread-reparent-children): New inline function.
8380         (wl-thread-delete-message): Use it.
8381
8382         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8383         (wl-summary-score-update-all-lines): Don't use `dolist'.
8384
8385 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8386
8387         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8388         (require 'elmo-msgdb) for inline function.
8389
8390 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8391
8392         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8393
8394 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8395
8396         * wl-score.el (wl-score-headers): Fix for the confusing macro
8397         `elmo-kill-buffer'.
8398
8399 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8400
8401         * wl-summary.el: Don't use the 3rd argument of `require' because
8402         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8403         * wl-util.el: Ditto.
8404         * wl-draft.el: Ditto.
8405
8406 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8407
8408         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8409         window system is not used.
8410
8411 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8412
8413         * wl-thread.el: Don't use `mapcar' only for iteration.
8414         (wl-thread-resume-entity): Ditto.
8415         (wl-thread-delete-message): Ditto.
8416
8417         * wl-summary.el: Bind `dragdrop-drop-functions',
8418         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8419         of `require' for `timezone', `easymenu' and `ps-print';
8420         don't use `mapcar' only for iteration.
8421
8422         * wl-util.el: Bind `mule-version', `nemacs-version',
8423         `emacs-beta-version', `xemacs-codename',
8424         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8425         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8426         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8427         only for iteration.
8428
8429         * wl-score.el: Don't use `mapcar' only for iteration.
8430         (wl-score-simplify-buffer-fuzzy): Ditto.
8431         (wl-score-simplify-subject): Ditto.
8432         (wl-score-headers): Ditto.
8433         (wl-summary-score-update-all-lines): Ditto.
8434
8435         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8436         `enable-multibyte-characters' and `mule-version'.
8437
8438         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8439         `mapcar' only for iteration.
8440
8441         * wl-demo.el: Don't use `mapcar' only for iteration.
8442
8443         * wl-folder.el: Don't use `mapcar' only for iteration.
8444         (wl-folder-open-all): Ditto.
8445         (wl-folder-count-incorporates): Ditto.
8446
8447         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8448         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8449
8450         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8451         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8452         `smtp-connection-type'; specify 3rd argument of `require' for
8453         `timezone'; don't use `mapcar' only for iteration.
8454         (wl-draft-clone-local-variables): Don't use `mapcar'.
8455         (wl-draft-generate-clone-buffer): Ditto.
8456         (wl-user-agent-compose-internal): Ditto.
8457
8458         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8459
8460         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8461         (wl-save-status): Ditto.
8462
8463         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8464         for iteration.
8465
8466 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8467
8468         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8469         removed `Date'.
8470         (wl-fldmgr-make-filter-default): New user option.
8471
8472         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8473         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8474         (wl-fldmgr-filter-completion-alist): Abolish.
8475
8476         * wl.el (wl): Don't check servers if arg is non-nil.
8477
8478         * wl-draft.el (wl-draft-reply): Set only message-id string to
8479         In-Reply-To field.
8480
8481 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8482
8483         * wl-summary.el (wl-summary-pick): Rewrite.
8484
8485         * wl-draft.el (wl-draft-forward): Get references field from
8486         original buffer.
8487         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8488
8489 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8490
8491         * wl-draft.el (wl-draft-forward): Add references field.
8492
8493 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8494
8495         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8496         (wl-draft-reply): Use it.
8497
8498 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8499
8500         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8501         when Emacs 21 is running.
8502
8503         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8504         bindings.
8505
8506 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8507
8508         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8509         XPM icons transparent.
8510
8511         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8512         Emacs 21.
8513
8514 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8515
8516         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8517         nil.
8518
8519         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8520         when it is persistent.
8521         (wl-summary-sync-marks): Changed argument for
8522         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8523         (wl-summary-virtual): Use `elmo-read-search-condition'.
8524         (wl-summary-redisplay-internal): If folder is local, mark as read
8525         even when folder is plugged.
8526
8527 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8528
8529         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8530         of `tool-bar-lines' in the frame parameters.
8531         (after-make-frame-functions, post-command-hook): Don't modify the
8532         value.
8533         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8534         wl-e21-tool-bar-lines): Removed.
8535
8536 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8537
8538         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8539         properties `evaporate' and `wl-momentary-overlay' as well.
8540         (wl-highlight-summary-displaying): Ditto.
8541         (wl-delete-all-overlays): Don't delete overlay which does not have
8542         a property `wl-momentary-overlay'.
8543
8544         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8545         `display-mouse-p' and `display-graphic-p'.
8546         (wl-folder-init-icons): Don't search for XBM or the other files.
8547         (wl-plugged-set-folder-icon): Make icons if and only if
8548         `display-graphic-p' returns non-nil.
8549         (wl-highlight-plugged-current-line): Use `before-string' overlay
8550         property to show icon images.
8551         (wl-highlight-folder-current-line): Ditto.
8552         (wl-e21-highlight-folder-group-line): Ditto.
8553         (wl-e21-highlight-folder-by-numbers): Ditto.
8554         (wl-e21-insert-image): Removed.
8555         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8556         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8557         said.
8558         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8559         `wl-e21-force-switch-toolbar'.
8560         (wl-e21-make-icon-image): Removed.
8561         (wl-e21-setup-toolbar): Don't search for XBM files.
8562         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8563         the default value.
8564
8565 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8566
8567         * wl-util.el (wl-biff-check-folder-async): Set
8568         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8569
8570 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8571
8572         * wl-e21.el (after-make-frame-functions): Add
8573         `wl-e21-force-switch-toolbar'.
8574         (wl-e21-force-switch-toolbar): New function force to switch the
8575         toolbar appearance automatically.
8576         (post-command-hook): Add `wl-e21-switch-toolbar'.
8577         (wl-e21-switch-toolbar): New function to switch the toolbar
8578         appearance automatically.
8579         (wl-e21-tool-bar-lines): New buffer local variable.
8580
8581 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8582
8583         * wl-util.el (wl-biff-check-folders-running): New variable.
8584         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8585         (wl-biff-check-folder-async-callback):
8586         Set `wl-biff-check-folders-running'.
8587         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8588         with unwind-protect.
8589
8590         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8591         Enclose `wl-folder-auto-check' with unwind-protect.
8592
8593         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8594         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8595
8596         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8597
8598         * wl-util.el (wl-biff-notify): New inline function.
8599         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8600         locally.
8601         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8602         folder-list' is 1.
8603         Use `wl-biff-notify'.
8604         (wl-biff-check-folder-async-callback): New function.
8605         (wl-biff-check-folder-async): Ditto.
8606
8607         * wl-folder.el (wl-folder): Don't check folders.
8608         (wl-folder-auto-check): New function.
8609
8610 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8611
8612         * wl-util.el (wl-biff-start) [Emacs19+]:
8613         Use `timer-next-integral-multiple-of-time'.
8614         (wl-biff-check-folders): Use `wl-default-folder'
8615         if `wl-biff-check-folder-list' is nil.
8616
8617 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8618
8619         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8620         instead of `elmo-delete-lists'.
8621
8622 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8623
8624         * wl.el (wl-plugged-toggle-all): Set the value of
8625         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8626         (wl-plugged-toggle): Ditto.
8627         (wl-toggle-plugged): Ditto.
8628         (wl-plugged-init): Ditto.
8629
8630         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8631         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8632         instead of `wl-biff-state-indicator-off' and
8633         `wl-biff-state-indicator-on'; don't modify the value and the type
8634         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8635         (wl-plugged-init-icons): Set icons data to
8636         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8637         instead of `wl-plug-state-indicator-off' and
8638         `wl-plug-state-indicator-on'; don't modify the value and the type
8639         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8640
8641         * wl-vars.el (wl-modeline-biff-state-off,
8642         wl-modeline-biff-state-on, wl-modeline-biff-status,
8643         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8644         wl-modeline-plug-status): New internal variables.
8645         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8646         wl-biff-check-interval, wl-biff-check-folder-list): Change
8647         customization group from `wl-folder' to `wl-highlight'.
8648         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8649         wl-show-plug-status-on-modeline): Defcustomized.
8650
8651         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8652         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8653         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8654         a flag to `mode-line-buffer-identification'.
8655
8656         * wl-e21.el (wl-biff-init-icons): Set icons data to
8657         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8658         instead of `wl-biff-state-indicator-off' and
8659         `wl-biff-state-indicator-on'.
8660         (wl-plugged-init-icons): Set icons data to
8661         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8662         instead of `wl-plug-state-indicator-off' and
8663         `wl-plug-state-indicator-on'.
8664
8665 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8666
8667         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8668         excessive titles.
8669
8670 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8671
8672         * wl.el (wl-plugged-mode): Use revised
8673         `wl-mode-line-buffer-identification'.
8674         (wl-plugged-init): Don't use `force-mode-line-update'.
8675
8676         * wl-xmas.el (wl-draft-overload-functions): Use revised
8677         `wl-mode-line-buffer-identification'.
8678         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8679         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8680         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8681         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8682         `wl-make-plugged-hook';
8683         add `wl-folder-init-icons' and `wl-setup-folder' to
8684         `wl-folder-mode-hook'.
8685
8686         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8687         19 as well.
8688         (wl-mode-line-display-priority-list): New user option.
8689         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8690         Defcustomized.
8691         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8692         Add docs.
8693
8694         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8695         start.
8696         (wl-mode-line-buffer-identification): Revised as a function.
8697
8698         * wl-summary.el (wl-summary-mode): Use revised
8699         `wl-mode-line-buffer-identification'; don't call
8700         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8701         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8702         `wl-xmas-setup-summary'.
8703
8704         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8705         `wl-mode-line-buffer-identification'.
8706
8707         * wl-mule.el (wl-draft-overload-functions): Use revised
8708         `wl-mode-line-buffer-identification'.
8709
8710         * wl-folder.el (wl-make-plugged-alist): Don't call
8711         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8712         (wl-folder): Don't call `wl-folder-init-icons' directly.
8713         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8714         `wl-xmas-setup-folder' directly;
8715         use revised `wl-mode-line-buffer-identification'.
8716         (TopLevel): Don't bind `wl-biff-init-icons',
8717         `wl-plugged-init-icons', `wl-folder-init-icons',
8718         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8719
8720         * wl-e21.el (wl-draft-overload-functions): Use revised
8721         `wl-mode-line-buffer-identification'.
8722         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8723         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8724         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8725         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8726         `wl-make-plugged-hook';
8727         add `wl-folder-init-icons' and `wl-setup-folder' to
8728         `wl-folder-mode-hook'.
8729
8730 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8731             Katsumi Yamaoka    <yamaoka@jpl.org>
8732
8733         * wl.el (wl): Call `wl-biff-start'.
8734         (wl-exit): Call `wl-biff-stop'.
8735         (wl-plugged-mode): Show biff in modeline.
8736         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8737
8738         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8739         (wl-biff-init-icons): New function.
8740         (wl-plugged-init-icons): Don't make too much keymaps.
8741         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8742
8743         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8744         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8745         variables.
8746         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8747         options.
8748
8749         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8750         wl-biff-start, wl-biff-stop): New functions.
8751         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8752         (wl-biff-timer-name): New variable.
8753
8754         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8755
8756         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8757         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8758
8759         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8760         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8761
8762         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8763         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8764         `wl-folder-init-icons' to `ignore' if they are not available.
8765         (wl-folder-mode): Show biff in modeline.
8766
8767         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8768         (wl-biff-init-icons): New function.
8769         (wl-plugged-init-icons): Don't make too much keymaps.
8770         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8771
8772 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8773
8774         * wl-vars.el (wl-strict-diff-folders): Customization Type
8775         and doc fix.  Define as a list of regular expressions for
8776         folders or nil.
8777         * wl-folder.el (wl-folder-check-one-entity): Use
8778         `wl-string-match-member' instead of `wl-string-member' for
8779         `wl-strict-diff-folders'.
8780
8781 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8782
8783         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8784         (wl-highlight-folder-current-line): Use it; new implementation.
8785         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8786         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8787         `defsubst' instead of `defun'.
8788
8789         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8790         `wl-highlight-group-folder-by-numbers'; made it can also be a
8791         number.  See info for more details.
8792
8793         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8794         running.
8795
8796         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8797         to bind them.
8798
8799         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8800         (wl-highlight-folder-current-line): New implementation.
8801
8802         * wl-highlight.el (wl-highlight-folder-group-line): New
8803         implementation.
8804         (wl-delete-all-overlays): Rewrite as a marco.
8805         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8806
8807         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8808         running.
8809         (wl-folder-*-glyph): No need to bind them.
8810
8811         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8812         `wl-e21-highlight-folder-group-icon'; rewrite.
8813         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8814         `defsubst' instead of `defun'.
8815         (wl-folder-mode-map): Bind it when compiling.
8816
8817 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8818
8819         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8820
8821         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8822
8823 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8824
8825         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8826
8827 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8828
8829         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8830         (wl-highlight-folder-current-line): Use it.
8831
8832         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8833         in `id-name'.
8834
8835 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8836
8837         * wl.el: Require `wl-e21' when Emacs 21 is running.
8838
8839         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8840         default when Emacs 21 is running.
8841         (wl-use-highlight-mouse-line): Ditto.
8842         (wl-on-emacs21): New constant.
8843         (wl-on-emacs20): Removed.
8844
8845         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8846         Emacs 21 is running.
8847
8848         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8849         Emacs 21 is running.
8850
8851         * wl-e21.el: New file.
8852
8853 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8854
8855         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8856         (wl-toggle-plugged): Ditto.
8857         (wl-plugged-toggle): Ditto.
8858         (wl-plugged-toggle-all): Ditto.
8859
8860         * wl-vars.el (wl-plug-state-indicator): Refer
8861         `wl-plug-state-indicator-on' indirectly.
8862
8863 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8864
8865         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8866         Call `wl-folder-confirm-existence'.
8867
8868         * wl-folder.el (wl-folder-confirm-existence): Added optional
8869         argument `force'.
8870
8871 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8872
8873         * wl-summary.el (wl-summary-refile-subr): Assume
8874         `copy-or-refile' as symbol.
8875         (wl-summary-refile): Follow up above change.
8876         (wl-summary-copy): Ditto.  Doc fix.
8877
8878 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8879
8880         * wl-summary.el (wl-summary-pick): Don't bind
8881         `elmo-search-mime-charset'.
8882
8883         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8884         default using old backquote style.
8885         (wl-search-mime-charset): Abolished.
8886
8887         * wl-highlight.el (wl-highlight-headers):
8888         Call `point' after `re-search-forward'(for Nemacs).
8889
8890         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8891         for elmo-imap4.el.
8892
8893 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8894
8895         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8896         `wl-message-ignored-field-list' instead of
8897         `mime-view-ignored-field-list'.
8898
8899         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8900         Add interactive spec.
8901         (wl-folder-goto-bottom-of-current-folder): Ditto.
8902         (wl-folder-mode-map): Bind them.
8903
8904         * wl-vars.el (wl-message-ignored-field-list): New variable.
8905         (wl-message-visible-field-list): New variable.
8906
8907         * wl-mime.el (wl-mime-header-presentation-method): New function.
8908         (wl-mime-setup): Set header-presentation-method.
8909
8910 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8911
8912         * wl-nemacs.el (wl-draft-overload-functions): Set
8913         `mode-line-buffer-identification' instead of using
8914         `wl-make-modeline'.
8915
8916         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8917         instead of using `wl-make-modeline'.
8918
8919         * wl-xmas.el (wl-plugged-init-icons): Set up
8920         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8921         (wl-make-modeline): Abolish.
8922         (wl-draft-overload-functions): Set
8923         `mode-line-buffer-identification' instead of using
8924         `wl-make-modeline'.
8925
8926         * wl-util.el (wl-make-modeline-subr): Abolish.
8927         (wl-mode-line-buffer-identification): New alias.
8928
8929         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8930         (wl-summary-make-modeline): Abolish.
8931         (wl-summary-buffer-set-folder): Set
8932         `wl-summary-buffer-folder-indicator'.
8933         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8934         of using `wl-make-modeline'.
8935         (wl-summary-switch-to-clone-buffer): Don't set
8936         `mode-line-buffer-identification'.
8937         (wl-summary-goto-folder-subr): Ditto.
8938
8939         * wl-mule.el (wl-draft-overload-functions): Set
8940         `mode-line-buffer-identification' instead of using
8941         `wl-make-modeline'.
8942
8943         * wl-folder.el (wl-folder-mode): Set
8944         `mode-line-buffer-identification' instead of using
8945         `wl-make-modeline'.
8946         (wl-folder): Don't set `mode-line-buffer-identification'.
8947
8948 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8949
8950         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8951         instead of `member' for `wl-refile-guess-func-list' look-ups.
8952         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8953
8954 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8955
8956         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8957         `wl-message-button-dispatcher'.
8958
8959         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8960
8961         * wl-message.el (wl-message-button-dispatcher): Use it.
8962
8963         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8964         "In-Reply-To".
8965
8966         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8967         Bind `case-fold-search' to t.
8968
8969 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8970
8971         * wl-xmas.el (wl-message-overload-functions): Initialize
8972         `wl-message-button-map'.
8973
8974         * wl-mule.el (wl-message-overload-functions): Initialize
8975         `wl-message-button-map'.
8976
8977         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8978
8979         * wl-message.el (wl-message-button-map): New keymap.
8980         (wl-message-add-button): New function.
8981         (wl-message-button-dispatcher): New function.
8982         (wl-message-button-refer-article): New function.
8983
8984         * wl-highlight.el
8985         (wl-highlight-message-add-buttons-to-header): New function.
8986         (wl-highlight-headers): Use it.
8987
8988 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8989
8990         * wl-summary.el (wl-summary-default-from): Use
8991         `wl-address-get-petname-1'.
8992         (wl-summary-simple-from): Ditto.
8993
8994         * wl-address.el (wl-address-get-petname-1): New inline function.
8995         (wl-address-get-petname): Use it.
8996
8997 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8998
8999         * wl-summary.el (wl-summary-default-from): Return full-name part
9000         from the address if no petname was found.
9001         (wl-summary-simple-from): Ditto.
9002
9003         * wl-address.el (wl-address-get-petname): Return nil if no petname
9004         associated with the address was found.
9005
9006 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9007
9008         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9009         display is finished.
9010
9011 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9012
9013         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9014         `elmo-folder-exists-p' argument.
9015
9016 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9017
9018         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9019         the folder.
9020
9021 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9022
9023         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9024
9025         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9026         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9027
9028 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9029
9030         * wl-folder.el (wl-folder-create-subr): New function.
9031         (wl-folder-confirm-existence): Use it.
9032         (wl-folder-check-one-entity): Use it.
9033         Check the error symbol is derived from 'elmo-open-error.
9034
9035         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9036         `ignore-error'.
9037
9038 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9039
9040         * wl-util.el (toplevel): Add (eval-when-compile (require
9041         'elmo-util)).  (Maybe `provide' is typo.)
9042
9043 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9044
9045         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9046         (I don't know why this was needed.)
9047
9048         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9049         Follow up changes for stream-type.
9050
9051         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9052         (wl-draft-elmo-nntp-send): Ditto.
9053
9054         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9055         (wl-nntp-posting-stream-type): Ditto.
9056         (wl-pop-before-smtp-ssl): Abolished.
9057         (wl-nntp-posting-ssl): Ditto.
9058
9059         * wl-address.el (wl-address-quote-specials): New function.
9060         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9061
9062         * wl-draft.el (wl-draft-reply): Ditto.
9063
9064 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9065
9066         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9067         use function `wl-string-match-assoc'.
9068
9069 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9070
9071         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9072
9073         * wl-draft.el (wl-draft-deduce-address-list): New function.
9074         (wl-draft-parse-mailbox-list): Ditto.
9075         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9076         instead of `smtp-deduce-address-list'.
9077         (wl-draft-on-field-p): Follow group list.
9078
9079         * wl-address.el (wl-address-concat-token): New function.
9080         (wl-address-string-without-group-list-contents): Ditto.
9081         (wl-complete-field-body): Fixed problem of completion
9082         by japanese petname.
9083         (wl-address-make-completion-list): Rewrite.
9084
9085 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9086
9087         * wl-address.el (wl-address-make-completion-list): Completion by
9088         petname.
9089         (wl-complete-field-body): Likewise.
9090
9091 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9092
9093         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9094         contains invalid address syntax.
9095
9096 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9097
9098         * wl-folder.el (wl-folder-check-entity-async): Use
9099         `elmo-nntp-spec-hostname'.
9100
9101 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9102
9103         * wl-summary.el (wl-summary-msgdb-load-async): Use
9104         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9105
9106 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9107
9108         * wl-draft.el (wl-draft-reply): Set argument
9109         `content-transfer-encoding' as nil.
9110
9111 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9112
9113         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9114         `wl-refile-alist'.
9115
9116 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9117
9118         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9119         (wl-draft-edit-string): Ditto.
9120         (wl-draft-forward): Ditto.
9121         * wl-summary.el (wl-summary-write): Ditto.
9122
9123 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9124
9125         * wl-summary.el (wl-summary-sync-update3): Call
9126         `wl-summary-buffer-number-column-detect'.
9127         (wl-summary-buffer-number-column-detect): Search from point-min.
9128
9129 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9130
9131         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9132         contains an address which is not included in original to or cc.
9133
9134 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9135
9136         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9137         begin-line does not exist.
9138         * wl-message.el (wl-message-uu-substring): Ditto.
9139
9140 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9141
9142         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9143         clear local variables.
9144         (wl-summary-exit): Call `elmo-commit'.
9145         (wl-summary-switch-to-clone-buffer): Call
9146         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9147         (wl-summary-goto-folder-subr): Ditto.
9148
9149         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9150         POP folder.
9151
9152 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9153
9154         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9155         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9156         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9157         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9158         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9159         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9160
9161         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9162
9163 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9164
9165         * wl-summary.el (wl-summary-search-by-subject):
9166         Search parent message from the latest one.
9167
9168 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9169
9170         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9171         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9172
9173         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9174         New user option.
9175
9176         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9177         if elmo-nntp-use-killed-list is nil.
9178         Use `elmo-msgdb-append-to-killed-list'.
9179         (Append numbers confirmed as disappeared to the killed list.)
9180         (wl-summary-confirm-appends): Don't display negative number.
9181
9182 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9183
9184         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9185
9186 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9187
9188         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9189         range is `all'.
9190         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9191         `elmo-list-bigger-diff'.
9192
9193 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9194
9195         * wl-summary.el (wl-summary-buffer-exit-func):
9196         New buffer local variable.
9197         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9198
9199 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9200
9201         * wl-demo.el (wl-demo): Fix the last change.
9202
9203 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9204
9205         * wl-demo.el (wl-demo): Don't use `eval'.
9206
9207 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9208
9209         * wl-summary.el (wl-summary-buffer-thread-modified):
9210         New buffer-local variable.
9211         (wl-summary-set-thread-modified): New function.
9212         (wl-summary-thread-modified-p): New function.
9213         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9214         (wl-summary-yank-saved-message): Use function
9215         `wl-summary-set-thread-modified'
9216         (wl-summary-switch-to-clone-buffer): Add
9217         `wl-summary-buffer-thread-modified'.
9218
9219         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9220         (wl-summary-buffer-mark-saved-hook): Ditto.
9221         * wl-summary.el (wl-summary-msgdb-save): New hook
9222         `wl-summary-buffer-message-saved-hook' and
9223         `wl-summary-buffer-mark-saved-hook'.
9224
9225 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9226
9227         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9228
9229 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9230
9231         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9232         don't hide scroll bars under FSF Emacsen because it may incur an
9233         undesirable redrawing.
9234
9235 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9236
9237         * wl-draft.el (wl-draft-edit-string): Call
9238         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9239
9240 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9241
9242         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9243
9244 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9245
9246         * wl-summary.el (wl-summary-msgdb-load-async): Call
9247         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9248
9249 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9250
9251         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9252         fringes in demo buffer; center bitmap logo correctly even if old
9253         Mule is used.
9254
9255 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9256
9257         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9258
9259         * wl-refile.el (wl-refile-subject-alist): New variable.
9260         (wl-refile-subject-alist-file-name): Ditto.
9261         (wl-refile-alist-setup): Rewrite.
9262         (wl-refile-alist-save): Use `elmo-object-save'.
9263         Eliminated arguments.
9264         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9265         (wl-refile-guess-by-subject): New function.
9266         (wl-refile-guess-func-list): Added it.
9267
9268 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9269
9270         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9271         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9272
9273 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9274
9275         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9276         New buffer-local variable.
9277         (wl-summary-buffer-next-folder-func): Ditto.
9278         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9279         if non-nil.
9280         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9281         if non-nil.
9282         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9283         if non-nil.
9284         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9285         if non-nil.
9286
9287 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9288
9289         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9290         permanently in the demo buffer.
9291
9292 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9293
9294         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9295         `mime-entity-fetch-field'.
9296
9297         * wl.el (wl-exit): Delete plugged buffer.
9298
9299         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9300         XEmacs has menubar feature.
9301
9302 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9303
9304         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9305         cannot arrive at the beginning of the buffer under old Emacsen.
9306
9307 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9308
9309         * wl-address.el (wl-address-ldap-search):
9310         Call `ldap-search-entries' with `withdn' argument t.
9311         (wl-complete-field-body): Bind completion-ignore-case as t.
9312         Clear ldap search hash when it was sole completion.
9313         Use elmo-string for pattern string.
9314         (wl-ldap-alias-safe-string): Eliminated needless let.
9315
9316 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9317
9318         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9319         (wl-ldap-alias-sep): New constant.
9320         (wl-ldap-search-attribute-type-list): Ditto.
9321         (wl-ldap-get-value): New function.
9322         (wl-ldap-make-filter): Ditto.
9323         (wl-ldap-make-matched-value-list): Ditto.
9324         (wl-ldap-alias-safe-string): Ditto.
9325         (wl-ldap-register-dn-string): Ditto.
9326         (wl-address-ldap-search): Rewrite.
9327
9328 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9329
9330         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9331         thread is deleted.
9332         (wl-thread-delete-line-from-buffer): Ditto.
9333         (wl-thread-get-exist-children): New function.
9334
9335 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9336
9337         * wl-demo.el (wl-demo): Made it to select various image types.
9338         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9339         from `wl-title-logo'.
9340         (wl-logo-ascii): New variable.
9341         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9342         (wl-demo-copyright-notice): New constant.
9343
9344         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9345
9346 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9347
9348         * wl-vars.el (wl-summary-target-above): Renamed from
9349         wl-summary-temp-above.
9350         * wl-score.el (wl-score-get-score-alist): Use it.
9351         (wl-summary-score-update-all-lines): Use it.
9352         * wl-summary.el: Ditto. (make-variable-buffer-local).
9353
9354 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9355
9356         * wl-vars.el (wl-ldap-port): New user option.
9357
9358         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9359         Rewite whole implementation.
9360         (wl-complete-field-body): Fixed.
9361
9362 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9363
9364         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9365         Choose implementation at compile time.
9366
9367 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9368
9369         * wl-address.el (wl-ldap-search-internal): New function.
9370         (wl-complete-field-to): Use it.
9371
9372 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9373
9374         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9375         Use `let' instead of `let*'.
9376         Require 'wl-vars.
9377
9378         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9379         Define as defcustom.
9380         (wl-ldap-base): Ditto.
9381         (wl-use-ldap): Ditto.
9382
9383 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9384
9385         * wl-address.el (wl-ldap-search): New function.
9386         (wl-complete-field-body): Use `wl-ldap-search'.
9387         (wl-ldap-server): New variable.
9388         (wl-ldap-base): Ditto.
9389         (wl-use-ldap): Ditto.
9390
9391 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9392
9393         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9394         (Pointed out by Mito <mit@nines.nec.co.jp>).
9395         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9396         buffer-local variables like `wl-summary-redisplay-internal'.
9397         (wl-summary-redisplay-all-header): Likewise.  Update
9398         Summary view too.
9399
9400 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9401
9402         * wl-summary.el (wl-summary-jump-to-parent-message):
9403         Consider prefix argument.
9404
9405         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9406         when closed thread is deleted.
9407
9408 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9409
9410         * wl-summary.el (wl-summary-jump-to-parent-message):
9411         Consider thread modification.
9412
9413 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9414
9415         * wl-message.el (wl-message-normal-get-original-buffer): Use
9416         `save-excursion'.
9417
9418         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9419         (wl-summary-showto-folder-regexp): Ditto.
9420
9421 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9422
9423         * wl-util.el (wl-delete-alist): Doc fix.
9424         (wl-delete-associations): New function.
9425         (wl-inverse-alist): New function.
9426         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9427         Split temporary variables. Use `wl-delete-associations'
9428         and `wl-inverse-alist'.
9429         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9430
9431 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9432
9433         * wl-folder.el (wl-folder-prefetch-entity):
9434         Execute prefetching if new count is unknown.
9435
9436 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9437
9438         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9439
9440         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9441         delete entity.
9442         (wl-thread-set-parent): If insert as top, set linked as nil.
9443
9444         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9445         `wl-thread-cleanup-symbols' when view mode is thread.
9446
9447 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9448
9449         * wl-folder.el (wl-folder-create-folder-entity): Use
9450         with-current-buffer.
9451         (wl-local-folder-init): Call set-buffer to make sure we are in
9452         the Folder buffer. Don't touch buffer-local variables here.
9453         (wl-folder-mode): Initialize buffer-local variables here.
9454
9455         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9456         (wl-folder-entity-assign-id): Ditto.
9457         (wl-folder-create-entity-hashtb): Ditto.
9458         (wl-local-folder-init): Ditto.
9459         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9460
9461 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9462
9463         * wl-summary.el (wl-summary-default-from): Fix probrem when
9464         std11-extract-address-components return (nil "foo@bar").
9465
9466 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9467
9468         * wl-draft.el (wl-draft-clone-local-variables):
9469         Remove redundant `setq'.
9470
9471 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9472
9473         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9474         Bind wl-highlight-x-face-func as nil while highlighting header.
9475
9476 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9477
9478         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9479
9480 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9481
9482         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9483         elmo-msgdb-overview-hashtb from copy-variables.
9484         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9485         instead of `elmo-msgdb-overview-get-entity-by-number'.
9486         (wl-summary-auto-refile): Ditto.
9487
9488         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9489         `elmo-msgdb-overview-get-entity' instead of
9490         `elmo-msgdb-search-overview-entity'.  Use
9491         `elmo-msgdb-overview-get-entity' instead of
9492         `elmo-msgdb-overview-get-entity-by-number'.
9493         (wl-thread-insert-entity-sub): Ditto.
9494         (wl-thread-insert-message): Ditto.
9495
9496         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9497         `elmo-msgdb-overview-get-entity'.
9498         (wl-normal-message-redisplay): Ditto.
9499
9500 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9501
9502         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9503         `wl-thread-entities'.
9504         (wl-thread-delete-message): Fix remove top message from
9505         `wl-thread-entity-list'.
9506
9507         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9508         wl-append(nconc), because update-list is broken on Meadow.
9509
9510         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9511         updating process.
9512         (wl-summary-rescan): Ditto.
9513         (wl-summary-sync-update3): Ditto.
9514         * wl-thread.el (wl-thread-set-parent): Renamed from
9515         `wl-summary-set-parent'.
9516         (wl-thread-insert-message): Updating buffer faster.
9517         (wl-thread-delete-message): Updating buffer faster.
9518
9519         * wl-score.el (wl-summary-score-update-all-lines): Changed
9520         interval for display progress gauge.
9521
9522 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9523
9524         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9525         folder always-sticky.
9526         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9527         defmacro.
9528
9529 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9530
9531         * wl-vars.el (wl-draft-add-references): New user option.
9532
9533         * wl-draft.el (wl-draft-add-references): New function.
9534         (wl-draft-yank-from-mail-reply-buffer): Use it.
9535         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9536         as nil.
9537
9538 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9539
9540         * wl-thread.el (wl-thread-update-line-msgs): Called
9541         `wl-thread-update-line-on-buffer-sub'.
9542         (wl-thread-update-line-on-buffer): Delete routine of inserting
9543         thread.
9544         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9545         moved from `wl-thread-update-line-on-buffer'.
9546         Add threshold for displaying progress gauge.
9547         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9548         argument of `wl-thread-update-line-msgs'.
9549         Add threshold for displaying progress gauge.
9550         * wl-folder.el:
9551         Add threshold for displaying progress gauge.
9552         * wl-score.el: Ditto.
9553
9554         * wl-expire.el (wl-summary-expire): Display deleting info.
9555
9556 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9557
9558         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9559         `no-msg'.
9560         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9561         argument of `wl-thread-update-line-msgs'.
9562         (wl-summary-set-parent): Added optional argument `parent-number'.
9563         (wl-summary-buffer-saved-message): New buffer local variable.
9564         (wl-summary-save-current-message): New command.
9565         (wl-summary-yank-saved-message): Ditto.
9566         (wl-summary-mode-map): Added key binding for
9567         `wl-summary-save-current-message' (\ew) and
9568         `wl-summary-yank-saved-message' (\C-y).
9569         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9570
9571 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9572
9573         * wl-summary.el (wl-summary-mode-map): Added key binding for
9574         `wl-summary-set-parent' (ts).
9575
9576 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9577
9578         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9579         subject faster. If thread number is reverse, delayed updating
9580         thread.
9581         (wl-summary-search-by-subject): Ditto.
9582         (wl-summary-put-alike): Ditto.
9583         (wl-summary-get-alike): Ditto.
9584         (wl-summary-insert-headers): Insert header of all overview in
9585         buffer.
9586         (wl-summary-rescan): Delayed updating thread. Kill search subject
9587         buffer for wl-summary-search-by-subject.
9588         (wl-summary-sync-update3): Ditto.
9589         (wl-summary-exit): Ditto.
9590         (wl-summary-goto-bottom-of-current-thread): Change for linked
9591         thread.
9592         (wl-summary-overview-create-summary-line): Change line for linked
9593         thread.
9594
9595         * wl-summary.el (wl-summary-update-thread): Use
9596         wl-thread-maybe-get-children-num.
9597         (wl-summary-set-parent): If change parent, move sub thread.
9598         (wl-summary-redisplay-internal): Add horizontal recenter.
9599         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9600
9601         * wl-thread.el (wl-thread-entity-get-linked): New function.
9602         (wl-thread-entity-set-linked): New function.
9603         (wl-thread-create-entity): Add linked element.
9604         (wl-thread-entity-insert-as-top): Use wl-append.
9605         (wl-thread-maybe-get-children-num): If closing thread, return
9606         children msgs.
9607         (wl-thread-update-line-msgs): Displaying progress message.
9608         (wl-thread-update-line-on-buffer-sub): Use
9609         wl-thread-maybe-get-children-num.
9610         (wl-thread-update-line-on-buffer): If update line is not exists,
9611         insert thread.
9612         (wl-thread-delete-message): If delete top msg of thread, search
9613         parent by subject.
9614         (wl-thread-insert-entity): Use
9615         wl-thread-maybe-get-children-num.
9616
9617         * wl-highlight.el (wl-highlight-summary-current-line): change
9618         sregexp for linked thread.
9619         * wl-util.el (wl-count-lines): Count lines.
9620         (wl-horizontal-recenter): horizontal recenter.
9621         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9622         (wl-score-get-alike): Ditto.
9623         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9624         (wl-subject-length-limit): New variable.
9625         (wl-highlight-thread-indent-string-regexp): Changed for linked
9626         thread.
9627
9628 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9629
9630         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9631         New variable (revival).
9632         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9633         by subject matching if there's no in-reply-to nor references field
9634         (revival).
9635
9636 \f
9637 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9638
9639         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9640         message.
9641
9642 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9643
9644         * wl-summary.el (wl-summary-reply): Return t if there was a
9645         message at cursor point.
9646         Added unwind-protect.
9647         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9648         returns t.
9649         (wl-summary-cancel-message): Do nothing when there's no message at
9650         cursor point.
9651         (wl-summary-forward): Ditto.
9652         (wl-summary-jump-to-parent-message): Ditto.
9653         (wl-summary-reedit): Ditto.
9654         (wl-summary-edit-addresses): Ditto.
9655         (wl-summary-pipe-message): Ditto.
9656         (wl-summary-print-message-with-ps-print): Ditto.
9657         (wl-summary-print-message): Ditto.
9658         (wl-summary-mark-as-important): Ditto.
9659         (wl-summary-mark-as-unread): Ditto.
9660
9661         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9662         message at cursor point.
9663         (wl-summary-reply-with-citation): Remove unwind-protect.
9664
9665         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9666         subject searching feature.
9667         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9668         Eliminated.
9669
9670 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9671
9672         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9673         New variable.
9674         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9675         by subject matching if there's no in-reply-to nor references field.
9676
9677         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9678
9679         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9680         when display is finished.
9681         (wl-folder-open-all): Ditto.
9682         (wl-folder-update-access-group): Ditto.
9683         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9684         * wl-thread.el (wl-thread-close-all): Ditto.
9685
9686         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9687         progress gauge only when it was displayed.
9688         * wl-folder.el (wl-folder-insert-entity): Ditto.
9689
9690 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9691
9692         * wl-summary.el (wl-summary-incorporate): Enclose
9693         `wl-summary-sync-force-update' with save-excursion.
9694
9695 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9696
9697         * wl-summary.el (wl-summary-prefetch-region):
9698         Pass current cursor point to `pos-visible-in-window-p' after
9699         moving cursor to the started point.
9700
9701 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9702
9703         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9704
9705         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9706         fields from the forwarding message.
9707         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9708         `ignored-fields'.
9709
9710 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9711
9712         * wl-mime.el (wl-message-request-partial):
9713         Eliminated argument `msgdb'.
9714         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9715         (wl-mime-combine-message/partial-pieces): Likewise.
9716         * tm-wl.el (wl-message-request-partial): Likewise.
9717         (wl-mime-combine-message/partial-pieces): Likewise.
9718
9719 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9720
9721         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9722         when display is finished.
9723
9724 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9725
9726         * wl-summary.el (wl-summary-goto-folder-subr):
9727         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9728
9729 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9730
9731         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9732         when cursor point is visible.
9733
9734 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9735
9736         * wl-expire.el (wl-expire-archive-get-max-number):
9737         Don't use `file-name-directory'.
9738
9739 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9740
9741         * wl-expire.el (wl-expire-archive-get-max-number):
9742         Use `file-name-directory'.
9743
9744 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9745
9746         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9747         only when there is progress.
9748
9749 2000-04-13  Mito <mit@nines.nec.co.jp>
9750
9751         * wl-summary.el (wl-summary-sync-marks): Display progress.
9752
9753 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9754
9755         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9756         (wl-summary-prev): Move cursor regardless of unread status.
9757         (wl-summary-next): Ditto.
9758
9759 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9760
9761         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9762         Added argument `target' and `number'.
9763         * tm-wl.el (wl-summary-burst-subr): New function.
9764         (wl-summary-burst): Use it.
9765
9766 2000-04-10  Mito <mit@nines.nec.co.jp>
9767
9768         * wl-mime.el (wl-burst): New function.
9769         (wl-summary-burst): Use it.
9770
9771 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9772
9773         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9774         as petname when there's no candidate.
9775
9776 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9777
9778         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9779         New variable.
9780         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9781
9782         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9783
9784         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9785
9786 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9787
9788         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9789         Use substring of `original' instead of buffer-substring.
9790         (wl-refile-evaluate-rule):
9791         Set `original' argument of wl-refile-expand-newtext.
9792
9793         * wl-summary.el
9794         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9795         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9796         (wl-summary-auto-refile): Check existence of destination folder just
9797         before marking.
9798
9799 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9800
9801         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9802         when wl-refile-get-field-value return nil.
9803
9804 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9805
9806         * wl-refile.el
9807         (wl-refile-expand-newtext): New function imported from Gnus.
9808         (wl-refile-evaluate-rule): Use it.
9809
9810 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9811
9812         * wl-summary.el (wl-summary-print-destination):
9813         Duplicate folder string to avoid putting text-property on
9814         original string.
9815
9816         * wl-refile.el (wl-refile-get-field-value): New function.
9817         (wl-refile-evaluate-rule): New function;
9818         Evaluate refile rule recursively.
9819         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9820         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9821         New function; Check existence of a target folder recursively.
9822         (wl-summary-auto-refile-check-refile-rule-alist):
9823         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9824
9825 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9826
9827         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9828
9829         * wl-folder.el (wl-create-folder-entity-from-buffer):
9830         Fixed problem when '}' character is contained in folder name.
9831
9832         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9833
9834 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9835
9836         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9837         (wl-fldmgr-add-completion-all-completions):
9838         Use wl-fldmgr-add-completion-hashtb.
9839
9840 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9841
9842         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9843         wl-fldmgr-add-completion-subr): New functions.
9844         * wl-folder.el (wl-folder-completion-func): New variable.
9845         * wl-summary.el (wl-summary-read-folder):
9846         Use wl-folder-completion-func.
9847
9848         * wl-refile.el: Eliminate throw & catch.
9849
9850         * wl.el (wl-plugged-sending-queue-status): Fixed.
9851
9852 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9853
9854         * wl-draft.el (wl-draft): Put category property on
9855         mail-header-separator.