23bb02c0e6d1b347a343d170c0505671b0563ac5
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-12-12  Scott Renfro <scott@renfro.org>
2
3         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
4         regex for square-branket.
5
6 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7
8         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
9         `wl-message-mime-analysis-p' with argument `header'.
10
11 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
12
13         * wl-mime.el (wl-draft-yank-current-message-entity): 
14         Switch to no-mime following method according to wl-message-display-type
15         property.
16         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
17
18         * wl-message.el (wl-message-display-internal): 
19         Put wl-message-display-type property on message buffer.
20
21         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
22         (wl-message-display-internal): Ditto;
23
24         * wl-summary.el (wl-summary-toggle-mime): Ditto.
25
26 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
27
28         * wl-message.el (wl-message-make-display-type): New function.
29         (wl-message-display-type-property): Ditto.
30         (wl-message-mime-analysys-p): Ditto.
31         (wl-message-display-all-header-p): Ditto.
32         (wl-message-redisplay): Removed argument `as-is', `all-header' and
33         added `display-type'.
34         (wl-message-buffer-display): Likewise.
35         (wl-message-display-internal): Likewise.
36         (wl-message-buffer-display-type): Abolish.
37         (wl-message-buffer-prefetch-subr): Follow the API changed.
38
39         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
40         from wl-summary-buffer-display-all-header and changed default value.
41         (wl-summary-message-display-type): New function.
42         (wl-summary-buffer-display-mime-mode): Ditto.
43         (wl-summary-buffer-display-header-mode): Ditto.
44         (wl-summary-toggle-mime): Rewrite with above functions.
45         (wl-summary-toggle-all-header): Ditto.
46         (wl-summary-redisplay): Force redisplay with default mode.
47         (wl-summary-redisplay-internal): Renamed argument from `mode',
48         `all-header' to `mime-mode', `header-mode'.
49         Use `wl-message-make-display-type'.
50
51         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
52         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
53
54 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
55
56         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
57
58 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
59
60         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
61         in original message buffer.
62         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
63         buffer.
64
65 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
66
67         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
68
69 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
70
71         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
72
73 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
74
75         * wl-action.el (wl-summary-exec-action-refile): Display a done message
76         when actions succeeded.
77         (wl-summary-exec-action-copy): Likewise.
78
79 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
80
81         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
82         there is switch-to-buffer at the end of wl-message-select-buffer.
83         (wl-summary-reply): Ditto.
84
85 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
86
87         * wl-summary.el (wl-summary-forward): Put subject in original
88         message buffer as argument of wl-draft-forward.
89         * wl-draft.el (wl-draft-forward): Decode subject as in
90         wl-draft-reply.
91
92 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
93
94         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
95         a folder under access group.
96
97 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
98
99         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
100         wl-message-buffer-display.
101
102         * wl-util.el (wl-set-save-drafts): Fix typo.
103
104 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
105
106         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
107         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
108         wl-highlight-logo-face to set the bg color of an xbm image; fixed
109         the way to measure the width of a bitmap image; don't put face on
110         ascii and bitmap images; put the mark which should not use the
111         variable-pitch face on ascii and bitmap images.
112         (wl-demo-setup-properties): Don't use the variable-pitch face on
113         ascii and bitmap images; made it work on Emacs 20 and earlier.
114         (wl-demo-insert-text): End with a newline at the bottom; don't put
115         face on text.
116
117         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
118
119 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
120
121         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
122
123         * wl-util.el (wl-save-drafts): Moved from sample setting.
124         (wl-set-save-drafts): New function to set idle timer.
125         * wl-draft.el (wl-draft): Call it.
126         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
127
128 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
129
130         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
131         a summary which has toggle display status off.
132
133 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
134
135         * wl-draft.el (wl-draft-do-fcc): No cache save.
136
137 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
138
139         * wl-summary.el (elmo-event-handler-flag-changed): Use
140         `set-buffer' instead of `with-current-buffer'.
141
142 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
143
144         * wl-summary.el (wl-summary-after-resize-function): New function.
145         (wl-summary-mode): Add `wl-summary-after-resize-function' to
146         window-size-change-functions.
147
148 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
149
150         * wl-draft.el (wl-draft-create-buffer): Bind
151         `change-major-mode-hook' after current buffer is changed.
152
153         * wl-summary.el (wl-summary-buffer-detach): New function.
154         (wl-summary-buffer-set-folder): Call it.
155         (wl-summary-mode): Add `wl-summary-buffer-detach' to
156         change-major-mode-hook and kill-buffer-hook.
157         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
158         (wl-summary-switch-to-clone-buffer): Ditto.
159         (wl-summary-goto-folder-subr): Ditto.
160
161 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
162
163         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
164         after boundp check.
165
166 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
167
168         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
169         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
170         for `kill-buffer'.
171
172         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
173         handler of current buffer from elmo-folder.
174
175 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
176
177         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
178
179 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
180
181         * wl-summary.el (wl-summary-buffer-event-handler): New internal
182         variable.
183         (wl-summary-event-handler): New class.
184         (elmo-event-handler-flag-changed): Define to update persistent
185         mark.
186         (wl-summary-buffer-set-folder): Register event handler to
187         elmo-folder.
188         (wl-summary-exit): Unregister event handler.
189         (wl-summary-goto-folder-subr): Ditto.
190         (wl-summary-mark-as-read-all): Does not call
191         `wl-summary-update-persistent-mark' directly.
192         (wl-summary-mark-as-read-internal): Ditto.
193         (wl-summary-set-persistent-mark-internal): Ditto.
194         (wl-summary-set-flags-internal): Ditto.
195
196         * Version number is increased to 2.11.33.
197
198 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
199
200         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
201         to nil.
202
203 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
204
205         * wl-spam.el (wl-spam-setup): Add hook
206         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
207         instead of `wl-summary-prepare-hook'.
208
209         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
210         if folder type is `'flag'.
211         (wl-summary-mark-as-important): Ditto.
212
213 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
214
215         * wl-address.el (wl-address-minibuffer-history): New variable.
216         (wl-address-minibuffer-local-map): New keymap.
217         (wl-address-read-from-minibuffer): New function.
218
219         * wl-action.el (wl-summary-get-resend-address): Use
220         `wl-address-read-from-minibuffer' instead of `completing-read'.
221
222 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
223
224         * Version number is increased to 2.11.32.
225
226 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
227
228         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
229         without mule to iso-8859-1.
230         (wl-draft-add-in-reply-to): Add note in description.
231         (wl-draft-add-references): Ditto.
232
233 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
234
235         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
236         definition for `m'.
237         (wl-summary-mode-line-format): Add '[%m]'.
238         (wl-message-mode-line-format-spec-alist): Ditto.
239         (wl-summary-display-mime-mode-list): New variable.
240
241         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
242         from wl-summary-buffer-display-as-is.
243         (wl-summary-buffer-display-all-header): New buffer local variable.
244         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
245         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
246         instead of wl-summary-buffer-display-as-is.
247         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
248         (wl-summary-set-persistent-mark): Ditto.
249         (wl-summary-set-message-buffer-or-redisplay): Just call
250         `wl-summary-redisplay-internal' without optional arguments.
251         (wl-summary-toggle-mime): Rewrite.
252         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
253         (wl-summary-toggle-all-header): New function.
254         (wl-summary-redisplay-internal): Treat mime mode.
255
256         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
257         to wl-mime-preview-follow-no-mime.
258         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
259         accodring to the display-mode.
260
261         * wl-message.el (wl-message-buffer-display-type): Rewrite.
262         (wl-message-buffer-display): Changed argument name from `as-is' to
263         `mode'.
264         (wl-message-display-internal): Ditto;
265         Bind elmo-mime-display-header-analysis according to the mode.
266         (wl-message-display-internal): Put wl-message-display-mime-mode
267         property on entire buffer.
268
269 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
270
271         * wl-draft.el (wl-draft-do-fcc): Undo last change.
272
273 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
274
275         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
276         Don't extract mail address.
277         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
278
279         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
280
281         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
282
283 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
284
285         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
286         wl-fldmgr-cut-entity-list on confirmation.
287
288 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
289
290         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
291         (wl-mime-quit-preview): Check existence of
292         mime-edit-temp-message-buffer here.
293
294 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
295
296         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
297         after deletion.
298
299         * wl-draft.el (wl-draft-send-confirm): Check major-mode
300         before calling wl-mime-quit-preview.
301
302 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
303
304         * wl-summary.el (wl-summary-pick): If call it with prefix
305         argument, set `delete-marks' as non-nil. Pick from only visible
306         messages.
307         (wl-summary-check-target-mark): New function.
308         (wl-summary-target-mark-mark-as-read): Use it.
309         (wl-summary-target-mark-mark-as-unread): Ditto.
310         (wl-summary-target-mark-operation): Ditto.
311         (wl-summary-target-mark-set-flags): Ditto.
312         (wl-summary-target-mark-save): Ditto.
313         (wl-summary-target-mark-pick): Ditto.
314         (wl-summary-target-mark-forward): Ditto.
315         (wl-summary-target-mark-reply-with-citation): Ditto.
316         (wl-summary-target-mark-print): Ditto.
317         (wl-summary-target-mark-uudecode): Ditto.
318
319         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
320         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
321         with `ask-coding' is non-nil.
322
323 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
324
325         * wl-thread.el (wl-thread-set-parent): If parent is a message
326         which is identified by references, set linked as nil.
327
328 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
329
330         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
331         (wl-message-mode-line-format-spec-alist): Ditto.
332         (wl-message-mode-line-format): Ditto.
333         (wl-summary-mode-line-format): Ditto for docstring.
334         (wl-summary-no-mime-folder-list): Fix typo.
335
336         * wl-util.el (wl-current-message-buffer): Call
337         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
338
339         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
340         variable.
341         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
342         of `wl-summary-redisplay-no-mime'.
343         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
344         (wl-summary-toggle-mime): New function.
345         (wl-summary-redisplay-all-header): Rewrite.
346         (wl-summary-redisplay-no-mime): Ditto.
347         (wl-summary-redisplay-internal): Added argument `as-is' and
348         `all-header'.
349
350         * wl-refile.el (wl-refile-default-from-folder-path-separator):
351         New variable.
352         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
353         bottom.
354         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
355         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
356         "/" unconditionally.
357
358         * wl-mime.el (wl-draft-yank-current-message-entity): Use
359         wl-mime-preview-follow-no-mime for as-is content.
360         (wl-mime-preview-follow-no-mime): New function.
361         (wl-mime-preview-follow-current-region): Fixed parenthesis.
362
363         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
364         and added `as-is', `all-header'.
365         (wl-message-buffer-display): Ditto.
366         (wl-message-buffer-display-type): New function.
367
368 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
369
370         * wl-vars.el (wl-message-header-button-alist): Change default
371         value.
372         (wl-message-body-button-alist): Ditto.
373
374 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
375
376         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
377
378 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
379
380         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
381
382 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
383
384         * wl-summary.el (wl-summary-sync-marks): Remove condition which
385         is always true.
386
387 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
388
389         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
390         on null entity.
391
392 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
393
394         * wl-vars.el (wl-draft-reply-default-position): Fix range.
395
396 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
397
398         * wl-vars.el (wl-summary-resend-hook): New hook.
399
400         * wl-action.el (wl-summary-exec-action-resend-subr): Run
401         `wl-summary-resend-hook'.
402
403 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
404
405         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
406         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
407         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
408         (wl-summary-new-cached-mark): Changed default value to 'n'.
409         (wl-summary-unread-cached-mark): Changed default value to 'u'.
410         (wl-summary-answered-cached-mark): Changed default value to 'a'.
411         (wl-folder-sync-range-alist): Remove spec for 'flag.
412         (wl-summary-force-prefetch-folder-list): New user option.
413
414         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
415         `wl-summary-toggle-persistent-mark'.
416         (wl-summary-update-mark-and-highlight-window): Don't highlight when
417         number is nil.
418         (wl-summary-mark-as-answered-region): Set interactive argument of
419         `wl-summary-set-persistent-mark-internal'.
420         (wl-summary-mark-as-important-region): Ditto.
421         (wl-summary-unset-persistent-mark): Ditto.
422         (wl-summary-set-persistent-mark): Ditto.
423         (wl-summary-mark-as-answered): Ditto.
424         (wl-summary-mark-as-important): Ditto.
425         (wl-summary-set-persistent-mark-internal): Do nothing
426         when `elmo-message-flag-available-p' is nil.
427         (wl-summary-toggle-persistent-mark): New function.
428         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
429         when the folder matches `wl-summary-force-prefetch-folder-list'.
430
431
432         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
433         when number is nil.
434         (wl-highlight-summary-forwarded-face): New face.
435
436 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
437
438         * Version number is increased to 2.11.31.
439
440 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
441
442         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
443         (wl-biff-check-folder-async): Ditto.
444         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
445
446 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
447
448         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
449         Add an argument `reverse'.  All callers are updated.
450         (wl-summary-sort): Add a prefix argument `reverse' to specify
451         reverse sorting.
452         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
453         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
454         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
455
456 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
457
458         * wl-message.el (wl-message-redisplay): Does not narrow header if
459         disply-type is all-header or as-is.
460
461         * wl-summary.el (wl-summary-enter-handler): Use
462         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
463
464 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
465
466         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
467         after adding wl-draft-parent-variables.
468         (wl-draft-forward): Ditto.
469
470 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
471
472         * wl-summary.el (wl-summary-sync-marks): Call
473         `wl-summary-set-persistent-mark' and
474         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
475         (wl-summary-set-persistent-mark-internal): Add 4th argument
476         `no-server'.
477         (wl-summary-unset-persistent-mark): Ditto.
478         (wl-summary-set-persistent-mark): Ditto.
479         (wl-summary-add-flags-internal): Abolish.
480         (wl-summary-remove-flags-internal): Ditto.
481         (wl-summary-mark-as-important-internal): Ditto.
482         (wl-summary-mark-as-important): Use
483         `wl-summary-set-persistent-mark' instead of
484         `wl-summary-add-flags-internal'.
485         (wl-summary-mark-as-important-region): Ditto.
486
487         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
488
489         * wl-summary.el (wl-summary-get-available-flags): New function.
490         (wl-summary-sync-marks): Use it and simplified.
491         (wl-summary-unset-persistent-mark): Use
492         `wl-summary-get-available-flags'.
493         (wl-summary-set-persistent-mark): Ditto.
494
495 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
496
497         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
498         id.
499
500 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
501
502         * wl-summary.el (wl-summary-enter-handler): If argument is not a
503         number, call `wl-summary-prev-line-content'. Show message when the
504         message is not found.
505
506 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
507
508         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
509         wl-summary-enter-handler.
510         (wl-summary-enter-handler): New command.
511
512         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
513         docstring and custom spec.
514
515         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
516         flags too; Don't treat Cached and New.
517         (wl-summary-set-persistent-mark): Ditto.
518
519         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
520         `wl-folder-set-flag'.
521
522         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
523         instead of `wl-folder-set-flag'.
524
525         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
526         for completion.
527         (wl-summary-set-persistent-mark): Ditto.
528
529         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
530         instead of `wl-draft-quit-preview'.
531
532         * wl-mime.el (toplevel): Avoid compile warning.
533         (wl-mime-quit-preview): New function
534         (formarly defined as `wl-draft-quit-preview').
535         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
536         quitting method.
537
538         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
539
540         * wl-folder.el (wl-folder-set-flag): Renamed from
541         `wl-draft-set-flag-on-parent'.
542
543         * wl-draft.el (wl-draft-quit-preview): New function.
544         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
545         (wl-draft-send): Call `wl-folder-set-flag' instead of
546         `wl-draft-set-flag-on-parent'.
547         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
548
549 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
550
551         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
552         (wl-draft-send): Ditto.
553
554 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
555
556         * wl-vars.el (wl-draft-reply-hook): Changed default value.
557         (wl-draft-kill-pre-hook): Set default value as nil.
558         (wl-summary-reply-hook): Ditto.
559         (wl-draft-kill-flags): Abolish.
560
561         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
562         (wl-draft-parent-variables): Renamed from
563         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
564         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
565         argument; Add wl-draft-parent-variables to
566         wl-draft-config-variables.
567         (wl-draft-reply): Likewise.
568         (wl-draft-kill-flags): Abolish.
569         (wl-draft-send): Call wl-draft-set-flag-on-parent.
570         (wl-draft-set-flag-on-parent): New function.
571         (wl-draft-setup-parent-flag): Ditto.
572
573 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
574
575         * wl-draft.el (wl-draft-kill-flags): Avoid error when
576         `wl-draft-parent-folder' is "".
577
578 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
579
580         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
581         (wl-summary-digit-jump): New function.
582         (Adviced by John Owens and Hiroya Murata)
583
584         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
585         (Adviced by John Owens)
586
587         * wl-xmas.el (wl-message-define-keymap): Ditto.
588
589         * wl-mule.el (wl-message-define-keymap): Ditto.
590
591 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
592
593         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
594         change of return value of elmo-folder-count-flags.
595
596         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
597         (wl-summary-mark-as-read-internal): Ditto.
598         (wl-summary-set-persistent-mark-internal): Ditto.
599         (wl-summary-folder-info-update): Ditto.
600         (wl-summary-sync-update): Fixed the last change.
601
602         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
603
604 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
605
606         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
607         (wl-draft-kill-flags): Fixed docstring.
608
609         * wl-draft.el (wl-draft-kill-flags): New function.
610         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
611
612 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
613
614         * wl-vars.el (wl-reply-hook): Abolish.
615         (wl-draft-reply-hook): New hook.
616         (wl-summary-reply-hook): Ditto.
617         (wl-draft-forward-hook): Ditto.
618         (wl-summary-forward-hook): Ditto.
619         (wl-draft-kill-flags): New variable.
620
621         * wl-summary.el (wl-summary-mark-as-answered-region): Use
622         wl-summary-set-persistent-mark-internal.
623         (wl-summary-sync-marks): Use elmo-preserved-flags.
624         (wl-summary-update-persistent-mark): Make it interactive.
625         (wl-summary-set-persistent-mark-internal): New inline function.
626         (wl-summary-mark-as-answered): Use it.
627         (wl-summary-mark-as-unanswered): Ditto.
628         (wl-summary-unset-persistent-mark): New function.
629         (wl-summary-set-persistent-mark): Ditto.
630         (wl-summary-reply): Don't set answered flag;
631         Run wl-summary-reply-hook instead.
632         (wl-summary-forward): Call wl-draft-forward with number.
633         Run wl-summary-forward-hook.
634
635         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
636         (wl-highlight-summary-line-face-spec): Use it as a default
637         persistent mark face.
638
639         * wl-draft.el (wl-draft-forward): Added optional argument number;
640         Set wl-draft-parent-number; Run wl-draft-forward-hook.
641         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
642         (wl-draft-kill): Use wl-draft-kill-flags.
643
644         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
645
646         * wl-folder.el (wl-folder-check-one-entity): Follow the change
647         of return value of elmo-folder-count-flags.
648
649         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
650
651         * wl-summary.el (wl-summary-count-unread): Ditto.
652         (wl-summary-sync-update): Follow the change above.
653         (wl-summary-force-prefetch): New function.
654
655 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
656
657         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
658         variable `buf' with `let' instead of `setq'.
659
660 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
661
662         * wl-mime.el (wl-message-delete-current-part): If filename exists,
663         add Content-Disposition heaeder on the deleted part.
664
665 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
666
667         * wl-draft.el (wl-draft-save): Encode address list under edit by
668         `eword-encode-unstructured-field-body'.
669
670         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
671
672 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
673
674         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
675         wl-current-summary-buffer.
676
677 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
678
679         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
680         `numbers' is ignored.
681
682 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
683
684         * wl-folder.el (wl-folder-open-folder): Avoid error.
685         Reported by John Owens, [wl-en:815]
686
687         * wl.el (wl): Set timer for biff process even if prefix argument
688         is given or auto-checking is quitted.
689
690         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
691         immediately.
692         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
693         (wl-toggle-plugged): Ditto.
694
695         * wl-vars.el (wl-biff-use-idle-timer): New variable.
696         * wl-util.el (wl-biff-start): Use idle timer if
697         `wl-biff-use-idle-timer' is non-nil.
698
699 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
700
701         * wl-highlight.el (wl-highlight-message): Fix description.
702
703 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
704
705         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
706         tty.
707
708 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
709
710         * wl-action.el (wl-summary-exec): Print failure count.
711
712 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
713
714         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
715         to `defun', remove interactive form.
716         Set elmo-message-fetch-confirm when force-reload is non-nil.
717
718 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
719
720         * wl-summary.el (toplevel): Removed unnecessary autoload.
721
722 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
723
724         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
725         the buffer is generated from another message buffer.
726
727 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
728
729         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
730         extracted from `wl-fldmgr-save-folders'.
731         (wl-fldmgr-delete): Call it after deletion.
732
733 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
734
735         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
736         multi-tty support.
737
738 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
739
740         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
741
742 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
743
744         * wl-summary.el (wl-summary-rescan): Remove unused variables.
745         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
746
747 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
748
749         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
750         unsubscribe list only if argument CLEAR is nil.
751
752 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
753
754         * wl-draft.el (wl-draft-reply): Decode subject before removing
755         Re: prefix.
756
757 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
758
759         * wl-summary.el (wl-summary-sort-by-size): New command.
760
761 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
762
763         * wl-summary.el (wl-summary-number-list-from-region): New
764         function.
765         (wl-summary-mark-as-read-region): Use it.
766         (wl-summary-mark-as-unread-region): Ditto.
767         (wl-summary-set-flags-region): Ditto and add optional argument
768         remove.
769         (wl-summary-mark-as-answered-region): Ditto.
770         (wl-summary-mark-as-important-region): Ditto.
771         (wl-summary-target-mark-mark-as-important): Added optional
772         argument remove.
773         (wl-summary-target-mark-mark-as-answered): Ditto.
774         (wl-summary-target-mark-set-flags): Ditto.
775
776 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
777
778         * wl-summary.el (wl-summary-set-flags-region): Call
779         `wl-summary-set-flags-internal' with number list instead of call
780         one by each message.
781         (wl-summary-target-mark-set-flags): Likewise.
782
783 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
784
785         * wl-summary.el (wl-summary-target-mark-operation): Add optional
786         argument `inverse' and use `wl-summary-delete-all-target-marks'.
787         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
788         (wl-summary-target-mark-mark-as-answered): Likewise.
789
790 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
791
792         * wl-summary.el (wl-summary-target-mark-forward): Use
793         `wl-summary-delete-all-target-marks' instead of
794         `wl-summary-delete-all-temp-marks'.
795         (wl-summary-target-mark-reply-with-citation): Ditto.
796         (wl-summary-target-mark-uudecode): Ditto.
797         (wl-summary-target-mark-set-flags): Ditto and remove needless
798         cursor move.
799
800 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
801
802         * wl-summary.el (wl-summary-target-mark-forward): Protect
803         wl-summary-buffer-target-mark-list from nreverse.
804         (wl-summary-target-mark-reply-with-citation): Ditto.
805
806 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
807
808         * wl-thread.el (wl-thread-update-indent-string-thread): Use
809         `elmo-display-progress-threshold'.
810
811 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
812
813         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
814         check `wl-summary-highlight'.
815         (wl-summary-window-scroll-functions): Respect value of
816         `wl-summary-highlight'.
817         (wl-summary-sync-update): Run hooks
818         `wl-summary-buffer-window-scroll-functions' at any time.
819
820 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
821
822         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
823         from `wl-summary-cleanup-temp-marks'.
824         (wl-summary-cleanup-temp-marks): Abolish argument.
825         * wl.el (wl-save-status): Revert previous change.
826         (wl-execute-temp-marks): New function, call
827         `wl-summary-exec-with-confirmation'.
828         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
829         (wl-folder-save-and-exec-marks): Abolished.
830
831 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
832
833         * wl-e21.el (wl-e21-display-image-p): Respect
834         `wl-highlight-folder-with-icon'.
835         (wl-e21-highlight-folder-group-line): Highlight mouse line
836         even if wl-e21-display-image-p is nil.
837
838         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
839         Respect value of `wl-summary-highlight'.
840
841         * wl.el (wl-save-status): Remove unused variable.
842
843         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
844         (wl-folder-mode-map): Bind it to "x".
845
846 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
847
848         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
849
850         * wl-thread.el (wl-thread-get-parent-list): Don't check
851         disconnected ancestors, neglecting needless work in
852         `wl-thread-update-indent-string-thread'.
853
854         * wl.el (wl-save): Take prefix argument to execute remaining marks.
855         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
856         argument, add argument default-keep to keep marks by default.
857
858         * Version number is increased to 2.11.30.
859
860         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
861         customization type and docstring.
862         (wl-draft-reply-without-argument-list): Ditto.
863
864 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
865
866         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
867
868         * wl-spam.el (wl-spam-mark-action-list): Ditto.
869
870 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
871
872         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
873
874 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
875
876         * wl-draft.el (wl-draft-config-exec): Narrow the range of
877         save-excursion so as not to include run-hooks.
878
879 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
880
881         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
882         Clarify that marks are going to be cleared.
883
884 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
885
886         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
887         according to 3rd element of wl-summary-flag-mark.
888
889         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
890
891 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
892
893         * wl-action.el (wl-summary-target-mark-all): Don't set
894         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
895
896 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
897
898         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
899         (wl-forward-subject-prefix): Ditto.
900         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
901         (wl-draft-reply-make-subject): Ditto.
902
903         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
904         `wl-draft-forward'.
905         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
906
907 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
908
909         * wl-action.el (wl-summary-target-mark-set-action): Stop if
910         target message does not exist.
911
912 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
913
914         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
915         `wl-subject-prefix-regexp'.
916         (wl-subject-forward-prefix-regexp): New variable.
917         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
918         `wl-draft-strip-subject-re' and take regexp as argument.
919         (wl-draft-forward): Use it.
920         (wl-draft-reply): Ditto.
921
922 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
923
924         * wl-e21.el (wl-highlight-plugged-current-line): Change for
925         emacs multi-tty support.
926
927 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
928
929         * wl-e21.el (wl-e21-display-image-p): Don't call
930         `display-images-p'.
931         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
932         support.
933         (wl-highlight-folder-current-line): Ditto.
934         (wl-folder-init-icons): Ditto.
935
936 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
937
938         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
939         the last line of summary in unplugged mode.
940
941 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
942
943         * wl-vars.el (wl-refile-rule-alist): Doc fix.
944
945 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
946
947         * wl-vars.el (wl-user-mail-address-regexp): New variable.
948         * wl-address.el (wl-address-user-mail-address-p): Use it.
949         (wl-address-delete-user-mail-addresses): Ditto.
950         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
951
952         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
953         (wl-address-delete-user-mail-addresses): Ditto.
954
955         * wl-address.el (wl-address-delete-user-mail-addresses): New
956         function.
957         * wl-refile.el (wl-refile-guess-by-history): Use it.
958         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
959         (wl-draft-make-mail-followup-to): Ditto and fix logic.
960
961         * wl-draft.el (wl-draft-edit-string): To judge sender address,
962         use wl-address-user-mail-address-p.
963
964 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
965
966         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
967         after opening group.
968
969 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
970
971         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
972         of elmo-set-buffer-multibyte.
973
974         * wl-message.el (wl-original-message-mode): Ditto.
975
976         * wl-score.el (wl-score-insert-header): Ditto.
977
978         * wl-summary.el
979         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
980         (wl-summary-goto-folder-subr): Ditto.
981         (wl-summary-insert-headers): Ditto.
982
983         * wl-util.el (wl-set-string-width): Ditto.
984
985         * Version number is increased to 2.11.29.
986
987 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
988
989         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
990         (wl-highlight-summary-line-help-echo-alist): New variable.
991         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
992         into `wl-highlight-summary-line-help-echo' and
993         `wl-highlight-flag-folder-help-echo'.
994         (wl-highlight-summary-line-string): Change accordingly.
995         (wl-highlight-summary-current-line): Ditto.
996
997 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
998
999         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1000         at the beginning of field body (Thanks to Markus Knittig).
1001
1002         * wl-draft.el (wl-draft-insert-current-message): Also check
1003         summary buffer, remove unnecessary tag.
1004
1005 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1006
1007         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1008         when wl-message-buffer is nil.
1009
1010         * wl-folder.el (wl-folder): Abolish unused argument.
1011         Call wl-folder-init when wl-folder-entity is nil.
1012         * wl.el (wl): Change accordingly.
1013
1014 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1015
1016         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1017         multibyte string before insert into draft buffer.
1018         (wl-draft-create-buffer): Always enable multibyte characters for
1019         draft buffer.
1020
1021         * Version number is increased to 2.11.28.
1022
1023 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1024
1025         * wl-folder.el (wl-folder-open-close): Handle blank line.
1026         (wl-folder-jump-to-current-entity): Ditto.
1027
1028 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1029
1030         * Version number is increased to 2.11.27.
1031
1032 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1033
1034         * wl-thread.el (wl-thread-insert-message): When the thread is
1035         devided by wl-summary-max-thread-depth, insert line at the end of
1036         buffer.
1037
1038 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1039
1040         * Version number is increased to 2.11.26.
1041
1042 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1043
1044         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1045
1046 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1047
1048         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1049         value of stream-type and session.
1050
1051 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1052
1053         * Version number is increased to 2.11.25.
1054
1055 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1056
1057         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1058         in a quit message.
1059
1060 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1061
1062         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1063         (wl-summary-redisplay-no-mime-internal): Ditto.
1064
1065 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1066
1067         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1068         * wl-vars.el (wl-smtp-connection-type): Ditto.
1069
1070 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1071
1072         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1073         for the separator line and quote mail-header-separator.
1074
1075 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1076
1077         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1078         result message.
1079
1080         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1081         `elmo-multiple-fields-body-list' with boundary as
1082         mail-header-separator.
1083
1084 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1085
1086         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1087
1088 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1089
1090         * wl-util.el (wl-list-diff): Remove unused function.
1091
1092         * wl-draft.el (wl-draft-send-confirm): Discard input before
1093         confirmation.
1094
1095 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1096
1097         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1098         order of flag and new.
1099
1100 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1101
1102         * wl-vars.el (wl-refile-policy-alist): Abolished.
1103
1104         * wl-action.el (wl-summary-set-action-refile): Follow the change
1105         above.
1106
1107 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1108
1109         * wl-highlight.el (wl-highlight-signature-search): Don't use
1110         re-search-backward for a long word since it is possible to crash
1111         XEmacs because of a bug.
1112
1113 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1114
1115         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1116
1117 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1118
1119         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1120         argument for wl-summary-sync-force-update.
1121
1122 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1123
1124         * wl-summary.el (wl-summary-mode-map): Revival of
1125         wl-summary-mark-as-important related bindings;
1126         Bind 'F','tF','mF','rF','m&'.
1127         (wl-summary-mark-as-important-region): Revival.
1128         (wl-summary-target-mark-mark-as-important): Ditto.
1129         (wl-summary-target-mark-operation): New function.
1130         (wl-summary-target-mark-mark-as-answered): Use it.
1131         (wl-summary-decide-flag): Don't set Important as default.
1132         (wl-summary-mark-as-important-internal): Revival.
1133         (wl-summary-mark-as-important): Ditto.
1134
1135         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1136
1137         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1138         instead of facep.
1139
1140 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1141
1142         * wl-dnd.el (wl-dnd-drop-func): Fix.
1143
1144         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1145         mouse-set-point instead of posn-point.
1146
1147         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1148
1149         * wl-mule.el (wl-completing-read-multiple): Ditto.
1150
1151 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1152
1153         * wl-demo.el (face-background-name): Defalias to avoid compile
1154         warning.
1155
1156 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1157
1158         * wl-summary.el (wl-summary-decide-flag): Use
1159         wl-completing-read-multiple instead of completing-read-multiple.
1160
1161         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1162         New alias.
1163
1164         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1165         Use face-background-name instead of face-background.
1166
1167         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1168
1169         * wl-summary.el (wl-summary-save): Use it.
1170         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1171
1172         * wl-mime.el (wl-mime-save-content): Fix last change.
1173
1174 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1175
1176         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1177         New function.
1178         (wl-summary-sort-specs): Added sort.
1179         * wl-mime.el (wl-mime-save-content): Expand file name.
1180
1181 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1182
1183         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1184
1185         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1186
1187 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1188
1189         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1190         for flag if it is not defined.
1191
1192 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1193
1194         * wl-e21.el (wl-highlight-folder-current-line): Use
1195         elmo-folder-type-internal when elmo-folder-type returns nil.
1196
1197         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1198
1199         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1200
1201         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1202
1203         * wl-e21.el (wl-summary-toolbar): Ditto.
1204
1205         * wl-vars.el (wl-demo-background-color): Abolished.
1206         (wl-summary-persistent-mark-priority-list): Renamed from
1207         wl-summary-flag-priority-list.
1208         (wl-summary-flag-alist): New user option.
1209         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1210         (wl-message-mode-line-format-spec-alist): Added 'F'.
1211         (wl-message-mode-line-format): Likewise.
1212         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1213         instead of wl-summary-important-mark.
1214         (wl-file-folder-icon): New variable.
1215
1216         * wl-thread.el (wl-thread-set-flags): Renamed from
1217         wl-thread-mark-as-important.
1218
1219         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1220         warning.
1221         (wl-summary-mode-menu-spec): Follow the change of 
1222         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1223         (wl-summary-mode-map): Follow the change of
1224         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1225         (wl-summary-detect-mark-position): Follow the variable name change.
1226         (wl-summary-set-flags-region): New function for the replacement of
1227         wl-summary-mark-as-important-region.
1228         (wl-summary-sync-marks): Sync all global-flags.
1229         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1230         instead of elmo-message-flagged-p.
1231         (wl-summary-persistent-mark-string): Follow the variable name change;
1232         Put wl-summary-flag-mark if the message has global-flag.
1233         (wl-summary-target-mark-set-flags): Renamed from 
1234         wl-summary-target-mark-mark-as-important.
1235         (wl-summary-decide-flag): New function.
1236         (wl-summary-set-flags-internal): Renamed from
1237         wl-summary-mark-as-important-internal.
1238         (wl-summary-add-flags-internal): New function.
1239         (wl-summary-remove-flags-internal): Ditto.
1240         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1241         (wl-summary-mark-as-unimportant): Abolish.
1242         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1243         (wl-summary-next-message): List flagged messages in the msgdb.
1244
1245         * wl-score.el (wl-summary-score-update-all-lines): Use
1246         wl-summary-add-flags-internal instead of 
1247
1248         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1249
1250         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1251         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1252         (wl-message-buffer-require-all-header): Renamed from
1253         wl-message-buffer-all-header-flag (Ditto).
1254         (wl-message-buffer-flag-indicator): New variable.
1255         (wl-message-redisplay): Changed local varibale name from `flag' to
1256         `display-type'; Set up wl-message-buffer-flag-indicator.
1257         (wl-message-buffer-display): Changed varibale name from `flag' to
1258         `display-type'.
1259         (wl-message-display-internal): Likewise.
1260
1261         * wl-highlight.el (wl-highlight-demo-face): Define default background
1262         color.
1263         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1264
1265         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1266
1267         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1268         (wl-demo-setup-properties): Renamed from
1269         `wl-demo-set-background-color'.
1270         (wl-demo): Follow the change above.
1271         
1272         * Version number is increased to 2.11.24.
1273
1274 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1275
1276         * wl-summary.el (wl-summary-toggle-thread): Call
1277         `wl-summary-rescan' with disable-thread as non-nil.
1278         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1279
1280 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1281
1282         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1283         foreground property of the face.
1284         (wl-demo-insert-text): Don't set up face property here.
1285         (wl-demo): Call wl-demo-set-background-color, anyway.
1286
1287 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1288
1289         * wl-vars.el (wl-demo-background-color): The value can be nil.
1290
1291 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1292
1293         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1294         to wl-summary-wheel-dispatcher.
1295
1296         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1297         wl-message-wheel-dispatcher.
1298         (wl-message-wheel-dispatcher): New function.
1299         (wl-summary-wheel-dispatcher): Ditto.
1300
1301 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1302
1303         * wl-action.el (wl-summary-target-mark-all): List messages which are
1304         not in the killed-list.
1305
1306         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1307         only when the folder is 'flag/important.
1308
1309         * wl-address.el (wl-complete-field-body): Complete if the last
1310         character is a space.
1311
1312 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1313
1314         * wl-folder.el (wl-folder-clear-entity-info): Use
1315         elmo-clear-hash-val.
1316
1317         * wl-fldmgr.el (wl-fldmgr-rename): Set
1318         wl-folder-info-alist-modified as t.
1319
1320 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1321
1322         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1323
1324 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1325
1326         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1327         (wl-folder-buffer-last-visited-entity-id): New buffer local
1328         variable.
1329         (wl-folder-revisit-last-visited-folder): New function.
1330         (wl-folder-mode-map): Bind it to "C-i".
1331         (wl-folder-set-current-entity-id): Set last visited folder.
1332         * wl-summary.el (wl-summary-exit): Ditto.
1333
1334 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1335
1336         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1337         before calling `recenter' in order to cope with an XEmacs bug.
1338
1339 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1340
1341         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1342         to the default value.
1343
1344 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1345
1346         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1347         change.
1348         (wl-summary-sync-marks): Ditto.
1349         (wl-summary-mark-as-read-internal): Ditto.
1350         (wl-summary-mark-as-answered-internal): Ditto.
1351         (wl-summary-mark-as-important-internal): Ditto.
1352         (wl-summary-reply): Ditto.
1353
1354         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1355         instead of `elmo-folder-unflag-answered'.
1356
1357         * Version number is increased to 2.11.23.
1358
1359         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1360         the last change.
1361
1362 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1363
1364         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1365         Specify "spam" or "good".
1366
1367 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1368
1369         * wl-spam.el (wl-summary-exec-action-spam): Call
1370         wl-folder-confirm-existence for spam folder.
1371         (wl-spam-setup): Bind "mk".
1372
1373 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1374
1375         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1376
1377 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1378
1379         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1380         destination folder is empty.
1381
1382 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1383
1384         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1385         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1386
1387         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1388         (wl-summary-refile-prev-destination-region): New function.
1389         (wl-thread-refile-prev-destination): Ditto.
1390         (wl-summary-target-mark-refile-prev-destination): Ditto.
1391
1392 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1393
1394         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1395         (wl-demo-background-color): Changed default value.
1396
1397         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1398         color.
1399
1400         * wl-demo.el (wl-demo-set-background-color): New function.
1401         (wl-demo): Call it.
1402
1403 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1404
1405         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1406         * wl-address.el (wl-address-add-or-change): Don't add empty
1407         address.
1408
1409 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1410
1411         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1412
1413 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1414
1415         * wl-vars.el (wl-demo-image-filter-alist): New variable
1416         (wl-demo-background-color): Ditto.
1417
1418         * wl-demo.el (wl-demo-xpm-set-background): New function.
1419         (wl-demo-image-filter): Ditto.
1420         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1421
1422         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1423
1424         * wl-demo.el (wl-demo-icon-name): Define as function.
1425         (wl-demo-insert-image): Use it.
1426
1427 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1428
1429         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1430
1431 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1432
1433         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1434
1435 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1436
1437         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1438
1439 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1440
1441         * wl-thread.el (wl-thread-mark-as-answered): New function.
1442
1443         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1444         answered" entry.
1445         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1446         "r&" and wl-thread-mark-as-answered to "t&".
1447         (wl-summary-mark-as-important-region): Refine to toggle mark.
1448         (wl-summary-mark-as-answered-region): New function.
1449         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1450         and 3rd argument.
1451         (wl-summary-mark-as-important-internal): Likewise.
1452
1453 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1454
1455         * wl-template.el (wl-template-preview): New internal variable.
1456         (wl-template-preview-p): New function.
1457         (wl-template-show): Bind `wl-template-preview' as t.
1458
1459 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1460
1461         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1462         `elmo-message-entity-field' with 3rd argument which is non-nil.
1463
1464 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1465
1466         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1467         Removed duplicate local bind `folder'.
1468
1469 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1470
1471         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1472
1473 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1474
1475         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1476         duplicate definition.
1477
1478 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1479
1480         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1481         non-nil, use it; Don't fetch message if there's no message in the
1482         current cursor position.
1483
1484 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1485
1486         * wl-util.el (wl-region-exists-p): Use region-active-p.
1487         (wl-deactivate-region): New function.
1488         * wl-message.el (wl-message-redisplay): Deactivate region.
1489
1490         * wl-summary.el (wl-summary-reply): Call
1491         `wl-summary-set-message-buffer-or-redisplay' instead of
1492         `wl-summary-redisplay-internal', don't move point.
1493
1494 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1495
1496         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1497         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1498         by regexp.
1499
1500 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1501
1502         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1503         if no need.
1504
1505 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1506
1507         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1508         default value to nil.
1509         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1510         `wl-summary-prepare-hook'; Replace refile action to
1511         `wl-summary-exec-action-refile-with-register'.
1512
1513         * Version number is increased to 2.11.22.
1514
1515 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1516
1517         * wl-summary.el (wl-summary-detect-mark-position): Set
1518         `wl-summary-buffer-weekday-name-lang'.
1519
1520 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1521
1522         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1523         (wl-summary-mark-as-read-all): Ditto.
1524         (wl-summary-delete-messages-on-buffer): Ditto.
1525         (wl-summary-sync-update): Ditto.
1526         (wl-summary-mark-as-read-internal): Ditto.
1527         (wl-summary-mark-as-answered-internal): Ditto.
1528         (wl-summary-update-folder-info): Abolished.
1529
1530 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1531
1532         * wl-summary.el (wl-summary-mark-as-read-all): Use
1533         `wl-summary-update-folder-info' instead of
1534         `wl-folder-update-unread'.
1535
1536 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1537
1538         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1539         `wl-summary-folder-info-update'.
1540         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1541         instead of `wl-summary-folder-info-update'.
1542         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1543         `wl-folder-set-folder-updated'.
1544         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1545         instead of `wl-folder-update-unread'.
1546         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1547         the value of `wl-summary-buffer-unread-count' for the second parameter of
1548         `wl-folder-update-unread'.
1549
1550         * Version number is increased to 2.11.21.
1551
1552 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1553
1554         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1555         a local variable.
1556
1557 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1558
1559         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1560         interactively.
1561
1562         * wl-summary.el (wl-summary-mark-as-important-internal): New
1563         internal function.
1564         (wl-summary-mark-as-important): Use it.
1565         (wl-summary-mark-as-unimportant): New function.
1566         (wl-summary-sync-marks): Follow the API change.
1567
1568         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1569
1570         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1571
1572 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1573
1574         * wl-folder.el (wl-folder-update-unread): Re-indent.
1575         Narrow the scope of a local variable.
1576
1577 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1578
1579         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1580         (wl-addrmgr-merge-entries): Ditto.
1581         (wl-addrmgr): Added to address entry which exists in draft buffer
1582         if no entry is in original.
1583
1584 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1585
1586         * wl-batch.el: New file.
1587
1588 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1589
1590         * wl-vars.el (wl-use-semi): Remove unused variable.
1591
1592 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1593
1594         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1595         "?".
1596
1597 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1598
1599         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1600         wl-summary-new-mark.
1601         (wl-summary-new-cached-mark): New user option.
1602         (wl-summary-score-marks): Follow the change above.
1603         (wl-summary-auto-refile-skip-marks): Ditto.
1604         (wl-summary-incorporate-marks): Ditto.
1605         (wl-summary-expire-reserve-marks): Ditto.
1606
1607         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1608
1609         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1610         (wl-summary-persistent-mark-string): Distinguished between cached
1611         and uncached mark when the message is new.
1612
1613 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1614
1615         * wl-spam.el (wl-spam-domain): Renamed from
1616         `wl-spam-folder-guess-domain'.
1617         (wl-summary-exec-action-spam): Register as spam if domain of the
1618         source folder is good.
1619         (wl-summary-exec-action-refile-with-register): Register message if
1620         domain of the source folder is not undecided.
1621
1622 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1623
1624         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1625         detect thread loop.
1626
1627 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1628
1629         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1630         and wl-summary-skip-mark-list.
1631
1632 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1633
1634         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1635
1636         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1637
1638         * wl-spam.el (toplevel): Require wl-highlight.
1639         (wl-spam-auto-check-policy-alist): Abolish.
1640         (wl-spam-auto-check-folder-regexp-list): New user option.
1641         (wl-spam-auto-check-marks): Ditto.
1642         (wl-spam-mark-action-list): Ditto.
1643         (wl-highlight-summary-spam-face): New face.
1644         (wl-spam-auto-check-message-p): New function.
1645         (wl-spam-map-spam-messages): Fixed message.
1646         (wl-spam-register-spam-messages): Ditto.
1647         (wl-spam-register-good-messages): Ditto.
1648         (wl-summary-spam-map): Add and remove keybind.
1649         (wl-summary-target-mark-spam): Abolish.
1650         (wl-summary-refile-spam): Ditto.
1651         (wl-summary-test-spam): New function.
1652         (wl-summary-mark-spam): Ditto.
1653         (wl-summary-auto-check-spam): Follow the above change.
1654         (wl-summary-exec-action-spam): New function.
1655         (wl-summary-exec-action-refile-with-register): Fixed message.
1656         (wl-message-check-spam): New function.
1657         (wl-spam-setup): Ditto.
1658         (toplevel): Call it if this file is loaded interactivity.
1659
1660         * Version number is increased to 2.11.20.
1661
1662 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1663
1664         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1665         when new optional argument `force' is non nil or modified.
1666
1667 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1668
1669         * wl.el (toplevel): Require wl-spam when compile.
1670         (wl-save-status): Call wl-spam-save-status.
1671
1672         * wl-spam.el (wl-spam-register-spam-messages): New function.
1673         (wl-spam-register-good-messages): Ditto.
1674         (wl-spam-save-status): Ditto.
1675         (wl-summary-mode-map): Bind
1676         wl-summary-target-mark-register-as-spam to "ms" and
1677         wl-summary-target-mark-register-as-good to "mn".
1678         (wl-summary-register-as-spam): Abolish optional argument; Use
1679         wl-spam-register-spam-messages.
1680         (wl-summary-register-as-spam-all): Use
1681         wl-spam-register-spam-messages.
1682         (wl-summary-register-as-good): Abolish optional argument; Use
1683         wl-spam-register-good-messages.
1684         (wl-summary-register-as-good-all): Use
1685         wl-spam-register-good-messages.
1686         (wl-summary-target-mark-register-as-spam): New funtion.
1687         (wl-summary-target-mark-register-as-good): Ditto.
1688
1689 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1690
1691         * wl-spam.el: New file.
1692
1693 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1694
1695         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1696
1697         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1698         (wl-summary-auto-refile): Call wl-refile-guess with
1699         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1700
1701 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1702
1703         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1704         with disable-thread argument non-nil.
1705
1706 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1707
1708         * wl-summary.el (wl-summary-rescan): Added optional argument
1709         disable-thread.
1710         (wl-summary-sync): Call wl-summary-rescan with argument
1711         disable-thread.
1712         (wl-summary-input-range): Added new range `rescan-thread'.
1713
1714 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1715
1716         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1717
1718 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1719
1720         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1721         internal variable.
1722         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1723         wl-summary-search-parent-by-subject-regexp and
1724         wl-summary-divide-thread-when-subject-changed as nil.
1725         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1726         (wl-summary-insert-thread): Search parent entity from
1727         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1728         thread loop.
1729
1730 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1731
1732         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1733
1734         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1735
1736         * wl-util.el (wl-require-update-all-folder-p): New function.
1737         (wl-get-assoc-list-value): Added `function' to match directive.
1738         (wl-collect-draft): Rewrite.
1739
1740         * wl-summary.el (wl-summary-sync-update): Clear faces
1741         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1742         are non-nil.
1743         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1744         argument as function.
1745         (wl-summary-input-range): Ditto.
1746
1747         * wl-folder.el (wl-draft-get-folder): New function.
1748         (wl-folder-get-elmo-folder): Consider draft folder.
1749
1750         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1751         (wl-draft-buffer-message-number): New buffer local variable.
1752         (wl-draft-folder-internal): New internal variable.
1753         (wl-draft-delete): Rewrite.
1754         (wl-draft-save): Ditto.
1755         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1756         wl-folder-get-elmo-folder.
1757         (wl-draft-config-info-operation): Ditto.
1758         (wl-jump-to-draft-folder): Ditto.
1759         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1760         (wl-draft-reedit): Rewrite.
1761
1762         * Version number is increased to 2.11.19.
1763         
1764 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1765
1766         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1767         variable.
1768
1769 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1770
1771         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1772         Use ignore-errors instead of unwind-protect.
1773
1774 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1775
1776         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1777         for updating `wl-thread-entity-list'.
1778
1779 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1780
1781         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1782         parameter from calling `wl-thread-entity-get-older-brothers' and
1783         `wl-thread-entity-get-younger-brothers'.
1784         Replace nested `append' with a single one.
1785
1786 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1787
1788         * wl-summary.el (wl-summary-mode): Don't use the return value of
1789         `make-local-hook'.
1790
1791 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1792
1793         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1794         instead of `let*'.
1795         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1796         of local variables.
1797
1798 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1799
1800         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1801         Renamed from wl-summary-window-scroll-functions.
1802         (wl-summary-window-scroll-functions): Don't set to variable.
1803         (wl-summary-display-top): Use run-hooks.
1804         (wl-summary-display-bottom): Ditto.
1805         (wl-summary-toggle-disp-msg): Ditto.
1806         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1807         Use it instead of wl-summary-window-scroll-functions.
1808         (wl-summary-goto-folder-subr): Don't call
1809         wl-summary-window-scroll-functions, use
1810         wl-summary-buffer-window-scroll-functions instead.
1811
1812 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1813
1814         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1815         make-local-variable.
1816
1817 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1818
1819         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1820         set-buffer-modified-p.
1821         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1822         (wl-summary-display-bottom): Ditto.
1823         (wl-summary-toggle-disp-msg): Ditto.
1824
1825 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1826
1827         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1828
1829         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1830         (wl-summary-forward): Use elmo-message-entity-field instead of
1831         elmo-message-field.
1832
1833         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1834
1835 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1836
1837         * wl-summary.el (wl-summary-window-scroll-functions): No use
1838         `append'.
1839
1840 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1841
1842         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1843         function.
1844         (wl-summary-window-scroll-functions): Call it when both
1845         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1846         (wl-summary-temp-mark): Added optional argument number.
1847         (wl-summary-message-mark): Added optional argument flag.
1848         (wl-summary-persistent-mark): Added optional argument number and flag.
1849         (wl-summary-update-persistent-mark): Ditto.
1850         (wl-summary-update-status-marks): Set "r" for interactive spec.
1851
1852         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1853         argument number and flag.
1854
1855         * wl-action.el (wl-summary-registered-temp-mark): 
1856         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1857
1858 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1859
1860         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1861         internal variable (buffer local).
1862         (wl-summary-window-scroll-functions): New function.
1863         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1864         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1865         as nil.
1866         (wl-summary-update-status-marks): Added arguments beg, end and
1867         check.
1868         (wl-summary-update-mark-window): Use function.
1869         (wl-summary-sync-update): Follow the change above.
1870         (wl-summary-switch-to-clone-buffer): Copy
1871         wl-summary-buffer-unsync-mark-number-list.
1872         (wl-summary-goto-folder-subr): Set
1873         wl-summary-buffer-unsync-mark-number-list and
1874         use wl-summary-window-scroll-functions instead of
1875         wl-summary-lazy-highlight.
1876
1877         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1878
1879 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1880
1881         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1882
1883         * wl-summary.el (wl-summary-update-persistent-mark): Call
1884         wl-summary-set-message-modified.
1885
1886         * wl-summary.el (wl-summary-sync-update): Don't call
1887         wl-summary-update-status-marks.
1888
1889         * Version number is increased to 2.11.18.
1890
1891 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1892
1893         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1894         (wl-message-next-page): Ditto.
1895
1896 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1897
1898         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1899         local variable.  Change the order of a collected list into the
1900         same as the specified range.  Remove nil from a collected list.
1901
1902 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1903
1904         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1905         argument for elmo-folder-list-messages.
1906
1907 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1908
1909         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1910         change (wl-summary-count-unreads return a list instead of a cons
1911         cell).
1912
1913 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1914
1915         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1916         `wl-summary-folder-info-update'.
1917
1918 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1919
1920         * wl-summary.el (wl-summary-set-message-modified): No use
1921         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1922         (wl-summary-set-mark-modified): Abolish.
1923         (wl-summary-mark-modified-p): Ditto.
1924         (wl-summary-save-view): Follow the change above.
1925
1926         * wl-expire.el (wl-summary-expire): Likewise.
1927
1928 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1929
1930         * wl-summary.el (wl-summary-detect-mark-position): Use
1931         modb-entity-handler.
1932         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1933
1934         * Version number is increased to 2.11.17.
1935
1936 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1937
1938         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1939         entity field value.
1940         (wl-summary-prefetch-msg): Ditto.
1941         (wl-summary-print-message-with-ps-print): Ditto.
1942
1943 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1944
1945         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1946         for dummy entity.
1947         (wl-summary-insert-thread): Use elmo-message-entity-field.
1948         (wl-summary-update-thread): Use elmo-message-entity-field and
1949         elmo-message-entity-number.
1950         (wl-summary-line-number):  Use elmo-message-entity-number.
1951         (wl-summary-line-size): Use elmo-message-entity-field.
1952         (wl-summary-line-subject): Ditto.
1953         (wl-summary-line-from): Ditto.
1954         (wl-summary-line-attached): Ditto.
1955         (wl-summary-create-line): Ditto.
1956         (wl-summary-create-line): Use elmo-message-entity-number.
1957         (wl-summary-print-message-with-ps-print): Use
1958         elmo-message-entity-field.
1959
1960 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1961
1962         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1963         change in elmo-msgdb-make-message-entity.
1964         (wl-summary-buffer-set-folder): Don't call
1965         wl-summary-detect-mark-position here.
1966         (wl-summary-rescan): Call elmo-message-entity-number.
1967         (wl-summary-sync-update): Ditto.
1968         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1969
1970         * wl-score.el (wl-score-header-index): Redefine 2th element.
1971         (wl-score-overview-entity-get-extra): Abolish.
1972         (wl-score-ov-entity-get): Rewrite.
1973         (wl-score-string-index<, wl-score-string-func<): Abolish.
1974         (wl-score-string<): New function.
1975         (wl-score-string-sort): Use it.
1976
1977         * wl-refile.el (wl-refile-guess-by-history): Use
1978         elmo-message-entity-field.
1979         (wl-refile-guess-by-from): Ditto.
1980         (wl-refile-guess-by-msgid): Ditto.
1981
1982         * Version number is increased to 2.11.16.
1983
1984 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1985
1986         * wl-folder.el (wl-folder-confirm-existence): Don't call
1987         file-exists-p if msgdb-path is nil.
1988         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1989         `wl-read-folder-hist' to `wl-read-folder-history'.
1990
1991 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1992
1993         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1994         `y-or-n-p'.
1995
1996 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1997
1998         * wl-score.el (wl-score-headers): Don't use
1999         elmo-folder-do-each-message-entity.
2000
2001         * Version number is increased to 2.11.15.
2002
2003 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2004
2005         * wl-summary.el (wl-summary-delete-all-msgs): Use
2006         elmo-folder-move-messages instead of elmo-folder-delete-messages
2007         and elmo-folder-detach-messages.
2008         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2009
2010         * wl-expire.el (wl-expire-delete): Ditto.
2011         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2012
2013 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2014
2015         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2016         (wl-message-header-narrowing-fields): Ditto.
2017         (wl-message-header-narrowing-lines): Ditto.
2018         (wl-message-header-narrowing-string): Ditto.
2019
2020         * wl-summary.el (wl-summary-mode-map): Bind
2021         wl-summary-toggle-header-narrowing to "C-cC-f".
2022         (wl-summary-toggle-header-narrowing): New function.
2023
2024         * wl-message.el (wl-message-buffer-create): Call
2025         wl-message-header-narrowing-setup.
2026         (wl-message-redisplay): Call wl-message-header-narrowing.
2027         (wl-message-header-narrowing): New function.
2028         (wl-message-header-narrowing-map): New keymap.
2029         (wl-message-header-narrowing-widen-map): New keymap.
2030         (wl-message-header-narrowing-again-at-mouse): New function.
2031         (wl-message-header-narrowing-1): Ditto.
2032         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2033         (wl-message-header-narrowing-setup): Ditto.
2034         (wl-message-header-narrowing-toggle): Ditto.
2035         
2036         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2037
2038         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2039         'flag as all.
2040         (wl-use-flag-folder-help-echo): New user option.
2041
2042         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2043         wl-summary-highlight as nil.
2044         (wl-summary-set-mark-modified): Follow the API change.
2045         (wl-summary-mark-modified-p): Ditto.
2046         (wl-summary-mark-as-read-all): Ditto.
2047         (wl-summary-sync-marks): Don't call
2048         elmo-folder-list-messages-with-global-mark.
2049         (wl-summary-mark-as-read-internal): Follow the API change.
2050         (wl-summary-mark-as-answered-internal): Ditto.
2051         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2052         Follow the API change.
2053         (wl-summary-create-line): Call with number argument.
2054         (wl-summary-reply): Follow the API change.
2055
2056         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2057         function.
2058         (wl-highlight-summary-line-string): Call it when
2059         wl-use-flag-folder-help-echo is non-nil.
2060         (wl-highlight-summary-current-line): Ditto.
2061         (elmo-flag-folder-referrer): Added autoload setting.
2062
2063         * wl-draft.el (wl-draft-kill): Follow the API change.
2064
2065         * Version number is increased to 2.11.14.
2066         
2067 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2068
2069         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2070
2071 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2072
2073         * Version number is increased to 2.11.13.
2074
2075 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2076
2077         * wl-draft.el (wl-draft-previous-history-element): Fixed
2078         unbalanced parenthesis and bind unbound local variables.
2079
2080 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2081
2082         * wl-draft.el (wl-draft-previous-history-element): New function.
2083         (wl-draft-next-history-element): Ditto.
2084         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2085         them to M-p and M-n.
2086
2087 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2088
2089         * Version number is increased to 2.11.12.
2090
2091 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2092
2093         * wl-draft.el (wl-draft-hide): Select buffer-window.
2094
2095 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2096
2097         * wl-summary.el (wl-summary-narrow-to-region): New function.
2098         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2099         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2100         (wl-summary-save-region): Use it.
2101         * wl-action.el (wl-summary-collect-numbers-region)
2102         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2103
2104 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2105
2106         * wl-folder.el (wl-folder-count-incorporates): Don't use
2107         `elmo-msgdb-mark-load'
2108
2109         * Version number is increased to 2.11.11.
2110
2111 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2112
2113         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2114         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2115
2116 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2117
2118         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2119
2120 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2121
2122         * Version number is increased to 2.11.10.
2123
2124 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2125
2126         * wl-mime.el (wl-draft-attribute-value): Fixed.
2127
2128 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2129
2130         * wl-util.el (wl-copy-local-variables): New function.
2131
2132         * wl-mime.el (wl-draft-attribute-recipients): New function.
2133         (wl-draft-attribute-envelope-from): Ditto.
2134         (wl-draft-attribute-smtp-posting-server): Ditto.
2135         (wl-draft-attribute-smtp-posting-port): Ditto.
2136         (wl-draft-attribute-value): Ditto.
2137         (wl-draft-preview-message): Use it to get value for
2138         attributes. Reflect result of `wl-draft-config'.
2139
2140         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2141         and call `wl-summary-mark-as-read' before to call
2142         `wl-summary-unset-mark'.
2143         (wl-summary-target-mark-mark-as-unread): Likewise.
2144         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2145
2146 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2147
2148         * wl-mime.el (wl-draft-preview-message): Use actual value for
2149         attributes; Fix for small window.
2150
2151 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2152
2153         * wl-refile.el (wl-refile-get-field-value): Call
2154         `elmo-message-entity-field' with 3rd argument is non-nil.
2155
2156 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2157
2158         * wl-vars.el (wl-draft-preview-attributes): New user option.
2159         (wl-draft-preview-attributes-list): Ditto.
2160         (wl-draft-preview-attributes-buffer-lines): Ditto.
2161         (wl-draft-preview-attributes-buffer-name): Ditto.
2162
2163         * wl-mime.el (wl-draft-preview-message): Display attributes.
2164
2165 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2166
2167         * wl-summary.el (wl-summary-detect-mark-position): Bind
2168         wl-summary-flag-priority-list to '(new).
2169
2170 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2171
2172         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2173         funtion.
2174         (wl-highlight-summary-line-string): Use it.
2175         (wl-highlight-summary-current-line): Ditto.
2176
2177 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2178
2179         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2180         line even when the mark string is not changed.
2181
2182         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2183         argument change in the wl-summary-create-line.
2184         (wl-thread-insert-entity-sub): Ditto.
2185
2186         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2187         argument change in the wl-summary-create-line.
2188         (wl-summary-insert-sequential): Ditto.
2189         (wl-summary-update-thread): Ditto.
2190         (wl-summary-persistent-mark-string): New inline function.
2191         (wl-summary-message-mark): Use it.
2192         (wl-summary-create-line): Abolish argument wl-persistent-mark
2193         and added wl-flags, wl-cached.
2194
2195         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2196         mark to flags.
2197         (wl-highlight-summary-current-line): Decide the face not by the 
2198         persistent mark but flags.
2199
2200 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2201
2202         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2203         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2204         wl-summary-read-uncached-mark): Revive.
2205         (wl-summary-answered-cached-mark,
2206         wl-summary-answered-uncached-mark): New user option.
2207         (wl-summary-score-marks): Follow the change above.
2208         (wl-summary-auto-refile-skip-marks): Ditto.
2209         (wl-summary-incorporate-marks): Ditto.
2210         (wl-summary-expire-reserve-marks): Ditto.
2211         (wl-summary-flag-priority-list): New user option.
2212
2213         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2214         changes.
2215         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2216         of elmo-message-mark.
2217         (wl-summary-mark-as-read-internal): Ditto.
2218         (wl-summary-mark-as-answered): Ditto.
2219         (wl-summary-mark-as-important): Ditto.
2220         (wl-summary-redisplay-internal): Ditto.
2221         (wl-summary-redisplay-no-mime-internal): Ditto.
2222         (wl-summary-message-mark): New function.
2223         (wl-summary-insert-sequential): Use wl-summary-message-mark
2224         instead of elmo-message-mark.
2225         (wl-summary-update-thread): Ditto.
2226         (wl-summary-persistent-mark): Ditto.
2227         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2228         instead of elmo-message-mark.
2229
2230         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2231         wl-summary-message-mark instead of elmo-message-mark.
2232         (wl-thread-insert-entity-sub): Ditto.
2233         (wl-thread-get-children-msgs-uncached): Ditto.
2234
2235         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2236         variable name changes.
2237         (wl-highlight-summary-current-line): Ditto.
2238
2239         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2240         wl-summary-message-mark instead of elmo-message-mark.
2241
2242         * wl-expire.el (wl-expire-message-p): Ditto.
2243
2244         * wl-score.el (wl-score-headers): Ditto.
2245
2246         * Version number is increased to 2.11.9.
2247
2248         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2249         (wl-summary-sync-update): Follow the change above.
2250         (wl-summary-switch-to-clone-buffer): Ditto.
2251         (wl-summary-open-folder): Ditto.
2252
2253 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2254
2255         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2256         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2257
2258         * Version number is increased to 2.11.8.
2259
2260         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2261
2262         * wl-expire.el (wl-expire-refile): Follow the API change on
2263         `elmo-folder-move-messages'.
2264         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2265
2266         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2267         (wl-summary-exec-action-refile): Ditto.
2268         (wl-summary-exec-action-copy): Ditto.
2269         (wl-summary-no-auto-refile-message-p): No use
2270         `wl-summary-buffer-msgdb'.
2271         (wl-summary-auto-refile): Ditto.
2272
2273 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2274
2275         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2276
2277 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2278
2279         * wl-summary.el (wl-summary-sync): Treat no-sync.
2280
2281         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2282         (wl-default-sync-range): Ditto.
2283
2284 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2285
2286         * wl-refile.el (wl-refile-subject-learn): Call
2287         `elmo-message-entity-field' with 3rd argument is non-nil.
2288         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2289         instead of `elmo-msgdb-overview-entity-get-subject'.
2290
2291 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2292
2293         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2294         scan-type is rescan.
2295         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2296         new optional argument force is non-nil.
2297         (wl-summary-save-view-cache): Call it with force argument non-nil.
2298
2299         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2300
2301 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2302
2303         * wl-action.el (wl-summary-print-argument): Fixed last change.
2304
2305 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2306
2307         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2308         simplified.
2309         (wl-summary-target-mark-mark-as-unread): Likewise.
2310         (wl-summary-target-mark-mark-as-important): Likewise.
2311
2312 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2313
2314         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2315         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2316         (wl-summary-mark-as-important-region): Change accordingly.
2317         (wl-summary-target-mark-mark-as-important): Ditto.
2318
2319 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2320
2321         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2322
2323         * wl-action.el (wl-summary-print-argument): Print argument to
2324         right side of window if `wl-summary-print-argument-within-window'
2325         is non-nil.
2326
2327 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2328
2329         * wl-action.el (wl-summary-set-mark): Use
2330         `wl-summary-message-visible-p' to check visibility of the message
2331         and jump to message only when the message line is visible and have
2332         different number; Call wl-summary-unset-mark with number argument.
2333         (wl-summary-unset-mark): 
2334         Use `wl-summary-message-visible-p'
2335         to check visibility of the message and jump to message only when
2336         the message line is visible and have different number;
2337
2338 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2339
2340         * Version number is increased to 2.11.7.
2341
2342         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2343         and wl-folder-summary-line-format.
2344
2345         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2346         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2347         (wl-summary-set-score-mark): Use it.
2348         (wl-summary-target-mark-mark-as-read): Ditto.
2349         (wl-summary-target-mark-mark-as-unread): Ditto.
2350         (wl-summary-target-mark-mark-as-important): Ditto.
2351         (wl-summary-target-mark-msgs): Simplified.
2352         (wl-summary-detect-mark-position): Fixed problem when
2353         summary-line-format no contain persisten/temp mark spec.
2354         (wl-summary-temp-mark): Ditto.
2355         (wl-summary-persistent-mark): Ditto.
2356         (wl-summary-update-persistent-mark): Ditto.
2357
2358         * wl-action.el (wl-summary-set-mark): Ditto.
2359         (wl-summary-unset-mark): Ditto.
2360         All other related portions are changed.
2361
2362 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2363
2364         * Version number is increased to 2.11.6.
2365
2366 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2367
2368         * wl-util.el (wl-current-message-buffer): Define as function;
2369         Don't use the value of wl-messge-buffer.
2370
2371         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2372         persistent mark.
2373
2374         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2375         no current message, cause an error.
2376
2377 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2378
2379         * wl-summary.el (wl-summary-set-message-modified): Use
2380         elmo-folder-set-message-modified instead of
2381         elmo-folder-set-message-modified-internal.
2382
2383 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2384
2385         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2386         interactively.
2387         (wl-summary-sync): nokill->entirely.
2388         (wl-summary-sync-marks): Fixed message.
2389         (wl-summary-input-range): Added mark, nokill->entirely.
2390
2391         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2392         messages as read.
2393
2394 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2395
2396         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2397         update-noscore.
2398         (wl-summary-sync): Follow the change above.
2399
2400 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2401
2402         * wl-action.el (wl-summary-target-mark-all): Use
2403         elmo-folder-list-messages.
2404
2405 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2406
2407         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2408         (wl-summary-rescan): Set wl-summary-scored as nil.
2409         (wl-summary-sync-force-update): Follow the change above.
2410         (wl-summary-sync): Ditto.
2411         (wl-summary-sync-update): Added argument disable-killed.
2412         (wl-summary-insert-headers): Set visible-only argument for
2413         elmo-folder-list-messages.
2414         (wl-summary-input-range): Added update-nokill, update-noscore,
2415         all-nokill, all-noscore and mark.
2416
2417         * Version number is increased to 2.11.5.
2418
2419         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2420
2421 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2422
2423         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2424         (wl-summary-prefetch-region-no-mark): Change accordingly.
2425         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2426
2427 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2428
2429         * wl-address.el (wl-complete-field-to): Abolished.
2430         (wl-complete-address): Completion function for completing-read.
2431         * wl-action.el (wl-summary-get-resend-address): Use it.
2432
2433         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2434         wl-summary-update-mark and abolish unused argument.
2435         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2436         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2437         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2438         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2439         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2440         * wl-draft.el (wl-draft-kill): Ditto.
2441
2442         * wl-summary.el: Remove unused binding of case-fold-search.
2443         (wl-summary-replace-status-marks): Abolished.
2444
2445 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2446
2447         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2448         is specified or folder length is zero.
2449
2450 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2451
2452         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2453         (wl-folder-archive-current-entity): Ditto.
2454
2455 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2456
2457         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2458         retrieving message mark.
2459         (wl-summary-redisplay-internal): Ditto.
2460
2461         * wl-message.el (wl-message-buffer-display): Ignore errors while
2462         retrieving message-id field.
2463
2464         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2465         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2466         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2467         order of the arguments for `wl-expire-message-p'.
2468         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2469
2470         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2471         Check return value of wl-summary-reply.
2472         (wl-summary-reply): Recover window configuration when an error occured.
2473
2474 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2475
2476         * wl-summary.el (wl-summary-resend-message): Abolished, the
2477         feature is inherited by wl-summary-resend (put resend mark).
2478
2479 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2480
2481         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2482         wl-message-buffer to nil when the message is hide.
2483
2484 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2485
2486         * .cvsignore: New file.
2487
2488 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2489
2490         * wl-action.el (wl-summary-action-docstring): Add more info.
2491         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2492         duplicate definition.
2493         (wl-summary-define-mark-action): Functions wl-summary-*-region
2494         keep current position.
2495         (wl-summary-unregister-target-mark): Store result to the variable.
2496
2497 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2498
2499         * Version number is increased to 2.11.4.
2500
2501 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2502
2503         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2504         wl-summary-delete-all-temp-marks.
2505         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2506
2507         * wl-action.el (wl-summary-set-mark): Changed terminology
2508         refile-destination -> action-argument.
2509         (wl-summary-unset-mark): Ditto.
2510         (wl-summary-remove-argument): Ditto.
2511         (wl-summary-print-argument): Ditto.
2512
2513         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2514         (wl-thread-remove-argument-region): Ditto.
2515         (wl-thread-print-argument-region): Ditto.
2516         (wl-thread-close): Ditto.
2517         (wl-thread-open): Ditto.
2518
2519         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2520         (wl-highlight-refile-destination-face is abolished)
2521         (wl-highlight-action-argument-string): Ditto.
2522         (wl-highlight-summary-current-line): Highlight action argument.
2523
2524         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2525         color for light backgrounds.
2526         (wl-highlight-summary-answered-face): Ditto.
2527
2528 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2529
2530         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2531
2532         * wl-score.el (wl-summary-score-update-all-lines): Use
2533         wl-summary-set-mark.
2534         (wl-summary-score-update-all-lines): Kill expunged messages.
2535
2536         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2537
2538 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2539
2540         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2541         directly.
2542         (wl-score-overview-entity-get-lines): Ditto.
2543         (wl-score-overview-entity-get-xref): Ditto.
2544         (wl-score-get-latest-msgs): Ditto.
2545         (wl-summary-rescore): Ditto.
2546
2547         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2548         to "&".
2549         (wl-summary-mark-as-answered-internal): New inline function.
2550         (wl-summary-mark-as-answered): New function.
2551         (wl-summary-mark-as-unanswered): Ditto.
2552         (wl-summary-sync-marks): Modified for answered-mark synching.
2553
2554 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2555
2556         * wl-action.el (wl-summary-set-mark): Fixed last change.
2557
2558 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2559
2560         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2561         behavior of wl-summary-unread-message-hook
2562         (Pointed out by akira yamada <akira@arika.org>).
2563
2564 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2565
2566         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2567         wl-summary-delete.
2568         * wl-xmas.el (wl-summary-toolbar): Ditto.
2569
2570         * wl-action.el (wl-summary-set-mark): Don't override current
2571         temp-mark.
2572
2573         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2574
2575 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2576
2577         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2578         (wl-refile-msgid-learn): Ditto.
2579         (wl-refile-get-field-value): Ditto.
2580
2581         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2582
2583         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2584         (wl-expire-delete-reserved-messages): Renamed from
2585         wl-expire-reserve-marked-msgs-from-list.
2586         (wl-expire-delete): Removed argument `msgdb'.
2587         (wl-expire-refile): Ditto.
2588         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2589         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2590         mark-alist as argument.
2591         (wl-expire-archive-number1): Removed argument `msgdb'.
2592         (wl-expire-archive-number2): Ditto.
2593         (wl-expire-archive-date): Ditto.
2594         (wl-expire-localdir-date): Ditto.
2595         (wl-expire-hide): Ditto.
2596         (wl-archive-number1): Ditto.
2597         (wl-archive-number2): Ditto.
2598         (wl-archive-date): Ditto.
2599         (wl-archive-folder): Ditto.
2600         All other related portions are changed.
2601
2602 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2603
2604         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2605         mean move up and down. (suggested by Takashi Kawachi)
2606
2607 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2608
2609         * wl-acap.el (toplevel): Don't require un-define.
2610
2611 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2612
2613         * wl-thread.el (wl-thread-delete-message): Always update
2614         wl-summary-buffer-number-list.
2615
2616         * wl-action.el (wl-summary-print-destination): 
2617         Do nothing when folder is nil.
2618
2619 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2620
2621         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2622         persistent mark when prefetch is succeeded.
2623
2624 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2625
2626         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2627         instead of elmo-msgdb-delete-msgs.
2628         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2629         (wl-expire-hide): Ditto.
2630
2631         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2632
2633         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2634         elmo-msgdb interface.
2635         (wl-thread-get-exist-children): Likewise.
2636         (wl-thread-insert-message): Likewise.
2637         (wl-thread-msg-mark-as-important): Likewise.
2638         (wl-thread-insert-entity-sub): Likewise.
2639         (wl-thread-get-children-msgs-uncached): Likewise.
2640
2641         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2642         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2643         (wl-summary-sync-update): Likewise.
2644         (wl-summary-auto-select-msg-p): Likewise.
2645         (wl-summary-update-thread): Likewise.
2646         (wl-summary-mark-as-important): Likewise.
2647         (wl-summary-jump-to-msg-internal): Likewise.
2648         (wl-summary-redisplay-internal): Likewise.
2649         (wl-summary-print-message-with-ps-print): Likewise.
2650         (wl-summary-folder-info-update): Likewise.
2651
2652         * wl-folder.el (wl-folder-check-one-entity):
2653         elmo-folder-count-flags instead of wl-summary-count-unread.
2654
2655         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2656
2657         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2658
2659         * wl-summary.el (wl-summary-set-message-modified): 
2660         Call wl-summary-set-mark-modified.
2661         (wl-summary-delete-messages-on-buffer): Call
2662         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2663         (wl-summary-sync-update): Call elmo-folder-length instead of
2664         elmo-folder-messages.
2665         (wl-summary-insert-headers): Don't call
2666         elmo-folder-list-message-entities.
2667
2668 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2669
2670         * wl-action.el (wl-summary-define-mark-action): Call
2671         `wl-summary-set-mark' with argument `data'.
2672         (wl-summary-auto-refile): Fixed order of arguments when call
2673         `wl-summary-refile'.
2674
2675 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2676
2677         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2678
2679         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2680
2681         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2682         (Renamed from wl-highlight-summary-deleted-face).
2683         (wl-highlight-summary-resend-face): New face.
2684
2685         (wl-highlight-summary-deleted-face): Renamed from
2686         wl-highlight-summary-erased-face.
2687
2688         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2689
2690         * wl-action.el (wl-summary-get-resend-address): New function.
2691         (wl-summary-exec-action-resend): Ditto.
2692         (wl-summary-exec-action-resend-subr): Ditto.
2693
2694         * w-thread.el (wl-thread-copy): Removed definition.
2695         (wl-thread-refile): Ditto.
2696         (wl-thread-delete): Ditto.
2697         (wl-thread-target-mark): Ditto.
2698
2699         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2700         (wl-summary-target-mark-set-action): Fixed.
2701         (wl-summary-define-mark-action): Fixed quotation.
2702         (wl-summary-move-mark-list-messages): Display message.
2703         (wl-summary-define-mark-action): Define thread functions.
2704         (wl-summary-exec-action-refile): Changed message.
2705         (wl-summary-exec): Ditto.
2706
2707 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2708         
2709         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2710         '%%'.
2711
2712 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2713
2714         * wl.el (toplevel): Require wl-action.
2715         (wl-init): Call wl-summary-define-mark-action.
2716
2717         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2718
2719         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2720         wl-summary-delete and wl-summary-erase.
2721         (wl-summary-mode-map): Ditto.
2722
2723         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2724         wl-delete-folder-alist.
2725
2726         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2727         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2728         (toplevel): Moved mark & action related functions to the wl-action.el.
2729
2730         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2731         in wl-summary-mark-action-list.
2732         (wl-highlight-summary-current-line): Ditto.
2733
2734         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2735         empty lines.
2736
2737         * wl-action.el: New file. 
2738
2739 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2740
2741         * wl-summary.el (wl-summary-target-mark-replace): New function.
2742         (wl-summary-target-mark-prefetch): Use it.
2743         (wl-summary-target-mark-delete): Ditto.
2744         (toplevel): Rearranged definition order.
2745         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2746         (wl-summary-target-mark-erase): Rewrite.
2747         (wl-summary-erase-region): New function.
2748         (wl-summary-exec-action-erase): Changed message.
2749         (wl-summary-move-mark-list-messages): New function.
2750         (wl-summary-exec-action-delete): Use it.
2751         (wl-summary-exec-action-erase): Ditto.
2752
2753         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2754         (wl-summary-skip-mark-list): Added "d".
2755
2756         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2757         while searching.
2758
2759         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2760         and define using defcustom;
2761         Define 4th element as a face.
2762         
2763         * wl-summary.el (wl-summary-incorporate): Use 
2764         `wl-summary-prefetch-region-no-mark' instead of
2765         `wl-summary-prefetch-region'.
2766         (wl-summary-prefetch-region-no-mark): Revival of old
2767         `wl-summary-prefetch-region'.
2768         (wl-summary-mark-action-list): Moved to wl-vars.el
2769
2770         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2771         face according to the `wl-summary-mark-action-list'.
2772         (wl-highlight-summary-current-line): Ditto;
2773         Removed destination highlighting.
2774
2775         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2776         (wl-highlight-summary-line-string): Highlight for "i" mark.
2777         (wl-highlight-summary-current-line): Ditto.
2778
2779         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2780         no destination.
2781
2782         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2783         exists, just go ahead.
2784         (wl-summary-prefetch-region): Rewrite.
2785         (wl-summary-prefetch): Ditto.
2786         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2787         (wl-summary-exec-action-prefetch): New function.
2788         (wl-summary-target-mark-prefetch): Rewrite.
2789
2790 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2791
2792         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2793         (wl-highlight-summary-line-string): Added "d" and "D".
2794         (wl-highlight-summary-current-line): Ditto.
2795
2796         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2797         in wl-summary.el.
2798         (wl-thread-insert-entity-sub): Ditto.
2799         (wl-thread-remove-destination-region): Ditto.
2800         (wl-thread-print-destination-region): Ditto.
2801
2802         * wl-summary.el (wl-summary-buffer-refile-list,
2803         wl-summary-buffer-delete-list,
2804         wl-summary-buffer-copy-list): Abolish.
2805         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2806         All other related portions are changed.
2807         (wl-summary-mark-action-list): New variable.
2808         (wl-summary-set-mark): New function.
2809         (wl-summary-register-target-mark): Ditto.
2810         (wl-summary-unregister-target-mark): Ditto.
2811         (wl-summary-have-target-mark-p): Ditto.
2812         (wl-summary-register-temp-mark): Ditto.
2813         (wl-summary-unregister-temp-mark): Ditto.
2814         (wl-summary-registered-temp-mark): Ditto.
2815         (wl-summary-collect-temp-mark): Ditto.
2816         (wl-summary-unset-mark): Ditto.
2817         (wl-summary-set-target-mark): Ditto.
2818         (wl-summary-unset-target-mark): Ditto.
2819         (wl-summary-set-action-generic): Ditto.
2820         (wl-summary-unset-action-generic): Ditto.
2821         (wl-summary-exec-action-delete): Ditto.
2822         (wl-summary-exec-action-erase): Ditto.
2823         (wl-summary-set-action-refile): Ditto.
2824         (wl-summary-set-action-refile-subr): Ditto.
2825         (wl-summary-unset-action-refile): Ditto.
2826         (wl-summary-make-destination-numbers-list): Ditto.
2827         (wl-summary-exec-action-refile): Ditto.
2828         (wl-summary-set-action-copy): Ditto.
2829         (wl-summary-unset-action-copy): Ditto.
2830         (wl-summary-exec-action-copy): Ditto.
2831         (wl-summary-collect-numbers-region): Ditto.
2832         (wl-summary-delete): Rewrite.
2833         (wl-summary-erase): Ditto.
2834         (wl-summary-remove-destination): Ditto.
2835         (wl-summary-exec): Ditto.
2836         (wl-summary-exec-region): Ditto.
2837         (wl-summary-target-mark-erase): Ditto.
2838         (wl-summary-refile): Ditto.
2839         (wl-summary-copy): Ditto.
2840         (wl-summary-unmark): Ditto.
2841         (wl-summary-delete-all-mark): Ditto.
2842         (wl-summary-mark-line): Don't highlight.
2843         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2844         (wl-summary-target-mark-refile-subr): Rewrite.
2845
2846         (wl-summary-copy-prev-destination): Abolish.
2847
2848 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2849
2850         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2851         default values along the value of wl-on-mule.
2852         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2853         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2854         It is not used anywhere.
2855
2856 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2857
2858         * wl-summary.el (wl-summary-print-destination): Keep position.
2859         (wl-summary-cursor-move-surface): Keep horizontal position.
2860
2861 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2862
2863         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2864         write sendlog.
2865
2866 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2867
2868         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2869         `wl-summary-highlight'.
2870
2871 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2872
2873         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2874         trivial condition for temp-mark.
2875
2876 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2877
2878         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2879         when it hits killed buffer.
2880
2881 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2882
2883         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2884         * wl-news.el.in: `message' and `error' take format string.
2885
2886 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2887
2888         * wl-folder (wl-folder-insert-entity): Display a message,
2889         `...done', when the work finish.
2890         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2891
2892 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2893
2894         * wl-message.el (wl-message-redisplay): Remove unused local
2895         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2896
2897 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2898
2899         * wl-summary.el (wl-summary-replace-status-marks): Disable
2900         interactive use.
2901         (wl-summary-reedit): Check message existence at first.
2902         (wl-summary-mark-line): Fix doc, return value is indefinite.
2903
2904         * wl-highlight.el (wl-highlight-message): Arranged.
2905
2906         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2907         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2908         check temp-mark by wl-summary-temp-mark always.
2909         (wl-highlight-summary): Change accordingly.
2910         * wl-summary.el (wl-summary-mark-as-read-all)
2911         (wl-summary-delete-cache, wl-summary-set-score-mark)
2912         (wl-summary-mark-as-unread, wl-summary-unmark)
2913         (wl-summary-mark-line, wl-summary-mark-as-read)
2914         (wl-summary-mark-as-important): Ditto.
2915
2916         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2917         end of the window if possible.
2918         * wl-summary.el (wl-summary-sync-update): Support lazy
2919         highlighting.
2920         (wl-summary-toggle-disp-msg): Ditto.
2921
2922 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2923
2924         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2925
2926 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2927
2928         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2929         change.
2930
2931 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2932
2933         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2934         API.
2935         (wl-summary-sync-update): Ditto.
2936
2937         * wl-score.el (wl-score-get-score-alist): Changed argument.
2938         (wl-summary-rescore-msgs): Likewise.
2939         (wl-summary-score-headers): Likewise.
2940         (wl-score-headers): Likewise;
2941         Use elmo-folder-do-each-message-entity, etc.
2942         (wl-summary-score-effect): Follow the changes above.
2943         (wl-summary-rescore): Ditto.
2944         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2945         (wl-score-get-overview): Abolish.
2946
2947         * wl-summary.el (wl-summary-default-from): Follow the API change in
2948         elmo-msgdb.
2949         (wl-summary-count-unread): Ditto.
2950         (wl-summary-detect-mark-position): Ditto.
2951         (wl-summary-overview-entity-compare-by-date): Ditto.
2952         (wl-summary-overview-entity-compare-by-number): Ditto.
2953         (wl-summary-overview-entity-compare-by-from): Ditto.
2954         (wl-summary-overview-entity-compare-by-subject): Ditto.
2955         (wl-summary-get-list-info): Ditto.
2956         (wl-summary-rescan): Ditto.
2957         (wl-summary-jump-to-msg-by-message-id): Ditto.
2958         (wl-summary-sync-update): Ditto; Removed comment.
2959         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2960         (wl-summary-insert-message): Use wl-summary-insert
2961         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2962         (wl-summary-insert-headers): Changed argument overview to folder.
2963         (wl-summary-search-by-subject): Likewise.
2964         (wl-summary-insert-thread): Renamed from 
2965         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2966
2967         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2968         too.
2969
2970         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2971         wl-string-member.
2972
2973 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2974
2975         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2976         elmo-folder-append-buffer.
2977         (wl-draft-queue-append): Likewise.
2978
2979         * wl-mime.el (wl-message-delete-current-part): Ditto.
2980         (wl-summary-burst-subr): Ditto.
2981
2982         * wl-news.el.in (wl-news-send-news): Ditto.
2983
2984 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2985
2986         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2987         function.
2988         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2989         (wl-summary-update-mark): Enclose with save-excursion.
2990         (wl-summary-mark-as-read-internal): Fixed last change.
2991         (wl-summary-mark-as-important): Use 3rd argument of
2992         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2993         Don't use elmo-msgdb-set-mark.
2994         (wl-summary-redisplay-internal): If msgdb flag is already read,
2995         just update the mark on buffer.
2996
2997 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2998
2999         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3000         cut visible folder when elmo-folder-delete returns non-nil value.
3001
3002 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3003
3004         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3005         by Kenichi OKADA <okada@opaopa.org>).
3006
3007 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3008
3009         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3010
3011 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3012
3013         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3014         Fixed the last change, search group entity by its real name.
3015         (Thanks to: KOBAYASHI Shinji)
3016
3017 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3018
3019         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3020         (wl-fldmgr-access-display-all): Don't refer visible name.
3021         * wl-expire.el (wl-folder-archive-current-entity)
3022         (wl-folder-expire-current-entity): Ditto.
3023         * wl-folder.el (wl-folder-jump-to-current-entity)
3024         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3025         (wl-folder-open-folder-sub,wl-folder-open-all)
3026         (wl-folder-write-current-folder): Ditto.
3027         (wl-folder-insert-entity): Don't use petname for normal group.
3028         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3029         is the real name.
3030         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3031         Abolished.
3032
3033 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3034
3035         * wl-draft.el (wl-draft-create-buffer): Add
3036         `wl-summary-reply-with-citation'
3037
3038 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3039
3040         * wl-draft.el (wl-draft-reply): Fixed.
3041
3042 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3043
3044         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3045         when `wl-draft-send-confirm-with-preview' is non-nil.
3046         You can scroll up/down by j/k.
3047         (wl-draft-send-confirm-with-preview): New variable (default=t).
3048
3049 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3050
3051         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3052         (wl-fldmgr-save-folders): Fix comment.
3053
3054 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3055
3056         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3057         along the last change in `wl-folder-buffer-group-p'.
3058
3059 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3060
3061         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3062         folder.
3063
3064         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3065         the default value.
3066
3067         * wl-mime.el (wl-summary-burst): Update summary only when target
3068         folder equals current folder.
3069
3070 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3071
3072         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3073
3074 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3075
3076         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3077         value.
3078
3079 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3080
3081         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3082         `map-extents' instead of `extent-at' repeatedly.
3083         (wl-highlight-folder-current-line): Ditto.
3084
3085         * wl-highlight.el: Remove useless dummy functions.
3086
3087 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3088
3089         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3090         (wl-folder-put-folder-property): New function to put text property.
3091         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3092         (wl-folder-insert-entity, wl-folder-update-diff-line)
3093         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3094         * wl-e21.el, wl-xmas.el, wl-mule.el
3095         (wl-highlight-folder-current-line): Ditto.
3096         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3097         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3098         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3099         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3100
3101 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3102
3103         * Version number is increased to 2.11.3.
3104
3105 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3106
3107         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3108         Resume current-buffer since it is assumed by remaining tasks.
3109
3110 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3111
3112         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3113         (wl-folder-completion-function): Abolished.
3114         (wl-folder-complete-folder): New function.
3115         (wl-folder-complete-filter-condition): Ditto.
3116         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3117         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3118
3119 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3120
3121         * wl-draft.el (wl-draft-send-confirm): New function.
3122         (wl-draft-send): Use it.
3123
3124         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3125         cursor-in-echo-area while confirming.
3126
3127         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3128
3129         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3130         searching via nntp if wl-summary-search-via-nntp is 'force.
3131         Otherwise, invoke searching in nntp folder only.
3132         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3133
3134         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3135         explicitly for mime-make-text-tag.
3136
3137 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3138
3139         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3140         `mime-make-text-tag' instead of `mime-create-tag'.
3141
3142 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3143
3144         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3145         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3146
3147 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3148
3149         * wl-score.el (wl-score-save): Bind print-length and print-level.
3150         (wl-score-pretty-print): Ditto.
3151         (wl-score-edit-insert-header-entry): Ditto.
3152
3153         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3154         "From" entry to be treated with wl-draft-eword-encode-address-list.
3155         * wl-mime.el (wl-draft-preview-message): Ditto.
3156
3157         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3158         (wl-summary-mark-as-unread): Ditto.
3159         (wl-summary-mark-as-read-region): Change accordingly.
3160         (wl-summary-mark-as-unread-region): Ditto.
3161         (wl-summary-target-mark-mark-as-read): Ditto.
3162         (wl-summary-target-mark-mark-as-unread): Ditto.
3163
3164 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3165
3166         * Version number is increased to 2.11.2.
3167
3168 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3169
3170         * wl-news.el.in (wl-news-previous-version-save): Bind
3171         print-length and print-level.
3172         * wl-thread.el (wl-thread-save-entities): Ditto.
3173         (wl-thread-save-top-list): Bind print-length.
3174
3175 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3176
3177         * wl-highlight.el (wl-highlight-summary-line-string): Use
3178         wl-summary-score-below-mark, wl-summary-score-over-mark.
3179         (wl-highlight-summary-current-line): Ditto.
3180
3181 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3182
3183         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3184         insert it.
3185
3186 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3187
3188         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3189
3190 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3191
3192         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3193         message without msgid.
3194         Rewrite with elmo-folder-move-messages.
3195         Set wl-message-buffer to nil.
3196
3197         * wl-summary.el (wl-summary-erase-subr): New function. Use
3198         elmo-folder-move-messages.
3199         (wl-summary-erase): Call it.
3200         (wl-summary-target-mark-erase): Ditto.
3201
3202 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3203
3204         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3205         it is not up-tp-date.
3206
3207 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3208
3209         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3210         buffer after calling `wl-summary-goto-folder-subr' without the
3211         argument `interactive'.
3212         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3213
3214 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3215
3216         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3217         `mime-create-tag'. Use `string=' instead of `looking-at'.
3218
3219 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3220
3221         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3222         to avoid compile warning.
3223
3224         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3225         entity-id when folder is given.
3226         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3227         save-excursion, use save-selected-window instead.
3228         Select folder buffer window if exists.
3229         (To correct behavior with wl-folder-move-cur-folder.)
3230
3231 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3232
3233         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3234
3235 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3236
3237         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3238         list-count instead of %d.
3239
3240 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3241
3242         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3243         (wl-news): Set it.
3244         (wl-news-append-to-folder): Use it.
3245
3246         * wl-news.el.in (wl-news-send-news): Append to specified folder
3247         instead of wl-default-folder.
3248         (wl-news-append-to-folder): Show error message with specified folder.
3249
3250         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3251                 In most major modes, Emacs assumes that any opening
3252                 delimiter found at the left margin is the start of a
3253                 top-level definition, or defun. Therefore, *never put an
3254                 opening delimiter at the left margin unless it should have
3255                 that significance.*
3256
3257         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3258
3259 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3260
3261         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3262
3263 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3264
3265         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3266
3267 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3268
3269         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3270         for sequential numbering case.
3271
3272 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3273
3274         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3275         value.
3276         (wl-draft-reply-without-argument-list): Ditto.
3277         (wl-draft-reply-myself-with-argument-list): Abolish.
3278         (wl-draft-reply-myself-without-argument-list): Ditto.
3279         * wl-draft.el (wl-draft-self-reply-p): New function.
3280         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3281
3282 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3283
3284         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3285         (avoid error for the case without byte-compiling)
3286
3287 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3288
3289         * wl-news.el.in (wl-news-append-to-folder): New function.
3290         (wl-news-exit): Rewrite.
3291         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3292
3293 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3294
3295         * wl-draft.el (wl-draft-reply-position): New function.
3296         (wl-draft-reply-position): Fix.
3297         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3298         (wl-summary-target-mark-reply-with-citation): Ditto.
3299         (wl-summary-reply-with-citation): Ditto.
3300         * wl-vars.el (wl-draft-reply-default-position): New variable.
3301
3302 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3303
3304         * wl-draft.el (wl-draft-send): Preview when interactive send.
3305
3306 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3307
3308         * wl-draft.el (wl-draft-reply): Set default position.
3309         * wl-summary.el (wl-summary-reply): Ditto.
3310         (wl-summary-reply-with-citation): Ditto.
3311         (wl-summary-target-mark-reply-with-citation): Ditto.
3312
3313 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3314
3315         * wl-news.el.in (wl-news-lang): Set default value according to
3316         current-language-environment.
3317         (wl-news-append-news): Do nothing when news-list is nil.
3318
3319 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3320
3321         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3322         (wl-news): Change message.
3323         (wl-news-exit): Check buffer.
3324         (wl-news-force-exit): New function.
3325         (wl-news-show-all): New function.
3326         (wl-news-discard-and-exit): Fix.
3327
3328 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3329
3330         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3331         according to current-language-environment.
3332
3333         * wl-news.el.in (wl-news): If arg, show all NEWS after
3334         wl-news-default-previous-version.
3335
3336 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3337
3338         * wl-news.el.in (wl-news-check): Rewritten.
3339         (wl-news-previous-version-load): Change data type.
3340         (wl-news-previous-version-save): Change data type.
3341         (wl-news-append-news): Add return value.
3342         (wl-news-check-news): New function.
3343         (wl-news-already-current-p): New function.
3344         (wl-news-send-news): Rewritten.
3345         (wl-news-mode-map): Add new keybind.
3346         (wl-news): Rewritten.
3347         (wl-news-exit): Rewritten.
3348         (wl-news-discard-and-mail): New function.
3349         (wl-news-send-to-address): Abolished.
3350         * wl.el (wl-init): Delete a message.
3351
3352 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3353
3354         * wl-news.el.in (wl-news-exit): Update previous version.
3355         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3356
3357 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3358
3359         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3360
3361 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3362
3363         * wl-news.el.in (wl-news): New function.
3364         (wl-news-mode): New function.
3365         (wl-news-next-line): New function.
3366         (wl-news-next-page): New function.
3367         (wl-news-exit): New function.
3368         (wl-news-buf-name): New variable.
3369         (wl-news-mode-map): New variable.
3370         (wl-news-winconf): New variable.
3371         (wl-news-append-news): Add an option.
3372
3373 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3374
3375         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3376
3377 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3378
3379         * wl-news.el.in (wl-news-send-to-address): New variable.
3380         (wl-news-send-news): Use it.
3381         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3382         Return updating status.
3383         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3384
3385 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3386
3387         * wl-news.el.in (wl-news-send-news): Delete
3388         Organization and X-Face.
3389
3390 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3391
3392         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3393         (wl-news-append-news): New function.
3394         (wl-news-send-news): New function.
3395
3396 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3397
3398         * Version number is increased to 2.11.1.
3399
3400 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3401
3402         * wl-news.el.in : New file.
3403
3404 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3405
3406         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3407         default value.
3408         (wl-draft-reply-without-argument-list): Ditto.
3409
3410 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3411
3412         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3413         (wl-message-buffer-prefetch-idle-time): Ditto.
3414         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3415
3416 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3417
3418         * wl-thread.el (wl-thread-insert-message): Use
3419         wl-summary-max-thread-depth.
3420
3421         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3422         loop detection.
3423
3424         * wl-message.el (wl-message-buffer-display): Back to the first page
3425         when cache is hit.
3426
3427 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3428
3429         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3430
3431         * wl-summary.el (wl-summary-insert-thread-entity):
3432         If the thread depth is reached to wl-summary-max-thread-depth,
3433         divide the thread.
3434
3435 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3436
3437         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3438         for elmo-remove-passwd.
3439
3440 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3441
3442         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3443         folder is sticky.
3444         (wl-folder-mark-as-read-all-entity): Ditto.
3445         (wl-folder-prefetch-entity): Ditto.
3446
3447 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3448
3449         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3450
3451 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3452
3453         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3454         Delete messages on buffer for unplugged operation.
3455         (wl-summary-erase): Ditto.
3456
3457 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3458
3459         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3460         take nil so as not to search parent by subject.
3461
3462 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3463
3464         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3465         (wl-folder-get-next-folder): Ditto.
3466         (wl-folder-get-path): Ditto.
3467
3468 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3469
3470         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3471         system and encode the region with it before verifying.
3472
3473 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3474
3475         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3476         system of the echo buffer before decoding.
3477
3478 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3479
3480         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3481         original contents.
3482
3483 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3484
3485         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3486         with argument 'any-exists.
3487
3488 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3489
3490         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3491         Use `wl-cs-autoconv'.
3492
3493 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3494
3495         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3496         by `mime-view-automatic-conversion'.
3497
3498         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3499         (wl-message-verify-pgp-nonmime): Ditto.
3500         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3501         Bind them to C-c:d and C-c:v respectively.
3502
3503         Merge following code by Teranishi-san from [wl-en:00167].
3504         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3505         (wl-mime-preview-application/pgp-encrypted): Ditto.
3506         (wl-mime-setup): Add entry.
3507
3508 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3509
3510         * wl-summary.el (wl-summary-target-mark-erase): New function.
3511         Bind it to "mD".
3512
3513 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3514
3515         * wl-vars.el (wl-draft-write-file-function): Fix.
3516         (wl-draft-reedit-hook): Changed default value.
3517
3518         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3519         wl-draft-reedit-hook.
3520         (wl-draft-remove-text-plain-tag): New function.
3521         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3522
3523         * wl-vars.el (wl-draft-write-file-function): New user option.
3524
3525         * wl-draft.el (wl-draft-prepare-edit): Use it for
3526         local-write-file-hooks.
3527         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3528
3529         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3530         (wl-draft-insert-mail-header-separator): Return the body beginning
3531         point.
3532         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3533         text/plain.
3534         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3535
3536 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3537
3538         * wl-summary.el (wl-summary-erase): New function to erase message
3539         without moving it to trash. Bind to "D".
3540
3541         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3542         as `keep' unless switch-function.
3543
3544 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3545
3546         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3547         message buffer by using `wl-summary-toggle-disp-msg'.
3548         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3549         buffer window.
3550         (wl-summary-supresedes-message): Ditto.
3551
3552         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3553         Do not delete other windows.
3554         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3555         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3556         (wl-draft-create-buffer): Set reply-or-forward also for target
3557         mark commands.
3558
3559 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3560
3561         * wl-draft.el (wl-user-agent-compose): Delete special case for
3562         switch-to-buffer-other-window.
3563
3564         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3565         (wl-summary-forward): Ditto.
3566
3567         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3568         function.
3569         (wl-draft-buffer-style): New use option.
3570
3571         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3572         (wl-draft): Follow the change above.
3573         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3574         wl-draft-buffer-style.
3575         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3576         switch-function.
3577
3578 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3579
3580         * wl-address.el (wl-address-make-completion-entry): Extracted from
3581         `wl-address-make-completion-list'.
3582         (wl-address-enable-strict-loading): New variable.
3583         (wl-address-make-completion-list): Revive petname duplication
3584         inquiry, and enable it if `wl-address-enable-strict-loading'.
3585         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3586
3587 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3588
3589         * wl-message.el (wl-message-get-original-buffer): Avoid
3590         'Selecting deleted buffer' error when original buffer is killed.
3591
3592 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3593
3594         * wl-summary.el (wl-summary-next-message): Use
3595         elmo-message-accessible-p instead of elmo-message-cached-p.
3596
3597 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3598
3599         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3600
3601         * wl-thread.el (wl-thread-open-all-unread): Use
3602         elmo-folder-list-flagged instead of
3603         elmo-folder-list-messages-mark-match.
3604
3605         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3606         instead of elmo-folder-list-messages-mark-match.
3607         (wl-summary-move-spec-alist): New variable.
3608         (wl-summary-move-spec-plugged-alist,
3609         wl-summary-move-spec-unplugged-alist): Abolish.
3610         (wl-summary-next-message): Follow the change above.
3611         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3612         with 'no-msg' argument.
3613
3614         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3615         variable.
3616         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3617         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3618         (wl-message-buffer-prefetch-get-next): Follow the change above.
3619
3620 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3621
3622         * wl-version.el (wl-version): Changed codename.
3623
3624         * Version number is increased to 2.11.0.
3625
3626 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3627
3628         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3629         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3630         `wl-draft-config-variables'.
3631         (wl-draft-kill): Fixed problem when the draft is reedit.
3632
3633 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3634
3635         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3636         buffer-modified status (Thanks to
3637         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3638
3639 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3640
3641         * wl-util.el (wl-region-exists-p): New function.
3642
3643         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3644         Remove defvars for byte-compile warnings.
3645
3646 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3647
3648         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3649         defvar-maybe. Removed unused bind.
3650
3651 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3652
3653         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3654         summary buffer window before creating new frame.
3655         (wl-draft-reply): Ditto.
3656
3657 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3658
3659         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3660
3661 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3662
3663         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3664
3665 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3666
3667         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3668         instead of `kill-region'.
3669
3670 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3671
3672         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3673         (wl-highlight-summary-line-string): Use it.
3674         (wl-highlight-summary-current-line): Ditto.
3675
3676         * wl-mime.el (wl-message-delete-current-part): Check the class of
3677         mime-entity.
3678
3679         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3680
3681         * wl-summary.el (wl-summary-make-number-list): Initialize.
3682         (wl-summary-update-mark): New function.
3683         (wl-summary-reply): Put `answered' mark on the message.
3684         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3685
3686         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3687         (wl-draft-reply): Added optional argument `number';
3688         Set wl-draft-parent-number.
3689         (wl-draft-kill): Delete answered mark if it is a reply.
3690
3691 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3692
3693         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3694         that originates in mime-preview-follow-current-entity.
3695         (wl-draft-yank-current-message-entity): Use it if region is active.
3696
3697         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3698         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3699         `wl-message-delete-current-part'.
3700         * wl-mule.el (wl-message-define-keymap): Ditto.
3701         * wl-xmas.el (wl-message-define-keymap): Ditto.
3702
3703 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3704
3705         * wl-mime.el (wl-message-delete-current-part): New function.
3706         (wl-mime-node-id-to-string): Ditto.
3707
3708         * wl-mime.el (wl-message-delete-current-part): Use existing
3709         original buffer which corresponds current mime-view buffer.
3710         (fetched buffer might have different structure, possibly)
3711
3712         * wl-mime.el (wl-message-delete-current-part): Quit if the
3713         message content differs from the actual message.
3714
3715 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3716
3717         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3718         order.
3719         (wl-summary-search-by-subject): Search parent message from tail;
3720         Check the existence of the parent message on the current thread tree.
3721         (wl-summary-update-thread): Check whether the line is inserted.
3722
3723 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3724
3725         * wl-vars.el (wl-summary-line-format): Undo last change.
3726         * wl-summary.el (wl-summary-print-destination): Do not put
3727         invisible property when `wl-summary-width' is nil.
3728         (wl-summary-line-subject-minimum-length): Abolished.
3729         (wl-summary-line-subject): Ditto.
3730
3731 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3732
3733         * wl-vars.el (wl-summary-line-format): Change default value.
3734         (wl-summary-subject-length-limit): Abolished.
3735         * wl-summary.el (wl-summary-line-subject): Ditto.
3736
3737 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3738
3739         * wl-template.el (wl-template-select): Added optional argument.
3740         If optional argument is specified, reverse
3741         `wl-template-visible-select'.
3742
3743 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3744
3745         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3746         Take prefix argument to force asking the destination folder.
3747
3748 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3749
3750         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3751         count and update status.
3752
3753 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3754
3755         * wl-summary.el (wl-summary-redisplay-internal): If
3756         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3757         after fetching.
3758
3759 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3760
3761         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3762         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3763
3764         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3765
3766 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3767
3768         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3769         (All other related portions are changed).
3770         (wl-summary-mark-as-read-all): Rewrite.
3771
3772 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3773
3774         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3775         `wl-summary-mark-as-read'.
3776         (wl-summary-mark-as-unread): Rewrite.
3777         (wl-summary-mark-as-read): Added no-modeline argument.
3778         (wl-summary-resume-cache-status): Rewrite.
3779         (wl-summary-exec-subr): Remove unused local variable.
3780
3781 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3782
3783         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3784         logic to call `wl-summary-buffer-prev-folder-function'.
3785         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3786
3787 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3788
3789         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3790         is nil.
3791
3792 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3793
3794         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3795         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3796         (wl-mime-setup): Add its entry.
3797
3798 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3799
3800         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3801         (wl-summary-delete-cache): Likewise.
3802         (wl-summary-mark-as-read): Rewrite.
3803
3804 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3805
3806         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3807         `wl-summary-count-unread'.
3808
3809         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3810
3811         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3812
3813 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3814
3815         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3816         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3817         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3818         Renamed to the elmo-msgdb-*-mark.
3819         (wl-summary-score-marks): Follow the change above.
3820         (wl-summary-auto-refile-skip-marks): Ditto.
3821         (wl-summary-incorporate-marks): Ditto.
3822         (wl-summary-expire-reserve-marks): Ditto.
3823
3824         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3825         changes.
3826         (wl-thread-insert-top): Changed updating message.
3827
3828         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3829         variable.
3830         (wl-summary-count-unread): Count answered marks.
3831         (wl-summary-rescan): Call wl-summary-insert-message instead of
3832         wl-summary-append-message-func-internal.
3833         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3834         (wl-summary-prefetch-msg): Follow the variable name changes.
3835         (wl-summary-prefetch-region): Ditto.
3836         (wl-summary-mark-as-read-all): Follow the API changes;
3837         Don't call elmo-folder-replace-marks.
3838         (wl-summary-delete-cache): Follow the variable name changes.
3839         (wl-summary-resume-cache-status): Ditto.
3840         (wl-summary-update-status-marks): New function.
3841         (wl-summary-insert-message): New function.
3842         (wl-summary-sync-marks): Follow the variable name changes.
3843         (wl-summary-sync-update): Synchronize to the msgdb, too;
3844         Changed update messages.
3845         (wl-summary-make-number-list): Rewrite.
3846         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3847         (wl-summary-mark-as-unread): Follow the API changes.
3848         (wl-summary-exec-subr): Follow the variable name changes.
3849         (wl-summary-mark-as-read): Ditto.
3850         (wl-summary-move-spec-plugged-alist): Ditto.
3851         (wl-summary-move-spec-unplugged-alist): Ditto.
3852         (wl-summary-cursor-move-surface): Ditto.
3853
3854         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3855         variable name changes.
3856         (wl-highlight-summary-current-line): Ditto.
3857
3858         * wl-expire.el (wl-expire-refile): Follow the API change in
3859         elmo-folder-move-messages.
3860         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3861         (wl-summary-archive): Use elmo-folder-msgdb instead of
3862         elmo-msgdb-load.
3863
3864 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3865
3866         * wl-mime.el (wl-draft-preview-message): Restore the position
3867         before evaluating wl-draft-send-hook in preview buffer.
3868
3869 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3870
3871         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3872         when it creates new draft buffer.
3873
3874         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3875         without argument.
3876
3877         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3878         Evaluate content and if the value is string, insert it.
3879         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3880         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3881         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3882         wl-draft-config-sub-part-bottom): Use it.
3883
3884         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3885         with the folder name. The question was unintelligible when it is
3886         called from wl-save-status.
3887
3888 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3889
3890         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3891         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3892         cannot take second argument).
3893
3894 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3895
3896         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3897         as t. Since type and subtype are not case sensitive (RFC 2045).
3898
3899 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3900
3901         * wl-vars.el (wl-message-mode-line-format): New variable.
3902         (wl-message-mode-line-format-spec-alist): Ditto.
3903         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3904         (wl-message-redisplay): Use wl-message-mode-line-format.
3905
3906 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3907
3908         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3909
3910 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3911
3912         * wl-summary.el (wl-summary-default-from): Write description.
3913
3914 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3915
3916         * wl-vars.el (wl-ldap-objectclass): Abolish.
3917
3918         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3919         (wl-ldap-make-filter): Removed condition for objectclass.
3920         (wl-ldap-make-matched-value-list): Remove meaningless process.
3921         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3922         (wl-address-ldap-search): Don't add `*' to `pat' string;
3923         use ignore-errors; added `email';
3924         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3925         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3926         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3927
3928
3929 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3930
3931         * wl-draft.el (wl-draft-parent-folder): Write description.
3932         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3933
3934 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3935
3936         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3937         as "" (zero-length string) if no parent.
3938         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3939
3940 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3941
3942         * wl-address.el (wl-address-make-completion-list): Skip duplication
3943         checking.
3944         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3945         `append'.
3946
3947 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3948
3949         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3950         instead of `beginning-of-buffer'.
3951
3952 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3953
3954         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3955
3956 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3957
3958         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3959         Refer wl-message-buffer-name.
3960         (wl-message-wheel-down): Ditto.
3961
3962 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3963
3964         * wl-vars.el (wl-message-buffer-name): New user option.
3965
3966         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3967         directly instead of making alist dinamically.
3968
3969         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3970         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3971         wl-message-buffer-cache-name.
3972         (wl-message-buffer-cache-clean-up): Ditto.
3973
3974         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3975
3976         * Version number is increased to 2.9.15.
3977
3978 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3979
3980         * wl-vars.el (wl-summary-default-view-alist): New user option.
3981
3982         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3983
3984         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3985         while deleting address.
3986         (wl-draft-delete-myself-from-cc): Ditto.
3987
3988         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3989         If optional argument is specified, reverse sort order.
3990
3991         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3992
3993 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3994
3995         * wl-thread.el (wl-thread-insert-message): Return parent number if
3996         exists.
3997         (wl-thread-update-indent-string-region): Use
3998         wl-thread-update-line-on-buffer-sub instead of
3999         wl-thread-update-line-on-buffer.
4000
4001 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4002
4003         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4004         (wl-folder-close-all): Ditto.
4005
4006 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4007
4008         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4009         and mailing-list:.
4010         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4011         value.
4012         (wl-summary-line-list-info): Print mailing-list name even when 
4013         list-number is empty.
4014
4015 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4016
4017         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4018
4019         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4020         (wl-draft-open-file): Ditto.
4021         (wl-draft-random-alphabet): Ditto.
4022
4023         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4024         bindings.
4025
4026 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4027
4028         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4029         * wl-vars.el (wl-draft-config-alist): Ditto.
4030
4031 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4032
4033         * Version number is increased to 2.9.14.
4034
4035         * wl.el (wl): Don't set wl-init as nil when error occured while
4036         auto-checking folders.
4037
4038         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4039         `elmo-expand-newtext'.
4040
4041 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4042
4043         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4044         `this-command' so that `wl-folder-goto-folder' contained in
4045         `wl-summary-keep-cursor-command' work.
4046
4047 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4048
4049         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4050         message buffer displaying state.
4051
4052 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4053
4054         * wl-vars.el (wl-summary-default-view): New variable to specify
4055         default value for `wl-summary-buffer-view' instead of using
4056         set-default.
4057         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4058
4059 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4060
4061         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4062
4063         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4064
4065 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4066
4067         * wl-vars.el (wl-forward-subject-prefix): New variable.
4068         * wl-draft.el (wl-draft-forward): Use it.
4069
4070 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4071
4072         * wl-message.el (wl-message-prev-page): When it is called without
4073         lines argument, scroll down by wl-message-scroll-amount lines.
4074         (wl-message-next-page): Ditto.
4075         * wl-vars.el (wl-message-scroll-amount): Change default value
4076         to preserve current behavior.
4077
4078 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4079
4080         * wl-summary.el (wl-summary-prefetch-msg): Bind
4081         `wl-message-entity' to call `wl-summary-from-function'.
4082
4083 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4084
4085         * wl-message.el (wl-message-buffer-create): Run
4086         wl-message-buffer-created-hook.
4087
4088 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4089
4090         * wl-summary.el (wl-summary-sort-specs): New variable.
4091         (wl-summary-default-sort-spec): Ditto.
4092         (wl-summary-sort): Rewrite.
4093         (wl-summary-sort-by-list-info): New function.
4094
4095 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4096
4097         * wl-summary.el (wl-summary-get-list-info): New function.
4098         (wl-summary-sort): Rewrite.
4099         (wl-summary-line-list-info): Ditto.
4100         (wl-summary-line-list-count): Ditto.
4101         (wl-summary-refile-region): Fixed docstring.
4102
4103 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4104
4105         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4106         `wl-folder-entity-hashtb' as completion table.
4107
4108 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4109
4110         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4111         only when this command is called interactively; silence the byte-
4112         compiler.
4113
4114 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4115
4116         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4117         active in XEmacs.
4118
4119 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4120
4121         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4122         plural lines.
4123
4124 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4125
4126         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4127         of current line when the cursor is on the header name.
4128         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4129
4130 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4131
4132         * wl-util.el (wl-read-directory-name): Return displayed directory
4133         as the default value also on XEmacs.
4134
4135 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4136
4137         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4138         formatting.
4139
4140 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4141
4142         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4143         argument and when it is non-nil, check face property before
4144         highlighting for each line.
4145         (wl-highlight-summary-window): Set it.
4146
4147 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4148
4149         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4150         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4151
4152         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4153         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4154         (wl-draft-get-fcc-list): Likewise.
4155
4156 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4157
4158         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4159         (wl-thread-entity-cur): Ditto.
4160         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4161         wl-thread-indent-regexp setting.
4162         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4163
4164         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4165         wl-summary-lazy-highlight.
4166         (wl-summary-display-bottom): Ditto.
4167
4168         * wl-thread.el (wl-thread-open-close): Likewise.
4169
4170         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4171         from and subject;
4172         Bind wl-draft-use-frame;
4173         Enclose with save-window-excursion;
4174         Use wl-draft-create-buffer instead of with-temp-buffer;
4175         Use wl-draft-prepare-edit;
4176         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4177         Use wl-draft-send instead of wl-draft-raw-send.
4178
4179 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4180
4181         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4182         of using wl-from.
4183
4184 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4185
4186         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4187         insert-buffer instead of clone-buffer.
4188         (wl-draft-doing-mime-bcc): New variable.
4189         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4190         infinite loop.
4191         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4192
4193         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4194         (wl-draft-mime-bcc-body): Ditto.
4195
4196         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4197         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4198         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4199         wl-draft-do-mime-bcc.
4200         (wl-draft-mime-bcc-field): New function.
4201         (wl-draft-do-mime-bcc): Ditto.
4202
4203         * wl-address.el (wl-address-complete-header-list): New variable.
4204         (wl-address-complete-header-regexp): Changed default value.
4205
4206         * Version number is increased to 2.9.13.
4207
4208 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4209
4210         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4211         it is differed.
4212
4213 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4214
4215         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4216         (wl-summary-line-list-count): Ditto.
4217
4218 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4219
4220         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4221         (wl-nntp-posting-function): New variable.
4222         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4223         `wl-nntp-posting-config-alist'.
4224
4225 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4226
4227         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4228         FLIM.
4229
4230 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4231
4232         * wl-summary.el (wl-summary-target-mark-refile-sub):
4233         Remove a nuisance funcall.
4234
4235 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4236
4237         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4238         as t for `try-completion'.
4239
4240 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4241
4242         * wl-summary.el (wl-summary-default-from): Use
4243         wl-address-header-extract-address instead of
4244         std11-extract-address-components.
4245         (wl-summary-simple-from): Ditto.
4246         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4247         (wl-summary-insert-headers): Show message.
4248         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4249         for whole line.
4250         (wl-summary-default-from): Revert last change.
4251         (wl-summary-simple-from): Ditto.
4252         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4253         (wl-summary-mark-as-read-region): Follow the change above.
4254         (wl-summary-sync-marks): Ditto.
4255         (wl-summary-target-mark-mark-as-read): Ditto.
4256         (wl-summary-redisplay-internal): Ditto.
4257         (wl-summary-redisplay-no-mime-internal): Ditto.
4258         (wl-summary-redisplay-all-header): Ditto.
4259         (wl-summary-mark-as-read): Removed argument `cached';
4260         Use current cache status to set cache mark.
4261         (wl-summary-redisplay-internal): Follow the change above.
4262         (wl-summary-redisplay-no-mime-internal): Ditto.
4263         (wl-summary-redisplay-all-header): Ditto.
4264
4265         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4266
4267         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4268         Don't call itself recursively (Adviced by Yamaoka-san).
4269
4270 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4271
4272         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4273         bind wl-summary-highlight as nil to avoid error caused by missing
4274         local variables.
4275
4276 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4277
4278         * wl-vars.el (wl-invalid-character-message): New user option.
4279
4280         * wl-util.el (wl-set-string-width): If truncated string-width is
4281         larger than specified width, use `wl-invalid-character-message'.
4282
4283 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4284
4285         * wl-summary.el (wl-summary-prefetch-msg): 
4286         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4287
4288 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4289
4290         * wl-vars.el (wl-summary-check-line-format): New user option.
4291         (wl-summary-line-format-file): Ditto.
4292
4293         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4294         variable.
4295         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4296         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4297         and `wl-summary-view-old-p' to check whether do a rescan or not.
4298         (wl-summary-view-old-p): New function.
4299         (wl-summary-line-format-changed-p): Ditto.
4300         (wl-summary-line-format-save): Ditto.
4301         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4302
4303         * wl-util.el (wl-set-string-width): Avoid using negative number
4304         for make-string.
4305
4306 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4307
4308         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4309         return value.
4310
4311         * wl-util.el (wl-set-string-width): Added optional argument
4312         `padding' (All other related portions are changed).
4313         (wl-line-parse-format): If the first letter of column number is
4314         `0', zero-padding the result (ex: "%05l").
4315
4316         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4317
4318 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4319
4320         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4321         sequential summary view.
4322
4323 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4324
4325         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4326         if it doesn't have a -unix version.
4327
4328 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4329
4330         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4331
4332 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4333
4334         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4335         content.
4336         (wl-draft): Follow the change above.
4337
4338         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4339
4340         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4341         and wl-folder-summary-line-format-alist contain %T and %P.
4342
4343         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4344         (wl-summary-mode-line-format): New user option.
4345         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4346         (wl-summary-line-format): Changed default value.
4347         (wl-summary-lazy-highlight): Changed default value.
4348
4349         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4350         change in wl-summary-create-line.
4351         (wl-thread-insert-entity-sub): Ditto.
4352
4353         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4354         (wl-summary-buffer-unread-status): Ditto.
4355         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4356         (wl-summary-buffer-persistent-mark-column): Ditto.
4357         (wl-summary-buffer-mode-line-formatter): Ditto.
4358         (wl-summary-buffer-mode-line): Ditto.
4359         (wl-summary-message-regexp): Abolished.
4360         (All other related portions are changed.)
4361         (wl-summary-detect-mark-position): New function.
4362         (wl-summary-buffer-set-folder): Setup
4363         wl-summary-buffer-mode-line-formatter.
4364         (wl-summary-mode): Setup selective-display;
4365         Setup pre-idle-hook when xemacs.
4366         (wl-summary-update-modeline): Rewrite.
4367         (wl-summary-jump-to-msg): Define as function;
4368         Changed regexp for searching messages.
4369         (wl-summary-message-number): Rewrite.
4370         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4371         Do rescan when old type summary cache.
4372         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4373         (wl-summary-remove-destination): Use '\r' to detect EOL.
4374         (wl-summary-print-destination): Ditto.
4375         (wl-summary-temp-mark): New inline function.
4376         (wl-summary-persistent-mark): Ditto.
4377         (wl-summary-line-number): New function.
4378         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4379         (wl-summary-line-list-count): New function.
4380         (wl-summary-create-line): Added argument persistent-mark.
4381         (All other related portions are changed)
4382         (wl-summary-create-line): Insert '\r'.
4383         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4384         (wl-summary-cursor-move-surface): New inline function.
4385         (wl-summary-prev): Use it.
4386         (wl-summary-next): Ditto.
4387
4388         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4389         wl-summary-message-regexp.
4390         (wl-highlight-summary): Delete progress message.
4391         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4392
4393         * Version number is increased to 2.9.12.
4394
4395 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4396
4397         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4398         variable (nil: no minimum).
4399         (wl-summary-line-subject): Add some spaces after subject by
4400         wl-summary-line-subject-minimum-length.
4401
4402 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4403
4404         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4405         and removed `F'.
4406         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4407         change above).
4408
4409 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4410
4411         * wl-summary.el (wl-summary-line-list-count): Reverted.
4412         (example setting in samples/*/dot.wl is also updated)
4413
4414 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4415
4416         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4417
4418         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4419
4420         * wl-vars.el (wl-summary-line-format): Addes some description to the
4421         docstring.
4422
4423         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4424         (wl-summary-line-close-bracket): Ditto.
4425         (wl-summary-line-children-number): Ditto.
4426         (wl-summary-line-thread-indent): Ditto.
4427         (wl-summary-line-children-and-from): Ditto.
4428
4429         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4430         't', 'c', 'F' and added 'C'.
4431
4432         * wl-util.el (wl-set-string-width): Accept negative value.
4433         (wl-line-parse-format): Added "%number(" and "%)".
4434
4435 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4436
4437         * wl-summary.el (wl-summary-line-list-count): Change format of the
4438         return value.
4439
4440 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4441
4442         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4443         from the recent message.el.
4444         (wl-draft-point-in-header-p): Ditto.
4445         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4446         wl-draft-beginning-of-line.
4447         * wl-e21.el (wl-draft-mode-map): Ditto.
4448         * wl-xmas.el (wl-draft-mode-map): Ditto.
4449
4450         * wl-folder.el: Sort macrodefs by dependencies.
4451
4452 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4453
4454         * wl-summary.el (wl-summary-prev): Fixed regexp.
4455         (wl-summary-next): Ditto.
4456
4457 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4458
4459         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4460
4461 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4462
4463         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4464         for backward compatibility.
4465
4466 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4467
4468         * wl-summary.el (wl-summary-line-list-count): New function, merged
4469         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4470         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4471         list counts.
4472
4473 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4474
4475         * wl-summary.el (wl-summary-create-line): Ignore errors while
4476         timezone-fix-time.
4477
4478         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4479
4480         * wl-summary.el (wl-summary-sync-update): Ditto.
4481         (wl-summary-default-from): Use wl-message-entity
4482         instead of entity.
4483
4484         * wl-summary.el (wl-summary-create-line): Fix.
4485
4486         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4487         (wl-summary-line-format): New user option.
4488         (wl-folder-summary-line-format-alist): Ditto.
4489         (wl-summary-from-width): Abolished.
4490
4491         * wl-util.el (toplevel): Require 'bytecomp.
4492         (wl-line-parse-format): New function.
4493         (wl-line-formatter-setup): New macro.
4494
4495         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4496         (wl-summary-buffer-line-formatter): New buffer local variable.
4497         (wl-summary-switch-to-clone-buffer): Follow the change above.
4498         (wl-summary-message-regexp): Fix.
4499         (wl-summary-from-func-internal): Abolished.
4500         (wl-summary-subject-func-internal): Ditto.
4501         (wl-summary-subject-filter-func-internal): Ditto.
4502         (All other related portions are changed.)
4503         (wl-summary-buffer-set-folder):
4504         Set up wl-summary-buffer-number-column and 
4505         wl-summary-buffer-line-formatter
4506         (All other related portions are changed.)
4507         (wl-summary-buffer-number-column-detect): Abolished.
4508         (All other related portions are changed.)
4509         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4510         (wl-summary-delete-all-temp-marks-on-buffer): Use
4511         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4512         (wl-summary-target-mark-delete): Ditto.
4513         (wl-summary-target-mark-refile-subr): Ditto.
4514         (wl-summary-target-mark-mark-as-read): Ditto.
4515         (wl-summary-target-mark-mark-as-unread): Ditto.
4516         (wl-summary-target-mark-mark-as-important): Ditto.
4517         (wl-summary-target-mark-save): Ditto.
4518         (wl-summary-replace-status-marks): Renamed from
4519         wl-summary-set-status-marks-on-buffer;
4520         Use wl-summary-message-regexp instead of
4521         wl-summary-buffer-number-regexp.
4522         (wl-summary-sync-update): Follow the change above.
4523         (wl-summary-goto-previous-message-beginning): New function.
4524         (wl-summary-mark-as-unread): Use it.
4525         (wl-summary-mark-as-important): Ditto.
4526         (wl-summary-line-formatter): New variable.
4527         (wl-summary-line-year): New function.
4528         (wl-summary-line-day): Ditto.
4529         (wl-summary-line-day-of-week): Ditto.
4530         (wl-summary-line-hour): Ditto.
4531         (wl-summary-line-minute): Ditto.
4532         (wl-summary-line-open-bracket): Ditto.
4533         (wl-summary-line-close-bracket): Ditto.
4534         (wl-summary-line-children-number): Ditto.
4535         (wl-summary-line-thread-indent): Ditto.
4536         (wl-summary-line-size): Ditto.
4537         (wl-summary-line-subject): Ditto.
4538         (wl-summary-line-from): Ditto.
4539         (wl-summary-line-children-and-from): Ditto.
4540         (wl-summary-create-line): Rewritten.
4541         (wl-summary-format-date): Abolished.
4542
4543         * wl-highlight.el (wl-highlight-summary-current-line): Use
4544         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4545         Use thread structure to detect thread top message.
4546
4547         * wl-draft.el (wl-default-draft-cite): Don't use
4548         wl-summary-from-func-internal.
4549
4550         * wl-refile.el (wl-refile-subject-learn): Don't use
4551         wl-summary-subject-filter-func-internal.
4552         (wl-refile-guess-by-subject): Ditto.
4553
4554         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4555         parameters.
4556
4557         * wl-thread.el (wl-thread-update-indent-string-region):
4558         Use wl-thread-update-line-on-buffer instead of
4559         wl-thread-update-indent-string.
4560         (wl-thread-update-children-number): Redefine using
4561         wl-thread-update-line-on-buffer.
4562         (wl-thread-update-indent-string): Abolished.
4563
4564         * Version number is increased to 2.9.11.
4565
4566 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4567
4568         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4569         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4570         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4571
4572         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4573         as nil.
4574
4575         * wl-thread.el (wl-thread-open-all-unread): Use 
4576         elmo-folder-list-messages-mark-match.
4577         (wl-thread-insert-message): Removed argument `mark-alist'.
4578         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4579         elmo-msgdb-set-mark.
4580         (wl-thread-get-children-msgs-uncached): Likewise.
4581         (wl-thread-get-exist-children): Added argument include-self.
4582         (wl-thread-delete-message): Follow the change above.
4583
4584         * wl-summary.el (wl-summary-count-unread): Removed argument.
4585         (wl-summary-rescan): Follow the change above.
4586         (wl-summary-mark-as-read-region): Ditto
4587         (wl-summary-mark-as-unread-region): Ditto.
4588         (wl-summary-delete-messages-on-buffer): Ditto.
4589         (wl-summary-sync-update): Ditto.
4590         (wl-summary-switch-to-clone-buffer): Ditto.
4591         (wl-summary-goto-folder-subr): Ditto.
4592         (wl-summary-target-mark-mark-as-read): Ditto.
4593         (wl-summary-target-mark-mark-as-unread): Ditto.
4594         (wl-summary-target-mark-mark-as-important): Ditto.
4595         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4596         (wl-summary-update-thread): Removed argument `mark-alist'.
4597         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4598         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4599         (wl-summary-resume-cache-status): Likewise.
4600         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4601         elmo-msgdb-set-mark.
4602         (wl-summary-mark-as-read-all): Likewise.
4603         (wl-summary-delete-cache): Ditto.
4604         (wl-summary-auto-select-msg-p): Ditto.
4605         (wl-summary-mark-as-unread): Ditto.
4606         (wl-summary-no-auto-refile-message-p): Ditto.
4607         (wl-summary-mark-as-read): Ditto.
4608         (wl-summary-mark-as-important): Ditto.
4609         (wl-summary-auto-refile): Follow the change above.
4610         (wl-summary-delete-all-marks): Removed.
4611         (wl-summary-resume-marks-and-highlight): Ditto.
4612         (wl-summary-resume-marks): Ditto.
4613         (wl-summary-delete-important-msgs-from-list): Ditto.
4614         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4615
4616         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4617         wl-summary-count-unread.
4618
4619         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4620         (wl-summary-score-update-all-lines): Use
4621         elmo-msgdb-set-mark.
4622
4623 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4624
4625         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4626         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4627         (wl-summary-create-line): Renamed from
4628         wl-summary-overview-create-summary-line;
4629         Argument rearrangement.
4630         (wl-summary-update-thread): Follow the change above.
4631
4632         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4633         (wl-thread-insert-entity-sub): Likewise.
4634
4635         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4636         argument `overview', `mark-alist' and added `msgdb'.
4637
4638         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4639
4640         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4641         (wl-summary-rescan): Follow the change above.
4642         (wl-summary-sync-update): Ditto.
4643         (wl-summary-insert-thread-entity): Ditto;
4644         Don't use `let*' in every while loop;
4645         Detect infinite loop of threads.
4646         (wl-summary-update-thread): Removed argument `overview'.
4647
4648         * wl-thread.el (wl-thread-insert-message): Ditto.
4649
4650         * Version number is increased to 2.9.10.
4651
4652         * wl-message.el (wl-message-redisplay): Ignore errors while
4653         wl-message-redisplay-hook.
4654
4655 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4656
4657         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4658
4659 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4660
4661         * wl.el (wl): inhibit-quit while wl-folder.
4662
4663 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4664
4665         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4666         while msgdb access.
4667
4668 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4669
4670         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4671         even if no folder is not created.
4672
4673 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4674
4675         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4676
4677         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4678         implementation.
4679         (wl-summary-target-mark-thread): Ditto.
4680
4681         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4682
4683 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4684
4685         * wl-util.el (wl-display-bytes): Remove unused function.
4686
4687 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4688
4689         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4690         seems critical one (partially reverse the change in 2002/03/17).
4691
4692 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4693
4694         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4695         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4696
4697 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4698
4699         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4700         is not writable.
4701         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4702         plugged status instead of `'force' as 2nd argument.
4703
4704         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4705         is not creatable.
4706
4707         * Version number is increased to 2.9.9.
4708
4709 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4710
4711         * wl-summary.el (wl-summary-suspend): New function.
4712
4713 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4714
4715         * wl.el (wl): Do not check variables if check is nil.
4716         * wl-utils.el (wl-collect-draft): New function.
4717         * wl-folder.el (wl-folder-suspend): Put summary buffers
4718         and draft buffers at the end of buffer list.
4719         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4720
4721 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4722
4723         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4724         loop instead of recursive call.
4725
4726         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4727         2nd argument.
4728
4729 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4730
4731         * wl-draft.el (wl-draft-create-contents): Don't take neither
4732         (function . args) nor (string . something) any more.
4733
4734         * wl-version.el (wl-generate-user-agent-string): Return string
4735         without header symbol.
4736         * wl-draft.el (wl-draft-default-headers): Use it.
4737
4738         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4739         `wl-draft-insert-ccs' and return field value instead of inserting
4740         the header. Abolish cc argument.
4741         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4742
4743         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4744         rather than one with string car.
4745
4746         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4747         * wl-draft.el (wl-draft-create-contents): Add it after the default
4748         headers.
4749
4750         * wl-draft.el (wl-draft-create-contents): For the case of
4751         (symbol-or-string . function) insert header only when the function
4752         returns string value.
4753
4754 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4755
4756         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4757         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4758
4759 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4760
4761         * wl.el (wl-check-environment): Don't check Message-ID when
4762         `wl-insert-message-id' is nil.
4763         Revive checking if `wl-message-id-domain' contains "@".
4764
4765 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4766
4767         * wl.el (wl-check-environment): Merge examination for "@" at
4768         inappropriate position into the first string-match.
4769
4770         * wl-summary.el (wl-summary-target-mark-print): New function.
4771         (wl-summary-pipe-message-subr): Extracted from
4772         `wl-summary-pipe-message'.
4773         (wl-summary-target-mark-pipe): New function.
4774         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4775         `wl-summary-target-mark-pipe'.
4776
4777 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4778
4779         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4780
4781 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4782
4783         * wl.el (wl-check-environment): Use elmo-warning instead of
4784         error for non-critical ones.
4785         Remove trash folder check.
4786         (wl): Don't ignore error in wl-check-environment.
4787
4788         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4789         check, which is moved from `wl-check-environment'.
4790         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4791
4792 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4793
4794         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4795         guess anything, call wl-summary-write.
4796         (wl-summary-write): Create draft with blank To field.
4797         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4798
4799 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4800
4801         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4802         argument full as well for wl-folder-write-current-folder.
4803         If wl-*-write-current-folder cannot guess addressee, add blank
4804         To header.
4805         Rewrite condition for positioning cursor.
4806
4807 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4808
4809         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4810         summary buffer is present, use it.
4811         (wl-folder-jump-to-previous-summary): Ditto.
4812
4813 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4814
4815         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4816
4817         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4818         wl-summary-previous-buffer and wl-summary-next-buffer.
4819
4820         * wl-folder.el (wl-folder-mode-map): Bind
4821         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4822         (wl-folder-jump-to-next-summary): New function.
4823         (wl-folder-jump-to-previous-summary): Ditto.
4824
4825         * wl-draft.el (wl-draft): Rearranged.
4826
4827 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4828
4829         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4830         of header.
4831         (wl-draft): Collect arguments for the header as header-alist.
4832         (wl-draft-forward): Arrange arguments for wl-draft.
4833         (wl-draft-reply): Ditto.
4834         (wl-draft-edit-string): Ditto.
4835         * wl-summary.el (wl-summary-write): Ditto.
4836         (wl-summary-write-current-folder): Ditto.
4837
4838         * Version number is increased to 2.9.8.
4839
4840 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4841
4842         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4843
4844         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4845
4846         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4847         even if the guess failed.
4848
4849         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4850         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4851         wl-summary-write-current-folder.
4852         * wl-xmas.el: Ditto.
4853
4854 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4855
4856         * wl-summary.el (wl-summary-next-page): Force display message if
4857         message is not displayed yet.
4858         (wl-summary-prev-page): Ditto.
4859
4860 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4861
4862         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4863
4864 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4865
4866         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4867         add "Preview Message" and "Save Draft and Exit".
4868
4869 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4870
4871         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4872         if addrmgr is called from draft in splitted window.
4873
4874         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4875         * wl-mule.el: Ditto.
4876         * wl-xmas.el: Ditto.
4877
4878 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4879
4880         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4881
4882         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4883         * wl-xmas.el (wl-folder-toolbar): Ditto.
4884
4885 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4886
4887         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4888         and wl-draft-save-and-exit.
4889         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4890         * wl-xmas.el: Ditto.
4891         * wl-mule.el: Ditto.
4892
4893         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4894         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4895
4896 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4897
4898         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4899         lists for saving buffer.
4900
4901 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4902
4903         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4904         parent-folder argument instead of it.
4905         (wl-draft-create-buffer): Ditto.
4906         (wl-draft-forward): Ditto.
4907         (wl-draft-reply): Ditto.
4908         * wl-summary.el (wl-summary-write): Ditto.
4909         (wl-summary-write-current-folder): Ditto.
4910
4911         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4912         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4913         Folder buffer after composing.
4914
4915 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4916
4917         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4918         header if the file `wl-x-face-file' already contains it.
4919
4920 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4921
4922         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4923         folder" entry.
4924         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4925         * wl-e21.el (wl-folder-toolbar): Ditto.
4926         * wl-xmas.el (wl-folder-toolbar): Ditto.
4927
4928 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4929
4930         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4931         wl-folder-goto-folder with sticky argument.
4932         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4933
4934 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4935
4936         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4937         and wl-summary-previous-buffer.
4938         (wl-summary-next-buffer): New function.
4939         (wl-summary-previous-buffer): Ditto.
4940
4941 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4942
4943         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4944         wl-folder-jump-to-current-entity-with-arg.
4945         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4946         `wl-folder-jump-to-current-entity'.
4947         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4948         `wl-summary-goto-folder-sticky'.
4949         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4950         `wl-summary-goto-folder'.
4951         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4952         Unless force-exit, do not clean temp. marks for sticky summary.
4953         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4954
4955 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4956
4957         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4958         not entire.
4959
4960 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4961
4962         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4963         to `C-x C-s'.
4964         (wl-summary-save-status): New command.
4965         (wl-summary-exit): Don't clean-up temp marks when sticky.
4966         (Applied patch from Nakayama-san [wl: 09548])
4967         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4968         Do nothing when no mark data.
4969         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4970         Call `wl-summary-delete-all-temp-marks' before saving.
4971
4972 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4973
4974         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4975
4976 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4977
4978         * wl.el (wl-check-environment): Also cause error when (system-name)
4979         returns "localhost.localdomain". (Although it doesn't affect because
4980         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4981
4982 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4983
4984         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4985         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4986
4987         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4988         value.
4989
4990 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4991
4992         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4993         Likewise r-cc-list and r-ng-list.
4994
4995 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4996
4997         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4998         only if it is bound as variable.
4999
5000         * wl-mime.el (wl-draft-preview-message): Ditto.
5001
5002 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5003
5004         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5005         needless `goto-char'.
5006
5007         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5008         `wl-summary-redisplay-no-mime-internal' instead of
5009         `wl-summary-redisplay-no-mime'.
5010         (wl-summary-redisplay-no-mime): Changed argument;
5011         Call `wl-summary-redisplay-no-mime-internal'.
5012
5013         * wl-mime.el (wl-draft-preview-message): Bind
5014         `mime-header-encode-method-alist' locally.
5015
5016         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5017         (wl-draft-std11-parse-addresses): Added the first address check.
5018         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5019
5020         * Version number is increased to 2.9.7.
5021
5022 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5023
5024         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5025
5026 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5027
5028         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5029         related to scrollbar support, if there is no such a feature
5030         compiled in.
5031
5032 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5033
5034         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5035         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5036         for prefetch.
5037
5038 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5039
5040         * wl-summary.el (wl-summary-pick): Fix for no match.
5041
5042 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5043
5044         * wl-draft.el (wl-draft-save):
5045         Override `mime-header-encode-method-alist'.
5046
5047 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5048
5049         * wl-folder.el (wl-folder-pick): New function.
5050         Define key as "?".
5051
5052 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5053
5054         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5055         Fix for unplugged.
5056
5057 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5058
5059         * wl-folder.el (wl-folder-virtual): New function.
5060         Define key as "V".
5061
5062 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5063
5064         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5065         multi folder if entity is group.
5066
5067 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5068
5069         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5070         is nil.
5071
5072 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5073
5074         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5075         (wl-summary-target-mark-msgs): Return the number of marked messages.
5076
5077 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5078
5079         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5080         "first:" is specified.
5081
5082 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5083
5084         * wl-vars.el (wl-from): Use return value of function
5085         user-full-name instead of the variable user-full-name since
5086         XEmacs-20.4 doesn't set this variable.
5087
5088 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5089
5090         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5091         call `wl' directly.
5092
5093 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5094
5095         * wl-draft.el (wl-draft-reedit): Removed duplicated
5096         switch-to-buffers.
5097
5098 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5099
5100         * wl.el (wl-other-frame): Removed garbages.
5101
5102 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5103
5104         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5105
5106         * wl-xmas.el (wl-draft-key-setup): Ditto.
5107
5108         * wl-mule.el (wl-draft-key-setup): Ditto.
5109
5110         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5111         (wl-draft-reedit): Ditto.
5112         (wl-draft-prepare-edit): Add `wl-draft-save' to
5113         `local-write-file-hooks'.
5114         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5115         (wl-draft-reedit): Set buffer-file-name.
5116         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5117
5118
5119         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5120         call it.
5121         (wl-delete-startup-frame-function): New variable.
5122         (wl-other-frame): New function
5123         (Original was written by Yamaoka san [wl: 09239]).
5124
5125         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5126         if `wl-folder-use-frame'.
5127
5128 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5129
5130         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5131
5132 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5133
5134         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5135         New variable.
5136         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5137         (wl-message-buffer-prefetch-get-next): Use them.
5138         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5139
5140 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5141
5142         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5143         with unwind-protect.
5144
5145         * wl-draft.el (wl-draft-reedit): Rewrite.
5146         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5147         (wl-draft-save): Insert header separator if it does not exist;
5148         Removed condition-case.
5149
5150         * wl-summary.el (wl-summary-reedit): Revert last change.
5151
5152         * wl-draft.el (wl-draft-save): Rewrite.
5153         (wl-draft-create-buffer): Set buffer-file-name as nil.
5154
5155         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5156
5157         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5158
5159         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5160         nil.
5161
5162 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5163
5164         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5165         If count is nil, do not prefetch.
5166         (wl-message-buffer-prefetch-next): Next.
5167
5168 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5169
5170         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5171
5172 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5173
5174         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5175         `delete-backward-char'
5176         (wl-draft-prepare-edit): Check major-mode.
5177         (wl-draft-decode-header): Rewrite.
5178         (wl-draft): Fix.
5179
5180 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5181
5182         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5183
5184 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5185
5186         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5187         (wl-message-buffer-prefetch-get-next): Remove size checking.
5188         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5189
5190 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5191
5192         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5193         (wl-draft-default-headers): Fix.
5194
5195 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5196
5197         * wl-draft.el (wl-draft-default-headers): Insert return value of
5198         `wl-generate-mailer-string-function'.
5199
5200 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5201
5202         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5203         (wl-draft-insert-mail-header-separator): Ditto.
5204
5205         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5206         again (Reverted the change on 2002-01-17 by OKADA san).
5207
5208 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5209
5210         * wl-draft.el (wl-draft): Rewrite.
5211         (wl-draft-create-buffer): New function.
5212         (wl-draft-create-contents): Ditto.
5213         (wl-draft-prepare-edit): Ditto.
5214         (wl-draft-decode-header): Ditto.
5215         (wl-draft-decode-body): Ditto.
5216         (wl-draft-check-new-line): Ditto.
5217         (wl-draft-default-headers): Ditto.
5218         (wl-draft-insert-mail-header-separator): Ditto.
5219
5220 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5221
5222         * Version number is increased to 2.9.6.
5223
5224 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5225
5226         * wl-draft.el (wl-draft-delete-field): Optional argument.
5227         (wl-draft-delete-fields): Ditto.
5228
5229 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5230
5231         * wl-message.el (toplevel): Eliminated byte-compile warning.
5232         for `itimer-function', `delete-timer' and `itimer-list'.
5233
5234 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5235
5236         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5237         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5238         `wl-message-buffer-prefetch-threshold'.
5239         * wl-summary.el (wl-summary-redisplay-internal): Remove
5240         the check of `wl-message-buffer-prefetch-depth'.
5241
5242 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5243
5244         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5245         size of article.
5246         (wl-message-buffer-prefetch-subr): Remove size check.
5247
5248 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5249
5250         * wl-vars.el (wl-plugged): Make customizable.
5251
5252 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5253
5254         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5255         (wl-message-buffer-prefetch-set-timer): New function.
5256         (wl-message-buffer-prefetch-get-next): New function.
5257         (wl-message-buffer-prefetch): New function.
5258         (wl-message-buffer-prefetch-next): Rewrite.
5259         (wl-message-buffer-prefetch-subr): Rewrite.
5260         * wl-vars.el (wl-auto-prefetch-first): New variable.
5261         * wl-summary.el (wl-summary-goto-folder-subr): Call
5262         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5263
5264 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5265
5266         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5267         `wl-summary-unread-message-hook'.
5268
5269 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5270
5271         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5272         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5273         if range is `cache-status'.
5274
5275 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5276
5277         * wl-message.el (wl-message-buffer-prefetch-subr):
5278         Improve debug message.
5279
5280 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5281
5282         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5283         `wl-mail-send-pre-hook'.
5284         (wl-draft-send-mail-with-qmail): Ditto.
5285         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5286
5287 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5288
5289         * wl-message.el (wl-message-buffer-prefetch-subr):
5290         Fix for cancel-function-timers bug.
5291         (wl-message-buffer-prefetch-debug): Default value is t.
5292
5293 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5294
5295         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5296         (wl-message-buffer-prefetch-subr): Rewrite.
5297         Rename from `wl-message-buffer-prefetch'.
5298
5299 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5300
5301         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5302         (wl-default-draft-cite-decorate-author): Ditto.
5303
5304         * wl-draft.el (wl-draft-cite-function): Removed.
5305         (wl-default-draft-cite-decorate-author): Ditto.
5306
5307 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5308
5309         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5310         (wl-default-draft-cite): Do not arrange author name if the value of
5311         `wl-default-draft-cite-decorate-author' is nil.
5312
5313 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5314
5315         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5316
5317         * wl-folder.el (wl-folder-check-one-entity): Don't care
5318         `elmo-folder-use-flag-p'.
5319
5320 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5321
5322         * wl-folder (wl-folder-check-one-entity): Fix
5323         problem if unread is nil.
5324
5325 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5326
5327         * wl-address.el (wl-address-make-completion-list): Check whether
5328         the address is a group list.
5329         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5330
5331 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5332
5333         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5334         The number of the messages of new and unread does not count
5335         correctly.
5336
5337         * wl-summary.el (wl-summary-count-unread): Changed to return
5338         `(new . unread)' instead of total.
5339         (wl-summary-sync-update): Follow the change above.
5340
5341         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5342
5343 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5344
5345         * wl-address.el (wl-address-make-completion-list): Do not enclose
5346         address by " <" and ">" if associated realname is "".
5347         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5348         This is against the promblem with group list in .addresses pointed
5349         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5350
5351 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5352
5353         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5354         message is a format control string.
5355         * wl-expire.el (wl-expire-append-log): Ditto.
5356         * wl-mime.el (wl-summary-burst-subr): Ditto.
5357         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5358         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5359
5360 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5361
5362         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5363         wl.el (wl-check-variables): Rename from `wl-check-type'.
5364         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5365         (wl-check-variables-2): New function.
5366         (wl): Call `wl-check-variables-2'.
5367
5368 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5369
5370         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5371         after renaming folder in access group.
5372
5373 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5374
5375         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5376         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5377         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5378         (wl-message-buffer-prefetch): Rewrite.
5379         (wl-message-buffer-prefetch-idle-time): Removed.
5380         * wl-summary.el (wl-summary-redisplay-internal):
5381         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5382         Error check for `wl-message-buffer-prefetch-depht'.
5383
5384 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5385
5386         * Version number is increased to 2.9.5.
5387         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5388
5389 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5390
5391         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5392         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5393         Based on the patch written by
5394         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5395
5396 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5397
5398         * wl-draft.el (wl-draft-raw-send): Fix for
5399         `wl-news-send-pre-hook'
5400
5401 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5402
5403         * wl-utils.el (wl-message-id-function): New variable.
5404         * wl-draft.el (wl-draft-insert-required-fields):
5405         Use `wl-message-id-function'.
5406
5407 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5408
5409         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5410         * wl-utils.el (wl-draft-make-message-id-string):
5411         Use `wl-from' for domain part of Message-ID
5412         if `wl-message-id-use-wl-from' if non-nil.
5413         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5414
5415 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5416
5417         * wl.el (wl): Call `wl-check-type'
5418         Do not 'condition-case'.
5419
5420 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5421
5422         * wl.el (wl-check-type): New function.
5423         (wl-check-type-variables): New variable.
5424
5425 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5426
5427         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5428
5429 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5430
5431         * wl-draft.el (wl-smtp-password-key): New function.
5432         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5433         (wl-draft-send-mail-with-smtp): Ditto.
5434         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5435
5436 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5437
5438         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5439         * wl-utils.el (wl-unique-id-suffix): Remove.
5440
5441 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5442
5443         * Version number is increased to 2.9.4.
5444
5445 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5446
5447         * wl-utils.el (wl-unique-id-suffix): New variable.
5448         (wl-unique-id): Use `wl-unique-id-suffix'
5449
5450 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5451
5452         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5453         instead of `elmo-msgdb-search'.
5454
5455         * Version number is increased to 2.9.3.
5456
5457 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5458
5459         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5460
5461 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5462
5463         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5464         (wl-draft-dispatch-message): Changed for send-later.
5465         (wl-draft-queue-flush): Ditto.
5466         (wl-draft): Clear `wl-sent-message-queued'.
5467         (wl-draft-reedit): Ditto.
5468         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5469         * wl-vars.el (wl-draft-force-queuing): New variable.
5470         (wl-draft-force-queuing-mail): New variable.
5471         (wl-draft-force-queuing-news): New variable.
5472
5473 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5474
5475         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5476         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5477
5478 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5479
5480         * Version number is increased to 2.9.2.
5481
5482 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5483
5484         * wl-draft.el (wl-draft-elide-region): New user command.
5485         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5486
5487         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5488         command `wl-draft-elide-region'.
5489         * wl-mule.el: Ditto.
5490         * wl-xmas.el: Ditto.
5491
5492 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5493
5494         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5495         (wl-biff-check-folder-async): Removed needless let.
5496
5497 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5498
5499         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5500         wl-folder-get-elmo-folder.
5501         (wl-biff-check-folder): Set `biff' argument of
5502         `wl-folder-check-one-entity'.
5503         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5504
5505         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5506         (wl-folder-check-one-entity): Added `biff' argument;
5507         Setup `biff' slot of folder.
5508
5509         * Version number is increased to 2.9.1.
5510
5511 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5512
5513         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5514         comment out and fixed.
5515         (wl-fldmgr-add-completion-subr): Ditto.
5516
5517         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5518         and msgdb.
5519
5520         * wl.el (wl-toggle-plugged): Save summary view.
5521
5522 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5523
5524         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5525
5526 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5527
5528         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5529
5530 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5531
5532         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5533         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5534         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5535
5536         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5537         if it was failed.
5538         (wl-demo): Disable undo in the demo buffer.
5539
5540 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5541
5542         * wl-version.el (wl-version): Changed codename.
5543
5544         * Version number is increased to 2.9.0.
5545
5546 2001-12-14  Takuo KITAME <kitame@northeye.org>
5547
5548         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5549         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5550         (wl-folder-mark-as-read-all-current-entity): Ditto.
5551
5552 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5553
5554         * wl-vars.el (wl-from-width): Define as obsolete variable.
5555         (wl-subject-length-limit): Ditto.
5556
5557         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5558
5559         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5560         wl-summary-save-view.
5561
5562         * wl.el (wl-save-status): Ditto.
5563         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5564
5565         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5566         (wl-summary-exit): Follow the change above.
5567         (wl-summary-goto-folder-subr): Ditto.
5568
5569         * wl-folder.el (wl-folder-create-subr): Don't use
5570         `elmo-folder-creatable-p'.
5571
5572 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5573
5574         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5575
5576 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5579         rather than bitmap on Emacs 21.
5580         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5581         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5582         for xbm if the new redisplay engine is not available.
5583
5584 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5585
5586         * wl-folder.el (wl-folder-init-hook): New hook.
5587         (wl-folder-init): Run `wl-folder-init-hook'.
5588
5589 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5590
5591         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5592
5593 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5594
5595         * wl-acap.el (wl-acap-cache-filename): New variable.
5596         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5597         (wl-acap-init): Use cache if no ACAP server found.
5598
5599 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5600
5601         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5602         `wl-acap-original-msgdb-dir'.
5603
5604         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5605         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5606
5607         * wl-mime.el (wl-mime-save-directory): Renamed from
5608         `wl-mime-save-dir'.
5609
5610 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5611
5612         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5613
5614         * wl-demo.el: Require `path-util'.
5615         (wl-demo-bitmap-mule-available-p): New internal variable.
5616         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5617         `module-installed-p' instead.
5618         (wl-demo-insert-image): Use *.img file for a bitmap image.
5619         (wl-demo): Don't call the ascii demo recursively.
5620
5621 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5622
5623         * Version number is increased to 2.7.7.
5624
5625 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5626
5627         * wl.el (wl-exit): Eliminated byte-compile warning.
5628
5629 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5630
5631         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5632         obsolete variable using `elmo-define-obsolete-variable'.
5633         (wl-fetch-confirm-threshold): Ditto.
5634         (wl-cache-prefetch-folder-type-list): Ditto.
5635         (wl-cache-prefetch-folder-list): Ditto.
5636
5637 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5638
5639         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5640         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5641         (wl-demo-insert-image): New function.
5642         (wl-demo-insert-text): New function.
5643         (wl-demo-image-type-alist): Redefine as a function.
5644         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5645         (wl-demo-with-temp-file-buffer): Removed.
5646         (wl-logo-xpm): Removed.
5647         (wl-logo-xbm): Removed.
5648         (wl-logo-bitmap): Removed.
5649
5650 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5651
5652         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5653         (wl-expire-localdir-get-folder-function): New user option.
5654         (wl-expire-localdir-get-folder): New function.
5655         (wl-expire-localdir-date): Ditto.
5656
5657 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5658
5659         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5660         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5661         Fixed unread number mismatch when all-unread < unread.
5662
5663 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5664
5665         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5666         (wl-fetch-confirm-threshold): Ditto.
5667
5668         * wl-summary.el (wl-summary-confirm-appends): Removed.
5669         (wl-summary-sync-update): Don't refer
5670         `wl-summary-update-confirm-threshold' (It is now abolished).
5671
5672         * wl-message.el (wl-message-display-internal): Don't refer
5673         `wl-fetch-confirm-threshold' (It is now abolished).
5674
5675 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5678
5679 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5680
5681         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5682         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5683         Change default value to nil.
5684         (wl-summary-indent-length-limit): The value can be nil, nil means
5685         unlimited.
5686
5687         * wl-summary.el: Don't set limit for indent length if the value of
5688         wl-summary-indent-length-limit is nil.
5689         If the value of wl-summary-width is nil, it means only that the width
5690         of summary is unlimited (nil doesn't mean that the indent length is
5691         unlimited).
5692
5693         * wl-thread.el: Ditto.
5694
5695 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5696
5697         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5698         be nil, nil means never confirm.
5699         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5700
5701 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5702
5703         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5704         means unlimited).
5705
5706 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5707
5708         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5709         Use `with-temp-buffer'.
5710
5711 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5712
5713         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5714         with new backquote style).
5715         (wl-folder-get-entity-from-buffer): Ditto.
5716
5717 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5718
5719         * wl-version.el (nemacs-version): Eliminated.
5720         (wl-extended-emacs-version2): Ignore nemacs.
5721         (wl-extended-emacs-version3): Ditto.
5722
5723 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5724
5725         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5726         (wl-draft-add-in-reply-to): New variable.
5727         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5728         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5729         (wl-draft-yank-from-mail-reply-buffer): Use
5730         `wl-draft-add-in-reply-to'.
5731         (wl-draft-insert-current-message): Ditto.
5732
5733 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5734
5735         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5736         typo (kill->hide).
5737         (wl-message-buffer-prefetch-folder-type-list): Added elements
5738         `mark' and `cache' instead of `internal'.
5739
5740 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5741
5742         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5743         resume msgdb directory.
5744
5745 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5746
5747         * wl.el (wl-exit): Call `wl-acap-exit'.
5748
5749         * wl-summary.el (wl-summary-message-string): New function.
5750         (wl-summary-reedit): Use it.
5751         (wl-summary-resend-bounced-mail): Remove needless let.
5752         (wl-summary-supersedes-message): Ditto.
5753         (wl-summary-save): Ditto.
5754
5755         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5756         (wl-acap-init): Set it.
5757         (wl-acap-exit): New function.
5758
5759 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5760
5761         * wl.el (wl-init): Revert (require 'mime-setup). move from
5762         toplevel.
5763
5764 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5765
5766         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5767         local variables.  Add error when guess function return invalid
5768         value.
5769
5770 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5771
5772         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5773         Change local variable name.
5774         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5775         (wl-folder-get-newsgroups): Return nil when non-news folder.
5776         * wl-summary.el (wl-summary-write-current-folder): State through
5777         when guess-list return nil.
5778         (wl-summary-write-current-folder-functions): Fixed docstring.
5779
5780         * wl.el (wl-exit): Changed confirm message.
5781
5782         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5783         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5784
5785         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5786
5787 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5788
5789         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5790         user option (Renamed from wl-cache-prefetch-folder-type-list).
5791         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5792         from wl-cache-prefetch-folder-list).
5793
5794         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5795         Move to wl-vars.el.
5796         (wl-message-buffer-prefetch-p): Changed to enable
5797         `wl-message-buffer-prefetch-folder-list'.
5798
5799         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5800         `ignore-cache'.
5801
5802 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5803
5804         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5805         `part-top' and `part-bottom'.
5806         (wl-draft-config-sub-part-top): New function.
5807         (wl-draft-config-sub-part-bottom): New function.
5808
5809 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5810
5811         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5812
5813 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5814
5815         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5816
5817 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5818
5819         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5820
5821         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5822         (wl-summary-write-current-folder): Ditto.
5823
5824 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5825
5826         * wl-folder.el (wl-folder-get-newsgroups): Use
5827         `elmo-folder-newsgroups'.
5828
5829 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5830
5831         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5832         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5833         `wl-draft-config-sub-header-bottom'.
5834
5835 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5836
5837         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5838         localnews folder.
5839
5840 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5841
5842         * wl-summary.el (wl-summary-mode): Undo last change.
5843
5844         * wl-folder.el (wl-folder-mode): Ditto.
5845
5846 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5847
5848         * wl-summary.el (wl-summary-mode): Locally set
5849         truncate-partial-window-width to nil.
5850         (for XEmacs)
5851
5852         * wl-folder.el (wl-folder-mode): Ditto.
5853
5854 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5855
5856         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5857
5858 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5859
5860         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5861         number.
5862
5863         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5864
5865         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5866
5867         * Version number is increased to 2.7.6.
5868
5869 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5870
5871         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5872
5873 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5874
5875         * wl-summary.el (wl-summary-sync-update): Enclose network
5876         related portion with `unwind-protect'.
5877
5878 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5879
5880         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5881
5882 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5883
5884         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5885         element.
5886         * wl-vars.el (wl-message-body-button-alist): Ditto.
5887
5888         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5889         max match length.
5890         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5891
5892         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5893         for the max match length;
5894         Use 4th element value for the button string regexp group.
5895
5896         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5897         candidate exists, prompt to select.
5898
5899 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5900
5901         * wl-summary.el (wl-summary-jump-to-msg): Search before
5902         calibration point by `beginning-of-line'.
5903
5904 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5905
5906         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5907         for access group.
5908
5909 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5910
5911         * wl-message.el (wl-message-display-internal): Bind
5912         `default-mime-charset'.
5913
5914         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5915
5916         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5917
5918         * Version number is increased to 2.7.5.
5919
5920 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5921
5922         * wl-expire.el (wl-summary-archive): Fixed;
5923         Use `elmo-folder-name-internal'.
5924
5925 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5926
5927         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5928         from `elmo-folder-move-messages' caller.
5929         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5930
5931         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5932         related portions are changed).
5933
5934 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5935
5936         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5937         counter.
5938
5939 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5940
5941         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5942         buffer local and set it to nil.
5943
5944         * wl-message.el (wl-message-redisplay): Ditto.
5945
5946 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5947
5948         * wl-summary.el (wl-summary-mark-as-important): If message is
5949         already cached, set messag as read, otherwise encache and mark as read.
5950
5951 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5952
5953         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5954         point-min.
5955
5956 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5957
5958         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5959         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5960         a keymap.
5961
5962 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5963
5964         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5965         parent.
5966
5967         * wl-mule.el (wl-message-define-keymap): Ditto.
5968
5969         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5970
5971         * wl-xmas.el (wl-message-display-internal-hook): Define.
5972         (wl-xmas-setup-message-toolbar): Define as function.
5973         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5974         (wl-message-overload-functions): Abolished.
5975         (wl-message-define-keymap): New function.
5976
5977         * wl-vars.el (wl-message-display-internal-hook): New variable.
5978         (wl-message-header-button-alist): New variable (Renamed from
5979         wl-highlight-message-header-button-alist).
5980         (wl-message-body-button-alist): Ditto.
5981
5982         * wl-mule.el (wl-message-define-keymap): New function.
5983         (wl-message-overload-functions): Abolished.
5984
5985         * wl-message.el (wl-message-add-buttons-to-body): New function.
5986         (wl-message-redisplay): Don't call wl-message-overload-functions;
5987         Call wl-message-add-buttons-to-header and
5988         wl-message-add-buttons-to-body.
5989         (wl-message-display-internal): Set keymap argument for
5990         elmo-mime-display-as-is, elmo-mime-message-display;
5991         Run wl-message-display-internal-hook.
5992         (wl-message-refer-article-or-url): Abolished.
5993
5994         * wl-highlight.el (wl-highlight-headers): Don't call
5995         wl-highlight-message-add-buttons-to-header.
5996         (wl-highlight-message-add-buttons-to-header): Abolished.
5997
5998
5999         * wl-e21.el (wl-message-display-internal-hook): Define.
6000         (wl-e21-setup-toolbar): Deleted duplicated binding.
6001         (wl-e21-setup-message-toolbar): Define as function.
6002         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6003         (wl-message-define-keymap): New function.
6004         (wl-message-overload-functions): Abolished.
6005
6006 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6007
6008         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6009         and elmo-folder-close.
6010
6011         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6012
6013 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6014
6015         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6016         boolean value.
6017         * wl-draft.el (wl-draft-do-fcc): Ditto.
6018
6019 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6020
6021         * wl-vars.el (wl-fcc-force-as-read): New variable.
6022         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6023         mark copied message as read.
6024
6025 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6026
6027         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6028
6029 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6030
6031         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6032         `wl-summary-target-above' instead of obsolete variable
6033         `wl-summary-temp-above'.
6034
6035         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6036         instead of `make-obsolete-variable'.
6037         * wl-refile.el (toplevel): Ditto.
6038
6039 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6040
6041         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6042         with third argument t.
6043         (wl-draft): Set first argument for wl-plugged-init as t.
6044
6045         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6046         definition.
6047
6048 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6049
6050         * wl-vars.el: Tabify.
6051         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6052
6053         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6054         message.
6055
6056 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6057
6058         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6059         and set default to beep.
6060
6061 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6062
6063         * wl-vars.el (wl-draft-truncate-lines): New variable.
6064
6065         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6066         instead of wl-message-truncate-lines for truncate-lines.
6067
6068 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6069
6070         * wl-message.el (wl-message-display-internal): Call
6071         `wl-highlight-message' after `elmo-mime-display-as-is'.
6072
6073         * wl-mime.el (wl-mime-display-text/plain): New function.
6074         (wl-mime-display-header): Ditto.
6075         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6076         body-presentation-method for text/plain;
6077         Register `wl-mime-display-header' as a header-presentation-method;
6078         Don't set up `elmo-message-text-content-inserted-hook' and
6079         `elmo-message-header-inserted-hook'.
6080
6081         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6082         variable.
6083         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6084         as t if flag is 'all-header;
6085         Don't bind `elmo-message-ignored-field-list',
6086         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6087
6088 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6089
6090         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6091         for xemacs with non-mule environment.
6092
6093 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6094
6095         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6096         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6097         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6098
6099 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6100
6101         * wl-vars.el (wl-interactive-send): Set default value as t.
6102
6103 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6104
6105         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6106         (wl-addrmgr-method-list): Abolished.
6107         (wl-addrmgr-change-method): Follow above change.
6108
6109         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6110
6111 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6112
6113         * wl-vars.el (wl-message-truncate-lines): Change default value
6114         to default-truncate-lines.
6115
6116         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6117
6118 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6119
6120         * wl-vars.el (wl-message-truncate-lines): New variable.
6121
6122         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6123         wl-message-truncate-lines.
6124
6125 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6126
6127         * wl-acap.el (wl-acap-init): Remove period from error message.
6128         (wl-acap-find-acap-service): Remove period from message.
6129
6130 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6131
6132         * wl.el (wl-check-environment): Undo last change.
6133
6134         * wl-vars.el (wl-from): Changed default value.
6135
6136         * wl-util.el (toplevel): Don't require tm-edit.
6137
6138         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6139         `wl-folder-init';
6140         Don't set mark on mail body.
6141         (wl-draft-reedit): Ditto.
6142
6143         * wl-address.el (wl-address-quote-specials): Define as an alias for
6144         elmo-address-quote-specials.
6145
6146 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6147
6148         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6149
6150         * wl-vars.el (wl-from): Set default value as nil.
6151         (wl-organization): Set default value as ORGANIZATION environment
6152         variable.
6153
6154         * wl-draft.el (wl-smtp-extension-bind): Check value of
6155         wl-smtp-connection-type.
6156
6157         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6158         error.
6159
6160 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6161
6162         * Version number is increased to 2.7.4.
6163
6164         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6165         arguments from `wl-highlight-x-face-function' caller.
6166         Use x-face-1.3.6.12 or later.
6167
6168 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6169
6170         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6171
6172 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6173
6174         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6175         (wl-fcc): Fix to accept function.
6176         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6177
6178 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6179
6180         * wl-acap.el (toplevel): Added `product-provide' declare.
6181         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6182
6183 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6184
6185         * wl.el (wl): Changed order of calling `elmo-init'
6186         and `elmo-folder-init'.
6187
6188 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6189
6190         * wl-mime.el (wl-summary-burst): Extract message when content-type
6191         of root entity is not only `multipart' but also `message/rfc822'.
6192         (wl-summary-burst-subr): Ditto.
6193
6194 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6195
6196         * wl-vars.el (toplevel): Require 'custom.
6197         (wl-trash-folder): Added to `wl-setting' group.
6198
6199         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6200         exists.
6201         (wl-addrmgr-draw): Insert empty line when no entry exists.
6202
6203         * wl-mule.el (wl-message-wheel-up): Fixed.
6204         (wl-message-wheel-down): Ditto.
6205
6206 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6207
6208         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6209         config is an anonymous lambda expression.
6210
6211 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6212
6213         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6214         when Mule 2 is running.
6215
6216 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6217
6218         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6219
6220 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6221
6222         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6223         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6224
6225         * wl-address.el (wl-address-specials-regexp): Eliminated.
6226         (wl-address-quote-specials): Rewrite.
6227
6228 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6229
6230         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6231         shy-groups for regexp.
6232
6233         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6234         character classes and Perl style shy-groups for regexp.
6235         (wl-highlight-plugged-current-line): Use Posix style character
6236         classes for regexp.
6237         (wl-e21-highlight-folder-by-numbers): Ditto.
6238         (wl-e21-display-image-p): Use `display-images-p' instead of
6239         `display-graphic-p'.
6240         (display-images-p): Make an alias to `display-graphic-p' if it is
6241         not available.  It is for Emacs version prior to 21.0.105.
6242
6243         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6244         `display-graphic-p'.
6245         (wl-demo-image-type-alist): Ditto.
6246         (display-images-p): Make an alias to `display-graphic-p' if it is
6247         not available.  It is for Emacs version prior to 21.0.105.
6248
6249 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6250
6251         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6252         support.
6253         (wl-generate-user-agent-string): Ditto.
6254
6255         * wl-version.el (wl-version): Update docsting.
6256         (wl-version-status): Ditto.
6257
6258 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6259
6260         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6261         21.0.105.  For Emacs 21.0.104 or earlier.
6262
6263 2001-09-03  Takuo KITAME <kitame@northeye.org>
6264
6265         * wl-e21.el (wl-plugged-init-icons): Use
6266         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6267         (wl-biff-init-icons): Ditto.
6268
6269 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6270
6271         * wl-highlight.el (wl-highlight-summary-current-line):
6272         Fixed highlighting refile/copy destination.
6273
6274         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6275         (wl-acap-store): Encode string by wl-acap-coding-system.
6276
6277 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6278
6279         * wl-acap.el (toplevel): Check and require 'un-define before
6280         'xemacs-ucs;
6281          Added checking for UTF-2000.
6282
6283 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6284
6285         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6286         Don't enclose with `eval-and-compile'.
6287
6288         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6289         wl-init is non-nil.
6290
6291         * wl-draft.el (wl-draft): Ditto.
6292
6293         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6294
6295         * wl-acap.el (toplevel): Require 'wl.
6296         (wl-acap-store): Call `elmo-init'.
6297
6298         * wl.el (wl): Changed position of `wl-check-environment'.
6299         (toplevel): Added autoload setting for wl-acap.
6300
6301         * wl-vars.el (wl-setting): New custom group.
6302         (wl-from): Added wl-setting group.
6303         (wl-user-mail-address-list): Ditto.
6304         (wl-organization): Ditto.
6305         (wl-subscribed-mailing-list): Ditto.
6306         (wl-envelope-from): Ditto.
6307         (wl-smtp-posting-user): Ditto.
6308         (wl-smtp-posting-server): Ditto.
6309         (wl-smtp-posting-port): Ditto.
6310         (wl-smtp-authenticate-type): Ditto.
6311         (wl-pop-before-smtp-user): Ditto.
6312         (wl-pop-before-smtp-server): Ditto.
6313         (wl-pop-before-smtp-port): Ditto.
6314         (wl-pop-before-smtp-authenticate-type): Ditto.
6315         (wl-nntp-posting-server): Ditto.
6316         (wl-nntp-posting-user): Ditto.
6317         (wl-nntp-posting-port): Ditto.
6318         (wl-fetch-confirm-threshold): Ditto.
6319         (wl-prefetch-threshold): Ditto.
6320         (wl-thread-insert-opened): Ditto.
6321         (wl-ldap-server): Ditto.
6322         (wl-ldap-port): Ditto.
6323         (wl-ldap-base): Ditto.
6324         (wl-ldap-objectclass): Ditto.
6325         (wl-use-ldap): Ditto.
6326         (wl-draft-config-alist): Ditto.
6327         (wl-draft-config-matchone): Ditto.
6328         (wl-template-alist): Ditto.
6329         (wl-message-sort-field-list): Ditto.
6330         (wl-message-ignored-field-list): Ditto.
6331         (wl-message-visible-field-list): Ditto.
6332         (wl-interactive-send): Ditto.
6333         (wl-summary-move-order): Ditto.
6334         (wl-auto-select-first): Ditto.
6335         (wl-auto-select-next): Ditto.
6336         (wl-interactive-save-folders): Ditto.
6337
6338         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6339         Initialization codes are moved from wl-local-folder-init.
6340         (wl-local-folder-init): Follow the change above.
6341         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6342
6343         * wl-acap.el: New file.
6344
6345         * Version number is increased to 2.7.3.
6346
6347 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6348
6349         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6350
6351 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6352
6353         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6354         (wl-addrmgr-address-entry-list): Ditto.
6355
6356 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6357
6358         * wl-e21.el (wl-draft-mode-map): Removed binding for
6359         `wl-draft-insert-x-face-field'.
6360
6361         * wl-mule.el (wl-draft-mode-map): Ditto.
6362
6363         * wl-xmas.el (wl-draft-mode-map): Ditto.
6364
6365         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6366         (wl-cs-autoconv): Ditto.
6367         (wl-cs-local): Ditto.
6368         (wl-use-scoring): Ditto.
6369         (wl-mime-charset): Ditto.
6370         (wl-folder-check-async): Ditto.
6371
6372         * wl.el (toplevel): Ignore nemacs and tm.
6373         (wl-exit): Ditto.
6374
6375         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6376         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6377         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6378         instead of wl-address-petname-add-or-change.
6379         (wl-summary-edit-addresses-subr): Use wl-address-delete
6380         instead of wl-address-petname-delete.
6381
6382         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6383
6384         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6385         if error occured.
6386
6387         * wl-message.el (require): Remove tm support.
6388
6389         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6390
6391         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6392         (wl-folder-jump-to-current-entity): Ditto.
6393         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6394
6395         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6396         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6397         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6398
6399         * wl-mule.el (wl-draft-key-setup): Ditto.
6400
6401         * wl-xmas.el (wl-draft-key-setup): Ditto.
6402
6403         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6404         (wl-draft-std11-parse-addresses): New function.
6405         (wl-draft-parse-mailbox-list): Use it.
6406         (wl-draft): Ignore nemacs.
6407         (wl-draft-reedit): Ditto.
6408
6409         * wl-addrmgr.el: New file.
6410         (Original is wl-rcpt.el written by
6411         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6412         Thanks Kitamoto-san.)
6413
6414         * wl-address.el (wl-address-make-address-list): Modified parsing
6415         process.
6416         (wl-address-delete): Renamed from `wl-address-petname-delete';
6417         Modify wl-address-list too.
6418         (wl-address-add-or-change): Renamed from
6419         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6420
6421 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6422
6423         * wl-highlight.el (wl-highlight-summary-current-line):
6424           Work with transient-mark-mode
6425
6426 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6427
6428         * Version number is increased to 2.7.2.
6429
6430         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6431         instead of elmo-dop-queue-method.
6432
6433 2001-08-06  SAITO Atsunori <sai@yedo.com>
6434
6435         * wl-vars.el (wl-ldap-objectclass): New user option.
6436
6437         * wl-address.el (wl-ldap-make-filter): Use it.
6438
6439 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6440
6441         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6442
6443 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6444
6445         * wl-folder.el (wl-folder): redisplay after folder insertion.
6446
6447         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6448
6449         * wl-summary.el (wl-summary-sync-update):
6450         Change status mark only when new-msgdb exists.
6451         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6452
6453 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6454
6455         * wl-summary.el (wl-summary-open-folder): New function.
6456         (wl-summary-goto-folder-subr): Use it.
6457         (wl-summary-mark-as-important): Fix;
6458         Encache only when no cache exists.
6459
6460 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6461
6462         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6463         Use with-current-buffer.
6464
6465 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6466
6467         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6468         before call `get-buffer'. Fixed parenthesis.
6469         (wl-score-get-header-entry): Clear message and help window when
6470         keyboard quit.
6471         (wl-score-edit-insert-header): Ditto.
6472
6473 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6474
6475         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6476         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6477         (wl-default-draft-cite): Fix.
6478
6479         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6480         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6481
6482 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6483
6484         * wl-message.el (wl-message-prev-page): Do same bahavior
6485         as summary when it is called in the message buffer.
6486         (wl-message-next-page): Ditto.
6487
6488 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6489
6490         * wl-summary.el (wl-summary-forward): Use cache if it is not
6491         section cache.
6492
6493 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6494
6495         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6496         Removed redundant require of elmo-vars.
6497         (wl-biff-state-indicator-on): Changed default value for
6498         xemacs with non-mule environment.
6499
6500         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6501         wl-message-buffer is nil;
6502         Hide progress bar after moving messages.
6503
6504 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6505
6506         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6507         message at cursor point is deleted.
6508
6509 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6510
6511         * wl-vars.el: Changed file coding system to euc-japan.
6512         Added -*-coding:-*- magic to the first line.
6513
6514         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6515         Search parent from the first message.
6516
6517         * Version number is increased to 2.7.1.
6518
6519 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6520
6521         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6522
6523 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6524
6525         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6526         refile/delete execution.
6527
6528         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6529         Fixed docstring.
6530
6531 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6532
6533         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6534         do update process;
6535         Don't update marks when update process is interrupted.
6536
6537 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6538
6539         * wl-summary.el (wl-summary-reply): Fixed problem when
6540         wl-draft-use-frame is non-nil.
6541         (wl-summary-forward): Ditto.
6542
6543         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6544         as nil.
6545         (wl-folder-mark-as-read-all-entity): Ditto.
6546         (wl-folder-prefetch-entity): Ditto.
6547
6548         * wl.el (wl): Check environment before wl-init.
6549
6550         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6551         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6552         instead of wl-summary-collect-unread.
6553         (wl-summary-reply): Split message window.
6554
6555 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6556
6557         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6558         only if current language environment is japanese,
6559
6560         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6561         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6562         (wl-folder-goto-folder-subr): Ditto.
6563
6564         * wl-draft.el (wl-draft-dispatch-message): Call
6565         `elmo-file-cache-get-path'.
6566
6567 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6568
6569         * wl-summary.el (wl-summary-cursor-move): If return value of
6570         wl-summary-next-message is not number, don't jump.
6571
6572 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6573
6574         * wl-summary.el (wl-summary-buffer-next-message-function): New
6575         variable.
6576         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6577         if it is bound.
6578
6579         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6580         string.
6581
6582         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6583         (wl-plugged-drawing): Ditto.
6584
6585 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6586
6587         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6588         process.
6589         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6590         with unwind-protect.
6591
6592         * wl.el (wl-init): Require mime-setup.
6593         (wl-check-environment): Don't require mime-setup.
6594
6595         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6596         instead of elmo-folder-type.
6597
6598         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6599         value as nil.
6600
6601 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6602
6603         * Version number is increased to 2.7.0.
6604
6605         * wl-version.el (wl-version): Changed codename.
6606
6607         * wl-summary.el (wl-summary-delete-cache): Fixed.
6608
6609         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6610         Workaround for net folders.
6611         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6612
6613         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6614         value to nil (According to the patch from
6615         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6616
6617         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6618         of elmo-folder-close.
6619
6620 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6621
6622         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6623         for postfix.
6624
6625 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6626
6627         * wl-summary.el (wl-summary-resend-message): Fixed.
6628
6629         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6630         Call wl-draft with `from' argument if its address is included in
6631         `wl-user-mail-address-list'.
6632         (wl-draft): Added `from' argument.
6633
6634         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6635         non-nil.
6636         (wl): Don't show demo if wl-demo is nil.
6637
6638         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6639         wl-summary-use-frame.
6640
6641         * wl-vars.el (wl-summary-use-frame): New user option.
6642         (wl-folder-use-frame): Changed docstring.
6643
6644         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6645         non-nil.
6646         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6647         wl-summary-use-frame.
6648
6649         * wl-vars.el (wl-folder-use-frame): New user option.
6650
6651         * wl-summary.el (wl-summary-exit): Back to folder frame if
6652         wl-folder-use-frame is non-nil.
6653         (wl-summary-redisplay-internal): Ignore cache if current folder
6654         is draft folder,
6655         (wl-summary-redisplay-no-mime): Ditto.
6656         (wl-summary-redisplay-all-header): Ditto.
6657
6658         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6659         if wl-folder-use-frame is non-nil.
6660
6661 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6662
6663         * wl-summary.el (wl-summary-sync-update): Bind
6664         elmo-folder-update-threshold.
6665         (wl-summary-mark-as-important): Enclosed server mark processing
6666         with `save-match-data'.
6667
6668         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6669         only when it is already defined.
6670
6671 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6672
6673         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6674         name of folder exclude localdir is wrong.
6675         * wl-folder.el (wl-folder-sync-entity):
6676         Set `wl-summary-always-sticky-folder-list' as nil.
6677         (wl-folder-mark-as-read-all-entity): Ditto.
6678         (wl-folder-prefetch-entity): Ditto.
6679
6680 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6681
6682         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6683         instead of `wl-summary-write-current-newsgroup'.
6684
6685 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6686
6687         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6688         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6689         non-nil and selected message is important, do not display.
6690
6691 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6692
6693         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6694
6695 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6696
6697         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6698
6699         * wl-summary.el (wl-summary-mark-as-important): Set message number
6700         using wl-summary-message-number.
6701
6702 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6703
6704         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6705         destination folder is 'null.
6706
6707 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6708
6709         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6710         New function.
6711         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6712         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6713         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6714
6715 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6716
6717         * wl-mime.el (wl-mime-setup): Added setting for
6718         `mime-setup-signature-key-alist' to avoid overriding key bind for
6719         `wl-draft-send'.
6720
6721         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6722         for `wl-draft-send'.
6723         * wl-mule.el (wl-draft-overload-functions): Ditto.
6724         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6725         * wl-draft.el (wl-draft-send): Ditto.
6726
6727         * wl-message.el (wl-message-display-internal):
6728         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6729         (Patch is provided by <kita@coe.nttdata.co.jp>).
6730
6731 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6732
6733         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6734
6735 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6736
6737         * wl.el (wl): Fix for wl-demo.
6738
6739 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6740
6741         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6742
6743 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6744
6745         * wl-folder.el (wl-folder-prefetch-entity): Use
6746         `wl-folder-get-elmo-folder'.
6747         (wl-folder-count-incorporates): Do not use
6748         `wl-folder-get-elmo-folder'.
6749
6750 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6751
6752         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6753         instead of `elmo-folder-get-type'.
6754
6755 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6756
6757         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6758         position on Subject: field.
6759         (Advised by Mito <mit@nines.nec.co.jp>)
6760
6761 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6762
6763         * wl-folder.el (wl-folder-prefetch-entity): Use
6764         `wl-folder-get-elmo-folder'.
6765
6766 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6767
6768         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6769
6770         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6771         `process-duplicates' slot.
6772
6773         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6774         if detection failed.
6775
6776 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6777
6778         * wl-version.el (wl-version-status): Set to "alpha".
6779
6780 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6781
6782         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6783         Check wl-message-buffer lives before set-buffer.
6784
6785 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6786
6787         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6788         called in folder mode.
6789         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6790         * wl-summary.el (wl-summary-exit-pre-hook): Run
6791         `wl-summary-exit-pre-hook' before exit summary mode.
6792
6793 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6794
6795         * wl-version.el (wl-version-status): New variable.
6796         (wl-version-status-alist): Removed.
6797         (wl-version-status): Rule included.
6798
6799 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6800
6801         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6802         @sponichi.
6803
6804         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6805         when `mail-reply-buffer' is buffer-local variable.
6806         (Reported by <kita@coe.nttdata.co.jp>).
6807
6808 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6809
6810         * wl-vars.el (toplevel): Require 'elmo-util.
6811
6812 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6813
6814         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6815         (All other related portions are changed)
6816
6817         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6818
6819         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6820
6821 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6822
6823         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6824
6825 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6826
6827         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6828         Delete other windows to avoid an error.
6829         Use `point-marker' instead of `point' to remember the start point
6830         of body.
6831
6832         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6833
6834         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6835         number not to exceed all message number.
6836
6837 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6838
6839         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6840         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6841
6842 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6843
6844         * wl-summary.el (wl-summary-sync-force-update): Added argument
6845         no-check.
6846         (wl-summary-sync-update): Ditto.
6847         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6848         with `no-check'.
6849
6850         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6851         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6852         already running.
6853
6854 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6855
6856         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6857         `dst-folder-arg'.
6858         (wl-expire-archive-number1): Diito.
6859         (wl-expire-archive-number2): Diito.
6860         (wl-expire-archive-Date): Diito.
6861         (wl-archive-number1): Diito.
6862         (wl-archive-number2): Diito.
6863         (wl-archive-date): Diito.
6864         (wl-archive-folder-p): New function.
6865         (wl-summary-expire): Support of expand folder name at
6866         wl-expire-alist.
6867         * wl-util.el (wl-expand-newtext): Renamed from
6868         `wl-refile-expand-newtext'.
6869
6870 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6871
6872         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6873         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6874         `(elmo-msgdb-get-overview msgdb)'.
6875         (wl-summary-prefetch): Bind match data before call
6876         `wl-summay-prefetch-msg'.
6877         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6878         'off if `wl-summary-buffer-disp-msg' is non-nil.
6879         Fixed problem that couldn't show only one new or unread message when
6880         enter folder.
6881         (wl-summary-reply): Don't call `split-window-vertically' and other
6882         window.
6883
6884 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6885
6886         * wl-expire.el (wl-expire-refile): Fixed.
6887
6888 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6889
6890         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6891
6892         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6893         biff notification is removed.
6894
6895         * wl.el (wl): Changed position of `elmo-init'.
6896
6897         * wl-draft.el (wl-default-draft-cite): Use date field
6898         on the citation buffer.
6899
6900         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6901
6902         * wl-xmas.el (wl-folder-internal-icon-list): Added
6903         `wl-folder-shimbun-image'.
6904
6905         * wl-e21.el (wl-folder-internal-icon-list): Added
6906         `wl-folder-shimbun-image'.
6907
6908 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6909
6910         * wl.el (wl-init): Eliminated argument.
6911         (wl): Rewrite.
6912
6913         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6914         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6915         instead of `elmo-folder-msgdb-internal'.
6916         (wl-summary-sync-update): Ditto.
6917         (wl-summary-flush-pending-append-operations): Eliminated.
6918         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6919         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6920         `elmo-folder-open'.
6921
6922         * wl-mime.el (wl-summary-burst): Fixed.
6923
6924         * wl-folder.el (wl-folder-info-save): Check data type.
6925
6926         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6927         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6928         instead of `elmo-folder-msgdb-internal'.
6929         (wl-expire-hide): Ditto.
6930
6931
6932         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6933
6934 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6935
6936         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6937
6938 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6939
6940         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6941
6942 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6943
6944         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6945         Fixed `match-beginning' argument mismatch.
6946
6947 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6948
6949         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6950         the default value.
6951
6952 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6953
6954         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6955         instead of `elmo-nntp-default-port'.
6956
6957         * wl-vars.el: Fixed some doc strings.
6958
6959 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6960
6961         * wl-summary.el (wl-summary-prefetch-msg): Use
6962         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6963
6964         * wl-vars.el: Define *-func as obsolete variable using
6965         `elmo-define-obsolete-variable'.
6966
6967         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6968         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6969         instead of `wl-message-buffer-prefetch-threshold'.
6970
6971         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6972
6973         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6974
6975         * wl-draft.el (wl-caesar-region-func): Ditto.
6976
6977         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6978         Keep unread status in elmo-folder-move-messages.
6979         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6980
6981 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6982
6983         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6984         `wl-summary-buffer-exit-func'
6985         (wl-summary-buffer-message-redisplay-function): Renamed from
6986         `wl-summary-buffer-message-redisplay-func'
6987         (wl-summary-buffer-next-folder-function): Renamed from
6988         `wl-summary-buffer-next-folder-func'.
6989         (wl-summary-buffer-prev-folder-function): Renamed from
6990         `wl-summary-buffer-prev-folder-func'.
6991         (wl-summary-get-petname-function): Renamed from
6992         `wl-summary-get-petname-func'.
6993
6994         * wl-score.el (wl-score-edit-exit-function): Renamed from
6995         `wl-score-edit-exit-func'.
6996
6997         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6998         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6999
7000         * wl-util.el (wl-load-profile-function): Renamed from
7001         `wl-load-profile-func'.
7002
7003         * wl-folder.el (wl-folder-completion-function): Renamed from
7004         `wl-folder-completion-func'.
7005         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7006
7007         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7008         `wl-expire-archive-get-folder-func'.
7009         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7010         (wl-draft-send-mail-function): Renamed from
7011         `wl-draft-send-mail-func'.
7012         (wl-draft-send-news-function): Renamed from
7013         `wl-draft-send-news-func'.
7014         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7015         (wl-generate-mailer-string-function): Renamed from
7016         `wl-generate-mailer-string-func'.
7017         (wl-highlight-signature-search-function): Renamed from
7018         `wl-highlight-signature-search-func'.
7019         (wl-highlight-x-face-function): Renamed from
7020         `wl-highlight-x-face-func'
7021         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7022         (wl-ps-print-buffer-function): Renamed from
7023         `wl-ps-print-buffer-func'
7024         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7025         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7026         (wl-summary-subject-filter-function): Renamed from
7027         `wl-summary-subject-filter-func'.
7028
7029         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7030         `wl-draft-queue-flush-send-func'
7031         (wl-draft-cite-function): Renamed from
7032         `wl-draft-cite-func'
7033
7034         * wl-address.el (wl-address-init-function): Renamed from
7035         `wl-address-init-func'.
7036
7037 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7038
7039         * wl-draft.el (wl-draft-queue-flush): Don't call
7040         `elmo-dop-unlock-message'.
7041         * wl-draft.el (wl-draft-queue-append): Don't call
7042         `elmo-dop-lock-message'.
7043
7044         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7045         (wl-summary-buffer-folder-name): Ditto.
7046         (wl-summary-message-regexp): Added '-' (all other related portions
7047         are changed).
7048         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7049         wl-summary-buffer-folder-name.
7050
7051 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7052
7053         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7054         the number of mails in the folder buffer is not updated by wl-biff.
7055
7056 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7057
7058         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7059         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7060
7061 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7062
7063         * wl-summary.el (wl-summary-next-message):
7064         Return next message number when wl-summary-move-order is nil.
7065
7066 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7067
7068         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7069         `wl-summary-move-spec-alist'.
7070         (wl-summary-move-spec-unplugged-alist): New variable
7071         (Move spec for unplugged status).
7072         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7073         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7074
7075 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7076
7077         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7078         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7079
7080 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7081
7082         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7083         simple quotation to quote the anonymous function.
7084         * tm-wl.el (wl-draft-preview-message): Ditto.
7085
7086 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7087
7088         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7089         Eliminate redundant `save-excursion'.
7090         (wl-highlight-summary-current-line): Ditto.
7091
7092         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7093         accessing match data when `looking-at' failed.
7094
7095         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7096         `elmo-match-string' where users don't care about the speed.
7097         (wl-draft-save): Ditto.
7098
7099 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7100
7101         * wl-util.el (wl-regexp-opt): New function.
7102
7103         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7104         number from `wl-summary-buffer-number-list'.
7105         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7106         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7107         (wl-summary-move-spec-alist): Changed default setting.
7108
7109 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7110
7111         * wl-vars.el (wl-biff-notify-hook): New hook.
7112         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7113         the arrival of new mail.
7114         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7115         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7116
7117 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7118
7119         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7120
7121 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7122
7123         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7124
7125         * Version number is increased to 2.5.8.
7126
7127         * wl-thread.el (toplevel): require 'cl.
7128         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7129         (wl-thread-make-number-list): New function.
7130         (wl-thread-entity-make-number-list-from-children): Ditto.
7131         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7132         (wl-thread-entity-insert-as-children): Likewise.
7133         (wl-thread-delete-message): Likewise.
7134         (wl-meaning-of-mark): Eliminated.
7135         (wl-thread-next-failure-mark-p): Ditto.
7136         (wl-thread-entity-get-mark): Ditto.
7137         (wl-thread-meaning-alist-get-result): Ditto.
7138         (wl-thread-entity-check-prev-mark): Ditto.
7139         (wl-thread-entity-check-next-mark): Ditto.
7140         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7141         (wl-thread-entity-get-prev-marked-entity): Ditto.
7142         (wl-thread-get-prev-unread): Ditto.
7143         (wl-thread-jump-to-prev-unread): Ditto.
7144         (wl-thread-get-next-unread): Ditto.
7145         (wl-thread-jump-to-next-unread): Ditto.
7146         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7147         (wl-thread-entity-get-next-marked-entity): Ditto.
7148
7149         * wl-summary.el (wl-summary-buffer-number-list):
7150         New bufer-local variable.
7151         (wl-summary-switch-to-clone-buffer): Clone
7152         `wl-summary-buffer-number-list'.
7153         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7154         (wl-summary-cursor-move-regex): Eliminated.
7155         (wl-summary-cursor-up): Rewrite.
7156         (wl-summary-cursor-down): Ditto.
7157         (wl-summary-mode-spec-alist): New variable.
7158         (wl-summary-next-message): New inline function.
7159         (wl-summary-cursor-move): New function.
7160         (wl-summary-default-get-next-msg): Rewrite.
7161         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7162         (wl-summary-rescan): Ditto.
7163         (wl-summary-sync-all-init): Ditto.
7164         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7165         summary is not thread view.
7166         (wl-summary-sync-update): Ditto.
7167         (wl-summary-rescan): Ditto.
7168         (wl-summary-make-number-list): New function.
7169
7170         * wl-draft.el: "FCC" -> "Fcc".
7171
7172 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7173
7174         * wl-highlight.el (wl-highlight-summary-window):
7175         Call `set-buffer-modified-p'.
7176
7177         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7178         (wl): Call `elmo-init' and fix.
7179
7180         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7181         Use new variables.
7182
7183         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7184
7185 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7186
7187         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7188
7189 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7190
7191         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7192
7193 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7194
7195         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7196         `wl-use-toolbar' nor `display-graphic-p'.
7197         (wl-e21-setup-message-toolbar): Ditto.
7198         (wl-e21-setup-summary-toolbar): Ditto.
7199         (wl-e21-setup-folder-toolbar): Ditto.
7200
7201         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7202         (wl-plugged-init-icons): Ditto.
7203
7204         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7205         `display-graphic-p'.
7206         (wl-plugged-set-folder-icon): Ditto.
7207         (wl-highlight-plugged-current-line): Ditto.
7208         (wl-highlight-folder-current-line): Ditto.
7209         (wl-e21-highlight-folder-group-line): Ditto.
7210         (wl-e21-setup-toolbar): Ditto.
7211         (wl-e21-display-image-p): New macro.
7212
7213         * wl-demo.el (wl-demo): Simplified.
7214         (wl-demo-image-type-alist): Use `image-type-available-p' for
7215         checking whether the image type `xbm' is available.
7216
7217 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7218
7219         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7220         (wl-summary-input-range): Ditto.
7221
7222 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7223
7224         * wl-summary.el (wl-summary-edit-addresses): Use
7225         `wl-summary-get-original-buffer'
7226         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7227         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7228         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7229         (wl-summary-get-newsgroups): Eliminated.
7230         (wl-summary-set-crosspost): Ditto.
7231         (wl-summary-is-crosspost-folder): Ditto.
7232         (wl-crosspost-alist-load): Ditto.
7233         (wl-crosspost-alist-save): Ditto.
7234
7235         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7236         `elmo-setup-subscribed-newsgroups' instead of
7237         `elmo-nntp-make-groups-hashtb'.
7238         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7239         instead of `wl-crosspost-alist-save'.
7240
7241         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7242         of `elmo-folder-message-appendable-p'.
7243         (wl-mime-header-presentation-method): Eliminated.
7244
7245         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7246         (Error occurs in emacs21).
7247
7248         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7249         the current buffer).
7250
7251         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7252         instead of `wl-crosspost-alist-save'.
7253         (wl-init): `elmo-crosspost-message-alist-load'
7254         instead of `wl-crosspost-alist-load'
7255
7256         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7257         (wl-parse-newsgroups): Likewise.
7258         (wl-biff-notify): Run `wl-biff-notify-hook'.
7259
7260 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7261
7262         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7263
7264         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7265         when `wl-summary-lazy-highlight' is non-nil.
7266         (wl-summary-goto-folder-subr): Highlight only when
7267         `wl-summary-lazy-highlight' is non-nil.
7268
7269         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7270         Don't display progress and highlight temp-mark when
7271         `wl-summary-lazy-highlight' is non-nil.
7272         (wl-highlight-summary-window): New function.
7273         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7274
7275 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7276
7277         * wl-summary.el (wl-summary-sync): Change `all-visible'
7278         from `all-shown'
7279         (wl-summary-input-range): Ditto.
7280
7281 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7282
7283         * wl-e21.el (wl-highlight-folder-current-line): Call
7284         `wl-folder-init-icons' when folder icons have not been initialized.
7285
7286         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7287
7288         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7289         (wl-demo-image-type-alist): New macro.
7290
7291 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7292
7293         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7294         display does not support graphics.
7295         (wl-plugged-init-icons): Ditto.
7296         (wl-folder-init-icons): Ditto.
7297
7298         * wl-demo.el (wl-demo): Chech closely whether the display
7299         supports graphics.
7300
7301 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7302
7303         * wl-summary.el (wl-summary-get-original-buffer): New function.
7304         (wl-summary-set-crosspost): Use it.
7305         (wl-summary-target-mark-uudecode): Ditto.
7306         (wl-summary-reedit): Ditto.
7307         (wl-summary-resend-bounced-mail): Ditto.
7308         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7309         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7310
7311         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7312         (wl-message-display-internal): Ditto.
7313
7314 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7315
7316         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7317
7318 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7319
7320         * wl-summary.el (wl-summary-save-view): Renamed from
7321         `wl-summary-save-status'.
7322
7323 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7324
7325         * wl-summary.el (wl-summary-sync): Added `all-shown'
7326
7327 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7328
7329         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7330
7331 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7332
7333         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7334
7335 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7336
7337         * wl-highlight.el (wl-highlight-summary-line-string): Use
7338         `zerop' instead of `= 0'.
7339         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7340
7341         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7342         for comparing numbers.
7343         (wl-template-prev): Use `zerop' instead of `eq 0'.
7344
7345         * wl-draft.el (wl-draft-insert-current-message): Use
7346         `with-current-buffer' instead of `save-excursion'.
7347         Use `zerop' instead of `eq 0'.
7348
7349 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7350
7351         * wl-draft.el (wl-draft-insert-ccs): New function.
7352         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7353         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7354
7355 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7356
7357         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7358
7359 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7360
7361         * wl-expire.el (wl-expire-refile): Don't call
7362         elmo-msgdb-add-msgs-to-seen-list;
7363         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7364         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7365
7366 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7367
7368         * wl-message.el (wl-message-prev-page): Ignore errors while
7369         scroll-down.
7370
7371 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7372
7373         * wl-mime.el: Use elmo-original-message-mode instead of
7374         mmelmo-original-mode.
7375
7376         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7377         `elmo-folder-get-spec';
7378         (wl-fldmgr-add-completion-all-completions):
7379         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7380
7381         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7382         of `elmo-folder-get-type'.
7383
7384         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7385         `elmo-folder-get-spec';
7386         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7387         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7388         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7389         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7390         `elmo-read-msg-no-cache';
7391         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7392         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7393         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7394         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7395         `elmo-cache-save';
7396         (wl-draft-reedit): Use `elmo-message-file-name'.
7397
7398         * wl-expire.el: Use `elmo-folder-name-internal';
7399         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7400         Use macro `wl-summary-buffer-msgdb' instead of variable
7401         `wl-summary-buffer-msgdb';
7402         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7403         Use macro `wl-summary-buffer-folder-name' instead of variable
7404         `wl-summary-buffer-folder-name'.
7405         * wl-score.el: Likewise.
7406
7407         * wl-message.el: Rewrite for new message buffer cache mechanism.
7408         (wl-message-buffer-cache-buffer-get): New macro.
7409         (wl-message-buffer-cache-folder-get): Ditto.
7410         (wl-message-buffer-cache-message-get): Ditto.
7411         (wl-message-buffer-cache-entry-make): Ditto.
7412         (wl-message-buffer-cache-hit): Ditto.
7413         (wl-message-buffer-cache-sort): New function.
7414         (wl-message-buffer-cache-add): Ditto.
7415         (wl-message-buffer-cache-delete): Ditto.
7416         (wl-message-buffer-cache-clean-up): Ditto.
7417         (wl-message-buffer-window): Rewrite.
7418         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7419         (wl-message-buffer-display): New function.
7420         (wl-message-display-internal): New function.
7421
7422 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7423
7424         * wl-folder.el: Use `elmo-folder-name-internal';
7425         Use `wl-folder-get-elmo-folder';
7426         Use `elmo-folder-list-messages' instead of
7427         `elmo-list-folder';
7428         Use `elmo-folder-get-primitive-list' instead of
7429         `elmo-folder-get-primitive-spec-list';
7430         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7431         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7432         Use `elmo-folder-create' instead of `elmo-create-folder'.
7433         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7434         (wl-folder-get-elmo-folder): New macro.
7435         (wl-folder-elmo-folder-cache-get): Ditto.
7436         (wl-folder-elmo-folder-cache-put): Ditto.
7437         (wl-folder-suspend): Call `elmo-quit'.
7438
7439         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7440         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7441         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7442         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7443         (toplevel): require 'cl.
7444         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7445
7446         * wl-summary.el: Rewrite to use new elmo interface.
7447
7448 \f
7449 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7450
7451         * wl-mime.el (wl-draft-preview-message):
7452         Run `wl-draft-send-hook' before collecting recipients information;
7453         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7454
7455         * tm-wl.el (wl-draft-preview-message): Ditto.
7456
7457 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7458
7459         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7460         wrong recipients are displayed when forwarded message.
7461
7462 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7463
7464         * Version number is increased to 2.5.7.
7465
7466 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7467
7468         * wl-message.el (wl-message-next-page): Bind
7469         `window-pixel-scroll-increment' to nil while scrolling up.
7470
7471 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7472
7473         * wl-vars.el (wl-save-hook): New hook.
7474         * wl.el (wl-save): Call `wl-save-hook'.
7475
7476 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7477
7478         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7479         Argument WITH-ARG instead of NO-ARG (negative mean).
7480         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7481         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7482         * wl-message.el (wl-message-follow-current-entity): Likewise.
7483
7484 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7485
7486         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7487         FROM was optional argument.
7488         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7489
7490 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7491
7492         * Version number is increased to 2.5.6.
7493
7494 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7495
7496         * wl-version.el (wl-version-show): Removed.
7497         (wl-version): Add `interactive'.
7498
7499 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7500
7501         * wl-summary.el (wl-summary-get-petname-func): New variable.
7502         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7503         instead of `wl-address-get-petname-1'.
7504         (wl-summary-simple-from): Ditto.
7505
7506         * wl-address.el (wl-address-get-petname-1): Define as function.
7507
7508 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7509
7510         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7511         field in the original message.
7512         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7513
7514 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7515
7516         * wl-expire.el (wl-expire-hide):
7517         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7518
7519 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7520
7521         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7522         find decoder for To, Cc, and Subject.
7523
7524 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7525
7526         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7527         for checking `elmo-use-buffer-cache'.
7528         (wl-summary-mark-as-important): Fixed typo in comment.
7529
7530 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7531
7532         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7533         field in the original message.
7534         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7535
7536 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7537
7538         * wl-expire.el (wl-expire-hide):
7539         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7540
7541 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7542
7543         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7544         find decoder for To, Cc, and Subject.
7545
7546 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7547
7548         * Version number is increased to 2.5.5.
7549
7550         * wl-address.el (wl-address-specials-regexp): New constant.
7551         (wl-address-quote-specials): Use it.
7552
7553 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7554
7555         * wl-summary.el (wl-summary-rescan):
7556         Call `wl-summary-buffer-number-column-detect'.
7557         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7558
7559         * wl-message.el (wl-message-mode-map): Define.
7560         (wl-message-decode): Use it as local-map.
7561
7562 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7563
7564         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7565         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7566
7567 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7568
7569         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7570
7571         * wl-mule.el (wl-read-event-char): Ditto.
7572
7573         * wl-e21.el (wl-read-event-char): Ditto.
7574
7575         * wl-nemacs.el (wl-read-event-char): Ditto.
7576         (read-event): Removed.
7577
7578         * wl-util.el (toplevel): Removed dummy definition of
7579         `read-event'.
7580         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7581
7582 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7583
7584         * wl-nemacs.el (elmo-archive-call-process): Moved to
7585         elmo-archive.el.
7586
7587 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7588
7589         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7590         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7591
7592         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7593         instead of magic-number 6.  Use `not' instead of `null' for symbol
7594         `nil' check (not empty list).
7595         (wl-draft-insert-x-face-field): Fixed paren style.
7596
7597         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7598         one-branch conditional statement, instead of `and' and `if'.
7599         (wl-draft-forward): Likewise.
7600         (wl-draft-add-references): Likewise.
7601         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7602
7603         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7604         conditional steatment.  Use `cond' instead of `if'.
7605         (wl-draft-confirm): Likewise.
7606
7607 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7608
7609         * wl-version.el (wl-version-show): Use `product-string-1'
7610         instead of `wl-version'.
7611         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7612
7613         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7614
7615 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7616
7617         * wl-highlight.el (wl-highlight-headers): Revert
7618         `wl-highlight-x-face-func' argument (`beg' and `end').
7619
7620 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7621
7622         * wl.el (toplevel): Move `product-provide' declare.
7623         * wl-demo.el (toplevel): Ditto.
7624         * wl-dnd.el (toplevel): Ditto.
7625         * wl-highlight.el (toplevel): Ditto.
7626         * wl-message.el (toplevel): Ditto.
7627         * wl-refile.el (toplevel): Ditto.
7628         * wl-util.el (toplevel): Ditto.
7629
7630 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7631
7632         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7633         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7634         (wl-thread-close-all): keep cursor position.
7635
7636 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7637
7638         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7639         (eq x 0).
7640         (wl-generate-user-agent-string-1): Fix conditional statement.
7641
7642 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7643
7644         * wl.el (wl-check-environment): Additional check for
7645         'wl-local-domain' and `wl-message-id-domain'.
7646
7647 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7648
7649         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7650
7651 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7652
7653         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7654         instead of `smtp-sasl-user-realm'.
7655
7656 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7657
7658         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7659
7660 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7661
7662         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7663         to the default value as well as `eword-lexical-analyzer'.
7664
7665 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7666
7667         * wl-version.el (wl-extended-emacs-version,
7668         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7669         `elmo-match-string' instead of `wl-match-string'.
7670
7671 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7672
7673         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7674         docstring.
7675
7676 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7677
7678         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7679
7680 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7681
7682         * wl-highlight.el (wl-highlight-headers): Remove
7683         `wl-highlight-x-face-func' argument (`beg' and `end').
7684
7685 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7686
7687         * wl-summary.el (wl-summary-mark-as-important):
7688         Remove cache if folder is local.
7689
7690 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7691
7692         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7693         to get existing e-mail address string.
7694
7695 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7696
7697         * wl-version.el (wl-generate-user-agent-string): Commentary.
7698         (wl-generate-user-agent-string-1): Use `when' for
7699         one-branch conditional statement, instead of `and' and `if'.
7700         (wl-extended-emacs-version, wl-extended-emacs-version2,
7701         wl-extended-emacs-version3): Ditto.
7702
7703 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7704
7705         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7706         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7707         condition-case; Remove initialization.
7708         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7709         (wl-summary-sync-update3): Added argument `sync-all';
7710         Eliminated local variable `msgdb';
7711         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7712         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7713         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7714
7715 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7716
7717         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7718         connection before call `wl-draft-send-mail-with-smtp'.
7719
7720 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7721
7722         * Version number is increased to 2.5.4.
7723
7724 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7725
7726         * wl.el (wl-check-environment): Additional check for
7727         'wl-local-domain' and `wl-message-id-domain'.
7728
7729 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7730
7731         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7732         buffer as command specific.
7733         (wl-folder-mark-as-read-all-entity): Ditto.
7734         (wl-folder-prefetch-entity): Ditto.
7735         (wl-folder-drop-unsync-entity): Ditto.
7736
7737         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7738         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7739         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7740
7741         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7742         save-excursion.
7743
7744 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7745
7746         * Version number is increased to 2.5.3.
7747
7748         * wl-summary.el (wl-summary-save-view-cache):
7749         Delete duplicated `write-region';
7750         Use `write-region-as-binary' instead of `as-binary-output-file' and
7751         `write-region'.
7752
7753 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7754
7755         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7756
7757 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7758
7759         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7760         instead of `smtp-via-smtp'.
7761
7762 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7763
7764         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7765
7766 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7767
7768         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7769         instead of `smtp-sasl-user-realm'.
7770
7771 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7772
7773         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7774
7775 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7776
7777         * Version number is increased to 2.5.2.
7778
7779 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7780
7781         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7782         does not exist.
7783         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7784         (wl-biff-start): Call `timer-activate' if timer already exists.
7785
7786         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7787         only when it is bound as function.
7788
7789 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7790
7791         * Version number is increased to 2.5.1.
7792
7793 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7794
7795         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7796         Print refile/copy destination.
7797
7798 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7799
7800         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7801         queue-flush-only is non-nil.
7802
7803         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7804
7805         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7806         checking cache folder.
7807
7808 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7809
7810         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7811         `regexp-quote'.
7812
7813 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7814
7815         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7816         function.
7817         * wl-summary.el (wl-summary-write-current-folder-functions):
7818         Change default value.  Use it.
7819
7820 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7821
7822         * Version number is increased to 2.5.0.
7823
7824         * wl-version.el (wl-version): Changed codename.
7825
7826 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7827
7828         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7829         (wl-summary-supersedes-message): Ditto.
7830
7831 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7832
7833         * wl-refile.el (wl-refile-guess-functions): Renamed from
7834         `wl-refile-guess-func-list'.
7835
7836 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7837
7838         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7839         Fixed problem when no rule was matched.
7840
7841 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7842
7843         * wl-summary.el (wl-summary-get-mark): Fixed
7844         `wl-summary-buffer-target-mark' check logic.
7845
7846 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7847
7848         * wl-folder.el (wl-folder-write-current-folder): Added group
7849         folder check.
7850
7851         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7852         `wl-summary-write-current-newsgroup'.
7853         (wl-summary-write-current-folder-functions): New variable.
7854         * wl-folder.el (wl-folder-get-newsgroups): New function.
7855         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7856         (wl-folder-write-current-folder): Renamed from
7857         `wl-folder-write-current-newsgroup'.
7858
7859 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7860
7861         * Version number is increased to 2.3.93.
7862
7863 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7864
7865         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7866         (wl-ldap-make-matched-value-list): Ditto.
7867         (wl-ldap-alias-safe-string): Split e-mail address.
7868
7869         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7870         petname folder default was selected.
7871         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7872         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7873
7874 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7875
7876         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7877         to `wl-draft-config-exec'.
7878
7879         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7880         instead of calling `wl-draft-config-exec';
7881         Process group-list and show recipients in minibuffer.
7882
7883         * tm-wl.el (wl-draft-preview-message): Ditto.
7884
7885 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7886
7887         * wl.el (toplevel): Added (C) to copyright notice, and
7888         sync Author header.
7889         * tm-wl.el (toplevel): Ditto.
7890         * wl-address.el (toplevel): Ditto.
7891         * wl-demo.el (toplevel): Ditto.
7892         * wl-dnd.el (toplevel): Ditto.
7893         * wl-draft.el (toplevel): Ditto.
7894         * wl-e21.el (toplevel): Ditto.
7895         * wl-expire.el (toplevel): Ditto.
7896         * wl-folder.el (toplevel): Ditto.
7897         * wl-highlight.el (toplevel): Ditto.
7898         * wl-message.el (toplevel): Ditto.
7899         * wl-mime.el (toplevel): Ditto.
7900         * wl-mule.el (toplevel): Ditto.
7901         * wl-nemacs.el (toplevel): Ditto.
7902         * wl-refile.el (toplevel): Ditto.
7903         * wl-score.el (toplevel): Ditto.
7904         * wl-summary.el (toplevel): Ditto.
7905         * wl-template.el (toplevel): Ditto.
7906         * wl-thread.el (toplevel): Ditto.
7907         * wl-util.el (toplevel): Ditto.
7908         * wl-vars.el (toplevel): Ditto.
7909         * wl-xmas.el (toplevel): Ditto.
7910
7911 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7912
7913         * wl.el (wl-init): Added comment about `wl-init-hook'.
7914         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7915         * wl-vars.el (wl-init-hook): Added docs.
7916         (wl-make-plugged-hook): Removed useless docs.
7917         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7918         * wl-xmas.el (toplevel): Ditto.
7919
7920 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7921
7922         * wl-address.el (toplevel): Fixed multiple Author header format.
7923         * wl-demo.el (toplevel): Ditto.
7924         * wl-draft.el (toplevel): Ditto.
7925         * wl-folder.el (toplevel): Ditto.
7926         * wl-summary.el (toplevel): Ditto.
7927         * wl-thread.el (toplevel): Ditto.
7928         * wl-util.el (toplevel): Ditto.
7929         * wl-vars.el (toplevel): Ditto.
7930         * wl-version.el (toplevel): Ditto.
7931         * wl-xmas.el (toplevel): Ditto.
7932         * wl.el (toplevel): Ditto.
7933
7934         * wl-version.el (toplevel): Added require `elmo-version' for
7935         `product-version-as-string'.
7936
7937 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7938
7939         * wl-vars.el (wl-draft-send-hook): Changed default value to
7940         '(wl-draft-config-exec).
7941
7942         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7943         explicitly.
7944         (wl-draft): Set `wl-draft-config-exec-flag' before running
7945         `wl-mail-setup-hook'.
7946
7947         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7948         `wl-biff-init-icons' to `wl-init-hook' instead of
7949         `wl-make-plugged-hook'.
7950         (Because if `wl-draft' command is invoked at first,
7951         they are not initialized)
7952         Updated copyright notice.
7953
7954         * wl-e21.el (toplevel): Ditto;
7955
7956         * wl-demo.el (toplevel): Updated copyright notice.
7957         * wl-address.el (toplevel): Ditto.
7958         * wl-draft.el (toplevel): Ditto.
7959         * wl-version.el (toplevel): Ditto.
7960         * wl-folder.el (toplevel): Ditto.
7961         * wl-summary.el (toplevel): Ditto.
7962         * wl-thread.el (toplevel): Ditto.
7963         * wl-util.el (toplevel): Ditto.
7964         * wl-vars.el (toplevel): Ditto.
7965         * wl.el (toplevel): Ditto.
7966
7967 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7968
7969         * wl-highlight.el (wl-highlight-message): Fixed problem of
7970         highlighting failure which occured when the last field contains
7971         multiple lines in the draft buffer.
7972
7973         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7974         `wl-biff-start' if plugged.
7975
7976         * wl-util.el (wl-biff-check-folder): New function.
7977         (wl-biff-check-folders): Don't set session name prefix.
7978         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7979         (wl-biff-check-folder-async): Ditto.
7980
7981         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7982         in email address.
7983
7984 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7985
7986         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7987
7988         * wl-draft.el (wl-draft-strip-subject-re): New function.
7989
7990         * wl-draft.el (wl-draft-reply): Use it.
7991
7992 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7993
7994         * wl-message.el (wl-mmelmo-message-redisplay): Use
7995         `mime-display-message' instead of `wl-mime-display-message'.
7996
7997         * wl-mime.el (toplevel): Removed compatibility workaround
7998         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7999         (wl-mime-display-message): Abolished.
8000         (wl-mime-entity-read-field): Ditto.
8001         (wl-mime-combine-message/partial-pieces): Use
8002         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8003
8004 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8005
8006         * wl-template.el: Doc fixes.
8007
8008 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8009
8010         * wl-e21.el (wl-message-overload-functions): Do nothing if
8011         `current-local-map' is not available.
8012         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8013
8014 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8015
8016         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8017         representation.
8018
8019         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8020         number.
8021         (wl-fldmgr-save-folders): Don't use `format' when insert
8022         `wl-fldmgr-folders-header'.
8023
8024 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8025
8026         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8027
8028 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8029
8030         * wl-highlight.el (wl-highlight-message):
8031         Use `std11-field-end' to detect end point of the header field.
8032         Refer `wl-highlight-max-header-size'.
8033
8034         * wl-vars.el (wl-highlight-max-header-size): New variable.
8035
8036         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8037
8038         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8039         Set `for-draft' argument of wl-highlight-headers.
8040         (wl-draft): Ditto.
8041         (wl-draft-reedit): Ditto.
8042         (wl-user-agent-compose-internal): Ditto.
8043
8044 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8045
8046         * wl-message.el (wl-message-add-button): Use overlay.
8047
8048 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8049
8050         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8051
8052         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8053         problem when group-list content is nothing.
8054         (Reported by Mito <mit@nines.nec.co.jp>)
8055
8056 2000-10-18  SAITO Atsunori <sai@yedo.com>
8057
8058         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8059
8060 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8061
8062         * tm-wl.el (toplevel): Use product-provide.
8063
8064 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8065
8066         * Version number is increased to 2.3.92.
8067
8068 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8069
8070         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8071         title text, use `display' property for left margin under Emacs 21.
8072
8073         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8074         properties.
8075         (wl-plugged-init-icons): Ditto.
8076
8077 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8078
8079         * wl.el (wl-save-status, wl-init): Remove last period in
8080         "...done." message.
8081         * tm-wl.el (wl-summary-burst): Ditto.
8082         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8083         wl-summary-resume-cache-status,
8084         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8085         wl-summary-sync-update3, wl-summary-highlight-msgs,
8086         wl-summary-flush-pending-append-operations,
8087         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8088         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8089         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8090         wl-thread-open-all): Ditto.
8091         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8092         * wl-mime.el (wl-summary-burst): Ditto.
8093         * wl-highlight.el (wl-highlight-summary): Ditto.
8094         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8095         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8096         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8097         * wl-address.el (wl-local-address-init): Ditto.
8098
8099 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8100
8101         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8102         `add-text-properties'.
8103         (wl-plugged-init-icons): Ditto.
8104         (wl-folder-init-icons): Use `propertize' instead of
8105         `put-text-property'.
8106         (wl-plugged-set-folder-icon): Ditto.
8107         (wl-e21-highlight-folder-group-line): Ditto.
8108
8109 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8110
8111         * wl-version.el (wl-version-status-alist): New variable.
8112         (wl-version-status): New function.
8113
8114         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8115         "Cc" part of the case "Reply-To".
8116
8117         * wl-draft.el (wl-draft-reply): Use result of
8118         `eword-extract-address-components'.
8119
8120         * wl-demo.el (wl-demo-icon-name): New constant.
8121         (wl-logo-xpm): Use it.
8122         (wl-logo-xbm): Ditto.
8123         (wl-logo-bitmap): Ditto.
8124
8125         * Version number is increased to 2.3.91.
8126
8127 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8128
8129         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8130         (wl-extended-emacs-version, wl-extended-emacs-version2,
8131         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8132         docstring.
8133
8134         * wl-version.el (wl-generate-user-agent-string-1): New function.
8135         (wl-generate-user-agent-string): Use it.
8136
8137         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8138         `mime-edit-insert-user-agent-field'.
8139         (wl-generate-user-agent-string): Check
8140         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8141
8142         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8143         instead of `if', when verbose case.
8144
8145 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8146
8147         * wl-expire.el (wl-summary-expire): Fix.
8148
8149 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8150
8151         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8152         and `elmo-lost+found-folder' if 'wl-draft.
8153         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8154
8155 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8156
8157         * wl-expire.el (wl-summary-expire): Change messages.
8158         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8159         `deleing-info' instead of "Deleting..."
8160
8161 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8162
8163         * wl-summary.el (wl-summary-refile-subr): Fix.
8164
8165 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8166
8167         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8168         if pipe folder.
8169
8170 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8171
8172         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8173
8174 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8175
8176         * wl-expire.el (wl-expire-hide): New function.
8177         (wl-summary-expire): Add `hide'.
8178
8179 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8180
8181         * wl-vars.el (wl-draft-reply-without-argument-list):
8182         Changed default value to consider `Reply-To:'.
8183         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8184
8185         * Version number is increased to 2.3.90.
8186
8187         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8188         elmo-imap4-get-session with unwind-protect.
8189         Don't cause error.
8190         (wl-summary-sync-marks): Don't check plugged nor folder type.
8191         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8192         (Always keep current buffer).
8193
8194 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8195
8196         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8197         Enclose with `save-excursion'.
8198
8199 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8200
8201         * wl-version.el (wl-version): Remove interactive.
8202
8203 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8204
8205         * wl-version.el (wl-generate-user-agent-string): Use
8206         `product-string-verbose' instead of `product-string-1'.
8207
8208 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8209
8210         * wl-vars.el (wl-draft-use-cache): New variable.
8211         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8212         if wl-draft-use-cache is non-nil.
8213
8214 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8215
8216         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8217         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8218
8219 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8220
8221         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8222         (wl-thread-msg-mark-as-unread): Ditto.
8223
8224         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8225         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8226         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8227         Don't set mark in summary if return value of `elmo-mark-as-read'
8228         is nil.
8229         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8230         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8231         instead of `wl-thread-msg-mark-as-read'.
8232         (wl-summary-mark-as-unread-region): Ditto.
8233         (wl-summary-target-mark-mark-as-read): Ditto.
8234
8235         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8236
8237 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8238
8239         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8240
8241         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8242
8243 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8244
8245         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8246         face.
8247
8248 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8249
8250         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8251         `running-xemacs'.
8252
8253 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8254
8255         * wl-version.el (toplevel): Use `product-version-as-string' for
8256         set verstion-string, if defined.
8257
8258         * wl-version.el (wl-version-show): Insert string at point, when
8259         call with argument.
8260
8261         * wl-version.el (wl-generate-user-agent-string): Use
8262         `product-string-1' instead of `wl-appname', `wl-version' and
8263         `wl-codename'.
8264
8265 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8266
8267         * wl-address.el (toplevel): Use product-provide.
8268         * wl-demo.el (toplevel): Ditto.
8269         * wl-dnd.el (toplevel): Ditto.
8270         * wl-draft.el (toplevel): Ditto.
8271         * wl-e21.el (toplevel): Ditto.
8272         * wl-expire.el (toplevel): Ditto.
8273         * wl-fldmgr.el (toplevel): Ditto.
8274         * wl-folder.el (toplevel): Ditto.
8275         * wl-highlight.el (toplevel): Ditto.
8276         * wl-message.el (toplevel): Ditto.
8277         * wl-mime.el (toplevel): Ditto.
8278         * wl-mule.el (toplevel): Ditto.
8279         * wl-nemacs.el (toplevel): Ditto.
8280         * wl-refile.el (toplevel): Ditto.
8281         * wl-score.el (toplevel): Ditto.
8282         * wl-summary.el (toplevel): Ditto.
8283         * wl-template.el (toplevel): Ditto.
8284         * wl-thread.el (toplevel): Ditto.
8285         * wl-util.el (toplevel): Ditto.
8286         * wl-vars.el (toplevel): Ditto.
8287         * wl-xmas.el (toplevel): Ditto.
8288         * wl.el (toplevel): Ditto.
8289
8290 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8291
8292         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8293         instead of product.
8294
8295         * wl-version.el (wl-version): Compile time evalution elmo-version.
8296
8297 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8298
8299         * wl-summary.el (wl-summary-sync-force-update): Append queue
8300         `mark-as-read'if unplugged.
8301
8302 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8303
8304         * wl-version.el: New file.  Use product.el.
8305         * wl.el: add (require 'wl-version).
8306         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8307         for ~/.folders header.
8308         (wl-fldmgr-folders-header): Changed.
8309         * wl-demo.el (wl-demo): Use product.el.
8310
8311         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8312         wl-version.el.
8313         * wl-util.el (wl-version, wl-version-show): Ditto.
8314
8315         * wl-util.el (wl-generate-user-agent-string,
8316         wl-extended-emacs-version, wl-extended-emacs-version2,
8317         wl-extended-emacs-version3): Move to wl-version.el.
8318         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8319         xemacs-codename, mime-edit-insert-user-agent-field,
8320         mime-edit-user-agent-value, mime-editor/version,
8321         mime-editor/codename): Compile warning killer move to
8322         wl-version.el
8323
8324 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8325
8326         * wl-summary.el (wl-summary-refile-subr): Fix.
8327
8328 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8329
8330         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8331         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8332
8333 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8334
8335         * wl.el (wl-check-environment): Check too many `@'.
8336
8337 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8338
8339         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8340
8341 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8342
8343         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8344         wl-draft-reply-myself-without-argument-list): Add variables.
8345         * wl-draft.el (wl-draft-reply): Use it.
8346
8347 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8348
8349         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8350         the 5th argument of `elmo-network-get-spec'.
8351
8352         * wl-thread.el (wl-thread-reparent-children): New inline function.
8353         (wl-thread-delete-message): Use it.
8354
8355         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8356         (wl-summary-score-update-all-lines): Don't use `dolist'.
8357
8358 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8359
8360         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8361         (require 'elmo-msgdb) for inline function.
8362
8363 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8364
8365         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8366
8367 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8368
8369         * wl-score.el (wl-score-headers): Fix for the confusing macro
8370         `elmo-kill-buffer'.
8371
8372 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8373
8374         * wl-summary.el: Don't use the 3rd argument of `require' because
8375         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8376         * wl-util.el: Ditto.
8377         * wl-draft.el: Ditto.
8378
8379 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8380
8381         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8382         window system is not used.
8383
8384 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8385
8386         * wl-thread.el: Don't use `mapcar' only for iteration.
8387         (wl-thread-resume-entity): Ditto.
8388         (wl-thread-delete-message): Ditto.
8389
8390         * wl-summary.el: Bind `dragdrop-drop-functions',
8391         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8392         of `require' for `timezone', `easymenu' and `ps-print';
8393         don't use `mapcar' only for iteration.
8394
8395         * wl-util.el: Bind `mule-version', `nemacs-version',
8396         `emacs-beta-version', `xemacs-codename',
8397         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8398         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8399         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8400         only for iteration.
8401
8402         * wl-score.el: Don't use `mapcar' only for iteration.
8403         (wl-score-simplify-buffer-fuzzy): Ditto.
8404         (wl-score-simplify-subject): Ditto.
8405         (wl-score-headers): Ditto.
8406         (wl-summary-score-update-all-lines): Ditto.
8407
8408         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8409         `enable-multibyte-characters' and `mule-version'.
8410
8411         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8412         `mapcar' only for iteration.
8413
8414         * wl-demo.el: Don't use `mapcar' only for iteration.
8415
8416         * wl-folder.el: Don't use `mapcar' only for iteration.
8417         (wl-folder-open-all): Ditto.
8418         (wl-folder-count-incorporates): Ditto.
8419
8420         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8421         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8422
8423         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8424         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8425         `smtp-connection-type'; specify 3rd argument of `require' for
8426         `timezone'; don't use `mapcar' only for iteration.
8427         (wl-draft-clone-local-variables): Don't use `mapcar'.
8428         (wl-draft-generate-clone-buffer): Ditto.
8429         (wl-user-agent-compose-internal): Ditto.
8430
8431         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8432
8433         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8434         (wl-save-status): Ditto.
8435
8436         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8437         for iteration.
8438
8439 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8440
8441         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8442         removed `Date'.
8443         (wl-fldmgr-make-filter-default): New user option.
8444
8445         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8446         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8447         (wl-fldmgr-filter-completion-alist): Abolish.
8448
8449         * wl.el (wl): Don't check servers if arg is non-nil.
8450
8451         * wl-draft.el (wl-draft-reply): Set only message-id string to
8452         In-Reply-To field.
8453
8454 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8455
8456         * wl-summary.el (wl-summary-pick): Rewrite.
8457
8458         * wl-draft.el (wl-draft-forward): Get references field from
8459         original buffer.
8460         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8461
8462 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8463
8464         * wl-draft.el (wl-draft-forward): Add references field.
8465
8466 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8467
8468         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8469         (wl-draft-reply): Use it.
8470
8471 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8472
8473         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8474         when Emacs 21 is running.
8475
8476         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8477         bindings.
8478
8479 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8480
8481         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8482         XPM icons transparent.
8483
8484         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8485         Emacs 21.
8486
8487 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8488
8489         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8490         nil.
8491
8492         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8493         when it is persistent.
8494         (wl-summary-sync-marks): Changed argument for
8495         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8496         (wl-summary-virtual): Use `elmo-read-search-condition'.
8497         (wl-summary-redisplay-internal): If folder is local, mark as read
8498         even when folder is plugged.
8499
8500 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8501
8502         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8503         of `tool-bar-lines' in the frame parameters.
8504         (after-make-frame-functions, post-command-hook): Don't modify the
8505         value.
8506         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8507         wl-e21-tool-bar-lines): Removed.
8508
8509 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8510
8511         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8512         properties `evaporate' and `wl-momentary-overlay' as well.
8513         (wl-highlight-summary-displaying): Ditto.
8514         (wl-delete-all-overlays): Don't delete overlay which does not have
8515         a property `wl-momentary-overlay'.
8516
8517         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8518         `display-mouse-p' and `display-graphic-p'.
8519         (wl-folder-init-icons): Don't search for XBM or the other files.
8520         (wl-plugged-set-folder-icon): Make icons if and only if
8521         `display-graphic-p' returns non-nil.
8522         (wl-highlight-plugged-current-line): Use `before-string' overlay
8523         property to show icon images.
8524         (wl-highlight-folder-current-line): Ditto.
8525         (wl-e21-highlight-folder-group-line): Ditto.
8526         (wl-e21-highlight-folder-by-numbers): Ditto.
8527         (wl-e21-insert-image): Removed.
8528         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8529         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8530         said.
8531         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8532         `wl-e21-force-switch-toolbar'.
8533         (wl-e21-make-icon-image): Removed.
8534         (wl-e21-setup-toolbar): Don't search for XBM files.
8535         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8536         the default value.
8537
8538 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8539
8540         * wl-util.el (wl-biff-check-folder-async): Set
8541         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8542
8543 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8544
8545         * wl-e21.el (after-make-frame-functions): Add
8546         `wl-e21-force-switch-toolbar'.
8547         (wl-e21-force-switch-toolbar): New function force to switch the
8548         toolbar appearance automatically.
8549         (post-command-hook): Add `wl-e21-switch-toolbar'.
8550         (wl-e21-switch-toolbar): New function to switch the toolbar
8551         appearance automatically.
8552         (wl-e21-tool-bar-lines): New buffer local variable.
8553
8554 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8555
8556         * wl-util.el (wl-biff-check-folders-running): New variable.
8557         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8558         (wl-biff-check-folder-async-callback):
8559         Set `wl-biff-check-folders-running'.
8560         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8561         with unwind-protect.
8562
8563         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8564         Enclose `wl-folder-auto-check' with unwind-protect.
8565
8566         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8567         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8568
8569         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8570
8571         * wl-util.el (wl-biff-notify): New inline function.
8572         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8573         locally.
8574         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8575         folder-list' is 1.
8576         Use `wl-biff-notify'.
8577         (wl-biff-check-folder-async-callback): New function.
8578         (wl-biff-check-folder-async): Ditto.
8579
8580         * wl-folder.el (wl-folder): Don't check folders.
8581         (wl-folder-auto-check): New function.
8582
8583 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8584
8585         * wl-util.el (wl-biff-start) [Emacs19+]:
8586         Use `timer-next-integral-multiple-of-time'.
8587         (wl-biff-check-folders): Use `wl-default-folder'
8588         if `wl-biff-check-folder-list' is nil.
8589
8590 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8591
8592         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8593         instead of `elmo-delete-lists'.
8594
8595 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8596
8597         * wl.el (wl-plugged-toggle-all): Set the value of
8598         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8599         (wl-plugged-toggle): Ditto.
8600         (wl-toggle-plugged): Ditto.
8601         (wl-plugged-init): Ditto.
8602
8603         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8604         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8605         instead of `wl-biff-state-indicator-off' and
8606         `wl-biff-state-indicator-on'; don't modify the value and the type
8607         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8608         (wl-plugged-init-icons): Set icons data to
8609         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8610         instead of `wl-plug-state-indicator-off' and
8611         `wl-plug-state-indicator-on'; don't modify the value and the type
8612         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8613
8614         * wl-vars.el (wl-modeline-biff-state-off,
8615         wl-modeline-biff-state-on, wl-modeline-biff-status,
8616         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8617         wl-modeline-plug-status): New internal variables.
8618         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8619         wl-biff-check-interval, wl-biff-check-folder-list): Change
8620         customization group from `wl-folder' to `wl-highlight'.
8621         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8622         wl-show-plug-status-on-modeline): Defcustomized.
8623
8624         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8625         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8626         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8627         a flag to `mode-line-buffer-identification'.
8628
8629         * wl-e21.el (wl-biff-init-icons): Set icons data to
8630         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8631         instead of `wl-biff-state-indicator-off' and
8632         `wl-biff-state-indicator-on'.
8633         (wl-plugged-init-icons): Set icons data to
8634         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8635         instead of `wl-plug-state-indicator-off' and
8636         `wl-plug-state-indicator-on'.
8637
8638 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8639
8640         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8641         excessive titles.
8642
8643 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8644
8645         * wl.el (wl-plugged-mode): Use revised
8646         `wl-mode-line-buffer-identification'.
8647         (wl-plugged-init): Don't use `force-mode-line-update'.
8648
8649         * wl-xmas.el (wl-draft-overload-functions): Use revised
8650         `wl-mode-line-buffer-identification'.
8651         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8652         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8653         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8654         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8655         `wl-make-plugged-hook';
8656         add `wl-folder-init-icons' and `wl-setup-folder' to
8657         `wl-folder-mode-hook'.
8658
8659         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8660         19 as well.
8661         (wl-mode-line-display-priority-list): New user option.
8662         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8663         Defcustomized.
8664         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8665         Add docs.
8666
8667         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8668         start.
8669         (wl-mode-line-buffer-identification): Revised as a function.
8670
8671         * wl-summary.el (wl-summary-mode): Use revised
8672         `wl-mode-line-buffer-identification'; don't call
8673         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8674         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8675         `wl-xmas-setup-summary'.
8676
8677         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8678         `wl-mode-line-buffer-identification'.
8679
8680         * wl-mule.el (wl-draft-overload-functions): Use revised
8681         `wl-mode-line-buffer-identification'.
8682
8683         * wl-folder.el (wl-make-plugged-alist): Don't call
8684         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8685         (wl-folder): Don't call `wl-folder-init-icons' directly.
8686         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8687         `wl-xmas-setup-folder' directly;
8688         use revised `wl-mode-line-buffer-identification'.
8689         (TopLevel): Don't bind `wl-biff-init-icons',
8690         `wl-plugged-init-icons', `wl-folder-init-icons',
8691         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8692
8693         * wl-e21.el (wl-draft-overload-functions): Use revised
8694         `wl-mode-line-buffer-identification'.
8695         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8696         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8697         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8698         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8699         `wl-make-plugged-hook';
8700         add `wl-folder-init-icons' and `wl-setup-folder' to
8701         `wl-folder-mode-hook'.
8702
8703 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8704             Katsumi Yamaoka    <yamaoka@jpl.org>
8705
8706         * wl.el (wl): Call `wl-biff-start'.
8707         (wl-exit): Call `wl-biff-stop'.
8708         (wl-plugged-mode): Show biff in modeline.
8709         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8710
8711         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8712         (wl-biff-init-icons): New function.
8713         (wl-plugged-init-icons): Don't make too much keymaps.
8714         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8715
8716         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8717         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8718         variables.
8719         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8720         options.
8721
8722         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8723         wl-biff-start, wl-biff-stop): New functions.
8724         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8725         (wl-biff-timer-name): New variable.
8726
8727         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8728
8729         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8730         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8731
8732         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8733         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8734
8735         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8736         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8737         `wl-folder-init-icons' to `ignore' if they are not available.
8738         (wl-folder-mode): Show biff in modeline.
8739
8740         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8741         (wl-biff-init-icons): New function.
8742         (wl-plugged-init-icons): Don't make too much keymaps.
8743         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8744
8745 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8746
8747         * wl-vars.el (wl-strict-diff-folders): Customization Type
8748         and doc fix.  Define as a list of regular expressions for
8749         folders or nil.
8750         * wl-folder.el (wl-folder-check-one-entity): Use
8751         `wl-string-match-member' instead of `wl-string-member' for
8752         `wl-strict-diff-folders'.
8753
8754 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8755
8756         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8757         (wl-highlight-folder-current-line): Use it; new implementation.
8758         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8759         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8760         `defsubst' instead of `defun'.
8761
8762         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8763         `wl-highlight-group-folder-by-numbers'; made it can also be a
8764         number.  See info for more details.
8765
8766         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8767         running.
8768
8769         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8770         to bind them.
8771
8772         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8773         (wl-highlight-folder-current-line): New implementation.
8774
8775         * wl-highlight.el (wl-highlight-folder-group-line): New
8776         implementation.
8777         (wl-delete-all-overlays): Rewrite as a marco.
8778         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8779
8780         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8781         running.
8782         (wl-folder-*-glyph): No need to bind them.
8783
8784         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8785         `wl-e21-highlight-folder-group-icon'; rewrite.
8786         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8787         `defsubst' instead of `defun'.
8788         (wl-folder-mode-map): Bind it when compiling.
8789
8790 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8791
8792         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8793
8794         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8795
8796 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8797
8798         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8799
8800 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8801
8802         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8803         (wl-highlight-folder-current-line): Use it.
8804
8805         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8806         in `id-name'.
8807
8808 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8809
8810         * wl.el: Require `wl-e21' when Emacs 21 is running.
8811
8812         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8813         default when Emacs 21 is running.
8814         (wl-use-highlight-mouse-line): Ditto.
8815         (wl-on-emacs21): New constant.
8816         (wl-on-emacs20): Removed.
8817
8818         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8819         Emacs 21 is running.
8820
8821         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8822         Emacs 21 is running.
8823
8824         * wl-e21.el: New file.
8825
8826 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8827
8828         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8829         (wl-toggle-plugged): Ditto.
8830         (wl-plugged-toggle): Ditto.
8831         (wl-plugged-toggle-all): Ditto.
8832
8833         * wl-vars.el (wl-plug-state-indicator): Refer
8834         `wl-plug-state-indicator-on' indirectly.
8835
8836 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8837
8838         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8839         Call `wl-folder-confirm-existence'.
8840
8841         * wl-folder.el (wl-folder-confirm-existence): Added optional
8842         argument `force'.
8843
8844 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8845
8846         * wl-summary.el (wl-summary-refile-subr): Assume
8847         `copy-or-refile' as symbol.
8848         (wl-summary-refile): Follow up above change.
8849         (wl-summary-copy): Ditto.  Doc fix.
8850
8851 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8852
8853         * wl-summary.el (wl-summary-pick): Don't bind
8854         `elmo-search-mime-charset'.
8855
8856         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8857         default using old backquote style.
8858         (wl-search-mime-charset): Abolished.
8859
8860         * wl-highlight.el (wl-highlight-headers):
8861         Call `point' after `re-search-forward'(for Nemacs).
8862
8863         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8864         for elmo-imap4.el.
8865
8866 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8867
8868         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8869         `wl-message-ignored-field-list' instead of
8870         `mime-view-ignored-field-list'.
8871
8872         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8873         Add interactive spec.
8874         (wl-folder-goto-bottom-of-current-folder): Ditto.
8875         (wl-folder-mode-map): Bind them.
8876
8877         * wl-vars.el (wl-message-ignored-field-list): New variable.
8878         (wl-message-visible-field-list): New variable.
8879
8880         * wl-mime.el (wl-mime-header-presentation-method): New function.
8881         (wl-mime-setup): Set header-presentation-method.
8882
8883 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8884
8885         * wl-nemacs.el (wl-draft-overload-functions): Set
8886         `mode-line-buffer-identification' instead of using
8887         `wl-make-modeline'.
8888
8889         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8890         instead of using `wl-make-modeline'.
8891
8892         * wl-xmas.el (wl-plugged-init-icons): Set up
8893         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8894         (wl-make-modeline): Abolish.
8895         (wl-draft-overload-functions): Set
8896         `mode-line-buffer-identification' instead of using
8897         `wl-make-modeline'.
8898
8899         * wl-util.el (wl-make-modeline-subr): Abolish.
8900         (wl-mode-line-buffer-identification): New alias.
8901
8902         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8903         (wl-summary-make-modeline): Abolish.
8904         (wl-summary-buffer-set-folder): Set
8905         `wl-summary-buffer-folder-indicator'.
8906         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8907         of using `wl-make-modeline'.
8908         (wl-summary-switch-to-clone-buffer): Don't set
8909         `mode-line-buffer-identification'.
8910         (wl-summary-goto-folder-subr): Ditto.
8911
8912         * wl-mule.el (wl-draft-overload-functions): Set
8913         `mode-line-buffer-identification' instead of using
8914         `wl-make-modeline'.
8915
8916         * wl-folder.el (wl-folder-mode): Set
8917         `mode-line-buffer-identification' instead of using
8918         `wl-make-modeline'.
8919         (wl-folder): Don't set `mode-line-buffer-identification'.
8920
8921 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8922
8923         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8924         instead of `member' for `wl-refile-guess-func-list' look-ups.
8925         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8926
8927 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8928
8929         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8930         `wl-message-button-dispatcher'.
8931
8932         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8933
8934         * wl-message.el (wl-message-button-dispatcher): Use it.
8935
8936         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8937         "In-Reply-To".
8938
8939         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8940         Bind `case-fold-search' to t.
8941
8942 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8943
8944         * wl-xmas.el (wl-message-overload-functions): Initialize
8945         `wl-message-button-map'.
8946
8947         * wl-mule.el (wl-message-overload-functions): Initialize
8948         `wl-message-button-map'.
8949
8950         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8951
8952         * wl-message.el (wl-message-button-map): New keymap.
8953         (wl-message-add-button): New function.
8954         (wl-message-button-dispatcher): New function.
8955         (wl-message-button-refer-article): New function.
8956
8957         * wl-highlight.el
8958         (wl-highlight-message-add-buttons-to-header): New function.
8959         (wl-highlight-headers): Use it.
8960
8961 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8962
8963         * wl-summary.el (wl-summary-default-from): Use
8964         `wl-address-get-petname-1'.
8965         (wl-summary-simple-from): Ditto.
8966
8967         * wl-address.el (wl-address-get-petname-1): New inline function.
8968         (wl-address-get-petname): Use it.
8969
8970 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8971
8972         * wl-summary.el (wl-summary-default-from): Return full-name part
8973         from the address if no petname was found.
8974         (wl-summary-simple-from): Ditto.
8975
8976         * wl-address.el (wl-address-get-petname): Return nil if no petname
8977         associated with the address was found.
8978
8979 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8980
8981         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8982         display is finished.
8983
8984 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8985
8986         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8987         `elmo-folder-exists-p' argument.
8988
8989 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8990
8991         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8992         the folder.
8993
8994 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8995
8996         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8997
8998         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8999         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9000
9001 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9002
9003         * wl-folder.el (wl-folder-create-subr): New function.
9004         (wl-folder-confirm-existence): Use it.
9005         (wl-folder-check-one-entity): Use it.
9006         Check the error symbol is derived from 'elmo-open-error.
9007
9008         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9009         `ignore-error'.
9010
9011 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9012
9013         * wl-util.el (toplevel): Add (eval-when-compile (require
9014         'elmo-util)).  (Maybe `provide' is typo.)
9015
9016 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9017
9018         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9019         (I don't know why this was needed.)
9020
9021         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9022         Follow up changes for stream-type.
9023
9024         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9025         (wl-draft-elmo-nntp-send): Ditto.
9026
9027         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9028         (wl-nntp-posting-stream-type): Ditto.
9029         (wl-pop-before-smtp-ssl): Abolished.
9030         (wl-nntp-posting-ssl): Ditto.
9031
9032         * wl-address.el (wl-address-quote-specials): New function.
9033         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9034
9035         * wl-draft.el (wl-draft-reply): Ditto.
9036
9037 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9038
9039         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9040         use function `wl-string-match-assoc'.
9041
9042 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9043
9044         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9045
9046         * wl-draft.el (wl-draft-deduce-address-list): New function.
9047         (wl-draft-parse-mailbox-list): Ditto.
9048         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9049         instead of `smtp-deduce-address-list'.
9050         (wl-draft-on-field-p): Follow group list.
9051
9052         * wl-address.el (wl-address-concat-token): New function.
9053         (wl-address-string-without-group-list-contents): Ditto.
9054         (wl-complete-field-body): Fixed problem of completion
9055         by japanese petname.
9056         (wl-address-make-completion-list): Rewrite.
9057
9058 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9059
9060         * wl-address.el (wl-address-make-completion-list): Completion by
9061         petname.
9062         (wl-complete-field-body): Likewise.
9063
9064 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9065
9066         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9067         contains invalid address syntax.
9068
9069 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9070
9071         * wl-folder.el (wl-folder-check-entity-async): Use
9072         `elmo-nntp-spec-hostname'.
9073
9074 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9075
9076         * wl-summary.el (wl-summary-msgdb-load-async): Use
9077         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9078
9079 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9080
9081         * wl-draft.el (wl-draft-reply): Set argument
9082         `content-transfer-encoding' as nil.
9083
9084 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9085
9086         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9087         `wl-refile-alist'.
9088
9089 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9090
9091         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9092         (wl-draft-edit-string): Ditto.
9093         (wl-draft-forward): Ditto.
9094         * wl-summary.el (wl-summary-write): Ditto.
9095
9096 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9097
9098         * wl-summary.el (wl-summary-sync-update3): Call
9099         `wl-summary-buffer-number-column-detect'.
9100         (wl-summary-buffer-number-column-detect): Search from point-min.
9101
9102 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9103
9104         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9105         contains an address which is not included in original to or cc.
9106
9107 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9108
9109         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9110         begin-line does not exist.
9111         * wl-message.el (wl-message-uu-substring): Ditto.
9112
9113 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9114
9115         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9116         clear local variables.
9117         (wl-summary-exit): Call `elmo-commit'.
9118         (wl-summary-switch-to-clone-buffer): Call
9119         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9120         (wl-summary-goto-folder-subr): Ditto.
9121
9122         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9123         POP folder.
9124
9125 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9126
9127         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9128         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9129         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9130         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9131         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9132         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9133
9134         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9135
9136 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9137
9138         * wl-summary.el (wl-summary-search-by-subject):
9139         Search parent message from the latest one.
9140
9141 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9142
9143         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9144         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9145
9146         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9147         New user option.
9148
9149         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9150         if elmo-nntp-use-killed-list is nil.
9151         Use `elmo-msgdb-append-to-killed-list'.
9152         (Append numbers confirmed as disappeared to the killed list.)
9153         (wl-summary-confirm-appends): Don't display negative number.
9154
9155 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9156
9157         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9158
9159 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9160
9161         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9162         range is `all'.
9163         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9164         `elmo-list-bigger-diff'.
9165
9166 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9167
9168         * wl-summary.el (wl-summary-buffer-exit-func):
9169         New buffer local variable.
9170         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9171
9172 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9173
9174         * wl-demo.el (wl-demo): Fix the last change.
9175
9176 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9177
9178         * wl-demo.el (wl-demo): Don't use `eval'.
9179
9180 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9181
9182         * wl-summary.el (wl-summary-buffer-thread-modified):
9183         New buffer-local variable.
9184         (wl-summary-set-thread-modified): New function.
9185         (wl-summary-thread-modified-p): New function.
9186         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9187         (wl-summary-yank-saved-message): Use function
9188         `wl-summary-set-thread-modified'
9189         (wl-summary-switch-to-clone-buffer): Add
9190         `wl-summary-buffer-thread-modified'.
9191
9192         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9193         (wl-summary-buffer-mark-saved-hook): Ditto.
9194         * wl-summary.el (wl-summary-msgdb-save): New hook
9195         `wl-summary-buffer-message-saved-hook' and
9196         `wl-summary-buffer-mark-saved-hook'.
9197
9198 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9199
9200         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9201
9202 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9203
9204         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9205         don't hide scroll bars under FSF Emacsen because it may incur an
9206         undesirable redrawing.
9207
9208 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9209
9210         * wl-draft.el (wl-draft-edit-string): Call
9211         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9212
9213 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9214
9215         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9216
9217 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9218
9219         * wl-summary.el (wl-summary-msgdb-load-async): Call
9220         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9221
9222 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9223
9224         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9225         fringes in demo buffer; center bitmap logo correctly even if old
9226         Mule is used.
9227
9228 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9229
9230         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9231
9232         * wl-refile.el (wl-refile-subject-alist): New variable.
9233         (wl-refile-subject-alist-file-name): Ditto.
9234         (wl-refile-alist-setup): Rewrite.
9235         (wl-refile-alist-save): Use `elmo-object-save'.
9236         Eliminated arguments.
9237         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9238         (wl-refile-guess-by-subject): New function.
9239         (wl-refile-guess-func-list): Added it.
9240
9241 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9242
9243         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9244         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9245
9246 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9247
9248         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9249         New buffer-local variable.
9250         (wl-summary-buffer-next-folder-func): Ditto.
9251         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9252         if non-nil.
9253         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9254         if non-nil.
9255         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9256         if non-nil.
9257         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9258         if non-nil.
9259
9260 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9261
9262         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9263         permanently in the demo buffer.
9264
9265 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9266
9267         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9268         `mime-entity-fetch-field'.
9269
9270         * wl.el (wl-exit): Delete plugged buffer.
9271
9272         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9273         XEmacs has menubar feature.
9274
9275 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9276
9277         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9278         cannot arrive at the beginning of the buffer under old Emacsen.
9279
9280 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9281
9282         * wl-address.el (wl-address-ldap-search):
9283         Call `ldap-search-entries' with `withdn' argument t.
9284         (wl-complete-field-body): Bind completion-ignore-case as t.
9285         Clear ldap search hash when it was sole completion.
9286         Use elmo-string for pattern string.
9287         (wl-ldap-alias-safe-string): Eliminated needless let.
9288
9289 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9290
9291         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9292         (wl-ldap-alias-sep): New constant.
9293         (wl-ldap-search-attribute-type-list): Ditto.
9294         (wl-ldap-get-value): New function.
9295         (wl-ldap-make-filter): Ditto.
9296         (wl-ldap-make-matched-value-list): Ditto.
9297         (wl-ldap-alias-safe-string): Ditto.
9298         (wl-ldap-register-dn-string): Ditto.
9299         (wl-address-ldap-search): Rewrite.
9300
9301 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9302
9303         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9304         thread is deleted.
9305         (wl-thread-delete-line-from-buffer): Ditto.
9306         (wl-thread-get-exist-children): New function.
9307
9308 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9309
9310         * wl-demo.el (wl-demo): Made it to select various image types.
9311         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9312         from `wl-title-logo'.
9313         (wl-logo-ascii): New variable.
9314         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9315         (wl-demo-copyright-notice): New constant.
9316
9317         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9318
9319 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9320
9321         * wl-vars.el (wl-summary-target-above): Renamed from
9322         wl-summary-temp-above.
9323         * wl-score.el (wl-score-get-score-alist): Use it.
9324         (wl-summary-score-update-all-lines): Use it.
9325         * wl-summary.el: Ditto. (make-variable-buffer-local).
9326
9327 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9328
9329         * wl-vars.el (wl-ldap-port): New user option.
9330
9331         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9332         Rewite whole implementation.
9333         (wl-complete-field-body): Fixed.
9334
9335 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9336
9337         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9338         Choose implementation at compile time.
9339
9340 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9341
9342         * wl-address.el (wl-ldap-search-internal): New function.
9343         (wl-complete-field-to): Use it.
9344
9345 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9346
9347         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9348         Use `let' instead of `let*'.
9349         Require 'wl-vars.
9350
9351         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9352         Define as defcustom.
9353         (wl-ldap-base): Ditto.
9354         (wl-use-ldap): Ditto.
9355
9356 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9357
9358         * wl-address.el (wl-ldap-search): New function.
9359         (wl-complete-field-body): Use `wl-ldap-search'.
9360         (wl-ldap-server): New variable.
9361         (wl-ldap-base): Ditto.
9362         (wl-use-ldap): Ditto.
9363
9364 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9365
9366         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9367         (Pointed out by Mito <mit@nines.nec.co.jp>).
9368         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9369         buffer-local variables like `wl-summary-redisplay-internal'.
9370         (wl-summary-redisplay-all-header): Likewise.  Update
9371         Summary view too.
9372
9373 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9374
9375         * wl-summary.el (wl-summary-jump-to-parent-message):
9376         Consider prefix argument.
9377
9378         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9379         when closed thread is deleted.
9380
9381 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9382
9383         * wl-summary.el (wl-summary-jump-to-parent-message):
9384         Consider thread modification.
9385
9386 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9387
9388         * wl-message.el (wl-message-normal-get-original-buffer): Use
9389         `save-excursion'.
9390
9391         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9392         (wl-summary-showto-folder-regexp): Ditto.
9393
9394 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9395
9396         * wl-util.el (wl-delete-alist): Doc fix.
9397         (wl-delete-associations): New function.
9398         (wl-inverse-alist): New function.
9399         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9400         Split temporary variables. Use `wl-delete-associations'
9401         and `wl-inverse-alist'.
9402         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9403
9404 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9405
9406         * wl-folder.el (wl-folder-prefetch-entity):
9407         Execute prefetching if new count is unknown.
9408
9409 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9410
9411         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9412
9413         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9414         delete entity.
9415         (wl-thread-set-parent): If insert as top, set linked as nil.
9416
9417         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9418         `wl-thread-cleanup-symbols' when view mode is thread.
9419
9420 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9421
9422         * wl-folder.el (wl-folder-create-folder-entity): Use
9423         with-current-buffer.
9424         (wl-local-folder-init): Call set-buffer to make sure we are in
9425         the Folder buffer. Don't touch buffer-local variables here.
9426         (wl-folder-mode): Initialize buffer-local variables here.
9427
9428         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9429         (wl-folder-entity-assign-id): Ditto.
9430         (wl-folder-create-entity-hashtb): Ditto.
9431         (wl-local-folder-init): Ditto.
9432         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9433
9434 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9435
9436         * wl-summary.el (wl-summary-default-from): Fix probrem when
9437         std11-extract-address-components return (nil "foo@bar").
9438
9439 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9440
9441         * wl-draft.el (wl-draft-clone-local-variables):
9442         Remove redundant `setq'.
9443
9444 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9445
9446         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9447         Bind wl-highlight-x-face-func as nil while highlighting header.
9448
9449 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9450
9451         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9452
9453 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9454
9455         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9456         elmo-msgdb-overview-hashtb from copy-variables.
9457         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9458         instead of `elmo-msgdb-overview-get-entity-by-number'.
9459         (wl-summary-auto-refile): Ditto.
9460
9461         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9462         `elmo-msgdb-overview-get-entity' instead of
9463         `elmo-msgdb-search-overview-entity'.  Use
9464         `elmo-msgdb-overview-get-entity' instead of
9465         `elmo-msgdb-overview-get-entity-by-number'.
9466         (wl-thread-insert-entity-sub): Ditto.
9467         (wl-thread-insert-message): Ditto.
9468
9469         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9470         `elmo-msgdb-overview-get-entity'.
9471         (wl-normal-message-redisplay): Ditto.
9472
9473 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9474
9475         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9476         `wl-thread-entities'.
9477         (wl-thread-delete-message): Fix remove top message from
9478         `wl-thread-entity-list'.
9479
9480         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9481         wl-append(nconc), because update-list is broken on Meadow.
9482
9483         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9484         updating process.
9485         (wl-summary-rescan): Ditto.
9486         (wl-summary-sync-update3): Ditto.
9487         * wl-thread.el (wl-thread-set-parent): Renamed from
9488         `wl-summary-set-parent'.
9489         (wl-thread-insert-message): Updating buffer faster.
9490         (wl-thread-delete-message): Updating buffer faster.
9491
9492         * wl-score.el (wl-summary-score-update-all-lines): Changed
9493         interval for display progress gauge.
9494
9495 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9496
9497         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9498         folder always-sticky.
9499         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9500         defmacro.
9501
9502 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9503
9504         * wl-vars.el (wl-draft-add-references): New user option.
9505
9506         * wl-draft.el (wl-draft-add-references): New function.
9507         (wl-draft-yank-from-mail-reply-buffer): Use it.
9508         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9509         as nil.
9510
9511 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9512
9513         * wl-thread.el (wl-thread-update-line-msgs): Called
9514         `wl-thread-update-line-on-buffer-sub'.
9515         (wl-thread-update-line-on-buffer): Delete routine of inserting
9516         thread.
9517         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9518         moved from `wl-thread-update-line-on-buffer'.
9519         Add threshold for displaying progress gauge.
9520         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9521         argument of `wl-thread-update-line-msgs'.
9522         Add threshold for displaying progress gauge.
9523         * wl-folder.el:
9524         Add threshold for displaying progress gauge.
9525         * wl-score.el: Ditto.
9526
9527         * wl-expire.el (wl-summary-expire): Display deleting info.
9528
9529 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9530
9531         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9532         `no-msg'.
9533         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9534         argument of `wl-thread-update-line-msgs'.
9535         (wl-summary-set-parent): Added optional argument `parent-number'.
9536         (wl-summary-buffer-saved-message): New buffer local variable.
9537         (wl-summary-save-current-message): New command.
9538         (wl-summary-yank-saved-message): Ditto.
9539         (wl-summary-mode-map): Added key binding for
9540         `wl-summary-save-current-message' (\ew) and
9541         `wl-summary-yank-saved-message' (\C-y).
9542         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9543
9544 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9545
9546         * wl-summary.el (wl-summary-mode-map): Added key binding for
9547         `wl-summary-set-parent' (ts).
9548
9549 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9550
9551         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9552         subject faster. If thread number is reverse, delayed updating
9553         thread.
9554         (wl-summary-search-by-subject): Ditto.
9555         (wl-summary-put-alike): Ditto.
9556         (wl-summary-get-alike): Ditto.
9557         (wl-summary-insert-headers): Insert header of all overview in
9558         buffer.
9559         (wl-summary-rescan): Delayed updating thread. Kill search subject
9560         buffer for wl-summary-search-by-subject.
9561         (wl-summary-sync-update3): Ditto.
9562         (wl-summary-exit): Ditto.
9563         (wl-summary-goto-bottom-of-current-thread): Change for linked
9564         thread.
9565         (wl-summary-overview-create-summary-line): Change line for linked
9566         thread.
9567
9568         * wl-summary.el (wl-summary-update-thread): Use
9569         wl-thread-maybe-get-children-num.
9570         (wl-summary-set-parent): If change parent, move sub thread.
9571         (wl-summary-redisplay-internal): Add horizontal recenter.
9572         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9573
9574         * wl-thread.el (wl-thread-entity-get-linked): New function.
9575         (wl-thread-entity-set-linked): New function.
9576         (wl-thread-create-entity): Add linked element.
9577         (wl-thread-entity-insert-as-top): Use wl-append.
9578         (wl-thread-maybe-get-children-num): If closing thread, return
9579         children msgs.
9580         (wl-thread-update-line-msgs): Displaying progress message.
9581         (wl-thread-update-line-on-buffer-sub): Use
9582         wl-thread-maybe-get-children-num.
9583         (wl-thread-update-line-on-buffer): If update line is not exists,
9584         insert thread.
9585         (wl-thread-delete-message): If delete top msg of thread, search
9586         parent by subject.
9587         (wl-thread-insert-entity): Use
9588         wl-thread-maybe-get-children-num.
9589
9590         * wl-highlight.el (wl-highlight-summary-current-line): change
9591         sregexp for linked thread.
9592         * wl-util.el (wl-count-lines): Count lines.
9593         (wl-horizontal-recenter): horizontal recenter.
9594         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9595         (wl-score-get-alike): Ditto.
9596         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9597         (wl-subject-length-limit): New variable.
9598         (wl-highlight-thread-indent-string-regexp): Changed for linked
9599         thread.
9600
9601 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9602
9603         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9604         New variable (revival).
9605         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9606         by subject matching if there's no in-reply-to nor references field
9607         (revival).
9608
9609 \f
9610 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9611
9612         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9613         message.
9614
9615 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9616
9617         * wl-summary.el (wl-summary-reply): Return t if there was a
9618         message at cursor point.
9619         Added unwind-protect.
9620         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9621         returns t.
9622         (wl-summary-cancel-message): Do nothing when there's no message at
9623         cursor point.
9624         (wl-summary-forward): Ditto.
9625         (wl-summary-jump-to-parent-message): Ditto.
9626         (wl-summary-reedit): Ditto.
9627         (wl-summary-edit-addresses): Ditto.
9628         (wl-summary-pipe-message): Ditto.
9629         (wl-summary-print-message-with-ps-print): Ditto.
9630         (wl-summary-print-message): Ditto.
9631         (wl-summary-mark-as-important): Ditto.
9632         (wl-summary-mark-as-unread): Ditto.
9633
9634         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9635         message at cursor point.
9636         (wl-summary-reply-with-citation): Remove unwind-protect.
9637
9638         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9639         subject searching feature.
9640         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9641         Eliminated.
9642
9643 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9644
9645         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9646         New variable.
9647         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9648         by subject matching if there's no in-reply-to nor references field.
9649
9650         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9651
9652         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9653         when display is finished.
9654         (wl-folder-open-all): Ditto.
9655         (wl-folder-update-access-group): Ditto.
9656         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9657         * wl-thread.el (wl-thread-close-all): Ditto.
9658
9659         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9660         progress gauge only when it was displayed.
9661         * wl-folder.el (wl-folder-insert-entity): Ditto.
9662
9663 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9664
9665         * wl-summary.el (wl-summary-incorporate): Enclose
9666         `wl-summary-sync-force-update' with save-excursion.
9667
9668 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9669
9670         * wl-summary.el (wl-summary-prefetch-region):
9671         Pass current cursor point to `pos-visible-in-window-p' after
9672         moving cursor to the started point.
9673
9674 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9675
9676         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9677
9678         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9679         fields from the forwarding message.
9680         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9681         `ignored-fields'.
9682
9683 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9684
9685         * wl-mime.el (wl-message-request-partial):
9686         Eliminated argument `msgdb'.
9687         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9688         (wl-mime-combine-message/partial-pieces): Likewise.
9689         * tm-wl.el (wl-message-request-partial): Likewise.
9690         (wl-mime-combine-message/partial-pieces): Likewise.
9691
9692 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9693
9694         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9695         when display is finished.
9696
9697 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9698
9699         * wl-summary.el (wl-summary-goto-folder-subr):
9700         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9701
9702 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9703
9704         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9705         when cursor point is visible.
9706
9707 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9708
9709         * wl-expire.el (wl-expire-archive-get-max-number):
9710         Don't use `file-name-directory'.
9711
9712 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9713
9714         * wl-expire.el (wl-expire-archive-get-max-number):
9715         Use `file-name-directory'.
9716
9717 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9718
9719         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9720         only when there is progress.
9721
9722 2000-04-13  Mito <mit@nines.nec.co.jp>
9723
9724         * wl-summary.el (wl-summary-sync-marks): Display progress.
9725
9726 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9727
9728         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9729         (wl-summary-prev): Move cursor regardless of unread status.
9730         (wl-summary-next): Ditto.
9731
9732 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9733
9734         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9735         Added argument `target' and `number'.
9736         * tm-wl.el (wl-summary-burst-subr): New function.
9737         (wl-summary-burst): Use it.
9738
9739 2000-04-10  Mito <mit@nines.nec.co.jp>
9740
9741         * wl-mime.el (wl-burst): New function.
9742         (wl-summary-burst): Use it.
9743
9744 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9745
9746         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9747         as petname when there's no candidate.
9748
9749 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9750
9751         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9752         New variable.
9753         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9754
9755         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9756
9757         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9758
9759 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9760
9761         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9762         Use substring of `original' instead of buffer-substring.
9763         (wl-refile-evaluate-rule):
9764         Set `original' argument of wl-refile-expand-newtext.
9765
9766         * wl-summary.el
9767         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9768         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9769         (wl-summary-auto-refile): Check existence of destination folder just
9770         before marking.
9771
9772 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9773
9774         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9775         when wl-refile-get-field-value return nil.
9776
9777 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9778
9779         * wl-refile.el
9780         (wl-refile-expand-newtext): New function imported from Gnus.
9781         (wl-refile-evaluate-rule): Use it.
9782
9783 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9784
9785         * wl-summary.el (wl-summary-print-destination):
9786         Duplicate folder string to avoid putting text-property on
9787         original string.
9788
9789         * wl-refile.el (wl-refile-get-field-value): New function.
9790         (wl-refile-evaluate-rule): New function;
9791         Evaluate refile rule recursively.
9792         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9793         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9794         New function; Check existence of a target folder recursively.
9795         (wl-summary-auto-refile-check-refile-rule-alist):
9796         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9797
9798 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9799
9800         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9801
9802         * wl-folder.el (wl-create-folder-entity-from-buffer):
9803         Fixed problem when '}' character is contained in folder name.
9804
9805         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9806
9807 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9808
9809         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9810         (wl-fldmgr-add-completion-all-completions):
9811         Use wl-fldmgr-add-completion-hashtb.
9812
9813 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9814
9815         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9816         wl-fldmgr-add-completion-subr): New functions.
9817         * wl-folder.el (wl-folder-completion-func): New variable.
9818         * wl-summary.el (wl-summary-read-folder):
9819         Use wl-folder-completion-func.
9820
9821         * wl-refile.el: Eliminate throw & catch.
9822
9823         * wl.el (wl-plugged-sending-queue-status): Fixed.
9824
9825 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9826
9827         * wl-draft.el (wl-draft): Put category property on
9828         mail-header-separator.