* wl-util.el (wl-save-drafts): Avoid error on redisplaying
[elisp/wanderlust.git] / wl / ChangeLog
1 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2
3         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
4         message.
5
6 2004-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
7
8         * 2.12.0 is released.
9
10 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
11
12         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
13         only if the target is group.
14         * wl-folder.el (wl-folder-append-petname): Don't check group name.
15
16 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
17
18         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
19
20 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
21
22         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
23
24         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
25
26 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
27
28         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
29         (Thanks to Yoichi NAKAYAMA).
30
31 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
32
33         * wl-util.el (wl-save-drafts): Restore echo area.
34
35 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
36
37         * Version number is increased to 2.12.0.
38
39         * wl-util.el (wl-biff-check-folder-async): Use
40         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
41
42 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
43
44         * wl-message.el (wl-message-display-internal): Does not put
45         wl-message-display-type property on message buffer.
46         (wl-message-buffer-display-type): New function.
47
48         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
49
50         * wl-summary.el (wl-summary-mode): Use `dolist' to add
51         `wl-summary-buffer-detach'.
52         (wl-summary-message-display-type): Use
53         `wl-summary-buffer-display-type'.
54
55 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
56
57         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
58         buffer-local.
59
60         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
61         kill-buffer-hook instead of make-local-variable.
62         (wl-draft-preview-message): Set `local' argument of add-hook as t.
63
64 2004-12-12  Scott Renfro <scott@renfro.org>
65
66         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
67         regex for square-branket.
68
69 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
70
71         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
72         `wl-message-mime-analysis-p' with argument `header'.
73
74 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
75
76         * wl-mime.el (wl-draft-yank-current-message-entity): 
77         Switch to no-mime following method according to wl-message-display-type
78         property.
79         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
80
81         * wl-message.el (wl-message-display-internal): 
82         Put wl-message-display-type property on message buffer.
83
84         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
85         (wl-message-display-internal): Ditto;
86
87         * wl-summary.el (wl-summary-toggle-mime): Ditto.
88
89 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
90
91         * wl-message.el (wl-message-make-display-type): New function.
92         (wl-message-display-type-property): Ditto.
93         (wl-message-mime-analysys-p): Ditto.
94         (wl-message-display-all-header-p): Ditto.
95         (wl-message-redisplay): Removed argument `as-is', `all-header' and
96         added `display-type'.
97         (wl-message-buffer-display): Likewise.
98         (wl-message-display-internal): Likewise.
99         (wl-message-buffer-display-type): Abolish.
100         (wl-message-buffer-prefetch-subr): Follow the API changed.
101
102         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
103         from wl-summary-buffer-display-all-header and changed default value.
104         (wl-summary-message-display-type): New function.
105         (wl-summary-buffer-display-mime-mode): Ditto.
106         (wl-summary-buffer-display-header-mode): Ditto.
107         (wl-summary-toggle-mime): Rewrite with above functions.
108         (wl-summary-toggle-all-header): Ditto.
109         (wl-summary-redisplay): Force redisplay with default mode.
110         (wl-summary-redisplay-internal): Renamed argument from `mode',
111         `all-header' to `mime-mode', `header-mode'.
112         Use `wl-message-make-display-type'.
113
114         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
115         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
116
117 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
118
119         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
120
121 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
122
123         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
124         in original message buffer.
125         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
126         buffer.
127
128 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
129
130         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
131
132 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
133
134         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
135
136 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
137
138         * wl-action.el (wl-summary-exec-action-refile): Display a done message
139         when actions succeeded.
140         (wl-summary-exec-action-copy): Likewise.
141
142 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
143
144         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
145         there is switch-to-buffer at the end of wl-message-select-buffer.
146         (wl-summary-reply): Ditto.
147
148 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
149
150         * wl-summary.el (wl-summary-forward): Put subject in original
151         message buffer as argument of wl-draft-forward.
152         * wl-draft.el (wl-draft-forward): Decode subject as in
153         wl-draft-reply.
154
155 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
156
157         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
158         a folder under access group.
159
160 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
161
162         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
163         wl-message-buffer-display.
164
165         * wl-util.el (wl-set-save-drafts): Fix typo.
166
167 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
168
169         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
170         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
171         wl-highlight-logo-face to set the bg color of an xbm image; fixed
172         the way to measure the width of a bitmap image; don't put face on
173         ascii and bitmap images; put the mark which should not use the
174         variable-pitch face on ascii and bitmap images.
175         (wl-demo-setup-properties): Don't use the variable-pitch face on
176         ascii and bitmap images; made it work on Emacs 20 and earlier.
177         (wl-demo-insert-text): End with a newline at the bottom; don't put
178         face on text.
179
180         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
181
182 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
183
184         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
185
186         * wl-util.el (wl-save-drafts): Moved from sample setting.
187         (wl-set-save-drafts): New function to set idle timer.
188         * wl-draft.el (wl-draft): Call it.
189         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
190
191 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
192
193         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
194         a summary which has toggle display status off.
195
196 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
197
198         * wl-draft.el (wl-draft-do-fcc): No cache save.
199
200 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
201
202         * wl-summary.el (elmo-event-handler-flag-changed): Use
203         `set-buffer' instead of `with-current-buffer'.
204
205 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
206
207         * wl-summary.el (wl-summary-after-resize-function): New function.
208         (wl-summary-mode): Add `wl-summary-after-resize-function' to
209         window-size-change-functions.
210
211 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
212
213         * wl-draft.el (wl-draft-create-buffer): Bind
214         `change-major-mode-hook' after current buffer is changed.
215
216         * wl-summary.el (wl-summary-buffer-detach): New function.
217         (wl-summary-buffer-set-folder): Call it.
218         (wl-summary-mode): Add `wl-summary-buffer-detach' to
219         change-major-mode-hook and kill-buffer-hook.
220         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
221         (wl-summary-switch-to-clone-buffer): Ditto.
222         (wl-summary-goto-folder-subr): Ditto.
223
224 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
225
226         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
227         after boundp check.
228
229 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
230
231         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
232         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
233         for `kill-buffer'.
234
235         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
236         handler of current buffer from elmo-folder.
237
238 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
239
240         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
241
242 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
243
244         * wl-summary.el (wl-summary-buffer-event-handler): New internal
245         variable.
246         (wl-summary-event-handler): New class.
247         (elmo-event-handler-flag-changed): Define to update persistent
248         mark.
249         (wl-summary-buffer-set-folder): Register event handler to
250         elmo-folder.
251         (wl-summary-exit): Unregister event handler.
252         (wl-summary-goto-folder-subr): Ditto.
253         (wl-summary-mark-as-read-all): Does not call
254         `wl-summary-update-persistent-mark' directly.
255         (wl-summary-mark-as-read-internal): Ditto.
256         (wl-summary-set-persistent-mark-internal): Ditto.
257         (wl-summary-set-flags-internal): Ditto.
258
259         * Version number is increased to 2.11.33.
260
261 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
262
263         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
264         to nil.
265
266 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
267
268         * wl-spam.el (wl-spam-setup): Add hook
269         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
270         instead of `wl-summary-prepare-hook'.
271
272         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
273         if folder type is `'flag'.
274         (wl-summary-mark-as-important): Ditto.
275
276 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
277
278         * wl-address.el (wl-address-minibuffer-history): New variable.
279         (wl-address-minibuffer-local-map): New keymap.
280         (wl-address-read-from-minibuffer): New function.
281
282         * wl-action.el (wl-summary-get-resend-address): Use
283         `wl-address-read-from-minibuffer' instead of `completing-read'.
284
285 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
286
287         * Version number is increased to 2.11.32.
288
289 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
290
291         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
292         without mule to iso-8859-1.
293         (wl-draft-add-in-reply-to): Add note in description.
294         (wl-draft-add-references): Ditto.
295
296 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
297
298         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
299         definition for `m'.
300         (wl-summary-mode-line-format): Add '[%m]'.
301         (wl-message-mode-line-format-spec-alist): Ditto.
302         (wl-summary-display-mime-mode-list): New variable.
303
304         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
305         from wl-summary-buffer-display-as-is.
306         (wl-summary-buffer-display-all-header): New buffer local variable.
307         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
308         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
309         instead of wl-summary-buffer-display-as-is.
310         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
311         (wl-summary-set-persistent-mark): Ditto.
312         (wl-summary-set-message-buffer-or-redisplay): Just call
313         `wl-summary-redisplay-internal' without optional arguments.
314         (wl-summary-toggle-mime): Rewrite.
315         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
316         (wl-summary-toggle-all-header): New function.
317         (wl-summary-redisplay-internal): Treat mime mode.
318
319         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
320         to wl-mime-preview-follow-no-mime.
321         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
322         accodring to the display-mode.
323
324         * wl-message.el (wl-message-buffer-display-type): Rewrite.
325         (wl-message-buffer-display): Changed argument name from `as-is' to
326         `mode'.
327         (wl-message-display-internal): Ditto;
328         Bind elmo-mime-display-header-analysis according to the mode.
329         (wl-message-display-internal): Put wl-message-display-mime-mode
330         property on entire buffer.
331
332 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
333
334         * wl-draft.el (wl-draft-do-fcc): Undo last change.
335
336 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
337
338         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
339         Don't extract mail address.
340         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
341
342         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
343
344         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
345
346 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
347
348         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
349         wl-fldmgr-cut-entity-list on confirmation.
350
351 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
352
353         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
354         (wl-mime-quit-preview): Check existence of
355         mime-edit-temp-message-buffer here.
356
357 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
358
359         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
360         after deletion.
361
362         * wl-draft.el (wl-draft-send-confirm): Check major-mode
363         before calling wl-mime-quit-preview.
364
365 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
366
367         * wl-summary.el (wl-summary-pick): If call it with prefix
368         argument, set `delete-marks' as non-nil. Pick from only visible
369         messages.
370         (wl-summary-check-target-mark): New function.
371         (wl-summary-target-mark-mark-as-read): Use it.
372         (wl-summary-target-mark-mark-as-unread): Ditto.
373         (wl-summary-target-mark-operation): Ditto.
374         (wl-summary-target-mark-set-flags): Ditto.
375         (wl-summary-target-mark-save): Ditto.
376         (wl-summary-target-mark-pick): Ditto.
377         (wl-summary-target-mark-forward): Ditto.
378         (wl-summary-target-mark-reply-with-citation): Ditto.
379         (wl-summary-target-mark-print): Ditto.
380         (wl-summary-target-mark-uudecode): Ditto.
381
382         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
383         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
384         with `ask-coding' is non-nil.
385
386 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
387
388         * wl-thread.el (wl-thread-set-parent): If parent is a message
389         which is identified by references, set linked as nil.
390
391 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
392
393         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
394         (wl-message-mode-line-format-spec-alist): Ditto.
395         (wl-message-mode-line-format): Ditto.
396         (wl-summary-mode-line-format): Ditto for docstring.
397         (wl-summary-no-mime-folder-list): Fix typo.
398
399         * wl-util.el (wl-current-message-buffer): Call
400         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
401
402         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
403         variable.
404         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
405         of `wl-summary-redisplay-no-mime'.
406         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
407         (wl-summary-toggle-mime): New function.
408         (wl-summary-redisplay-all-header): Rewrite.
409         (wl-summary-redisplay-no-mime): Ditto.
410         (wl-summary-redisplay-internal): Added argument `as-is' and
411         `all-header'.
412
413         * wl-refile.el (wl-refile-default-from-folder-path-separator):
414         New variable.
415         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
416         bottom.
417         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
418         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
419         "/" unconditionally.
420
421         * wl-mime.el (wl-draft-yank-current-message-entity): Use
422         wl-mime-preview-follow-no-mime for as-is content.
423         (wl-mime-preview-follow-no-mime): New function.
424         (wl-mime-preview-follow-current-region): Fixed parenthesis.
425
426         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
427         and added `as-is', `all-header'.
428         (wl-message-buffer-display): Ditto.
429         (wl-message-buffer-display-type): New function.
430
431 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
432
433         * wl-vars.el (wl-message-header-button-alist): Change default
434         value.
435         (wl-message-body-button-alist): Ditto.
436
437 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
438
439         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
440
441 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
442
443         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
444
445 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
446
447         * wl-summary.el (wl-summary-sync-marks): Remove condition which
448         is always true.
449
450 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
451
452         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
453         on null entity.
454
455 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
456
457         * wl-vars.el (wl-draft-reply-default-position): Fix range.
458
459 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
460
461         * wl-vars.el (wl-summary-resend-hook): New hook.
462
463         * wl-action.el (wl-summary-exec-action-resend-subr): Run
464         `wl-summary-resend-hook'.
465
466 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
467
468         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
469         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
470         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
471         (wl-summary-new-cached-mark): Changed default value to 'n'.
472         (wl-summary-unread-cached-mark): Changed default value to 'u'.
473         (wl-summary-answered-cached-mark): Changed default value to 'a'.
474         (wl-folder-sync-range-alist): Remove spec for 'flag.
475         (wl-summary-force-prefetch-folder-list): New user option.
476
477         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
478         `wl-summary-toggle-persistent-mark'.
479         (wl-summary-update-mark-and-highlight-window): Don't highlight when
480         number is nil.
481         (wl-summary-mark-as-answered-region): Set interactive argument of
482         `wl-summary-set-persistent-mark-internal'.
483         (wl-summary-mark-as-important-region): Ditto.
484         (wl-summary-unset-persistent-mark): Ditto.
485         (wl-summary-set-persistent-mark): Ditto.
486         (wl-summary-mark-as-answered): Ditto.
487         (wl-summary-mark-as-important): Ditto.
488         (wl-summary-set-persistent-mark-internal): Do nothing
489         when `elmo-message-flag-available-p' is nil.
490         (wl-summary-toggle-persistent-mark): New function.
491         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
492         when the folder matches `wl-summary-force-prefetch-folder-list'.
493
494
495         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
496         when number is nil.
497         (wl-highlight-summary-forwarded-face): New face.
498
499 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
500
501         * Version number is increased to 2.11.31.
502
503 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
504
505         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
506         (wl-biff-check-folder-async): Ditto.
507         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
508
509 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
510
511         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
512         Add an argument `reverse'.  All callers are updated.
513         (wl-summary-sort): Add a prefix argument `reverse' to specify
514         reverse sorting.
515         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
516         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
517         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
518
519 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
520
521         * wl-message.el (wl-message-redisplay): Does not narrow header if
522         disply-type is all-header or as-is.
523
524         * wl-summary.el (wl-summary-enter-handler): Use
525         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
526
527 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
528
529         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
530         after adding wl-draft-parent-variables.
531         (wl-draft-forward): Ditto.
532
533 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
534
535         * wl-summary.el (wl-summary-sync-marks): Call
536         `wl-summary-set-persistent-mark' and
537         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
538         (wl-summary-set-persistent-mark-internal): Add 4th argument
539         `no-server'.
540         (wl-summary-unset-persistent-mark): Ditto.
541         (wl-summary-set-persistent-mark): Ditto.
542         (wl-summary-add-flags-internal): Abolish.
543         (wl-summary-remove-flags-internal): Ditto.
544         (wl-summary-mark-as-important-internal): Ditto.
545         (wl-summary-mark-as-important): Use
546         `wl-summary-set-persistent-mark' instead of
547         `wl-summary-add-flags-internal'.
548         (wl-summary-mark-as-important-region): Ditto.
549
550         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
551
552         * wl-summary.el (wl-summary-get-available-flags): New function.
553         (wl-summary-sync-marks): Use it and simplified.
554         (wl-summary-unset-persistent-mark): Use
555         `wl-summary-get-available-flags'.
556         (wl-summary-set-persistent-mark): Ditto.
557
558 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
559
560         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
561         id.
562
563 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
564
565         * wl-summary.el (wl-summary-enter-handler): If argument is not a
566         number, call `wl-summary-prev-line-content'. Show message when the
567         message is not found.
568
569 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
570
571         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
572         wl-summary-enter-handler.
573         (wl-summary-enter-handler): New command.
574
575         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
576         docstring and custom spec.
577
578         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
579         flags too; Don't treat Cached and New.
580         (wl-summary-set-persistent-mark): Ditto.
581
582         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
583         `wl-folder-set-flag'.
584
585         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
586         instead of `wl-folder-set-flag'.
587
588         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
589         for completion.
590         (wl-summary-set-persistent-mark): Ditto.
591
592         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
593         instead of `wl-draft-quit-preview'.
594
595         * wl-mime.el (toplevel): Avoid compile warning.
596         (wl-mime-quit-preview): New function
597         (formarly defined as `wl-draft-quit-preview').
598         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
599         quitting method.
600
601         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
602
603         * wl-folder.el (wl-folder-set-flag): Renamed from
604         `wl-draft-set-flag-on-parent'.
605
606         * wl-draft.el (wl-draft-quit-preview): New function.
607         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
608         (wl-draft-send): Call `wl-folder-set-flag' instead of
609         `wl-draft-set-flag-on-parent'.
610         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
611
612 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
613
614         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
615         (wl-draft-send): Ditto.
616
617 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
618
619         * wl-vars.el (wl-draft-reply-hook): Changed default value.
620         (wl-draft-kill-pre-hook): Set default value as nil.
621         (wl-summary-reply-hook): Ditto.
622         (wl-draft-kill-flags): Abolish.
623
624         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
625         (wl-draft-parent-variables): Renamed from
626         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
627         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
628         argument; Add wl-draft-parent-variables to
629         wl-draft-config-variables.
630         (wl-draft-reply): Likewise.
631         (wl-draft-kill-flags): Abolish.
632         (wl-draft-send): Call wl-draft-set-flag-on-parent.
633         (wl-draft-set-flag-on-parent): New function.
634         (wl-draft-setup-parent-flag): Ditto.
635
636 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
637
638         * wl-draft.el (wl-draft-kill-flags): Avoid error when
639         `wl-draft-parent-folder' is "".
640
641 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
642
643         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
644         (wl-summary-digit-jump): New function.
645         (Adviced by John Owens and Hiroya Murata)
646
647         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
648         (Adviced by John Owens)
649
650         * wl-xmas.el (wl-message-define-keymap): Ditto.
651
652         * wl-mule.el (wl-message-define-keymap): Ditto.
653
654 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
655
656         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
657         change of return value of elmo-folder-count-flags.
658
659         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
660         (wl-summary-mark-as-read-internal): Ditto.
661         (wl-summary-set-persistent-mark-internal): Ditto.
662         (wl-summary-folder-info-update): Ditto.
663         (wl-summary-sync-update): Fixed the last change.
664
665         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
666
667 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
668
669         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
670         (wl-draft-kill-flags): Fixed docstring.
671
672         * wl-draft.el (wl-draft-kill-flags): New function.
673         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
674
675 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
676
677         * wl-vars.el (wl-reply-hook): Abolish.
678         (wl-draft-reply-hook): New hook.
679         (wl-summary-reply-hook): Ditto.
680         (wl-draft-forward-hook): Ditto.
681         (wl-summary-forward-hook): Ditto.
682         (wl-draft-kill-flags): New variable.
683
684         * wl-summary.el (wl-summary-mark-as-answered-region): Use
685         wl-summary-set-persistent-mark-internal.
686         (wl-summary-sync-marks): Use elmo-preserved-flags.
687         (wl-summary-update-persistent-mark): Make it interactive.
688         (wl-summary-set-persistent-mark-internal): New inline function.
689         (wl-summary-mark-as-answered): Use it.
690         (wl-summary-mark-as-unanswered): Ditto.
691         (wl-summary-unset-persistent-mark): New function.
692         (wl-summary-set-persistent-mark): Ditto.
693         (wl-summary-reply): Don't set answered flag;
694         Run wl-summary-reply-hook instead.
695         (wl-summary-forward): Call wl-draft-forward with number.
696         Run wl-summary-forward-hook.
697
698         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
699         (wl-highlight-summary-line-face-spec): Use it as a default
700         persistent mark face.
701
702         * wl-draft.el (wl-draft-forward): Added optional argument number;
703         Set wl-draft-parent-number; Run wl-draft-forward-hook.
704         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
705         (wl-draft-kill): Use wl-draft-kill-flags.
706
707         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
708
709         * wl-folder.el (wl-folder-check-one-entity): Follow the change
710         of return value of elmo-folder-count-flags.
711
712         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
713
714         * wl-summary.el (wl-summary-count-unread): Ditto.
715         (wl-summary-sync-update): Follow the change above.
716         (wl-summary-force-prefetch): New function.
717
718 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
719
720         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
721         variable `buf' with `let' instead of `setq'.
722
723 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
724
725         * wl-mime.el (wl-message-delete-current-part): If filename exists,
726         add Content-Disposition heaeder on the deleted part.
727
728 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
729
730         * wl-draft.el (wl-draft-save): Encode address list under edit by
731         `eword-encode-unstructured-field-body'.
732
733         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
734
735 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
736
737         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
738         wl-current-summary-buffer.
739
740 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
741
742         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
743         `numbers' is ignored.
744
745 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
746
747         * wl-folder.el (wl-folder-open-folder): Avoid error.
748         Reported by John Owens, [wl-en:815]
749
750         * wl.el (wl): Set timer for biff process even if prefix argument
751         is given or auto-checking is quitted.
752
753         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
754         immediately.
755         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
756         (wl-toggle-plugged): Ditto.
757
758         * wl-vars.el (wl-biff-use-idle-timer): New variable.
759         * wl-util.el (wl-biff-start): Use idle timer if
760         `wl-biff-use-idle-timer' is non-nil.
761
762 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
763
764         * wl-highlight.el (wl-highlight-message): Fix description.
765
766 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
767
768         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
769         tty.
770
771 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
772
773         * wl-action.el (wl-summary-exec): Print failure count.
774
775 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
776
777         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
778         to `defun', remove interactive form.
779         Set elmo-message-fetch-confirm when force-reload is non-nil.
780
781 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
782
783         * wl-summary.el (toplevel): Removed unnecessary autoload.
784
785 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
786
787         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
788         the buffer is generated from another message buffer.
789
790 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
791
792         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
793         extracted from `wl-fldmgr-save-folders'.
794         (wl-fldmgr-delete): Call it after deletion.
795
796 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
797
798         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
799         multi-tty support.
800
801 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
802
803         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
804
805 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
806
807         * wl-summary.el (wl-summary-rescan): Remove unused variables.
808         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
809
810 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
811
812         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
813         unsubscribe list only if argument CLEAR is nil.
814
815 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
816
817         * wl-draft.el (wl-draft-reply): Decode subject before removing
818         Re: prefix.
819
820 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
821
822         * wl-summary.el (wl-summary-sort-by-size): New command.
823
824 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
825
826         * wl-summary.el (wl-summary-number-list-from-region): New
827         function.
828         (wl-summary-mark-as-read-region): Use it.
829         (wl-summary-mark-as-unread-region): Ditto.
830         (wl-summary-set-flags-region): Ditto and add optional argument
831         remove.
832         (wl-summary-mark-as-answered-region): Ditto.
833         (wl-summary-mark-as-important-region): Ditto.
834         (wl-summary-target-mark-mark-as-important): Added optional
835         argument remove.
836         (wl-summary-target-mark-mark-as-answered): Ditto.
837         (wl-summary-target-mark-set-flags): Ditto.
838
839 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
840
841         * wl-summary.el (wl-summary-set-flags-region): Call
842         `wl-summary-set-flags-internal' with number list instead of call
843         one by each message.
844         (wl-summary-target-mark-set-flags): Likewise.
845
846 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
847
848         * wl-summary.el (wl-summary-target-mark-operation): Add optional
849         argument `inverse' and use `wl-summary-delete-all-target-marks'.
850         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
851         (wl-summary-target-mark-mark-as-answered): Likewise.
852
853 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
854
855         * wl-summary.el (wl-summary-target-mark-forward): Use
856         `wl-summary-delete-all-target-marks' instead of
857         `wl-summary-delete-all-temp-marks'.
858         (wl-summary-target-mark-reply-with-citation): Ditto.
859         (wl-summary-target-mark-uudecode): Ditto.
860         (wl-summary-target-mark-set-flags): Ditto and remove needless
861         cursor move.
862
863 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
864
865         * wl-summary.el (wl-summary-target-mark-forward): Protect
866         wl-summary-buffer-target-mark-list from nreverse.
867         (wl-summary-target-mark-reply-with-citation): Ditto.
868
869 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
870
871         * wl-thread.el (wl-thread-update-indent-string-thread): Use
872         `elmo-display-progress-threshold'.
873
874 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
875
876         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
877         check `wl-summary-highlight'.
878         (wl-summary-window-scroll-functions): Respect value of
879         `wl-summary-highlight'.
880         (wl-summary-sync-update): Run hooks
881         `wl-summary-buffer-window-scroll-functions' at any time.
882
883 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
884
885         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
886         from `wl-summary-cleanup-temp-marks'.
887         (wl-summary-cleanup-temp-marks): Abolish argument.
888         * wl.el (wl-save-status): Revert previous change.
889         (wl-execute-temp-marks): New function, call
890         `wl-summary-exec-with-confirmation'.
891         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
892         (wl-folder-save-and-exec-marks): Abolished.
893
894 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
895
896         * wl-e21.el (wl-e21-display-image-p): Respect
897         `wl-highlight-folder-with-icon'.
898         (wl-e21-highlight-folder-group-line): Highlight mouse line
899         even if wl-e21-display-image-p is nil.
900
901         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
902         Respect value of `wl-summary-highlight'.
903
904         * wl.el (wl-save-status): Remove unused variable.
905
906         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
907         (wl-folder-mode-map): Bind it to "x".
908
909 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
910
911         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
912
913         * wl-thread.el (wl-thread-get-parent-list): Don't check
914         disconnected ancestors, neglecting needless work in
915         `wl-thread-update-indent-string-thread'.
916
917         * wl.el (wl-save): Take prefix argument to execute remaining marks.
918         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
919         argument, add argument default-keep to keep marks by default.
920
921         * Version number is increased to 2.11.30.
922
923         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
924         customization type and docstring.
925         (wl-draft-reply-without-argument-list): Ditto.
926
927 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
928
929         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
930
931         * wl-spam.el (wl-spam-mark-action-list): Ditto.
932
933 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
934
935         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
936
937 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
938
939         * wl-draft.el (wl-draft-config-exec): Narrow the range of
940         save-excursion so as not to include run-hooks.
941
942 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
943
944         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
945         Clarify that marks are going to be cleared.
946
947 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
948
949         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
950         according to 3rd element of wl-summary-flag-mark.
951
952         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
953
954 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
955
956         * wl-action.el (wl-summary-target-mark-all): Don't set
957         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
958
959 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
960
961         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
962         (wl-forward-subject-prefix): Ditto.
963         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
964         (wl-draft-reply-make-subject): Ditto.
965
966         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
967         `wl-draft-forward'.
968         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
969
970 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
971
972         * wl-action.el (wl-summary-target-mark-set-action): Stop if
973         target message does not exist.
974
975 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
976
977         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
978         `wl-subject-prefix-regexp'.
979         (wl-subject-forward-prefix-regexp): New variable.
980         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
981         `wl-draft-strip-subject-re' and take regexp as argument.
982         (wl-draft-forward): Use it.
983         (wl-draft-reply): Ditto.
984
985 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
986
987         * wl-e21.el (wl-highlight-plugged-current-line): Change for
988         emacs multi-tty support.
989
990 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
991
992         * wl-e21.el (wl-e21-display-image-p): Don't call
993         `display-images-p'.
994         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
995         support.
996         (wl-highlight-folder-current-line): Ditto.
997         (wl-folder-init-icons): Ditto.
998
999 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1000
1001         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1002         the last line of summary in unplugged mode.
1003
1004 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1005
1006         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1007
1008 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1009
1010         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1011         * wl-address.el (wl-address-user-mail-address-p): Use it.
1012         (wl-address-delete-user-mail-addresses): Ditto.
1013         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1014
1015         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1016         (wl-address-delete-user-mail-addresses): Ditto.
1017
1018         * wl-address.el (wl-address-delete-user-mail-addresses): New
1019         function.
1020         * wl-refile.el (wl-refile-guess-by-history): Use it.
1021         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1022         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1023
1024         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1025         use wl-address-user-mail-address-p.
1026
1027 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1028
1029         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1030         after opening group.
1031
1032 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1033
1034         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1035         of elmo-set-buffer-multibyte.
1036
1037         * wl-message.el (wl-original-message-mode): Ditto.
1038
1039         * wl-score.el (wl-score-insert-header): Ditto.
1040
1041         * wl-summary.el
1042         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1043         (wl-summary-goto-folder-subr): Ditto.
1044         (wl-summary-insert-headers): Ditto.
1045
1046         * wl-util.el (wl-set-string-width): Ditto.
1047
1048         * Version number is increased to 2.11.29.
1049
1050 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1051
1052         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1053         (wl-highlight-summary-line-help-echo-alist): New variable.
1054         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1055         into `wl-highlight-summary-line-help-echo' and
1056         `wl-highlight-flag-folder-help-echo'.
1057         (wl-highlight-summary-line-string): Change accordingly.
1058         (wl-highlight-summary-current-line): Ditto.
1059
1060 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1061
1062         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1063         at the beginning of field body (Thanks to Markus Knittig).
1064
1065         * wl-draft.el (wl-draft-insert-current-message): Also check
1066         summary buffer, remove unnecessary tag.
1067
1068 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1069
1070         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1071         when wl-message-buffer is nil.
1072
1073         * wl-folder.el (wl-folder): Abolish unused argument.
1074         Call wl-folder-init when wl-folder-entity is nil.
1075         * wl.el (wl): Change accordingly.
1076
1077 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1078
1079         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1080         multibyte string before insert into draft buffer.
1081         (wl-draft-create-buffer): Always enable multibyte characters for
1082         draft buffer.
1083
1084         * Version number is increased to 2.11.28.
1085
1086 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1087
1088         * wl-folder.el (wl-folder-open-close): Handle blank line.
1089         (wl-folder-jump-to-current-entity): Ditto.
1090
1091 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1092
1093         * Version number is increased to 2.11.27.
1094
1095 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1096
1097         * wl-thread.el (wl-thread-insert-message): When the thread is
1098         devided by wl-summary-max-thread-depth, insert line at the end of
1099         buffer.
1100
1101 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1102
1103         * Version number is increased to 2.11.26.
1104
1105 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1106
1107         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1108
1109 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1110
1111         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1112         value of stream-type and session.
1113
1114 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1115
1116         * Version number is increased to 2.11.25.
1117
1118 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1119
1120         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1121         in a quit message.
1122
1123 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1124
1125         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1126         (wl-summary-redisplay-no-mime-internal): Ditto.
1127
1128 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1129
1130         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1131         * wl-vars.el (wl-smtp-connection-type): Ditto.
1132
1133 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1134
1135         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1136         for the separator line and quote mail-header-separator.
1137
1138 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1139
1140         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1141         result message.
1142
1143         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1144         `elmo-multiple-fields-body-list' with boundary as
1145         mail-header-separator.
1146
1147 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1148
1149         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1150
1151 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1152
1153         * wl-util.el (wl-list-diff): Remove unused function.
1154
1155         * wl-draft.el (wl-draft-send-confirm): Discard input before
1156         confirmation.
1157
1158 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1159
1160         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1161         order of flag and new.
1162
1163 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1164
1165         * wl-vars.el (wl-refile-policy-alist): Abolished.
1166
1167         * wl-action.el (wl-summary-set-action-refile): Follow the change
1168         above.
1169
1170 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1171
1172         * wl-highlight.el (wl-highlight-signature-search): Don't use
1173         re-search-backward for a long word since it is possible to crash
1174         XEmacs because of a bug.
1175
1176 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1177
1178         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1179
1180 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1181
1182         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1183         argument for wl-summary-sync-force-update.
1184
1185 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1186
1187         * wl-summary.el (wl-summary-mode-map): Revival of
1188         wl-summary-mark-as-important related bindings;
1189         Bind 'F','tF','mF','rF','m&'.
1190         (wl-summary-mark-as-important-region): Revival.
1191         (wl-summary-target-mark-mark-as-important): Ditto.
1192         (wl-summary-target-mark-operation): New function.
1193         (wl-summary-target-mark-mark-as-answered): Use it.
1194         (wl-summary-decide-flag): Don't set Important as default.
1195         (wl-summary-mark-as-important-internal): Revival.
1196         (wl-summary-mark-as-important): Ditto.
1197
1198         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1199
1200         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1201         instead of facep.
1202
1203 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1204
1205         * wl-dnd.el (wl-dnd-drop-func): Fix.
1206
1207         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1208         mouse-set-point instead of posn-point.
1209
1210         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1211
1212         * wl-mule.el (wl-completing-read-multiple): Ditto.
1213
1214 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1215
1216         * wl-demo.el (face-background-name): Defalias to avoid compile
1217         warning.
1218
1219 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1220
1221         * wl-summary.el (wl-summary-decide-flag): Use
1222         wl-completing-read-multiple instead of completing-read-multiple.
1223
1224         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1225         New alias.
1226
1227         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1228         Use face-background-name instead of face-background.
1229
1230         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1231
1232         * wl-summary.el (wl-summary-save): Use it.
1233         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1234
1235         * wl-mime.el (wl-mime-save-content): Fix last change.
1236
1237 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1238
1239         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1240         New function.
1241         (wl-summary-sort-specs): Added sort.
1242         * wl-mime.el (wl-mime-save-content): Expand file name.
1243
1244 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1245
1246         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1247
1248         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1249
1250 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1251
1252         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1253         for flag if it is not defined.
1254
1255 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1256
1257         * wl-e21.el (wl-highlight-folder-current-line): Use
1258         elmo-folder-type-internal when elmo-folder-type returns nil.
1259
1260         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1261
1262         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1263
1264         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1265
1266         * wl-e21.el (wl-summary-toolbar): Ditto.
1267
1268         * wl-vars.el (wl-demo-background-color): Abolished.
1269         (wl-summary-persistent-mark-priority-list): Renamed from
1270         wl-summary-flag-priority-list.
1271         (wl-summary-flag-alist): New user option.
1272         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1273         (wl-message-mode-line-format-spec-alist): Added 'F'.
1274         (wl-message-mode-line-format): Likewise.
1275         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1276         instead of wl-summary-important-mark.
1277         (wl-file-folder-icon): New variable.
1278
1279         * wl-thread.el (wl-thread-set-flags): Renamed from
1280         wl-thread-mark-as-important.
1281
1282         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1283         warning.
1284         (wl-summary-mode-menu-spec): Follow the change of 
1285         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1286         (wl-summary-mode-map): Follow the change of
1287         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1288         (wl-summary-detect-mark-position): Follow the variable name change.
1289         (wl-summary-set-flags-region): New function for the replacement of
1290         wl-summary-mark-as-important-region.
1291         (wl-summary-sync-marks): Sync all global-flags.
1292         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1293         instead of elmo-message-flagged-p.
1294         (wl-summary-persistent-mark-string): Follow the variable name change;
1295         Put wl-summary-flag-mark if the message has global-flag.
1296         (wl-summary-target-mark-set-flags): Renamed from 
1297         wl-summary-target-mark-mark-as-important.
1298         (wl-summary-decide-flag): New function.
1299         (wl-summary-set-flags-internal): Renamed from
1300         wl-summary-mark-as-important-internal.
1301         (wl-summary-add-flags-internal): New function.
1302         (wl-summary-remove-flags-internal): Ditto.
1303         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1304         (wl-summary-mark-as-unimportant): Abolish.
1305         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1306         (wl-summary-next-message): List flagged messages in the msgdb.
1307
1308         * wl-score.el (wl-summary-score-update-all-lines): Use
1309         wl-summary-add-flags-internal instead of 
1310
1311         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1312
1313         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1314         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1315         (wl-message-buffer-require-all-header): Renamed from
1316         wl-message-buffer-all-header-flag (Ditto).
1317         (wl-message-buffer-flag-indicator): New variable.
1318         (wl-message-redisplay): Changed local varibale name from `flag' to
1319         `display-type'; Set up wl-message-buffer-flag-indicator.
1320         (wl-message-buffer-display): Changed varibale name from `flag' to
1321         `display-type'.
1322         (wl-message-display-internal): Likewise.
1323
1324         * wl-highlight.el (wl-highlight-demo-face): Define default background
1325         color.
1326         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1327
1328         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1329
1330         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1331         (wl-demo-setup-properties): Renamed from
1332         `wl-demo-set-background-color'.
1333         (wl-demo): Follow the change above.
1334         
1335         * Version number is increased to 2.11.24.
1336
1337 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1338
1339         * wl-summary.el (wl-summary-toggle-thread): Call
1340         `wl-summary-rescan' with disable-thread as non-nil.
1341         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1342
1343 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1344
1345         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1346         foreground property of the face.
1347         (wl-demo-insert-text): Don't set up face property here.
1348         (wl-demo): Call wl-demo-set-background-color, anyway.
1349
1350 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1351
1352         * wl-vars.el (wl-demo-background-color): The value can be nil.
1353
1354 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1355
1356         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1357         to wl-summary-wheel-dispatcher.
1358
1359         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1360         wl-message-wheel-dispatcher.
1361         (wl-message-wheel-dispatcher): New function.
1362         (wl-summary-wheel-dispatcher): Ditto.
1363
1364 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1365
1366         * wl-action.el (wl-summary-target-mark-all): List messages which are
1367         not in the killed-list.
1368
1369         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1370         only when the folder is 'flag/important.
1371
1372         * wl-address.el (wl-complete-field-body): Complete if the last
1373         character is a space.
1374
1375 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1376
1377         * wl-folder.el (wl-folder-clear-entity-info): Use
1378         elmo-clear-hash-val.
1379
1380         * wl-fldmgr.el (wl-fldmgr-rename): Set
1381         wl-folder-info-alist-modified as t.
1382
1383 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1384
1385         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1386
1387 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1388
1389         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1390         (wl-folder-buffer-last-visited-entity-id): New buffer local
1391         variable.
1392         (wl-folder-revisit-last-visited-folder): New function.
1393         (wl-folder-mode-map): Bind it to "C-i".
1394         (wl-folder-set-current-entity-id): Set last visited folder.
1395         * wl-summary.el (wl-summary-exit): Ditto.
1396
1397 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1398
1399         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1400         before calling `recenter' in order to cope with an XEmacs bug.
1401
1402 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1403
1404         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1405         to the default value.
1406
1407 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1408
1409         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1410         change.
1411         (wl-summary-sync-marks): Ditto.
1412         (wl-summary-mark-as-read-internal): Ditto.
1413         (wl-summary-mark-as-answered-internal): Ditto.
1414         (wl-summary-mark-as-important-internal): Ditto.
1415         (wl-summary-reply): Ditto.
1416
1417         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1418         instead of `elmo-folder-unflag-answered'.
1419
1420         * Version number is increased to 2.11.23.
1421
1422         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1423         the last change.
1424
1425 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1426
1427         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1428         Specify "spam" or "good".
1429
1430 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1431
1432         * wl-spam.el (wl-summary-exec-action-spam): Call
1433         wl-folder-confirm-existence for spam folder.
1434         (wl-spam-setup): Bind "mk".
1435
1436 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1437
1438         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1439
1440 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1441
1442         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1443         destination folder is empty.
1444
1445 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1446
1447         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1448         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1449
1450         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1451         (wl-summary-refile-prev-destination-region): New function.
1452         (wl-thread-refile-prev-destination): Ditto.
1453         (wl-summary-target-mark-refile-prev-destination): Ditto.
1454
1455 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1456
1457         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1458         (wl-demo-background-color): Changed default value.
1459
1460         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1461         color.
1462
1463         * wl-demo.el (wl-demo-set-background-color): New function.
1464         (wl-demo): Call it.
1465
1466 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1467
1468         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1469         * wl-address.el (wl-address-add-or-change): Don't add empty
1470         address.
1471
1472 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1473
1474         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1475
1476 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1477
1478         * wl-vars.el (wl-demo-image-filter-alist): New variable
1479         (wl-demo-background-color): Ditto.
1480
1481         * wl-demo.el (wl-demo-xpm-set-background): New function.
1482         (wl-demo-image-filter): Ditto.
1483         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1484
1485         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1486
1487         * wl-demo.el (wl-demo-icon-name): Define as function.
1488         (wl-demo-insert-image): Use it.
1489
1490 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1491
1492         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1493
1494 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1495
1496         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1497
1498 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1499
1500         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1501
1502 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1503
1504         * wl-thread.el (wl-thread-mark-as-answered): New function.
1505
1506         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1507         answered" entry.
1508         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1509         "r&" and wl-thread-mark-as-answered to "t&".
1510         (wl-summary-mark-as-important-region): Refine to toggle mark.
1511         (wl-summary-mark-as-answered-region): New function.
1512         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1513         and 3rd argument.
1514         (wl-summary-mark-as-important-internal): Likewise.
1515
1516 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1517
1518         * wl-template.el (wl-template-preview): New internal variable.
1519         (wl-template-preview-p): New function.
1520         (wl-template-show): Bind `wl-template-preview' as t.
1521
1522 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1523
1524         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1525         `elmo-message-entity-field' with 3rd argument which is non-nil.
1526
1527 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1528
1529         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1530         Removed duplicate local bind `folder'.
1531
1532 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1533
1534         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1535
1536 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1537
1538         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1539         duplicate definition.
1540
1541 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1542
1543         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1544         non-nil, use it; Don't fetch message if there's no message in the
1545         current cursor position.
1546
1547 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1548
1549         * wl-util.el (wl-region-exists-p): Use region-active-p.
1550         (wl-deactivate-region): New function.
1551         * wl-message.el (wl-message-redisplay): Deactivate region.
1552
1553         * wl-summary.el (wl-summary-reply): Call
1554         `wl-summary-set-message-buffer-or-redisplay' instead of
1555         `wl-summary-redisplay-internal', don't move point.
1556
1557 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1558
1559         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1560         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1561         by regexp.
1562
1563 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1564
1565         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1566         if no need.
1567
1568 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1569
1570         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1571         default value to nil.
1572         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1573         `wl-summary-prepare-hook'; Replace refile action to
1574         `wl-summary-exec-action-refile-with-register'.
1575
1576         * Version number is increased to 2.11.22.
1577
1578 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1579
1580         * wl-summary.el (wl-summary-detect-mark-position): Set
1581         `wl-summary-buffer-weekday-name-lang'.
1582
1583 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1584
1585         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1586         (wl-summary-mark-as-read-all): Ditto.
1587         (wl-summary-delete-messages-on-buffer): Ditto.
1588         (wl-summary-sync-update): Ditto.
1589         (wl-summary-mark-as-read-internal): Ditto.
1590         (wl-summary-mark-as-answered-internal): Ditto.
1591         (wl-summary-update-folder-info): Abolished.
1592
1593 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1594
1595         * wl-summary.el (wl-summary-mark-as-read-all): Use
1596         `wl-summary-update-folder-info' instead of
1597         `wl-folder-update-unread'.
1598
1599 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1600
1601         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1602         `wl-summary-folder-info-update'.
1603         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1604         instead of `wl-summary-folder-info-update'.
1605         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1606         `wl-folder-set-folder-updated'.
1607         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1608         instead of `wl-folder-update-unread'.
1609         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1610         the value of `wl-summary-buffer-unread-count' for the second parameter of
1611         `wl-folder-update-unread'.
1612
1613         * Version number is increased to 2.11.21.
1614
1615 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1616
1617         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1618         a local variable.
1619
1620 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1621
1622         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1623         interactively.
1624
1625         * wl-summary.el (wl-summary-mark-as-important-internal): New
1626         internal function.
1627         (wl-summary-mark-as-important): Use it.
1628         (wl-summary-mark-as-unimportant): New function.
1629         (wl-summary-sync-marks): Follow the API change.
1630
1631         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1632
1633         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1634
1635 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1636
1637         * wl-folder.el (wl-folder-update-unread): Re-indent.
1638         Narrow the scope of a local variable.
1639
1640 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1641
1642         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1643         (wl-addrmgr-merge-entries): Ditto.
1644         (wl-addrmgr): Added to address entry which exists in draft buffer
1645         if no entry is in original.
1646
1647 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1648
1649         * wl-batch.el: New file.
1650
1651 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1652
1653         * wl-vars.el (wl-use-semi): Remove unused variable.
1654
1655 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1656
1657         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1658         "?".
1659
1660 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1661
1662         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1663         wl-summary-new-mark.
1664         (wl-summary-new-cached-mark): New user option.
1665         (wl-summary-score-marks): Follow the change above.
1666         (wl-summary-auto-refile-skip-marks): Ditto.
1667         (wl-summary-incorporate-marks): Ditto.
1668         (wl-summary-expire-reserve-marks): Ditto.
1669
1670         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1671
1672         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1673         (wl-summary-persistent-mark-string): Distinguished between cached
1674         and uncached mark when the message is new.
1675
1676 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1677
1678         * wl-spam.el (wl-spam-domain): Renamed from
1679         `wl-spam-folder-guess-domain'.
1680         (wl-summary-exec-action-spam): Register as spam if domain of the
1681         source folder is good.
1682         (wl-summary-exec-action-refile-with-register): Register message if
1683         domain of the source folder is not undecided.
1684
1685 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1686
1687         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1688         detect thread loop.
1689
1690 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1691
1692         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1693         and wl-summary-skip-mark-list.
1694
1695 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1696
1697         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1698
1699         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1700
1701         * wl-spam.el (toplevel): Require wl-highlight.
1702         (wl-spam-auto-check-policy-alist): Abolish.
1703         (wl-spam-auto-check-folder-regexp-list): New user option.
1704         (wl-spam-auto-check-marks): Ditto.
1705         (wl-spam-mark-action-list): Ditto.
1706         (wl-highlight-summary-spam-face): New face.
1707         (wl-spam-auto-check-message-p): New function.
1708         (wl-spam-map-spam-messages): Fixed message.
1709         (wl-spam-register-spam-messages): Ditto.
1710         (wl-spam-register-good-messages): Ditto.
1711         (wl-summary-spam-map): Add and remove keybind.
1712         (wl-summary-target-mark-spam): Abolish.
1713         (wl-summary-refile-spam): Ditto.
1714         (wl-summary-test-spam): New function.
1715         (wl-summary-mark-spam): Ditto.
1716         (wl-summary-auto-check-spam): Follow the above change.
1717         (wl-summary-exec-action-spam): New function.
1718         (wl-summary-exec-action-refile-with-register): Fixed message.
1719         (wl-message-check-spam): New function.
1720         (wl-spam-setup): Ditto.
1721         (toplevel): Call it if this file is loaded interactivity.
1722
1723         * Version number is increased to 2.11.20.
1724
1725 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1726
1727         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1728         when new optional argument `force' is non nil or modified.
1729
1730 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1731
1732         * wl.el (toplevel): Require wl-spam when compile.
1733         (wl-save-status): Call wl-spam-save-status.
1734
1735         * wl-spam.el (wl-spam-register-spam-messages): New function.
1736         (wl-spam-register-good-messages): Ditto.
1737         (wl-spam-save-status): Ditto.
1738         (wl-summary-mode-map): Bind
1739         wl-summary-target-mark-register-as-spam to "ms" and
1740         wl-summary-target-mark-register-as-good to "mn".
1741         (wl-summary-register-as-spam): Abolish optional argument; Use
1742         wl-spam-register-spam-messages.
1743         (wl-summary-register-as-spam-all): Use
1744         wl-spam-register-spam-messages.
1745         (wl-summary-register-as-good): Abolish optional argument; Use
1746         wl-spam-register-good-messages.
1747         (wl-summary-register-as-good-all): Use
1748         wl-spam-register-good-messages.
1749         (wl-summary-target-mark-register-as-spam): New funtion.
1750         (wl-summary-target-mark-register-as-good): Ditto.
1751
1752 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1753
1754         * wl-spam.el: New file.
1755
1756 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1757
1758         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1759
1760         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1761         (wl-summary-auto-refile): Call wl-refile-guess with
1762         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1763
1764 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1765
1766         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1767         with disable-thread argument non-nil.
1768
1769 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1770
1771         * wl-summary.el (wl-summary-rescan): Added optional argument
1772         disable-thread.
1773         (wl-summary-sync): Call wl-summary-rescan with argument
1774         disable-thread.
1775         (wl-summary-input-range): Added new range `rescan-thread'.
1776
1777 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1778
1779         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1780
1781 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1782
1783         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1784         internal variable.
1785         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1786         wl-summary-search-parent-by-subject-regexp and
1787         wl-summary-divide-thread-when-subject-changed as nil.
1788         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1789         (wl-summary-insert-thread): Search parent entity from
1790         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1791         thread loop.
1792
1793 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1794
1795         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1796
1797         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1798
1799         * wl-util.el (wl-require-update-all-folder-p): New function.
1800         (wl-get-assoc-list-value): Added `function' to match directive.
1801         (wl-collect-draft): Rewrite.
1802
1803         * wl-summary.el (wl-summary-sync-update): Clear faces
1804         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1805         are non-nil.
1806         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1807         argument as function.
1808         (wl-summary-input-range): Ditto.
1809
1810         * wl-folder.el (wl-draft-get-folder): New function.
1811         (wl-folder-get-elmo-folder): Consider draft folder.
1812
1813         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1814         (wl-draft-buffer-message-number): New buffer local variable.
1815         (wl-draft-folder-internal): New internal variable.
1816         (wl-draft-delete): Rewrite.
1817         (wl-draft-save): Ditto.
1818         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1819         wl-folder-get-elmo-folder.
1820         (wl-draft-config-info-operation): Ditto.
1821         (wl-jump-to-draft-folder): Ditto.
1822         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1823         (wl-draft-reedit): Rewrite.
1824
1825         * Version number is increased to 2.11.19.
1826         
1827 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1828
1829         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1830         variable.
1831
1832 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1833
1834         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1835         Use ignore-errors instead of unwind-protect.
1836
1837 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1838
1839         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1840         for updating `wl-thread-entity-list'.
1841
1842 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1843
1844         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1845         parameter from calling `wl-thread-entity-get-older-brothers' and
1846         `wl-thread-entity-get-younger-brothers'.
1847         Replace nested `append' with a single one.
1848
1849 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1850
1851         * wl-summary.el (wl-summary-mode): Don't use the return value of
1852         `make-local-hook'.
1853
1854 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1855
1856         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1857         instead of `let*'.
1858         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1859         of local variables.
1860
1861 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1862
1863         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1864         Renamed from wl-summary-window-scroll-functions.
1865         (wl-summary-window-scroll-functions): Don't set to variable.
1866         (wl-summary-display-top): Use run-hooks.
1867         (wl-summary-display-bottom): Ditto.
1868         (wl-summary-toggle-disp-msg): Ditto.
1869         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1870         Use it instead of wl-summary-window-scroll-functions.
1871         (wl-summary-goto-folder-subr): Don't call
1872         wl-summary-window-scroll-functions, use
1873         wl-summary-buffer-window-scroll-functions instead.
1874
1875 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1876
1877         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1878         make-local-variable.
1879
1880 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1881
1882         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1883         set-buffer-modified-p.
1884         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1885         (wl-summary-display-bottom): Ditto.
1886         (wl-summary-toggle-disp-msg): Ditto.
1887
1888 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1889
1890         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1891
1892         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1893         (wl-summary-forward): Use elmo-message-entity-field instead of
1894         elmo-message-field.
1895
1896         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1897
1898 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1899
1900         * wl-summary.el (wl-summary-window-scroll-functions): No use
1901         `append'.
1902
1903 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1904
1905         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1906         function.
1907         (wl-summary-window-scroll-functions): Call it when both
1908         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1909         (wl-summary-temp-mark): Added optional argument number.
1910         (wl-summary-message-mark): Added optional argument flag.
1911         (wl-summary-persistent-mark): Added optional argument number and flag.
1912         (wl-summary-update-persistent-mark): Ditto.
1913         (wl-summary-update-status-marks): Set "r" for interactive spec.
1914
1915         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1916         argument number and flag.
1917
1918         * wl-action.el (wl-summary-registered-temp-mark): 
1919         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1920
1921 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1922
1923         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1924         internal variable (buffer local).
1925         (wl-summary-window-scroll-functions): New function.
1926         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1927         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1928         as nil.
1929         (wl-summary-update-status-marks): Added arguments beg, end and
1930         check.
1931         (wl-summary-update-mark-window): Use function.
1932         (wl-summary-sync-update): Follow the change above.
1933         (wl-summary-switch-to-clone-buffer): Copy
1934         wl-summary-buffer-unsync-mark-number-list.
1935         (wl-summary-goto-folder-subr): Set
1936         wl-summary-buffer-unsync-mark-number-list and
1937         use wl-summary-window-scroll-functions instead of
1938         wl-summary-lazy-highlight.
1939
1940         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1941
1942 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1943
1944         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1945
1946         * wl-summary.el (wl-summary-update-persistent-mark): Call
1947         wl-summary-set-message-modified.
1948
1949         * wl-summary.el (wl-summary-sync-update): Don't call
1950         wl-summary-update-status-marks.
1951
1952         * Version number is increased to 2.11.18.
1953
1954 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1955
1956         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1957         (wl-message-next-page): Ditto.
1958
1959 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1960
1961         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1962         local variable.  Change the order of a collected list into the
1963         same as the specified range.  Remove nil from a collected list.
1964
1965 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1966
1967         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1968         argument for elmo-folder-list-messages.
1969
1970 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1971
1972         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1973         change (wl-summary-count-unreads return a list instead of a cons
1974         cell).
1975
1976 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1977
1978         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1979         `wl-summary-folder-info-update'.
1980
1981 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1982
1983         * wl-summary.el (wl-summary-set-message-modified): No use
1984         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1985         (wl-summary-set-mark-modified): Abolish.
1986         (wl-summary-mark-modified-p): Ditto.
1987         (wl-summary-save-view): Follow the change above.
1988
1989         * wl-expire.el (wl-summary-expire): Likewise.
1990
1991 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1992
1993         * wl-summary.el (wl-summary-detect-mark-position): Use
1994         modb-entity-handler.
1995         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1996
1997         * Version number is increased to 2.11.17.
1998
1999 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2000
2001         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2002         entity field value.
2003         (wl-summary-prefetch-msg): Ditto.
2004         (wl-summary-print-message-with-ps-print): Ditto.
2005
2006 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2007
2008         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2009         for dummy entity.
2010         (wl-summary-insert-thread): Use elmo-message-entity-field.
2011         (wl-summary-update-thread): Use elmo-message-entity-field and
2012         elmo-message-entity-number.
2013         (wl-summary-line-number):  Use elmo-message-entity-number.
2014         (wl-summary-line-size): Use elmo-message-entity-field.
2015         (wl-summary-line-subject): Ditto.
2016         (wl-summary-line-from): Ditto.
2017         (wl-summary-line-attached): Ditto.
2018         (wl-summary-create-line): Ditto.
2019         (wl-summary-create-line): Use elmo-message-entity-number.
2020         (wl-summary-print-message-with-ps-print): Use
2021         elmo-message-entity-field.
2022
2023 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2024
2025         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2026         change in elmo-msgdb-make-message-entity.
2027         (wl-summary-buffer-set-folder): Don't call
2028         wl-summary-detect-mark-position here.
2029         (wl-summary-rescan): Call elmo-message-entity-number.
2030         (wl-summary-sync-update): Ditto.
2031         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2032
2033         * wl-score.el (wl-score-header-index): Redefine 2th element.
2034         (wl-score-overview-entity-get-extra): Abolish.
2035         (wl-score-ov-entity-get): Rewrite.
2036         (wl-score-string-index<, wl-score-string-func<): Abolish.
2037         (wl-score-string<): New function.
2038         (wl-score-string-sort): Use it.
2039
2040         * wl-refile.el (wl-refile-guess-by-history): Use
2041         elmo-message-entity-field.
2042         (wl-refile-guess-by-from): Ditto.
2043         (wl-refile-guess-by-msgid): Ditto.
2044
2045         * Version number is increased to 2.11.16.
2046
2047 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2048
2049         * wl-folder.el (wl-folder-confirm-existence): Don't call
2050         file-exists-p if msgdb-path is nil.
2051         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2052         `wl-read-folder-hist' to `wl-read-folder-history'.
2053
2054 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2055
2056         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2057         `y-or-n-p'.
2058
2059 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2060
2061         * wl-score.el (wl-score-headers): Don't use
2062         elmo-folder-do-each-message-entity.
2063
2064         * Version number is increased to 2.11.15.
2065
2066 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2067
2068         * wl-summary.el (wl-summary-delete-all-msgs): Use
2069         elmo-folder-move-messages instead of elmo-folder-delete-messages
2070         and elmo-folder-detach-messages.
2071         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2072
2073         * wl-expire.el (wl-expire-delete): Ditto.
2074         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2075
2076 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2077
2078         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2079         (wl-message-header-narrowing-fields): Ditto.
2080         (wl-message-header-narrowing-lines): Ditto.
2081         (wl-message-header-narrowing-string): Ditto.
2082
2083         * wl-summary.el (wl-summary-mode-map): Bind
2084         wl-summary-toggle-header-narrowing to "C-cC-f".
2085         (wl-summary-toggle-header-narrowing): New function.
2086
2087         * wl-message.el (wl-message-buffer-create): Call
2088         wl-message-header-narrowing-setup.
2089         (wl-message-redisplay): Call wl-message-header-narrowing.
2090         (wl-message-header-narrowing): New function.
2091         (wl-message-header-narrowing-map): New keymap.
2092         (wl-message-header-narrowing-widen-map): New keymap.
2093         (wl-message-header-narrowing-again-at-mouse): New function.
2094         (wl-message-header-narrowing-1): Ditto.
2095         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2096         (wl-message-header-narrowing-setup): Ditto.
2097         (wl-message-header-narrowing-toggle): Ditto.
2098         
2099         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2100
2101         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2102         'flag as all.
2103         (wl-use-flag-folder-help-echo): New user option.
2104
2105         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2106         wl-summary-highlight as nil.
2107         (wl-summary-set-mark-modified): Follow the API change.
2108         (wl-summary-mark-modified-p): Ditto.
2109         (wl-summary-mark-as-read-all): Ditto.
2110         (wl-summary-sync-marks): Don't call
2111         elmo-folder-list-messages-with-global-mark.
2112         (wl-summary-mark-as-read-internal): Follow the API change.
2113         (wl-summary-mark-as-answered-internal): Ditto.
2114         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2115         Follow the API change.
2116         (wl-summary-create-line): Call with number argument.
2117         (wl-summary-reply): Follow the API change.
2118
2119         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2120         function.
2121         (wl-highlight-summary-line-string): Call it when
2122         wl-use-flag-folder-help-echo is non-nil.
2123         (wl-highlight-summary-current-line): Ditto.
2124         (elmo-flag-folder-referrer): Added autoload setting.
2125
2126         * wl-draft.el (wl-draft-kill): Follow the API change.
2127
2128         * Version number is increased to 2.11.14.
2129         
2130 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2131
2132         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2133
2134 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2135
2136         * Version number is increased to 2.11.13.
2137
2138 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2139
2140         * wl-draft.el (wl-draft-previous-history-element): Fixed
2141         unbalanced parenthesis and bind unbound local variables.
2142
2143 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2144
2145         * wl-draft.el (wl-draft-previous-history-element): New function.
2146         (wl-draft-next-history-element): Ditto.
2147         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2148         them to M-p and M-n.
2149
2150 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2151
2152         * Version number is increased to 2.11.12.
2153
2154 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2155
2156         * wl-draft.el (wl-draft-hide): Select buffer-window.
2157
2158 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2159
2160         * wl-summary.el (wl-summary-narrow-to-region): New function.
2161         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2162         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2163         (wl-summary-save-region): Use it.
2164         * wl-action.el (wl-summary-collect-numbers-region)
2165         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2166
2167 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2168
2169         * wl-folder.el (wl-folder-count-incorporates): Don't use
2170         `elmo-msgdb-mark-load'
2171
2172         * Version number is increased to 2.11.11.
2173
2174 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2175
2176         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2177         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2178
2179 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2180
2181         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2182
2183 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2184
2185         * Version number is increased to 2.11.10.
2186
2187 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2188
2189         * wl-mime.el (wl-draft-attribute-value): Fixed.
2190
2191 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2192
2193         * wl-util.el (wl-copy-local-variables): New function.
2194
2195         * wl-mime.el (wl-draft-attribute-recipients): New function.
2196         (wl-draft-attribute-envelope-from): Ditto.
2197         (wl-draft-attribute-smtp-posting-server): Ditto.
2198         (wl-draft-attribute-smtp-posting-port): Ditto.
2199         (wl-draft-attribute-value): Ditto.
2200         (wl-draft-preview-message): Use it to get value for
2201         attributes. Reflect result of `wl-draft-config'.
2202
2203         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2204         and call `wl-summary-mark-as-read' before to call
2205         `wl-summary-unset-mark'.
2206         (wl-summary-target-mark-mark-as-unread): Likewise.
2207         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2208
2209 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2210
2211         * wl-mime.el (wl-draft-preview-message): Use actual value for
2212         attributes; Fix for small window.
2213
2214 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2215
2216         * wl-refile.el (wl-refile-get-field-value): Call
2217         `elmo-message-entity-field' with 3rd argument is non-nil.
2218
2219 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2220
2221         * wl-vars.el (wl-draft-preview-attributes): New user option.
2222         (wl-draft-preview-attributes-list): Ditto.
2223         (wl-draft-preview-attributes-buffer-lines): Ditto.
2224         (wl-draft-preview-attributes-buffer-name): Ditto.
2225
2226         * wl-mime.el (wl-draft-preview-message): Display attributes.
2227
2228 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2229
2230         * wl-summary.el (wl-summary-detect-mark-position): Bind
2231         wl-summary-flag-priority-list to '(new).
2232
2233 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2234
2235         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2236         funtion.
2237         (wl-highlight-summary-line-string): Use it.
2238         (wl-highlight-summary-current-line): Ditto.
2239
2240 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2241
2242         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2243         line even when the mark string is not changed.
2244
2245         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2246         argument change in the wl-summary-create-line.
2247         (wl-thread-insert-entity-sub): Ditto.
2248
2249         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2250         argument change in the wl-summary-create-line.
2251         (wl-summary-insert-sequential): Ditto.
2252         (wl-summary-update-thread): Ditto.
2253         (wl-summary-persistent-mark-string): New inline function.
2254         (wl-summary-message-mark): Use it.
2255         (wl-summary-create-line): Abolish argument wl-persistent-mark
2256         and added wl-flags, wl-cached.
2257
2258         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2259         mark to flags.
2260         (wl-highlight-summary-current-line): Decide the face not by the 
2261         persistent mark but flags.
2262
2263 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2264
2265         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2266         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2267         wl-summary-read-uncached-mark): Revive.
2268         (wl-summary-answered-cached-mark,
2269         wl-summary-answered-uncached-mark): New user option.
2270         (wl-summary-score-marks): Follow the change above.
2271         (wl-summary-auto-refile-skip-marks): Ditto.
2272         (wl-summary-incorporate-marks): Ditto.
2273         (wl-summary-expire-reserve-marks): Ditto.
2274         (wl-summary-flag-priority-list): New user option.
2275
2276         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2277         changes.
2278         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2279         of elmo-message-mark.
2280         (wl-summary-mark-as-read-internal): Ditto.
2281         (wl-summary-mark-as-answered): Ditto.
2282         (wl-summary-mark-as-important): Ditto.
2283         (wl-summary-redisplay-internal): Ditto.
2284         (wl-summary-redisplay-no-mime-internal): Ditto.
2285         (wl-summary-message-mark): New function.
2286         (wl-summary-insert-sequential): Use wl-summary-message-mark
2287         instead of elmo-message-mark.
2288         (wl-summary-update-thread): Ditto.
2289         (wl-summary-persistent-mark): Ditto.
2290         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2291         instead of elmo-message-mark.
2292
2293         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2294         wl-summary-message-mark instead of elmo-message-mark.
2295         (wl-thread-insert-entity-sub): Ditto.
2296         (wl-thread-get-children-msgs-uncached): Ditto.
2297
2298         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2299         variable name changes.
2300         (wl-highlight-summary-current-line): Ditto.
2301
2302         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2303         wl-summary-message-mark instead of elmo-message-mark.
2304
2305         * wl-expire.el (wl-expire-message-p): Ditto.
2306
2307         * wl-score.el (wl-score-headers): Ditto.
2308
2309         * Version number is increased to 2.11.9.
2310
2311         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2312         (wl-summary-sync-update): Follow the change above.
2313         (wl-summary-switch-to-clone-buffer): Ditto.
2314         (wl-summary-open-folder): Ditto.
2315
2316 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2317
2318         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2319         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2320
2321         * Version number is increased to 2.11.8.
2322
2323         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2324
2325         * wl-expire.el (wl-expire-refile): Follow the API change on
2326         `elmo-folder-move-messages'.
2327         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2328
2329         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2330         (wl-summary-exec-action-refile): Ditto.
2331         (wl-summary-exec-action-copy): Ditto.
2332         (wl-summary-no-auto-refile-message-p): No use
2333         `wl-summary-buffer-msgdb'.
2334         (wl-summary-auto-refile): Ditto.
2335
2336 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2337
2338         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2339
2340 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2341
2342         * wl-summary.el (wl-summary-sync): Treat no-sync.
2343
2344         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2345         (wl-default-sync-range): Ditto.
2346
2347 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2348
2349         * wl-refile.el (wl-refile-subject-learn): Call
2350         `elmo-message-entity-field' with 3rd argument is non-nil.
2351         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2352         instead of `elmo-msgdb-overview-entity-get-subject'.
2353
2354 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2355
2356         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2357         scan-type is rescan.
2358         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2359         new optional argument force is non-nil.
2360         (wl-summary-save-view-cache): Call it with force argument non-nil.
2361
2362         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2363
2364 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2365
2366         * wl-action.el (wl-summary-print-argument): Fixed last change.
2367
2368 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2369
2370         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2371         simplified.
2372         (wl-summary-target-mark-mark-as-unread): Likewise.
2373         (wl-summary-target-mark-mark-as-important): Likewise.
2374
2375 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2376
2377         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2378         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2379         (wl-summary-mark-as-important-region): Change accordingly.
2380         (wl-summary-target-mark-mark-as-important): Ditto.
2381
2382 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2383
2384         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2385
2386         * wl-action.el (wl-summary-print-argument): Print argument to
2387         right side of window if `wl-summary-print-argument-within-window'
2388         is non-nil.
2389
2390 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2391
2392         * wl-action.el (wl-summary-set-mark): Use
2393         `wl-summary-message-visible-p' to check visibility of the message
2394         and jump to message only when the message line is visible and have
2395         different number; Call wl-summary-unset-mark with number argument.
2396         (wl-summary-unset-mark): 
2397         Use `wl-summary-message-visible-p'
2398         to check visibility of the message and jump to message only when
2399         the message line is visible and have different number;
2400
2401 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2402
2403         * Version number is increased to 2.11.7.
2404
2405         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2406         and wl-folder-summary-line-format.
2407
2408         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2409         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2410         (wl-summary-set-score-mark): Use it.
2411         (wl-summary-target-mark-mark-as-read): Ditto.
2412         (wl-summary-target-mark-mark-as-unread): Ditto.
2413         (wl-summary-target-mark-mark-as-important): Ditto.
2414         (wl-summary-target-mark-msgs): Simplified.
2415         (wl-summary-detect-mark-position): Fixed problem when
2416         summary-line-format no contain persisten/temp mark spec.
2417         (wl-summary-temp-mark): Ditto.
2418         (wl-summary-persistent-mark): Ditto.
2419         (wl-summary-update-persistent-mark): Ditto.
2420
2421         * wl-action.el (wl-summary-set-mark): Ditto.
2422         (wl-summary-unset-mark): Ditto.
2423         All other related portions are changed.
2424
2425 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2426
2427         * Version number is increased to 2.11.6.
2428
2429 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2430
2431         * wl-util.el (wl-current-message-buffer): Define as function;
2432         Don't use the value of wl-messge-buffer.
2433
2434         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2435         persistent mark.
2436
2437         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2438         no current message, cause an error.
2439
2440 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2441
2442         * wl-summary.el (wl-summary-set-message-modified): Use
2443         elmo-folder-set-message-modified instead of
2444         elmo-folder-set-message-modified-internal.
2445
2446 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2447
2448         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2449         interactively.
2450         (wl-summary-sync): nokill->entirely.
2451         (wl-summary-sync-marks): Fixed message.
2452         (wl-summary-input-range): Added mark, nokill->entirely.
2453
2454         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2455         messages as read.
2456
2457 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2458
2459         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2460         update-noscore.
2461         (wl-summary-sync): Follow the change above.
2462
2463 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2464
2465         * wl-action.el (wl-summary-target-mark-all): Use
2466         elmo-folder-list-messages.
2467
2468 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2469
2470         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2471         (wl-summary-rescan): Set wl-summary-scored as nil.
2472         (wl-summary-sync-force-update): Follow the change above.
2473         (wl-summary-sync): Ditto.
2474         (wl-summary-sync-update): Added argument disable-killed.
2475         (wl-summary-insert-headers): Set visible-only argument for
2476         elmo-folder-list-messages.
2477         (wl-summary-input-range): Added update-nokill, update-noscore,
2478         all-nokill, all-noscore and mark.
2479
2480         * Version number is increased to 2.11.5.
2481
2482         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2483
2484 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2485
2486         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2487         (wl-summary-prefetch-region-no-mark): Change accordingly.
2488         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2489
2490 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2491
2492         * wl-address.el (wl-complete-field-to): Abolished.
2493         (wl-complete-address): Completion function for completing-read.
2494         * wl-action.el (wl-summary-get-resend-address): Use it.
2495
2496         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2497         wl-summary-update-mark and abolish unused argument.
2498         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2499         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2500         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2501         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2502         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2503         * wl-draft.el (wl-draft-kill): Ditto.
2504
2505         * wl-summary.el: Remove unused binding of case-fold-search.
2506         (wl-summary-replace-status-marks): Abolished.
2507
2508 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2509
2510         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2511         is specified or folder length is zero.
2512
2513 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2514
2515         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2516         (wl-folder-archive-current-entity): Ditto.
2517
2518 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2519
2520         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2521         retrieving message mark.
2522         (wl-summary-redisplay-internal): Ditto.
2523
2524         * wl-message.el (wl-message-buffer-display): Ignore errors while
2525         retrieving message-id field.
2526
2527         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2528         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2529         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2530         order of the arguments for `wl-expire-message-p'.
2531         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2532
2533         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2534         Check return value of wl-summary-reply.
2535         (wl-summary-reply): Recover window configuration when an error occured.
2536
2537 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2538
2539         * wl-summary.el (wl-summary-resend-message): Abolished, the
2540         feature is inherited by wl-summary-resend (put resend mark).
2541
2542 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2543
2544         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2545         wl-message-buffer to nil when the message is hide.
2546
2547 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2548
2549         * .cvsignore: New file.
2550
2551 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2552
2553         * wl-action.el (wl-summary-action-docstring): Add more info.
2554         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2555         duplicate definition.
2556         (wl-summary-define-mark-action): Functions wl-summary-*-region
2557         keep current position.
2558         (wl-summary-unregister-target-mark): Store result to the variable.
2559
2560 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2561
2562         * Version number is increased to 2.11.4.
2563
2564 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2565
2566         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2567         wl-summary-delete-all-temp-marks.
2568         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2569
2570         * wl-action.el (wl-summary-set-mark): Changed terminology
2571         refile-destination -> action-argument.
2572         (wl-summary-unset-mark): Ditto.
2573         (wl-summary-remove-argument): Ditto.
2574         (wl-summary-print-argument): Ditto.
2575
2576         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2577         (wl-thread-remove-argument-region): Ditto.
2578         (wl-thread-print-argument-region): Ditto.
2579         (wl-thread-close): Ditto.
2580         (wl-thread-open): Ditto.
2581
2582         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2583         (wl-highlight-refile-destination-face is abolished)
2584         (wl-highlight-action-argument-string): Ditto.
2585         (wl-highlight-summary-current-line): Highlight action argument.
2586
2587         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2588         color for light backgrounds.
2589         (wl-highlight-summary-answered-face): Ditto.
2590
2591 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2592
2593         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2594
2595         * wl-score.el (wl-summary-score-update-all-lines): Use
2596         wl-summary-set-mark.
2597         (wl-summary-score-update-all-lines): Kill expunged messages.
2598
2599         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2600
2601 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2602
2603         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2604         directly.
2605         (wl-score-overview-entity-get-lines): Ditto.
2606         (wl-score-overview-entity-get-xref): Ditto.
2607         (wl-score-get-latest-msgs): Ditto.
2608         (wl-summary-rescore): Ditto.
2609
2610         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2611         to "&".
2612         (wl-summary-mark-as-answered-internal): New inline function.
2613         (wl-summary-mark-as-answered): New function.
2614         (wl-summary-mark-as-unanswered): Ditto.
2615         (wl-summary-sync-marks): Modified for answered-mark synching.
2616
2617 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2618
2619         * wl-action.el (wl-summary-set-mark): Fixed last change.
2620
2621 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2622
2623         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2624         behavior of wl-summary-unread-message-hook
2625         (Pointed out by akira yamada <akira@arika.org>).
2626
2627 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2628
2629         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2630         wl-summary-delete.
2631         * wl-xmas.el (wl-summary-toolbar): Ditto.
2632
2633         * wl-action.el (wl-summary-set-mark): Don't override current
2634         temp-mark.
2635
2636         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2637
2638 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2639
2640         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2641         (wl-refile-msgid-learn): Ditto.
2642         (wl-refile-get-field-value): Ditto.
2643
2644         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2645
2646         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2647         (wl-expire-delete-reserved-messages): Renamed from
2648         wl-expire-reserve-marked-msgs-from-list.
2649         (wl-expire-delete): Removed argument `msgdb'.
2650         (wl-expire-refile): Ditto.
2651         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2652         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2653         mark-alist as argument.
2654         (wl-expire-archive-number1): Removed argument `msgdb'.
2655         (wl-expire-archive-number2): Ditto.
2656         (wl-expire-archive-date): Ditto.
2657         (wl-expire-localdir-date): Ditto.
2658         (wl-expire-hide): Ditto.
2659         (wl-archive-number1): Ditto.
2660         (wl-archive-number2): Ditto.
2661         (wl-archive-date): Ditto.
2662         (wl-archive-folder): Ditto.
2663         All other related portions are changed.
2664
2665 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2666
2667         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2668         mean move up and down. (suggested by Takashi Kawachi)
2669
2670 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2671
2672         * wl-acap.el (toplevel): Don't require un-define.
2673
2674 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2675
2676         * wl-thread.el (wl-thread-delete-message): Always update
2677         wl-summary-buffer-number-list.
2678
2679         * wl-action.el (wl-summary-print-destination): 
2680         Do nothing when folder is nil.
2681
2682 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2683
2684         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2685         persistent mark when prefetch is succeeded.
2686
2687 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2688
2689         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2690         instead of elmo-msgdb-delete-msgs.
2691         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2692         (wl-expire-hide): Ditto.
2693
2694         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2695
2696         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2697         elmo-msgdb interface.
2698         (wl-thread-get-exist-children): Likewise.
2699         (wl-thread-insert-message): Likewise.
2700         (wl-thread-msg-mark-as-important): Likewise.
2701         (wl-thread-insert-entity-sub): Likewise.
2702         (wl-thread-get-children-msgs-uncached): Likewise.
2703
2704         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2705         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2706         (wl-summary-sync-update): Likewise.
2707         (wl-summary-auto-select-msg-p): Likewise.
2708         (wl-summary-update-thread): Likewise.
2709         (wl-summary-mark-as-important): Likewise.
2710         (wl-summary-jump-to-msg-internal): Likewise.
2711         (wl-summary-redisplay-internal): Likewise.
2712         (wl-summary-print-message-with-ps-print): Likewise.
2713         (wl-summary-folder-info-update): Likewise.
2714
2715         * wl-folder.el (wl-folder-check-one-entity):
2716         elmo-folder-count-flags instead of wl-summary-count-unread.
2717
2718         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2719
2720         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2721
2722         * wl-summary.el (wl-summary-set-message-modified): 
2723         Call wl-summary-set-mark-modified.
2724         (wl-summary-delete-messages-on-buffer): Call
2725         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2726         (wl-summary-sync-update): Call elmo-folder-length instead of
2727         elmo-folder-messages.
2728         (wl-summary-insert-headers): Don't call
2729         elmo-folder-list-message-entities.
2730
2731 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2732
2733         * wl-action.el (wl-summary-define-mark-action): Call
2734         `wl-summary-set-mark' with argument `data'.
2735         (wl-summary-auto-refile): Fixed order of arguments when call
2736         `wl-summary-refile'.
2737
2738 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2739
2740         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2741
2742         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2743
2744         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2745         (Renamed from wl-highlight-summary-deleted-face).
2746         (wl-highlight-summary-resend-face): New face.
2747
2748         (wl-highlight-summary-deleted-face): Renamed from
2749         wl-highlight-summary-erased-face.
2750
2751         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2752
2753         * wl-action.el (wl-summary-get-resend-address): New function.
2754         (wl-summary-exec-action-resend): Ditto.
2755         (wl-summary-exec-action-resend-subr): Ditto.
2756
2757         * w-thread.el (wl-thread-copy): Removed definition.
2758         (wl-thread-refile): Ditto.
2759         (wl-thread-delete): Ditto.
2760         (wl-thread-target-mark): Ditto.
2761
2762         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2763         (wl-summary-target-mark-set-action): Fixed.
2764         (wl-summary-define-mark-action): Fixed quotation.
2765         (wl-summary-move-mark-list-messages): Display message.
2766         (wl-summary-define-mark-action): Define thread functions.
2767         (wl-summary-exec-action-refile): Changed message.
2768         (wl-summary-exec): Ditto.
2769
2770 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2771         
2772         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2773         '%%'.
2774
2775 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2776
2777         * wl.el (toplevel): Require wl-action.
2778         (wl-init): Call wl-summary-define-mark-action.
2779
2780         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2781
2782         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2783         wl-summary-delete and wl-summary-erase.
2784         (wl-summary-mode-map): Ditto.
2785
2786         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2787         wl-delete-folder-alist.
2788
2789         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2790         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2791         (toplevel): Moved mark & action related functions to the wl-action.el.
2792
2793         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2794         in wl-summary-mark-action-list.
2795         (wl-highlight-summary-current-line): Ditto.
2796
2797         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2798         empty lines.
2799
2800         * wl-action.el: New file. 
2801
2802 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2803
2804         * wl-summary.el (wl-summary-target-mark-replace): New function.
2805         (wl-summary-target-mark-prefetch): Use it.
2806         (wl-summary-target-mark-delete): Ditto.
2807         (toplevel): Rearranged definition order.
2808         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2809         (wl-summary-target-mark-erase): Rewrite.
2810         (wl-summary-erase-region): New function.
2811         (wl-summary-exec-action-erase): Changed message.
2812         (wl-summary-move-mark-list-messages): New function.
2813         (wl-summary-exec-action-delete): Use it.
2814         (wl-summary-exec-action-erase): Ditto.
2815
2816         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2817         (wl-summary-skip-mark-list): Added "d".
2818
2819         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2820         while searching.
2821
2822         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2823         and define using defcustom;
2824         Define 4th element as a face.
2825         
2826         * wl-summary.el (wl-summary-incorporate): Use 
2827         `wl-summary-prefetch-region-no-mark' instead of
2828         `wl-summary-prefetch-region'.
2829         (wl-summary-prefetch-region-no-mark): Revival of old
2830         `wl-summary-prefetch-region'.
2831         (wl-summary-mark-action-list): Moved to wl-vars.el
2832
2833         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2834         face according to the `wl-summary-mark-action-list'.
2835         (wl-highlight-summary-current-line): Ditto;
2836         Removed destination highlighting.
2837
2838         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2839         (wl-highlight-summary-line-string): Highlight for "i" mark.
2840         (wl-highlight-summary-current-line): Ditto.
2841
2842         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2843         no destination.
2844
2845         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2846         exists, just go ahead.
2847         (wl-summary-prefetch-region): Rewrite.
2848         (wl-summary-prefetch): Ditto.
2849         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2850         (wl-summary-exec-action-prefetch): New function.
2851         (wl-summary-target-mark-prefetch): Rewrite.
2852
2853 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2854
2855         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2856         (wl-highlight-summary-line-string): Added "d" and "D".
2857         (wl-highlight-summary-current-line): Ditto.
2858
2859         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2860         in wl-summary.el.
2861         (wl-thread-insert-entity-sub): Ditto.
2862         (wl-thread-remove-destination-region): Ditto.
2863         (wl-thread-print-destination-region): Ditto.
2864
2865         * wl-summary.el (wl-summary-buffer-refile-list,
2866         wl-summary-buffer-delete-list,
2867         wl-summary-buffer-copy-list): Abolish.
2868         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2869         All other related portions are changed.
2870         (wl-summary-mark-action-list): New variable.
2871         (wl-summary-set-mark): New function.
2872         (wl-summary-register-target-mark): Ditto.
2873         (wl-summary-unregister-target-mark): Ditto.
2874         (wl-summary-have-target-mark-p): Ditto.
2875         (wl-summary-register-temp-mark): Ditto.
2876         (wl-summary-unregister-temp-mark): Ditto.
2877         (wl-summary-registered-temp-mark): Ditto.
2878         (wl-summary-collect-temp-mark): Ditto.
2879         (wl-summary-unset-mark): Ditto.
2880         (wl-summary-set-target-mark): Ditto.
2881         (wl-summary-unset-target-mark): Ditto.
2882         (wl-summary-set-action-generic): Ditto.
2883         (wl-summary-unset-action-generic): Ditto.
2884         (wl-summary-exec-action-delete): Ditto.
2885         (wl-summary-exec-action-erase): Ditto.
2886         (wl-summary-set-action-refile): Ditto.
2887         (wl-summary-set-action-refile-subr): Ditto.
2888         (wl-summary-unset-action-refile): Ditto.
2889         (wl-summary-make-destination-numbers-list): Ditto.
2890         (wl-summary-exec-action-refile): Ditto.
2891         (wl-summary-set-action-copy): Ditto.
2892         (wl-summary-unset-action-copy): Ditto.
2893         (wl-summary-exec-action-copy): Ditto.
2894         (wl-summary-collect-numbers-region): Ditto.
2895         (wl-summary-delete): Rewrite.
2896         (wl-summary-erase): Ditto.
2897         (wl-summary-remove-destination): Ditto.
2898         (wl-summary-exec): Ditto.
2899         (wl-summary-exec-region): Ditto.
2900         (wl-summary-target-mark-erase): Ditto.
2901         (wl-summary-refile): Ditto.
2902         (wl-summary-copy): Ditto.
2903         (wl-summary-unmark): Ditto.
2904         (wl-summary-delete-all-mark): Ditto.
2905         (wl-summary-mark-line): Don't highlight.
2906         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2907         (wl-summary-target-mark-refile-subr): Rewrite.
2908
2909         (wl-summary-copy-prev-destination): Abolish.
2910
2911 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2912
2913         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2914         default values along the value of wl-on-mule.
2915         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2916         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2917         It is not used anywhere.
2918
2919 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2920
2921         * wl-summary.el (wl-summary-print-destination): Keep position.
2922         (wl-summary-cursor-move-surface): Keep horizontal position.
2923
2924 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2925
2926         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2927         write sendlog.
2928
2929 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2930
2931         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2932         `wl-summary-highlight'.
2933
2934 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2935
2936         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2937         trivial condition for temp-mark.
2938
2939 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2940
2941         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2942         when it hits killed buffer.
2943
2944 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2945
2946         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2947         * wl-news.el.in: `message' and `error' take format string.
2948
2949 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2950
2951         * wl-folder (wl-folder-insert-entity): Display a message,
2952         `...done', when the work finish.
2953         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2954
2955 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2956
2957         * wl-message.el (wl-message-redisplay): Remove unused local
2958         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2959
2960 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2961
2962         * wl-summary.el (wl-summary-replace-status-marks): Disable
2963         interactive use.
2964         (wl-summary-reedit): Check message existence at first.
2965         (wl-summary-mark-line): Fix doc, return value is indefinite.
2966
2967         * wl-highlight.el (wl-highlight-message): Arranged.
2968
2969         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2970         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2971         check temp-mark by wl-summary-temp-mark always.
2972         (wl-highlight-summary): Change accordingly.
2973         * wl-summary.el (wl-summary-mark-as-read-all)
2974         (wl-summary-delete-cache, wl-summary-set-score-mark)
2975         (wl-summary-mark-as-unread, wl-summary-unmark)
2976         (wl-summary-mark-line, wl-summary-mark-as-read)
2977         (wl-summary-mark-as-important): Ditto.
2978
2979         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2980         end of the window if possible.
2981         * wl-summary.el (wl-summary-sync-update): Support lazy
2982         highlighting.
2983         (wl-summary-toggle-disp-msg): Ditto.
2984
2985 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2986
2987         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2988
2989 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2990
2991         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2992         change.
2993
2994 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2995
2996         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2997         API.
2998         (wl-summary-sync-update): Ditto.
2999
3000         * wl-score.el (wl-score-get-score-alist): Changed argument.
3001         (wl-summary-rescore-msgs): Likewise.
3002         (wl-summary-score-headers): Likewise.
3003         (wl-score-headers): Likewise;
3004         Use elmo-folder-do-each-message-entity, etc.
3005         (wl-summary-score-effect): Follow the changes above.
3006         (wl-summary-rescore): Ditto.
3007         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3008         (wl-score-get-overview): Abolish.
3009
3010         * wl-summary.el (wl-summary-default-from): Follow the API change in
3011         elmo-msgdb.
3012         (wl-summary-count-unread): Ditto.
3013         (wl-summary-detect-mark-position): Ditto.
3014         (wl-summary-overview-entity-compare-by-date): Ditto.
3015         (wl-summary-overview-entity-compare-by-number): Ditto.
3016         (wl-summary-overview-entity-compare-by-from): Ditto.
3017         (wl-summary-overview-entity-compare-by-subject): Ditto.
3018         (wl-summary-get-list-info): Ditto.
3019         (wl-summary-rescan): Ditto.
3020         (wl-summary-jump-to-msg-by-message-id): Ditto.
3021         (wl-summary-sync-update): Ditto; Removed comment.
3022         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3023         (wl-summary-insert-message): Use wl-summary-insert
3024         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3025         (wl-summary-insert-headers): Changed argument overview to folder.
3026         (wl-summary-search-by-subject): Likewise.
3027         (wl-summary-insert-thread): Renamed from 
3028         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3029
3030         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3031         too.
3032
3033         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3034         wl-string-member.
3035
3036 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3037
3038         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3039         elmo-folder-append-buffer.
3040         (wl-draft-queue-append): Likewise.
3041
3042         * wl-mime.el (wl-message-delete-current-part): Ditto.
3043         (wl-summary-burst-subr): Ditto.
3044
3045         * wl-news.el.in (wl-news-send-news): Ditto.
3046
3047 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3048
3049         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3050         function.
3051         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3052         (wl-summary-update-mark): Enclose with save-excursion.
3053         (wl-summary-mark-as-read-internal): Fixed last change.
3054         (wl-summary-mark-as-important): Use 3rd argument of
3055         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3056         Don't use elmo-msgdb-set-mark.
3057         (wl-summary-redisplay-internal): If msgdb flag is already read,
3058         just update the mark on buffer.
3059
3060 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3061
3062         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3063         cut visible folder when elmo-folder-delete returns non-nil value.
3064
3065 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3066
3067         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3068         by Kenichi OKADA <okada@opaopa.org>).
3069
3070 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3071
3072         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3073
3074 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3075
3076         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3077         Fixed the last change, search group entity by its real name.
3078         (Thanks to: KOBAYASHI Shinji)
3079
3080 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3081
3082         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3083         (wl-fldmgr-access-display-all): Don't refer visible name.
3084         * wl-expire.el (wl-folder-archive-current-entity)
3085         (wl-folder-expire-current-entity): Ditto.
3086         * wl-folder.el (wl-folder-jump-to-current-entity)
3087         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3088         (wl-folder-open-folder-sub,wl-folder-open-all)
3089         (wl-folder-write-current-folder): Ditto.
3090         (wl-folder-insert-entity): Don't use petname for normal group.
3091         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3092         is the real name.
3093         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3094         Abolished.
3095
3096 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3097
3098         * wl-draft.el (wl-draft-create-buffer): Add
3099         `wl-summary-reply-with-citation'
3100
3101 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3102
3103         * wl-draft.el (wl-draft-reply): Fixed.
3104
3105 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3106
3107         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3108         when `wl-draft-send-confirm-with-preview' is non-nil.
3109         You can scroll up/down by j/k.
3110         (wl-draft-send-confirm-with-preview): New variable (default=t).
3111
3112 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3113
3114         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3115         (wl-fldmgr-save-folders): Fix comment.
3116
3117 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3118
3119         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3120         along the last change in `wl-folder-buffer-group-p'.
3121
3122 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3123
3124         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3125         folder.
3126
3127         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3128         the default value.
3129
3130         * wl-mime.el (wl-summary-burst): Update summary only when target
3131         folder equals current folder.
3132
3133 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3134
3135         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3136
3137 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3138
3139         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3140         value.
3141
3142 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3143
3144         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3145         `map-extents' instead of `extent-at' repeatedly.
3146         (wl-highlight-folder-current-line): Ditto.
3147
3148         * wl-highlight.el: Remove useless dummy functions.
3149
3150 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3151
3152         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3153         (wl-folder-put-folder-property): New function to put text property.
3154         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3155         (wl-folder-insert-entity, wl-folder-update-diff-line)
3156         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3157         * wl-e21.el, wl-xmas.el, wl-mule.el
3158         (wl-highlight-folder-current-line): Ditto.
3159         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3160         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3161         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3162         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3163
3164 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3165
3166         * Version number is increased to 2.11.3.
3167
3168 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3169
3170         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3171         Resume current-buffer since it is assumed by remaining tasks.
3172
3173 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3174
3175         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3176         (wl-folder-completion-function): Abolished.
3177         (wl-folder-complete-folder): New function.
3178         (wl-folder-complete-filter-condition): Ditto.
3179         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3180         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3181
3182 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3183
3184         * wl-draft.el (wl-draft-send-confirm): New function.
3185         (wl-draft-send): Use it.
3186
3187         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3188         cursor-in-echo-area while confirming.
3189
3190         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3191
3192         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3193         searching via nntp if wl-summary-search-via-nntp is 'force.
3194         Otherwise, invoke searching in nntp folder only.
3195         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3196
3197         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3198         explicitly for mime-make-text-tag.
3199
3200 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3201
3202         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3203         `mime-make-text-tag' instead of `mime-create-tag'.
3204
3205 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3206
3207         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3208         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3209
3210 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3211
3212         * wl-score.el (wl-score-save): Bind print-length and print-level.
3213         (wl-score-pretty-print): Ditto.
3214         (wl-score-edit-insert-header-entry): Ditto.
3215
3216         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3217         "From" entry to be treated with wl-draft-eword-encode-address-list.
3218         * wl-mime.el (wl-draft-preview-message): Ditto.
3219
3220         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3221         (wl-summary-mark-as-unread): Ditto.
3222         (wl-summary-mark-as-read-region): Change accordingly.
3223         (wl-summary-mark-as-unread-region): Ditto.
3224         (wl-summary-target-mark-mark-as-read): Ditto.
3225         (wl-summary-target-mark-mark-as-unread): Ditto.
3226
3227 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3228
3229         * Version number is increased to 2.11.2.
3230
3231 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3232
3233         * wl-news.el.in (wl-news-previous-version-save): Bind
3234         print-length and print-level.
3235         * wl-thread.el (wl-thread-save-entities): Ditto.
3236         (wl-thread-save-top-list): Bind print-length.
3237
3238 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3239
3240         * wl-highlight.el (wl-highlight-summary-line-string): Use
3241         wl-summary-score-below-mark, wl-summary-score-over-mark.
3242         (wl-highlight-summary-current-line): Ditto.
3243
3244 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3245
3246         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3247         insert it.
3248
3249 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3250
3251         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3252
3253 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3254
3255         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3256         message without msgid.
3257         Rewrite with elmo-folder-move-messages.
3258         Set wl-message-buffer to nil.
3259
3260         * wl-summary.el (wl-summary-erase-subr): New function. Use
3261         elmo-folder-move-messages.
3262         (wl-summary-erase): Call it.
3263         (wl-summary-target-mark-erase): Ditto.
3264
3265 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3266
3267         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3268         it is not up-tp-date.
3269
3270 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3271
3272         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3273         buffer after calling `wl-summary-goto-folder-subr' without the
3274         argument `interactive'.
3275         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3276
3277 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3278
3279         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3280         `mime-create-tag'. Use `string=' instead of `looking-at'.
3281
3282 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3283
3284         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3285         to avoid compile warning.
3286
3287         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3288         entity-id when folder is given.
3289         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3290         save-excursion, use save-selected-window instead.
3291         Select folder buffer window if exists.
3292         (To correct behavior with wl-folder-move-cur-folder.)
3293
3294 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3295
3296         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3297
3298 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3299
3300         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3301         list-count instead of %d.
3302
3303 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3304
3305         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3306         (wl-news): Set it.
3307         (wl-news-append-to-folder): Use it.
3308
3309         * wl-news.el.in (wl-news-send-news): Append to specified folder
3310         instead of wl-default-folder.
3311         (wl-news-append-to-folder): Show error message with specified folder.
3312
3313         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3314                 In most major modes, Emacs assumes that any opening
3315                 delimiter found at the left margin is the start of a
3316                 top-level definition, or defun. Therefore, *never put an
3317                 opening delimiter at the left margin unless it should have
3318                 that significance.*
3319
3320         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3321
3322 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3323
3324         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3325
3326 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3327
3328         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3329
3330 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3331
3332         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3333         for sequential numbering case.
3334
3335 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3336
3337         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3338         value.
3339         (wl-draft-reply-without-argument-list): Ditto.
3340         (wl-draft-reply-myself-with-argument-list): Abolish.
3341         (wl-draft-reply-myself-without-argument-list): Ditto.
3342         * wl-draft.el (wl-draft-self-reply-p): New function.
3343         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3344
3345 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3346
3347         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3348         (avoid error for the case without byte-compiling)
3349
3350 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3351
3352         * wl-news.el.in (wl-news-append-to-folder): New function.
3353         (wl-news-exit): Rewrite.
3354         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3355
3356 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3357
3358         * wl-draft.el (wl-draft-reply-position): New function.
3359         (wl-draft-reply-position): Fix.
3360         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3361         (wl-summary-target-mark-reply-with-citation): Ditto.
3362         (wl-summary-reply-with-citation): Ditto.
3363         * wl-vars.el (wl-draft-reply-default-position): New variable.
3364
3365 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3366
3367         * wl-draft.el (wl-draft-send): Preview when interactive send.
3368
3369 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3370
3371         * wl-draft.el (wl-draft-reply): Set default position.
3372         * wl-summary.el (wl-summary-reply): Ditto.
3373         (wl-summary-reply-with-citation): Ditto.
3374         (wl-summary-target-mark-reply-with-citation): Ditto.
3375
3376 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3377
3378         * wl-news.el.in (wl-news-lang): Set default value according to
3379         current-language-environment.
3380         (wl-news-append-news): Do nothing when news-list is nil.
3381
3382 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3383
3384         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3385         (wl-news): Change message.
3386         (wl-news-exit): Check buffer.
3387         (wl-news-force-exit): New function.
3388         (wl-news-show-all): New function.
3389         (wl-news-discard-and-exit): Fix.
3390
3391 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3392
3393         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3394         according to current-language-environment.
3395
3396         * wl-news.el.in (wl-news): If arg, show all NEWS after
3397         wl-news-default-previous-version.
3398
3399 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3400
3401         * wl-news.el.in (wl-news-check): Rewritten.
3402         (wl-news-previous-version-load): Change data type.
3403         (wl-news-previous-version-save): Change data type.
3404         (wl-news-append-news): Add return value.
3405         (wl-news-check-news): New function.
3406         (wl-news-already-current-p): New function.
3407         (wl-news-send-news): Rewritten.
3408         (wl-news-mode-map): Add new keybind.
3409         (wl-news): Rewritten.
3410         (wl-news-exit): Rewritten.
3411         (wl-news-discard-and-mail): New function.
3412         (wl-news-send-to-address): Abolished.
3413         * wl.el (wl-init): Delete a message.
3414
3415 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3416
3417         * wl-news.el.in (wl-news-exit): Update previous version.
3418         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3419
3420 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3421
3422         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3423
3424 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3425
3426         * wl-news.el.in (wl-news): New function.
3427         (wl-news-mode): New function.
3428         (wl-news-next-line): New function.
3429         (wl-news-next-page): New function.
3430         (wl-news-exit): New function.
3431         (wl-news-buf-name): New variable.
3432         (wl-news-mode-map): New variable.
3433         (wl-news-winconf): New variable.
3434         (wl-news-append-news): Add an option.
3435
3436 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3437
3438         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3439
3440 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3441
3442         * wl-news.el.in (wl-news-send-to-address): New variable.
3443         (wl-news-send-news): Use it.
3444         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3445         Return updating status.
3446         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3447
3448 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3449
3450         * wl-news.el.in (wl-news-send-news): Delete
3451         Organization and X-Face.
3452
3453 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3454
3455         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3456         (wl-news-append-news): New function.
3457         (wl-news-send-news): New function.
3458
3459 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3460
3461         * Version number is increased to 2.11.1.
3462
3463 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3464
3465         * wl-news.el.in : New file.
3466
3467 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3468
3469         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3470         default value.
3471         (wl-draft-reply-without-argument-list): Ditto.
3472
3473 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3474
3475         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3476         (wl-message-buffer-prefetch-idle-time): Ditto.
3477         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3478
3479 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3480
3481         * wl-thread.el (wl-thread-insert-message): Use
3482         wl-summary-max-thread-depth.
3483
3484         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3485         loop detection.
3486
3487         * wl-message.el (wl-message-buffer-display): Back to the first page
3488         when cache is hit.
3489
3490 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3491
3492         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3493
3494         * wl-summary.el (wl-summary-insert-thread-entity):
3495         If the thread depth is reached to wl-summary-max-thread-depth,
3496         divide the thread.
3497
3498 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3499
3500         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3501         for elmo-remove-passwd.
3502
3503 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3504
3505         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3506         folder is sticky.
3507         (wl-folder-mark-as-read-all-entity): Ditto.
3508         (wl-folder-prefetch-entity): Ditto.
3509
3510 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3511
3512         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3513
3514 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3515
3516         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3517         Delete messages on buffer for unplugged operation.
3518         (wl-summary-erase): Ditto.
3519
3520 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3521
3522         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3523         take nil so as not to search parent by subject.
3524
3525 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3526
3527         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3528         (wl-folder-get-next-folder): Ditto.
3529         (wl-folder-get-path): Ditto.
3530
3531 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3532
3533         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3534         system and encode the region with it before verifying.
3535
3536 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3537
3538         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3539         system of the echo buffer before decoding.
3540
3541 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3542
3543         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3544         original contents.
3545
3546 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3547
3548         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3549         with argument 'any-exists.
3550
3551 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3552
3553         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3554         Use `wl-cs-autoconv'.
3555
3556 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3557
3558         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3559         by `mime-view-automatic-conversion'.
3560
3561         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3562         (wl-message-verify-pgp-nonmime): Ditto.
3563         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3564         Bind them to C-c:d and C-c:v respectively.
3565
3566         Merge following code by Teranishi-san from [wl-en:00167].
3567         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3568         (wl-mime-preview-application/pgp-encrypted): Ditto.
3569         (wl-mime-setup): Add entry.
3570
3571 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3572
3573         * wl-summary.el (wl-summary-target-mark-erase): New function.
3574         Bind it to "mD".
3575
3576 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3577
3578         * wl-vars.el (wl-draft-write-file-function): Fix.
3579         (wl-draft-reedit-hook): Changed default value.
3580
3581         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3582         wl-draft-reedit-hook.
3583         (wl-draft-remove-text-plain-tag): New function.
3584         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3585
3586         * wl-vars.el (wl-draft-write-file-function): New user option.
3587
3588         * wl-draft.el (wl-draft-prepare-edit): Use it for
3589         local-write-file-hooks.
3590         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3591
3592         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3593         (wl-draft-insert-mail-header-separator): Return the body beginning
3594         point.
3595         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3596         text/plain.
3597         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3598
3599 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3600
3601         * wl-summary.el (wl-summary-erase): New function to erase message
3602         without moving it to trash. Bind to "D".
3603
3604         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3605         as `keep' unless switch-function.
3606
3607 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3608
3609         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3610         message buffer by using `wl-summary-toggle-disp-msg'.
3611         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3612         buffer window.
3613         (wl-summary-supresedes-message): Ditto.
3614
3615         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3616         Do not delete other windows.
3617         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3618         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3619         (wl-draft-create-buffer): Set reply-or-forward also for target
3620         mark commands.
3621
3622 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3623
3624         * wl-draft.el (wl-user-agent-compose): Delete special case for
3625         switch-to-buffer-other-window.
3626
3627         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3628         (wl-summary-forward): Ditto.
3629
3630         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3631         function.
3632         (wl-draft-buffer-style): New use option.
3633
3634         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3635         (wl-draft): Follow the change above.
3636         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3637         wl-draft-buffer-style.
3638         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3639         switch-function.
3640
3641 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3642
3643         * wl-address.el (wl-address-make-completion-entry): Extracted from
3644         `wl-address-make-completion-list'.
3645         (wl-address-enable-strict-loading): New variable.
3646         (wl-address-make-completion-list): Revive petname duplication
3647         inquiry, and enable it if `wl-address-enable-strict-loading'.
3648         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3649
3650 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3651
3652         * wl-message.el (wl-message-get-original-buffer): Avoid
3653         'Selecting deleted buffer' error when original buffer is killed.
3654
3655 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3656
3657         * wl-summary.el (wl-summary-next-message): Use
3658         elmo-message-accessible-p instead of elmo-message-cached-p.
3659
3660 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3661
3662         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3663
3664         * wl-thread.el (wl-thread-open-all-unread): Use
3665         elmo-folder-list-flagged instead of
3666         elmo-folder-list-messages-mark-match.
3667
3668         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3669         instead of elmo-folder-list-messages-mark-match.
3670         (wl-summary-move-spec-alist): New variable.
3671         (wl-summary-move-spec-plugged-alist,
3672         wl-summary-move-spec-unplugged-alist): Abolish.
3673         (wl-summary-next-message): Follow the change above.
3674         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3675         with 'no-msg' argument.
3676
3677         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3678         variable.
3679         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3680         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3681         (wl-message-buffer-prefetch-get-next): Follow the change above.
3682
3683 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3684
3685         * wl-version.el (wl-version): Changed codename.
3686
3687         * Version number is increased to 2.11.0.
3688
3689 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3690
3691         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3692         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3693         `wl-draft-config-variables'.
3694         (wl-draft-kill): Fixed problem when the draft is reedit.
3695
3696 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3697
3698         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3699         buffer-modified status (Thanks to
3700         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3701
3702 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3703
3704         * wl-util.el (wl-region-exists-p): New function.
3705
3706         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3707         Remove defvars for byte-compile warnings.
3708
3709 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3710
3711         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3712         defvar-maybe. Removed unused bind.
3713
3714 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3715
3716         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3717         summary buffer window before creating new frame.
3718         (wl-draft-reply): Ditto.
3719
3720 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3721
3722         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3723
3724 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3725
3726         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3727
3728 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3729
3730         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3731         instead of `kill-region'.
3732
3733 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3734
3735         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3736         (wl-highlight-summary-line-string): Use it.
3737         (wl-highlight-summary-current-line): Ditto.
3738
3739         * wl-mime.el (wl-message-delete-current-part): Check the class of
3740         mime-entity.
3741
3742         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3743
3744         * wl-summary.el (wl-summary-make-number-list): Initialize.
3745         (wl-summary-update-mark): New function.
3746         (wl-summary-reply): Put `answered' mark on the message.
3747         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3748
3749         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3750         (wl-draft-reply): Added optional argument `number';
3751         Set wl-draft-parent-number.
3752         (wl-draft-kill): Delete answered mark if it is a reply.
3753
3754 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3755
3756         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3757         that originates in mime-preview-follow-current-entity.
3758         (wl-draft-yank-current-message-entity): Use it if region is active.
3759
3760         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3761         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3762         `wl-message-delete-current-part'.
3763         * wl-mule.el (wl-message-define-keymap): Ditto.
3764         * wl-xmas.el (wl-message-define-keymap): Ditto.
3765
3766 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3767
3768         * wl-mime.el (wl-message-delete-current-part): New function.
3769         (wl-mime-node-id-to-string): Ditto.
3770
3771         * wl-mime.el (wl-message-delete-current-part): Use existing
3772         original buffer which corresponds current mime-view buffer.
3773         (fetched buffer might have different structure, possibly)
3774
3775         * wl-mime.el (wl-message-delete-current-part): Quit if the
3776         message content differs from the actual message.
3777
3778 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3779
3780         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3781         order.
3782         (wl-summary-search-by-subject): Search parent message from tail;
3783         Check the existence of the parent message on the current thread tree.
3784         (wl-summary-update-thread): Check whether the line is inserted.
3785
3786 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3787
3788         * wl-vars.el (wl-summary-line-format): Undo last change.
3789         * wl-summary.el (wl-summary-print-destination): Do not put
3790         invisible property when `wl-summary-width' is nil.
3791         (wl-summary-line-subject-minimum-length): Abolished.
3792         (wl-summary-line-subject): Ditto.
3793
3794 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3795
3796         * wl-vars.el (wl-summary-line-format): Change default value.
3797         (wl-summary-subject-length-limit): Abolished.
3798         * wl-summary.el (wl-summary-line-subject): Ditto.
3799
3800 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3801
3802         * wl-template.el (wl-template-select): Added optional argument.
3803         If optional argument is specified, reverse
3804         `wl-template-visible-select'.
3805
3806 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3807
3808         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3809         Take prefix argument to force asking the destination folder.
3810
3811 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3812
3813         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3814         count and update status.
3815
3816 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3817
3818         * wl-summary.el (wl-summary-redisplay-internal): If
3819         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3820         after fetching.
3821
3822 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3823
3824         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3825         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3826
3827         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3828
3829 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3830
3831         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3832         (All other related portions are changed).
3833         (wl-summary-mark-as-read-all): Rewrite.
3834
3835 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3836
3837         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3838         `wl-summary-mark-as-read'.
3839         (wl-summary-mark-as-unread): Rewrite.
3840         (wl-summary-mark-as-read): Added no-modeline argument.
3841         (wl-summary-resume-cache-status): Rewrite.
3842         (wl-summary-exec-subr): Remove unused local variable.
3843
3844 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3845
3846         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3847         logic to call `wl-summary-buffer-prev-folder-function'.
3848         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3849
3850 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3851
3852         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3853         is nil.
3854
3855 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3856
3857         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3858         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3859         (wl-mime-setup): Add its entry.
3860
3861 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3862
3863         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3864         (wl-summary-delete-cache): Likewise.
3865         (wl-summary-mark-as-read): Rewrite.
3866
3867 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3868
3869         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3870         `wl-summary-count-unread'.
3871
3872         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3873
3874         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3875
3876 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3877
3878         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3879         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3880         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3881         Renamed to the elmo-msgdb-*-mark.
3882         (wl-summary-score-marks): Follow the change above.
3883         (wl-summary-auto-refile-skip-marks): Ditto.
3884         (wl-summary-incorporate-marks): Ditto.
3885         (wl-summary-expire-reserve-marks): Ditto.
3886
3887         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3888         changes.
3889         (wl-thread-insert-top): Changed updating message.
3890
3891         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3892         variable.
3893         (wl-summary-count-unread): Count answered marks.
3894         (wl-summary-rescan): Call wl-summary-insert-message instead of
3895         wl-summary-append-message-func-internal.
3896         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3897         (wl-summary-prefetch-msg): Follow the variable name changes.
3898         (wl-summary-prefetch-region): Ditto.
3899         (wl-summary-mark-as-read-all): Follow the API changes;
3900         Don't call elmo-folder-replace-marks.
3901         (wl-summary-delete-cache): Follow the variable name changes.
3902         (wl-summary-resume-cache-status): Ditto.
3903         (wl-summary-update-status-marks): New function.
3904         (wl-summary-insert-message): New function.
3905         (wl-summary-sync-marks): Follow the variable name changes.
3906         (wl-summary-sync-update): Synchronize to the msgdb, too;
3907         Changed update messages.
3908         (wl-summary-make-number-list): Rewrite.
3909         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3910         (wl-summary-mark-as-unread): Follow the API changes.
3911         (wl-summary-exec-subr): Follow the variable name changes.
3912         (wl-summary-mark-as-read): Ditto.
3913         (wl-summary-move-spec-plugged-alist): Ditto.
3914         (wl-summary-move-spec-unplugged-alist): Ditto.
3915         (wl-summary-cursor-move-surface): Ditto.
3916
3917         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3918         variable name changes.
3919         (wl-highlight-summary-current-line): Ditto.
3920
3921         * wl-expire.el (wl-expire-refile): Follow the API change in
3922         elmo-folder-move-messages.
3923         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3924         (wl-summary-archive): Use elmo-folder-msgdb instead of
3925         elmo-msgdb-load.
3926
3927 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3928
3929         * wl-mime.el (wl-draft-preview-message): Restore the position
3930         before evaluating wl-draft-send-hook in preview buffer.
3931
3932 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3933
3934         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3935         when it creates new draft buffer.
3936
3937         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3938         without argument.
3939
3940         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3941         Evaluate content and if the value is string, insert it.
3942         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3943         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3944         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3945         wl-draft-config-sub-part-bottom): Use it.
3946
3947         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3948         with the folder name. The question was unintelligible when it is
3949         called from wl-save-status.
3950
3951 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3952
3953         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3954         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3955         cannot take second argument).
3956
3957 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3958
3959         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3960         as t. Since type and subtype are not case sensitive (RFC 2045).
3961
3962 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3963
3964         * wl-vars.el (wl-message-mode-line-format): New variable.
3965         (wl-message-mode-line-format-spec-alist): Ditto.
3966         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3967         (wl-message-redisplay): Use wl-message-mode-line-format.
3968
3969 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3970
3971         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3972
3973 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3974
3975         * wl-summary.el (wl-summary-default-from): Write description.
3976
3977 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3978
3979         * wl-vars.el (wl-ldap-objectclass): Abolish.
3980
3981         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3982         (wl-ldap-make-filter): Removed condition for objectclass.
3983         (wl-ldap-make-matched-value-list): Remove meaningless process.
3984         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3985         (wl-address-ldap-search): Don't add `*' to `pat' string;
3986         use ignore-errors; added `email';
3987         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3988         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3989         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3990
3991
3992 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3993
3994         * wl-draft.el (wl-draft-parent-folder): Write description.
3995         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3996
3997 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3998
3999         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4000         as "" (zero-length string) if no parent.
4001         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4002
4003 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4004
4005         * wl-address.el (wl-address-make-completion-list): Skip duplication
4006         checking.
4007         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4008         `append'.
4009
4010 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4011
4012         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4013         instead of `beginning-of-buffer'.
4014
4015 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4016
4017         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4018
4019 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4020
4021         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4022         Refer wl-message-buffer-name.
4023         (wl-message-wheel-down): Ditto.
4024
4025 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4026
4027         * wl-vars.el (wl-message-buffer-name): New user option.
4028
4029         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4030         directly instead of making alist dinamically.
4031
4032         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4033         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4034         wl-message-buffer-cache-name.
4035         (wl-message-buffer-cache-clean-up): Ditto.
4036
4037         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4038
4039         * Version number is increased to 2.9.15.
4040
4041 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4042
4043         * wl-vars.el (wl-summary-default-view-alist): New user option.
4044
4045         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4046
4047         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4048         while deleting address.
4049         (wl-draft-delete-myself-from-cc): Ditto.
4050
4051         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4052         If optional argument is specified, reverse sort order.
4053
4054         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4055
4056 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4057
4058         * wl-thread.el (wl-thread-insert-message): Return parent number if
4059         exists.
4060         (wl-thread-update-indent-string-region): Use
4061         wl-thread-update-line-on-buffer-sub instead of
4062         wl-thread-update-line-on-buffer.
4063
4064 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4065
4066         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4067         (wl-folder-close-all): Ditto.
4068
4069 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4070
4071         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4072         and mailing-list:.
4073         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4074         value.
4075         (wl-summary-line-list-info): Print mailing-list name even when 
4076         list-number is empty.
4077
4078 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4079
4080         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4081
4082         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4083         (wl-draft-open-file): Ditto.
4084         (wl-draft-random-alphabet): Ditto.
4085
4086         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4087         bindings.
4088
4089 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4090
4091         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4092         * wl-vars.el (wl-draft-config-alist): Ditto.
4093
4094 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4095
4096         * Version number is increased to 2.9.14.
4097
4098         * wl.el (wl): Don't set wl-init as nil when error occured while
4099         auto-checking folders.
4100
4101         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4102         `elmo-expand-newtext'.
4103
4104 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4105
4106         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4107         `this-command' so that `wl-folder-goto-folder' contained in
4108         `wl-summary-keep-cursor-command' work.
4109
4110 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4111
4112         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4113         message buffer displaying state.
4114
4115 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4116
4117         * wl-vars.el (wl-summary-default-view): New variable to specify
4118         default value for `wl-summary-buffer-view' instead of using
4119         set-default.
4120         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4121
4122 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4123
4124         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4125
4126         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4127
4128 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4129
4130         * wl-vars.el (wl-forward-subject-prefix): New variable.
4131         * wl-draft.el (wl-draft-forward): Use it.
4132
4133 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4134
4135         * wl-message.el (wl-message-prev-page): When it is called without
4136         lines argument, scroll down by wl-message-scroll-amount lines.
4137         (wl-message-next-page): Ditto.
4138         * wl-vars.el (wl-message-scroll-amount): Change default value
4139         to preserve current behavior.
4140
4141 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4142
4143         * wl-summary.el (wl-summary-prefetch-msg): Bind
4144         `wl-message-entity' to call `wl-summary-from-function'.
4145
4146 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4147
4148         * wl-message.el (wl-message-buffer-create): Run
4149         wl-message-buffer-created-hook.
4150
4151 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4152
4153         * wl-summary.el (wl-summary-sort-specs): New variable.
4154         (wl-summary-default-sort-spec): Ditto.
4155         (wl-summary-sort): Rewrite.
4156         (wl-summary-sort-by-list-info): New function.
4157
4158 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4159
4160         * wl-summary.el (wl-summary-get-list-info): New function.
4161         (wl-summary-sort): Rewrite.
4162         (wl-summary-line-list-info): Ditto.
4163         (wl-summary-line-list-count): Ditto.
4164         (wl-summary-refile-region): Fixed docstring.
4165
4166 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4167
4168         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4169         `wl-folder-entity-hashtb' as completion table.
4170
4171 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4172
4173         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4174         only when this command is called interactively; silence the byte-
4175         compiler.
4176
4177 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4178
4179         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4180         active in XEmacs.
4181
4182 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4183
4184         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4185         plural lines.
4186
4187 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4188
4189         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4190         of current line when the cursor is on the header name.
4191         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4192
4193 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4194
4195         * wl-util.el (wl-read-directory-name): Return displayed directory
4196         as the default value also on XEmacs.
4197
4198 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4199
4200         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4201         formatting.
4202
4203 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4204
4205         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4206         argument and when it is non-nil, check face property before
4207         highlighting for each line.
4208         (wl-highlight-summary-window): Set it.
4209
4210 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4211
4212         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4213         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4214
4215         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4216         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4217         (wl-draft-get-fcc-list): Likewise.
4218
4219 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4220
4221         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4222         (wl-thread-entity-cur): Ditto.
4223         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4224         wl-thread-indent-regexp setting.
4225         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4226
4227         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4228         wl-summary-lazy-highlight.
4229         (wl-summary-display-bottom): Ditto.
4230
4231         * wl-thread.el (wl-thread-open-close): Likewise.
4232
4233         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4234         from and subject;
4235         Bind wl-draft-use-frame;
4236         Enclose with save-window-excursion;
4237         Use wl-draft-create-buffer instead of with-temp-buffer;
4238         Use wl-draft-prepare-edit;
4239         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4240         Use wl-draft-send instead of wl-draft-raw-send.
4241
4242 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4243
4244         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4245         of using wl-from.
4246
4247 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4248
4249         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4250         insert-buffer instead of clone-buffer.
4251         (wl-draft-doing-mime-bcc): New variable.
4252         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4253         infinite loop.
4254         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4255
4256         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4257         (wl-draft-mime-bcc-body): Ditto.
4258
4259         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4260         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4261         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4262         wl-draft-do-mime-bcc.
4263         (wl-draft-mime-bcc-field): New function.
4264         (wl-draft-do-mime-bcc): Ditto.
4265
4266         * wl-address.el (wl-address-complete-header-list): New variable.
4267         (wl-address-complete-header-regexp): Changed default value.
4268
4269         * Version number is increased to 2.9.13.
4270
4271 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4272
4273         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4274         it is differed.
4275
4276 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4277
4278         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4279         (wl-summary-line-list-count): Ditto.
4280
4281 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4282
4283         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4284         (wl-nntp-posting-function): New variable.
4285         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4286         `wl-nntp-posting-config-alist'.
4287
4288 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4289
4290         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4291         FLIM.
4292
4293 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4294
4295         * wl-summary.el (wl-summary-target-mark-refile-sub):
4296         Remove a nuisance funcall.
4297
4298 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4299
4300         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4301         as t for `try-completion'.
4302
4303 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4304
4305         * wl-summary.el (wl-summary-default-from): Use
4306         wl-address-header-extract-address instead of
4307         std11-extract-address-components.
4308         (wl-summary-simple-from): Ditto.
4309         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4310         (wl-summary-insert-headers): Show message.
4311         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4312         for whole line.
4313         (wl-summary-default-from): Revert last change.
4314         (wl-summary-simple-from): Ditto.
4315         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4316         (wl-summary-mark-as-read-region): Follow the change above.
4317         (wl-summary-sync-marks): Ditto.
4318         (wl-summary-target-mark-mark-as-read): Ditto.
4319         (wl-summary-redisplay-internal): Ditto.
4320         (wl-summary-redisplay-no-mime-internal): Ditto.
4321         (wl-summary-redisplay-all-header): Ditto.
4322         (wl-summary-mark-as-read): Removed argument `cached';
4323         Use current cache status to set cache mark.
4324         (wl-summary-redisplay-internal): Follow the change above.
4325         (wl-summary-redisplay-no-mime-internal): Ditto.
4326         (wl-summary-redisplay-all-header): Ditto.
4327
4328         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4329
4330         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4331         Don't call itself recursively (Adviced by Yamaoka-san).
4332
4333 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4334
4335         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4336         bind wl-summary-highlight as nil to avoid error caused by missing
4337         local variables.
4338
4339 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4340
4341         * wl-vars.el (wl-invalid-character-message): New user option.
4342
4343         * wl-util.el (wl-set-string-width): If truncated string-width is
4344         larger than specified width, use `wl-invalid-character-message'.
4345
4346 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4347
4348         * wl-summary.el (wl-summary-prefetch-msg): 
4349         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4350
4351 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4352
4353         * wl-vars.el (wl-summary-check-line-format): New user option.
4354         (wl-summary-line-format-file): Ditto.
4355
4356         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4357         variable.
4358         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4359         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4360         and `wl-summary-view-old-p' to check whether do a rescan or not.
4361         (wl-summary-view-old-p): New function.
4362         (wl-summary-line-format-changed-p): Ditto.
4363         (wl-summary-line-format-save): Ditto.
4364         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4365
4366         * wl-util.el (wl-set-string-width): Avoid using negative number
4367         for make-string.
4368
4369 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4370
4371         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4372         return value.
4373
4374         * wl-util.el (wl-set-string-width): Added optional argument
4375         `padding' (All other related portions are changed).
4376         (wl-line-parse-format): If the first letter of column number is
4377         `0', zero-padding the result (ex: "%05l").
4378
4379         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4380
4381 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4382
4383         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4384         sequential summary view.
4385
4386 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4387
4388         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4389         if it doesn't have a -unix version.
4390
4391 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4392
4393         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4394
4395 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4396
4397         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4398         content.
4399         (wl-draft): Follow the change above.
4400
4401         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4402
4403         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4404         and wl-folder-summary-line-format-alist contain %T and %P.
4405
4406         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4407         (wl-summary-mode-line-format): New user option.
4408         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4409         (wl-summary-line-format): Changed default value.
4410         (wl-summary-lazy-highlight): Changed default value.
4411
4412         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4413         change in wl-summary-create-line.
4414         (wl-thread-insert-entity-sub): Ditto.
4415
4416         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4417         (wl-summary-buffer-unread-status): Ditto.
4418         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4419         (wl-summary-buffer-persistent-mark-column): Ditto.
4420         (wl-summary-buffer-mode-line-formatter): Ditto.
4421         (wl-summary-buffer-mode-line): Ditto.
4422         (wl-summary-message-regexp): Abolished.
4423         (All other related portions are changed.)
4424         (wl-summary-detect-mark-position): New function.
4425         (wl-summary-buffer-set-folder): Setup
4426         wl-summary-buffer-mode-line-formatter.
4427         (wl-summary-mode): Setup selective-display;
4428         Setup pre-idle-hook when xemacs.
4429         (wl-summary-update-modeline): Rewrite.
4430         (wl-summary-jump-to-msg): Define as function;
4431         Changed regexp for searching messages.
4432         (wl-summary-message-number): Rewrite.
4433         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4434         Do rescan when old type summary cache.
4435         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4436         (wl-summary-remove-destination): Use '\r' to detect EOL.
4437         (wl-summary-print-destination): Ditto.
4438         (wl-summary-temp-mark): New inline function.
4439         (wl-summary-persistent-mark): Ditto.
4440         (wl-summary-line-number): New function.
4441         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4442         (wl-summary-line-list-count): New function.
4443         (wl-summary-create-line): Added argument persistent-mark.
4444         (All other related portions are changed)
4445         (wl-summary-create-line): Insert '\r'.
4446         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4447         (wl-summary-cursor-move-surface): New inline function.
4448         (wl-summary-prev): Use it.
4449         (wl-summary-next): Ditto.
4450
4451         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4452         wl-summary-message-regexp.
4453         (wl-highlight-summary): Delete progress message.
4454         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4455
4456         * Version number is increased to 2.9.12.
4457
4458 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4459
4460         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4461         variable (nil: no minimum).
4462         (wl-summary-line-subject): Add some spaces after subject by
4463         wl-summary-line-subject-minimum-length.
4464
4465 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4466
4467         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4468         and removed `F'.
4469         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4470         change above).
4471
4472 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4473
4474         * wl-summary.el (wl-summary-line-list-count): Reverted.
4475         (example setting in samples/*/dot.wl is also updated)
4476
4477 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4478
4479         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4480
4481         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4482
4483         * wl-vars.el (wl-summary-line-format): Addes some description to the
4484         docstring.
4485
4486         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4487         (wl-summary-line-close-bracket): Ditto.
4488         (wl-summary-line-children-number): Ditto.
4489         (wl-summary-line-thread-indent): Ditto.
4490         (wl-summary-line-children-and-from): Ditto.
4491
4492         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4493         't', 'c', 'F' and added 'C'.
4494
4495         * wl-util.el (wl-set-string-width): Accept negative value.
4496         (wl-line-parse-format): Added "%number(" and "%)".
4497
4498 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4499
4500         * wl-summary.el (wl-summary-line-list-count): Change format of the
4501         return value.
4502
4503 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4504
4505         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4506         from the recent message.el.
4507         (wl-draft-point-in-header-p): Ditto.
4508         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4509         wl-draft-beginning-of-line.
4510         * wl-e21.el (wl-draft-mode-map): Ditto.
4511         * wl-xmas.el (wl-draft-mode-map): Ditto.
4512
4513         * wl-folder.el: Sort macrodefs by dependencies.
4514
4515 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4516
4517         * wl-summary.el (wl-summary-prev): Fixed regexp.
4518         (wl-summary-next): Ditto.
4519
4520 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4521
4522         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4523
4524 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4525
4526         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4527         for backward compatibility.
4528
4529 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4530
4531         * wl-summary.el (wl-summary-line-list-count): New function, merged
4532         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4533         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4534         list counts.
4535
4536 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4537
4538         * wl-summary.el (wl-summary-create-line): Ignore errors while
4539         timezone-fix-time.
4540
4541         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4542
4543         * wl-summary.el (wl-summary-sync-update): Ditto.
4544         (wl-summary-default-from): Use wl-message-entity
4545         instead of entity.
4546
4547         * wl-summary.el (wl-summary-create-line): Fix.
4548
4549         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4550         (wl-summary-line-format): New user option.
4551         (wl-folder-summary-line-format-alist): Ditto.
4552         (wl-summary-from-width): Abolished.
4553
4554         * wl-util.el (toplevel): Require 'bytecomp.
4555         (wl-line-parse-format): New function.
4556         (wl-line-formatter-setup): New macro.
4557
4558         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4559         (wl-summary-buffer-line-formatter): New buffer local variable.
4560         (wl-summary-switch-to-clone-buffer): Follow the change above.
4561         (wl-summary-message-regexp): Fix.
4562         (wl-summary-from-func-internal): Abolished.
4563         (wl-summary-subject-func-internal): Ditto.
4564         (wl-summary-subject-filter-func-internal): Ditto.
4565         (All other related portions are changed.)
4566         (wl-summary-buffer-set-folder):
4567         Set up wl-summary-buffer-number-column and 
4568         wl-summary-buffer-line-formatter
4569         (All other related portions are changed.)
4570         (wl-summary-buffer-number-column-detect): Abolished.
4571         (All other related portions are changed.)
4572         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4573         (wl-summary-delete-all-temp-marks-on-buffer): Use
4574         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4575         (wl-summary-target-mark-delete): Ditto.
4576         (wl-summary-target-mark-refile-subr): Ditto.
4577         (wl-summary-target-mark-mark-as-read): Ditto.
4578         (wl-summary-target-mark-mark-as-unread): Ditto.
4579         (wl-summary-target-mark-mark-as-important): Ditto.
4580         (wl-summary-target-mark-save): Ditto.
4581         (wl-summary-replace-status-marks): Renamed from
4582         wl-summary-set-status-marks-on-buffer;
4583         Use wl-summary-message-regexp instead of
4584         wl-summary-buffer-number-regexp.
4585         (wl-summary-sync-update): Follow the change above.
4586         (wl-summary-goto-previous-message-beginning): New function.
4587         (wl-summary-mark-as-unread): Use it.
4588         (wl-summary-mark-as-important): Ditto.
4589         (wl-summary-line-formatter): New variable.
4590         (wl-summary-line-year): New function.
4591         (wl-summary-line-day): Ditto.
4592         (wl-summary-line-day-of-week): Ditto.
4593         (wl-summary-line-hour): Ditto.
4594         (wl-summary-line-minute): Ditto.
4595         (wl-summary-line-open-bracket): Ditto.
4596         (wl-summary-line-close-bracket): Ditto.
4597         (wl-summary-line-children-number): Ditto.
4598         (wl-summary-line-thread-indent): Ditto.
4599         (wl-summary-line-size): Ditto.
4600         (wl-summary-line-subject): Ditto.
4601         (wl-summary-line-from): Ditto.
4602         (wl-summary-line-children-and-from): Ditto.
4603         (wl-summary-create-line): Rewritten.
4604         (wl-summary-format-date): Abolished.
4605
4606         * wl-highlight.el (wl-highlight-summary-current-line): Use
4607         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4608         Use thread structure to detect thread top message.
4609
4610         * wl-draft.el (wl-default-draft-cite): Don't use
4611         wl-summary-from-func-internal.
4612
4613         * wl-refile.el (wl-refile-subject-learn): Don't use
4614         wl-summary-subject-filter-func-internal.
4615         (wl-refile-guess-by-subject): Ditto.
4616
4617         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4618         parameters.
4619
4620         * wl-thread.el (wl-thread-update-indent-string-region):
4621         Use wl-thread-update-line-on-buffer instead of
4622         wl-thread-update-indent-string.
4623         (wl-thread-update-children-number): Redefine using
4624         wl-thread-update-line-on-buffer.
4625         (wl-thread-update-indent-string): Abolished.
4626
4627         * Version number is increased to 2.9.11.
4628
4629 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4630
4631         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4632         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4633         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4634
4635         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4636         as nil.
4637
4638         * wl-thread.el (wl-thread-open-all-unread): Use 
4639         elmo-folder-list-messages-mark-match.
4640         (wl-thread-insert-message): Removed argument `mark-alist'.
4641         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4642         elmo-msgdb-set-mark.
4643         (wl-thread-get-children-msgs-uncached): Likewise.
4644         (wl-thread-get-exist-children): Added argument include-self.
4645         (wl-thread-delete-message): Follow the change above.
4646
4647         * wl-summary.el (wl-summary-count-unread): Removed argument.
4648         (wl-summary-rescan): Follow the change above.
4649         (wl-summary-mark-as-read-region): Ditto
4650         (wl-summary-mark-as-unread-region): Ditto.
4651         (wl-summary-delete-messages-on-buffer): Ditto.
4652         (wl-summary-sync-update): Ditto.
4653         (wl-summary-switch-to-clone-buffer): Ditto.
4654         (wl-summary-goto-folder-subr): Ditto.
4655         (wl-summary-target-mark-mark-as-read): Ditto.
4656         (wl-summary-target-mark-mark-as-unread): Ditto.
4657         (wl-summary-target-mark-mark-as-important): Ditto.
4658         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4659         (wl-summary-update-thread): Removed argument `mark-alist'.
4660         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4661         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4662         (wl-summary-resume-cache-status): Likewise.
4663         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4664         elmo-msgdb-set-mark.
4665         (wl-summary-mark-as-read-all): Likewise.
4666         (wl-summary-delete-cache): Ditto.
4667         (wl-summary-auto-select-msg-p): Ditto.
4668         (wl-summary-mark-as-unread): Ditto.
4669         (wl-summary-no-auto-refile-message-p): Ditto.
4670         (wl-summary-mark-as-read): Ditto.
4671         (wl-summary-mark-as-important): Ditto.
4672         (wl-summary-auto-refile): Follow the change above.
4673         (wl-summary-delete-all-marks): Removed.
4674         (wl-summary-resume-marks-and-highlight): Ditto.
4675         (wl-summary-resume-marks): Ditto.
4676         (wl-summary-delete-important-msgs-from-list): Ditto.
4677         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4678
4679         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4680         wl-summary-count-unread.
4681
4682         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4683         (wl-summary-score-update-all-lines): Use
4684         elmo-msgdb-set-mark.
4685
4686 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4687
4688         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4689         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4690         (wl-summary-create-line): Renamed from
4691         wl-summary-overview-create-summary-line;
4692         Argument rearrangement.
4693         (wl-summary-update-thread): Follow the change above.
4694
4695         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4696         (wl-thread-insert-entity-sub): Likewise.
4697
4698         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4699         argument `overview', `mark-alist' and added `msgdb'.
4700
4701         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4702
4703         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4704         (wl-summary-rescan): Follow the change above.
4705         (wl-summary-sync-update): Ditto.
4706         (wl-summary-insert-thread-entity): Ditto;
4707         Don't use `let*' in every while loop;
4708         Detect infinite loop of threads.
4709         (wl-summary-update-thread): Removed argument `overview'.
4710
4711         * wl-thread.el (wl-thread-insert-message): Ditto.
4712
4713         * Version number is increased to 2.9.10.
4714
4715         * wl-message.el (wl-message-redisplay): Ignore errors while
4716         wl-message-redisplay-hook.
4717
4718 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4719
4720         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4721
4722 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4723
4724         * wl.el (wl): inhibit-quit while wl-folder.
4725
4726 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4727
4728         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4729         while msgdb access.
4730
4731 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4732
4733         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4734         even if no folder is not created.
4735
4736 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4737
4738         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4739
4740         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4741         implementation.
4742         (wl-summary-target-mark-thread): Ditto.
4743
4744         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4745
4746 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4747
4748         * wl-util.el (wl-display-bytes): Remove unused function.
4749
4750 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4751
4752         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4753         seems critical one (partially reverse the change in 2002/03/17).
4754
4755 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4756
4757         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4758         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4759
4760 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4761
4762         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4763         is not writable.
4764         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4765         plugged status instead of `'force' as 2nd argument.
4766
4767         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4768         is not creatable.
4769
4770         * Version number is increased to 2.9.9.
4771
4772 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4773
4774         * wl-summary.el (wl-summary-suspend): New function.
4775
4776 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4777
4778         * wl.el (wl): Do not check variables if check is nil.
4779         * wl-utils.el (wl-collect-draft): New function.
4780         * wl-folder.el (wl-folder-suspend): Put summary buffers
4781         and draft buffers at the end of buffer list.
4782         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4783
4784 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4785
4786         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4787         loop instead of recursive call.
4788
4789         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4790         2nd argument.
4791
4792 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4793
4794         * wl-draft.el (wl-draft-create-contents): Don't take neither
4795         (function . args) nor (string . something) any more.
4796
4797         * wl-version.el (wl-generate-user-agent-string): Return string
4798         without header symbol.
4799         * wl-draft.el (wl-draft-default-headers): Use it.
4800
4801         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4802         `wl-draft-insert-ccs' and return field value instead of inserting
4803         the header. Abolish cc argument.
4804         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4805
4806         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4807         rather than one with string car.
4808
4809         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4810         * wl-draft.el (wl-draft-create-contents): Add it after the default
4811         headers.
4812
4813         * wl-draft.el (wl-draft-create-contents): For the case of
4814         (symbol-or-string . function) insert header only when the function
4815         returns string value.
4816
4817 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4818
4819         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4820         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4821
4822 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4823
4824         * wl.el (wl-check-environment): Don't check Message-ID when
4825         `wl-insert-message-id' is nil.
4826         Revive checking if `wl-message-id-domain' contains "@".
4827
4828 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4829
4830         * wl.el (wl-check-environment): Merge examination for "@" at
4831         inappropriate position into the first string-match.
4832
4833         * wl-summary.el (wl-summary-target-mark-print): New function.
4834         (wl-summary-pipe-message-subr): Extracted from
4835         `wl-summary-pipe-message'.
4836         (wl-summary-target-mark-pipe): New function.
4837         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4838         `wl-summary-target-mark-pipe'.
4839
4840 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4841
4842         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4843
4844 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4845
4846         * wl.el (wl-check-environment): Use elmo-warning instead of
4847         error for non-critical ones.
4848         Remove trash folder check.
4849         (wl): Don't ignore error in wl-check-environment.
4850
4851         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4852         check, which is moved from `wl-check-environment'.
4853         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4854
4855 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4856
4857         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4858         guess anything, call wl-summary-write.
4859         (wl-summary-write): Create draft with blank To field.
4860         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4861
4862 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4863
4864         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4865         argument full as well for wl-folder-write-current-folder.
4866         If wl-*-write-current-folder cannot guess addressee, add blank
4867         To header.
4868         Rewrite condition for positioning cursor.
4869
4870 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4871
4872         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4873         summary buffer is present, use it.
4874         (wl-folder-jump-to-previous-summary): Ditto.
4875
4876 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4877
4878         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4879
4880         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4881         wl-summary-previous-buffer and wl-summary-next-buffer.
4882
4883         * wl-folder.el (wl-folder-mode-map): Bind
4884         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4885         (wl-folder-jump-to-next-summary): New function.
4886         (wl-folder-jump-to-previous-summary): Ditto.
4887
4888         * wl-draft.el (wl-draft): Rearranged.
4889
4890 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4891
4892         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4893         of header.
4894         (wl-draft): Collect arguments for the header as header-alist.
4895         (wl-draft-forward): Arrange arguments for wl-draft.
4896         (wl-draft-reply): Ditto.
4897         (wl-draft-edit-string): Ditto.
4898         * wl-summary.el (wl-summary-write): Ditto.
4899         (wl-summary-write-current-folder): Ditto.
4900
4901         * Version number is increased to 2.9.8.
4902
4903 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4904
4905         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4906
4907         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4908
4909         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4910         even if the guess failed.
4911
4912         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4913         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4914         wl-summary-write-current-folder.
4915         * wl-xmas.el: Ditto.
4916
4917 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4918
4919         * wl-summary.el (wl-summary-next-page): Force display message if
4920         message is not displayed yet.
4921         (wl-summary-prev-page): Ditto.
4922
4923 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4924
4925         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4926
4927 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4928
4929         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4930         add "Preview Message" and "Save Draft and Exit".
4931
4932 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4933
4934         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4935         if addrmgr is called from draft in splitted window.
4936
4937         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4938         * wl-mule.el: Ditto.
4939         * wl-xmas.el: Ditto.
4940
4941 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4942
4943         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4944
4945         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4946         * wl-xmas.el (wl-folder-toolbar): Ditto.
4947
4948 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4949
4950         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4951         and wl-draft-save-and-exit.
4952         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4953         * wl-xmas.el: Ditto.
4954         * wl-mule.el: Ditto.
4955
4956         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4957         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4958
4959 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4960
4961         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4962         lists for saving buffer.
4963
4964 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4965
4966         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4967         parent-folder argument instead of it.
4968         (wl-draft-create-buffer): Ditto.
4969         (wl-draft-forward): Ditto.
4970         (wl-draft-reply): Ditto.
4971         * wl-summary.el (wl-summary-write): Ditto.
4972         (wl-summary-write-current-folder): Ditto.
4973
4974         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4975         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4976         Folder buffer after composing.
4977
4978 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4979
4980         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4981         header if the file `wl-x-face-file' already contains it.
4982
4983 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4984
4985         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4986         folder" entry.
4987         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4988         * wl-e21.el (wl-folder-toolbar): Ditto.
4989         * wl-xmas.el (wl-folder-toolbar): Ditto.
4990
4991 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4992
4993         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4994         wl-folder-goto-folder with sticky argument.
4995         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4996
4997 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4998
4999         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5000         and wl-summary-previous-buffer.
5001         (wl-summary-next-buffer): New function.
5002         (wl-summary-previous-buffer): Ditto.
5003
5004 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5005
5006         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5007         wl-folder-jump-to-current-entity-with-arg.
5008         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5009         `wl-folder-jump-to-current-entity'.
5010         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5011         `wl-summary-goto-folder-sticky'.
5012         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5013         `wl-summary-goto-folder'.
5014         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5015         Unless force-exit, do not clean temp. marks for sticky summary.
5016         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5017
5018 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5019
5020         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5021         not entire.
5022
5023 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5024
5025         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5026         to `C-x C-s'.
5027         (wl-summary-save-status): New command.
5028         (wl-summary-exit): Don't clean-up temp marks when sticky.
5029         (Applied patch from Nakayama-san [wl: 09548])
5030         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5031         Do nothing when no mark data.
5032         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5033         Call `wl-summary-delete-all-temp-marks' before saving.
5034
5035 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5036
5037         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5038
5039 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5040
5041         * wl.el (wl-check-environment): Also cause error when (system-name)
5042         returns "localhost.localdomain". (Although it doesn't affect because
5043         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5044
5045 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5046
5047         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5048         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5049
5050         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5051         value.
5052
5053 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5054
5055         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5056         Likewise r-cc-list and r-ng-list.
5057
5058 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5059
5060         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5061         only if it is bound as variable.
5062
5063         * wl-mime.el (wl-draft-preview-message): Ditto.
5064
5065 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5066
5067         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5068         needless `goto-char'.
5069
5070         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5071         `wl-summary-redisplay-no-mime-internal' instead of
5072         `wl-summary-redisplay-no-mime'.
5073         (wl-summary-redisplay-no-mime): Changed argument;
5074         Call `wl-summary-redisplay-no-mime-internal'.
5075
5076         * wl-mime.el (wl-draft-preview-message): Bind
5077         `mime-header-encode-method-alist' locally.
5078
5079         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5080         (wl-draft-std11-parse-addresses): Added the first address check.
5081         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5082
5083         * Version number is increased to 2.9.7.
5084
5085 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5086
5087         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5088
5089 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5090
5091         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5092         related to scrollbar support, if there is no such a feature
5093         compiled in.
5094
5095 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5096
5097         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5098         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5099         for prefetch.
5100
5101 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5102
5103         * wl-summary.el (wl-summary-pick): Fix for no match.
5104
5105 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5106
5107         * wl-draft.el (wl-draft-save):
5108         Override `mime-header-encode-method-alist'.
5109
5110 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5111
5112         * wl-folder.el (wl-folder-pick): New function.
5113         Define key as "?".
5114
5115 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5116
5117         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5118         Fix for unplugged.
5119
5120 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5121
5122         * wl-folder.el (wl-folder-virtual): New function.
5123         Define key as "V".
5124
5125 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5126
5127         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5128         multi folder if entity is group.
5129
5130 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5131
5132         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5133         is nil.
5134
5135 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5136
5137         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5138         (wl-summary-target-mark-msgs): Return the number of marked messages.
5139
5140 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5141
5142         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5143         "first:" is specified.
5144
5145 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5146
5147         * wl-vars.el (wl-from): Use return value of function
5148         user-full-name instead of the variable user-full-name since
5149         XEmacs-20.4 doesn't set this variable.
5150
5151 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5152
5153         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5154         call `wl' directly.
5155
5156 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5157
5158         * wl-draft.el (wl-draft-reedit): Removed duplicated
5159         switch-to-buffers.
5160
5161 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5162
5163         * wl.el (wl-other-frame): Removed garbages.
5164
5165 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5166
5167         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5168
5169         * wl-xmas.el (wl-draft-key-setup): Ditto.
5170
5171         * wl-mule.el (wl-draft-key-setup): Ditto.
5172
5173         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5174         (wl-draft-reedit): Ditto.
5175         (wl-draft-prepare-edit): Add `wl-draft-save' to
5176         `local-write-file-hooks'.
5177         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5178         (wl-draft-reedit): Set buffer-file-name.
5179         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5180
5181
5182         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5183         call it.
5184         (wl-delete-startup-frame-function): New variable.
5185         (wl-other-frame): New function
5186         (Original was written by Yamaoka san [wl: 09239]).
5187
5188         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5189         if `wl-folder-use-frame'.
5190
5191 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5192
5193         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5194
5195 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5196
5197         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5198         New variable.
5199         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5200         (wl-message-buffer-prefetch-get-next): Use them.
5201         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5202
5203 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5204
5205         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5206         with unwind-protect.
5207
5208         * wl-draft.el (wl-draft-reedit): Rewrite.
5209         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5210         (wl-draft-save): Insert header separator if it does not exist;
5211         Removed condition-case.
5212
5213         * wl-summary.el (wl-summary-reedit): Revert last change.
5214
5215         * wl-draft.el (wl-draft-save): Rewrite.
5216         (wl-draft-create-buffer): Set buffer-file-name as nil.
5217
5218         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5219
5220         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5221
5222         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5223         nil.
5224
5225 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5226
5227         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5228         If count is nil, do not prefetch.
5229         (wl-message-buffer-prefetch-next): Next.
5230
5231 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5232
5233         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5234
5235 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5236
5237         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5238         `delete-backward-char'
5239         (wl-draft-prepare-edit): Check major-mode.
5240         (wl-draft-decode-header): Rewrite.
5241         (wl-draft): Fix.
5242
5243 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5244
5245         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5246
5247 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5248
5249         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5250         (wl-message-buffer-prefetch-get-next): Remove size checking.
5251         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5252
5253 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5254
5255         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5256         (wl-draft-default-headers): Fix.
5257
5258 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5259
5260         * wl-draft.el (wl-draft-default-headers): Insert return value of
5261         `wl-generate-mailer-string-function'.
5262
5263 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5264
5265         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5266         (wl-draft-insert-mail-header-separator): Ditto.
5267
5268         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5269         again (Reverted the change on 2002-01-17 by OKADA san).
5270
5271 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5272
5273         * wl-draft.el (wl-draft): Rewrite.
5274         (wl-draft-create-buffer): New function.
5275         (wl-draft-create-contents): Ditto.
5276         (wl-draft-prepare-edit): Ditto.
5277         (wl-draft-decode-header): Ditto.
5278         (wl-draft-decode-body): Ditto.
5279         (wl-draft-check-new-line): Ditto.
5280         (wl-draft-default-headers): Ditto.
5281         (wl-draft-insert-mail-header-separator): Ditto.
5282
5283 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5284
5285         * Version number is increased to 2.9.6.
5286
5287 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5288
5289         * wl-draft.el (wl-draft-delete-field): Optional argument.
5290         (wl-draft-delete-fields): Ditto.
5291
5292 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5293
5294         * wl-message.el (toplevel): Eliminated byte-compile warning.
5295         for `itimer-function', `delete-timer' and `itimer-list'.
5296
5297 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5298
5299         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5300         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5301         `wl-message-buffer-prefetch-threshold'.
5302         * wl-summary.el (wl-summary-redisplay-internal): Remove
5303         the check of `wl-message-buffer-prefetch-depth'.
5304
5305 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5306
5307         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5308         size of article.
5309         (wl-message-buffer-prefetch-subr): Remove size check.
5310
5311 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5312
5313         * wl-vars.el (wl-plugged): Make customizable.
5314
5315 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5316
5317         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5318         (wl-message-buffer-prefetch-set-timer): New function.
5319         (wl-message-buffer-prefetch-get-next): New function.
5320         (wl-message-buffer-prefetch): New function.
5321         (wl-message-buffer-prefetch-next): Rewrite.
5322         (wl-message-buffer-prefetch-subr): Rewrite.
5323         * wl-vars.el (wl-auto-prefetch-first): New variable.
5324         * wl-summary.el (wl-summary-goto-folder-subr): Call
5325         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5326
5327 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5328
5329         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5330         `wl-summary-unread-message-hook'.
5331
5332 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5333
5334         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5335         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5336         if range is `cache-status'.
5337
5338 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5339
5340         * wl-message.el (wl-message-buffer-prefetch-subr):
5341         Improve debug message.
5342
5343 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5344
5345         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5346         `wl-mail-send-pre-hook'.
5347         (wl-draft-send-mail-with-qmail): Ditto.
5348         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5349
5350 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5351
5352         * wl-message.el (wl-message-buffer-prefetch-subr):
5353         Fix for cancel-function-timers bug.
5354         (wl-message-buffer-prefetch-debug): Default value is t.
5355
5356 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5357
5358         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5359         (wl-message-buffer-prefetch-subr): Rewrite.
5360         Rename from `wl-message-buffer-prefetch'.
5361
5362 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5363
5364         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5365         (wl-default-draft-cite-decorate-author): Ditto.
5366
5367         * wl-draft.el (wl-draft-cite-function): Removed.
5368         (wl-default-draft-cite-decorate-author): Ditto.
5369
5370 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5371
5372         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5373         (wl-default-draft-cite): Do not arrange author name if the value of
5374         `wl-default-draft-cite-decorate-author' is nil.
5375
5376 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5377
5378         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5379
5380         * wl-folder.el (wl-folder-check-one-entity): Don't care
5381         `elmo-folder-use-flag-p'.
5382
5383 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5384
5385         * wl-folder (wl-folder-check-one-entity): Fix
5386         problem if unread is nil.
5387
5388 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5389
5390         * wl-address.el (wl-address-make-completion-list): Check whether
5391         the address is a group list.
5392         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5393
5394 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5395
5396         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5397         The number of the messages of new and unread does not count
5398         correctly.
5399
5400         * wl-summary.el (wl-summary-count-unread): Changed to return
5401         `(new . unread)' instead of total.
5402         (wl-summary-sync-update): Follow the change above.
5403
5404         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5405
5406 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5407
5408         * wl-address.el (wl-address-make-completion-list): Do not enclose
5409         address by " <" and ">" if associated realname is "".
5410         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5411         This is against the promblem with group list in .addresses pointed
5412         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5413
5414 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5415
5416         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5417         message is a format control string.
5418         * wl-expire.el (wl-expire-append-log): Ditto.
5419         * wl-mime.el (wl-summary-burst-subr): Ditto.
5420         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5421         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5422
5423 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5424
5425         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5426         wl.el (wl-check-variables): Rename from `wl-check-type'.
5427         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5428         (wl-check-variables-2): New function.
5429         (wl): Call `wl-check-variables-2'.
5430
5431 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5432
5433         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5434         after renaming folder in access group.
5435
5436 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5437
5438         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5439         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5440         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5441         (wl-message-buffer-prefetch): Rewrite.
5442         (wl-message-buffer-prefetch-idle-time): Removed.
5443         * wl-summary.el (wl-summary-redisplay-internal):
5444         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5445         Error check for `wl-message-buffer-prefetch-depht'.
5446
5447 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5448
5449         * Version number is increased to 2.9.5.
5450         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5451
5452 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5453
5454         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5455         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5456         Based on the patch written by
5457         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5458
5459 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5460
5461         * wl-draft.el (wl-draft-raw-send): Fix for
5462         `wl-news-send-pre-hook'
5463
5464 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5465
5466         * wl-utils.el (wl-message-id-function): New variable.
5467         * wl-draft.el (wl-draft-insert-required-fields):
5468         Use `wl-message-id-function'.
5469
5470 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5471
5472         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5473         * wl-utils.el (wl-draft-make-message-id-string):
5474         Use `wl-from' for domain part of Message-ID
5475         if `wl-message-id-use-wl-from' if non-nil.
5476         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5477
5478 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5479
5480         * wl.el (wl): Call `wl-check-type'
5481         Do not 'condition-case'.
5482
5483 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5484
5485         * wl.el (wl-check-type): New function.
5486         (wl-check-type-variables): New variable.
5487
5488 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5489
5490         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5491
5492 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5493
5494         * wl-draft.el (wl-smtp-password-key): New function.
5495         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5496         (wl-draft-send-mail-with-smtp): Ditto.
5497         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5498
5499 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5500
5501         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5502         * wl-utils.el (wl-unique-id-suffix): Remove.
5503
5504 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5505
5506         * Version number is increased to 2.9.4.
5507
5508 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5509
5510         * wl-utils.el (wl-unique-id-suffix): New variable.
5511         (wl-unique-id): Use `wl-unique-id-suffix'
5512
5513 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5514
5515         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5516         instead of `elmo-msgdb-search'.
5517
5518         * Version number is increased to 2.9.3.
5519
5520 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5521
5522         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5523
5524 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5525
5526         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5527         (wl-draft-dispatch-message): Changed for send-later.
5528         (wl-draft-queue-flush): Ditto.
5529         (wl-draft): Clear `wl-sent-message-queued'.
5530         (wl-draft-reedit): Ditto.
5531         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5532         * wl-vars.el (wl-draft-force-queuing): New variable.
5533         (wl-draft-force-queuing-mail): New variable.
5534         (wl-draft-force-queuing-news): New variable.
5535
5536 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5537
5538         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5539         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5540
5541 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5542
5543         * Version number is increased to 2.9.2.
5544
5545 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5546
5547         * wl-draft.el (wl-draft-elide-region): New user command.
5548         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5549
5550         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5551         command `wl-draft-elide-region'.
5552         * wl-mule.el: Ditto.
5553         * wl-xmas.el: Ditto.
5554
5555 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5556
5557         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5558         (wl-biff-check-folder-async): Removed needless let.
5559
5560 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5561
5562         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5563         wl-folder-get-elmo-folder.
5564         (wl-biff-check-folder): Set `biff' argument of
5565         `wl-folder-check-one-entity'.
5566         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5567
5568         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5569         (wl-folder-check-one-entity): Added `biff' argument;
5570         Setup `biff' slot of folder.
5571
5572         * Version number is increased to 2.9.1.
5573
5574 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5575
5576         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5577         comment out and fixed.
5578         (wl-fldmgr-add-completion-subr): Ditto.
5579
5580         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5581         and msgdb.
5582
5583         * wl.el (wl-toggle-plugged): Save summary view.
5584
5585 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5586
5587         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5588
5589 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5590
5591         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5592
5593 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5594
5595         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5596         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5597         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5598
5599         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5600         if it was failed.
5601         (wl-demo): Disable undo in the demo buffer.
5602
5603 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5604
5605         * wl-version.el (wl-version): Changed codename.
5606
5607         * Version number is increased to 2.9.0.
5608
5609 2001-12-14  Takuo KITAME <kitame@northeye.org>
5610
5611         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5612         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5613         (wl-folder-mark-as-read-all-current-entity): Ditto.
5614
5615 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5616
5617         * wl-vars.el (wl-from-width): Define as obsolete variable.
5618         (wl-subject-length-limit): Ditto.
5619
5620         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5621
5622         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5623         wl-summary-save-view.
5624
5625         * wl.el (wl-save-status): Ditto.
5626         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5627
5628         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5629         (wl-summary-exit): Follow the change above.
5630         (wl-summary-goto-folder-subr): Ditto.
5631
5632         * wl-folder.el (wl-folder-create-subr): Don't use
5633         `elmo-folder-creatable-p'.
5634
5635 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5636
5637         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5638
5639 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5640
5641         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5642         rather than bitmap on Emacs 21.
5643         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5644         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5645         for xbm if the new redisplay engine is not available.
5646
5647 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5648
5649         * wl-folder.el (wl-folder-init-hook): New hook.
5650         (wl-folder-init): Run `wl-folder-init-hook'.
5651
5652 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5653
5654         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5655
5656 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5657
5658         * wl-acap.el (wl-acap-cache-filename): New variable.
5659         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5660         (wl-acap-init): Use cache if no ACAP server found.
5661
5662 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5663
5664         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5665         `wl-acap-original-msgdb-dir'.
5666
5667         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5668         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5669
5670         * wl-mime.el (wl-mime-save-directory): Renamed from
5671         `wl-mime-save-dir'.
5672
5673 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5674
5675         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5676
5677         * wl-demo.el: Require `path-util'.
5678         (wl-demo-bitmap-mule-available-p): New internal variable.
5679         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5680         `module-installed-p' instead.
5681         (wl-demo-insert-image): Use *.img file for a bitmap image.
5682         (wl-demo): Don't call the ascii demo recursively.
5683
5684 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5685
5686         * Version number is increased to 2.7.7.
5687
5688 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5689
5690         * wl.el (wl-exit): Eliminated byte-compile warning.
5691
5692 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5693
5694         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5695         obsolete variable using `elmo-define-obsolete-variable'.
5696         (wl-fetch-confirm-threshold): Ditto.
5697         (wl-cache-prefetch-folder-type-list): Ditto.
5698         (wl-cache-prefetch-folder-list): Ditto.
5699
5700 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5701
5702         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5703         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5704         (wl-demo-insert-image): New function.
5705         (wl-demo-insert-text): New function.
5706         (wl-demo-image-type-alist): Redefine as a function.
5707         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5708         (wl-demo-with-temp-file-buffer): Removed.
5709         (wl-logo-xpm): Removed.
5710         (wl-logo-xbm): Removed.
5711         (wl-logo-bitmap): Removed.
5712
5713 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5714
5715         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5716         (wl-expire-localdir-get-folder-function): New user option.
5717         (wl-expire-localdir-get-folder): New function.
5718         (wl-expire-localdir-date): Ditto.
5719
5720 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5721
5722         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5723         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5724         Fixed unread number mismatch when all-unread < unread.
5725
5726 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5727
5728         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5729         (wl-fetch-confirm-threshold): Ditto.
5730
5731         * wl-summary.el (wl-summary-confirm-appends): Removed.
5732         (wl-summary-sync-update): Don't refer
5733         `wl-summary-update-confirm-threshold' (It is now abolished).
5734
5735         * wl-message.el (wl-message-display-internal): Don't refer
5736         `wl-fetch-confirm-threshold' (It is now abolished).
5737
5738 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5741
5742 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5743
5744         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5745         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5746         Change default value to nil.
5747         (wl-summary-indent-length-limit): The value can be nil, nil means
5748         unlimited.
5749
5750         * wl-summary.el: Don't set limit for indent length if the value of
5751         wl-summary-indent-length-limit is nil.
5752         If the value of wl-summary-width is nil, it means only that the width
5753         of summary is unlimited (nil doesn't mean that the indent length is
5754         unlimited).
5755
5756         * wl-thread.el: Ditto.
5757
5758 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5759
5760         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5761         be nil, nil means never confirm.
5762         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5763
5764 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5765
5766         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5767         means unlimited).
5768
5769 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5770
5771         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5772         Use `with-temp-buffer'.
5773
5774 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5775
5776         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5777         with new backquote style).
5778         (wl-folder-get-entity-from-buffer): Ditto.
5779
5780 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5781
5782         * wl-version.el (nemacs-version): Eliminated.
5783         (wl-extended-emacs-version2): Ignore nemacs.
5784         (wl-extended-emacs-version3): Ditto.
5785
5786 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5787
5788         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5789         (wl-draft-add-in-reply-to): New variable.
5790         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5791         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5792         (wl-draft-yank-from-mail-reply-buffer): Use
5793         `wl-draft-add-in-reply-to'.
5794         (wl-draft-insert-current-message): Ditto.
5795
5796 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5797
5798         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5799         typo (kill->hide).
5800         (wl-message-buffer-prefetch-folder-type-list): Added elements
5801         `mark' and `cache' instead of `internal'.
5802
5803 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5804
5805         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5806         resume msgdb directory.
5807
5808 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5809
5810         * wl.el (wl-exit): Call `wl-acap-exit'.
5811
5812         * wl-summary.el (wl-summary-message-string): New function.
5813         (wl-summary-reedit): Use it.
5814         (wl-summary-resend-bounced-mail): Remove needless let.
5815         (wl-summary-supersedes-message): Ditto.
5816         (wl-summary-save): Ditto.
5817
5818         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5819         (wl-acap-init): Set it.
5820         (wl-acap-exit): New function.
5821
5822 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5823
5824         * wl.el (wl-init): Revert (require 'mime-setup). move from
5825         toplevel.
5826
5827 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5828
5829         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5830         local variables.  Add error when guess function return invalid
5831         value.
5832
5833 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5834
5835         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5836         Change local variable name.
5837         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5838         (wl-folder-get-newsgroups): Return nil when non-news folder.
5839         * wl-summary.el (wl-summary-write-current-folder): State through
5840         when guess-list return nil.
5841         (wl-summary-write-current-folder-functions): Fixed docstring.
5842
5843         * wl.el (wl-exit): Changed confirm message.
5844
5845         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5846         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5847
5848         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5849
5850 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5851
5852         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5853         user option (Renamed from wl-cache-prefetch-folder-type-list).
5854         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5855         from wl-cache-prefetch-folder-list).
5856
5857         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5858         Move to wl-vars.el.
5859         (wl-message-buffer-prefetch-p): Changed to enable
5860         `wl-message-buffer-prefetch-folder-list'.
5861
5862         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5863         `ignore-cache'.
5864
5865 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5866
5867         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5868         `part-top' and `part-bottom'.
5869         (wl-draft-config-sub-part-top): New function.
5870         (wl-draft-config-sub-part-bottom): New function.
5871
5872 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5873
5874         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5875
5876 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5877
5878         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5879
5880 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5881
5882         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5883
5884         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5885         (wl-summary-write-current-folder): Ditto.
5886
5887 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5888
5889         * wl-folder.el (wl-folder-get-newsgroups): Use
5890         `elmo-folder-newsgroups'.
5891
5892 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5893
5894         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5895         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5896         `wl-draft-config-sub-header-bottom'.
5897
5898 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5899
5900         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5901         localnews folder.
5902
5903 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5904
5905         * wl-summary.el (wl-summary-mode): Undo last change.
5906
5907         * wl-folder.el (wl-folder-mode): Ditto.
5908
5909 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5910
5911         * wl-summary.el (wl-summary-mode): Locally set
5912         truncate-partial-window-width to nil.
5913         (for XEmacs)
5914
5915         * wl-folder.el (wl-folder-mode): Ditto.
5916
5917 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5918
5919         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5920
5921 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5922
5923         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5924         number.
5925
5926         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5927
5928         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5929
5930         * Version number is increased to 2.7.6.
5931
5932 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5933
5934         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5935
5936 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5937
5938         * wl-summary.el (wl-summary-sync-update): Enclose network
5939         related portion with `unwind-protect'.
5940
5941 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5942
5943         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5944
5945 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5946
5947         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5948         element.
5949         * wl-vars.el (wl-message-body-button-alist): Ditto.
5950
5951         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5952         max match length.
5953         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5954
5955         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5956         for the max match length;
5957         Use 4th element value for the button string regexp group.
5958
5959         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5960         candidate exists, prompt to select.
5961
5962 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5963
5964         * wl-summary.el (wl-summary-jump-to-msg): Search before
5965         calibration point by `beginning-of-line'.
5966
5967 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5968
5969         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5970         for access group.
5971
5972 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5973
5974         * wl-message.el (wl-message-display-internal): Bind
5975         `default-mime-charset'.
5976
5977         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5978
5979         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5980
5981         * Version number is increased to 2.7.5.
5982
5983 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5984
5985         * wl-expire.el (wl-summary-archive): Fixed;
5986         Use `elmo-folder-name-internal'.
5987
5988 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5989
5990         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5991         from `elmo-folder-move-messages' caller.
5992         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5993
5994         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5995         related portions are changed).
5996
5997 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5998
5999         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6000         counter.
6001
6002 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6003
6004         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6005         buffer local and set it to nil.
6006
6007         * wl-message.el (wl-message-redisplay): Ditto.
6008
6009 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6010
6011         * wl-summary.el (wl-summary-mark-as-important): If message is
6012         already cached, set messag as read, otherwise encache and mark as read.
6013
6014 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6015
6016         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6017         point-min.
6018
6019 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6020
6021         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6022         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6023         a keymap.
6024
6025 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6026
6027         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6028         parent.
6029
6030         * wl-mule.el (wl-message-define-keymap): Ditto.
6031
6032         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6033
6034         * wl-xmas.el (wl-message-display-internal-hook): Define.
6035         (wl-xmas-setup-message-toolbar): Define as function.
6036         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6037         (wl-message-overload-functions): Abolished.
6038         (wl-message-define-keymap): New function.
6039
6040         * wl-vars.el (wl-message-display-internal-hook): New variable.
6041         (wl-message-header-button-alist): New variable (Renamed from
6042         wl-highlight-message-header-button-alist).
6043         (wl-message-body-button-alist): Ditto.
6044
6045         * wl-mule.el (wl-message-define-keymap): New function.
6046         (wl-message-overload-functions): Abolished.
6047
6048         * wl-message.el (wl-message-add-buttons-to-body): New function.
6049         (wl-message-redisplay): Don't call wl-message-overload-functions;
6050         Call wl-message-add-buttons-to-header and
6051         wl-message-add-buttons-to-body.
6052         (wl-message-display-internal): Set keymap argument for
6053         elmo-mime-display-as-is, elmo-mime-message-display;
6054         Run wl-message-display-internal-hook.
6055         (wl-message-refer-article-or-url): Abolished.
6056
6057         * wl-highlight.el (wl-highlight-headers): Don't call
6058         wl-highlight-message-add-buttons-to-header.
6059         (wl-highlight-message-add-buttons-to-header): Abolished.
6060
6061
6062         * wl-e21.el (wl-message-display-internal-hook): Define.
6063         (wl-e21-setup-toolbar): Deleted duplicated binding.
6064         (wl-e21-setup-message-toolbar): Define as function.
6065         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6066         (wl-message-define-keymap): New function.
6067         (wl-message-overload-functions): Abolished.
6068
6069 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6070
6071         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6072         and elmo-folder-close.
6073
6074         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6075
6076 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6077
6078         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6079         boolean value.
6080         * wl-draft.el (wl-draft-do-fcc): Ditto.
6081
6082 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6083
6084         * wl-vars.el (wl-fcc-force-as-read): New variable.
6085         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6086         mark copied message as read.
6087
6088 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6089
6090         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6091
6092 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6093
6094         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6095         `wl-summary-target-above' instead of obsolete variable
6096         `wl-summary-temp-above'.
6097
6098         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6099         instead of `make-obsolete-variable'.
6100         * wl-refile.el (toplevel): Ditto.
6101
6102 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6103
6104         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6105         with third argument t.
6106         (wl-draft): Set first argument for wl-plugged-init as t.
6107
6108         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6109         definition.
6110
6111 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6112
6113         * wl-vars.el: Tabify.
6114         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6115
6116         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6117         message.
6118
6119 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6120
6121         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6122         and set default to beep.
6123
6124 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6125
6126         * wl-vars.el (wl-draft-truncate-lines): New variable.
6127
6128         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6129         instead of wl-message-truncate-lines for truncate-lines.
6130
6131 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6132
6133         * wl-message.el (wl-message-display-internal): Call
6134         `wl-highlight-message' after `elmo-mime-display-as-is'.
6135
6136         * wl-mime.el (wl-mime-display-text/plain): New function.
6137         (wl-mime-display-header): Ditto.
6138         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6139         body-presentation-method for text/plain;
6140         Register `wl-mime-display-header' as a header-presentation-method;
6141         Don't set up `elmo-message-text-content-inserted-hook' and
6142         `elmo-message-header-inserted-hook'.
6143
6144         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6145         variable.
6146         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6147         as t if flag is 'all-header;
6148         Don't bind `elmo-message-ignored-field-list',
6149         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6150
6151 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6152
6153         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6154         for xemacs with non-mule environment.
6155
6156 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6157
6158         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6159         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6160         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6161
6162 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6163
6164         * wl-vars.el (wl-interactive-send): Set default value as t.
6165
6166 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6167
6168         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6169         (wl-addrmgr-method-list): Abolished.
6170         (wl-addrmgr-change-method): Follow above change.
6171
6172         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6173
6174 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6175
6176         * wl-vars.el (wl-message-truncate-lines): Change default value
6177         to default-truncate-lines.
6178
6179         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6180
6181 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6182
6183         * wl-vars.el (wl-message-truncate-lines): New variable.
6184
6185         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6186         wl-message-truncate-lines.
6187
6188 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6189
6190         * wl-acap.el (wl-acap-init): Remove period from error message.
6191         (wl-acap-find-acap-service): Remove period from message.
6192
6193 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6194
6195         * wl.el (wl-check-environment): Undo last change.
6196
6197         * wl-vars.el (wl-from): Changed default value.
6198
6199         * wl-util.el (toplevel): Don't require tm-edit.
6200
6201         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6202         `wl-folder-init';
6203         Don't set mark on mail body.
6204         (wl-draft-reedit): Ditto.
6205
6206         * wl-address.el (wl-address-quote-specials): Define as an alias for
6207         elmo-address-quote-specials.
6208
6209 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6210
6211         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6212
6213         * wl-vars.el (wl-from): Set default value as nil.
6214         (wl-organization): Set default value as ORGANIZATION environment
6215         variable.
6216
6217         * wl-draft.el (wl-smtp-extension-bind): Check value of
6218         wl-smtp-connection-type.
6219
6220         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6221         error.
6222
6223 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6224
6225         * Version number is increased to 2.7.4.
6226
6227         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6228         arguments from `wl-highlight-x-face-function' caller.
6229         Use x-face-1.3.6.12 or later.
6230
6231 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6232
6233         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6234
6235 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6236
6237         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6238         (wl-fcc): Fix to accept function.
6239         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6240
6241 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6242
6243         * wl-acap.el (toplevel): Added `product-provide' declare.
6244         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6245
6246 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6247
6248         * wl.el (wl): Changed order of calling `elmo-init'
6249         and `elmo-folder-init'.
6250
6251 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6252
6253         * wl-mime.el (wl-summary-burst): Extract message when content-type
6254         of root entity is not only `multipart' but also `message/rfc822'.
6255         (wl-summary-burst-subr): Ditto.
6256
6257 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6258
6259         * wl-vars.el (toplevel): Require 'custom.
6260         (wl-trash-folder): Added to `wl-setting' group.
6261
6262         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6263         exists.
6264         (wl-addrmgr-draw): Insert empty line when no entry exists.
6265
6266         * wl-mule.el (wl-message-wheel-up): Fixed.
6267         (wl-message-wheel-down): Ditto.
6268
6269 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6270
6271         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6272         config is an anonymous lambda expression.
6273
6274 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6275
6276         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6277         when Mule 2 is running.
6278
6279 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6280
6281         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6282
6283 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6284
6285         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6286         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6287
6288         * wl-address.el (wl-address-specials-regexp): Eliminated.
6289         (wl-address-quote-specials): Rewrite.
6290
6291 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6294         shy-groups for regexp.
6295
6296         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6297         character classes and Perl style shy-groups for regexp.
6298         (wl-highlight-plugged-current-line): Use Posix style character
6299         classes for regexp.
6300         (wl-e21-highlight-folder-by-numbers): Ditto.
6301         (wl-e21-display-image-p): Use `display-images-p' instead of
6302         `display-graphic-p'.
6303         (display-images-p): Make an alias to `display-graphic-p' if it is
6304         not available.  It is for Emacs version prior to 21.0.105.
6305
6306         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6307         `display-graphic-p'.
6308         (wl-demo-image-type-alist): Ditto.
6309         (display-images-p): Make an alias to `display-graphic-p' if it is
6310         not available.  It is for Emacs version prior to 21.0.105.
6311
6312 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6313
6314         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6315         support.
6316         (wl-generate-user-agent-string): Ditto.
6317
6318         * wl-version.el (wl-version): Update docsting.
6319         (wl-version-status): Ditto.
6320
6321 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6322
6323         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6324         21.0.105.  For Emacs 21.0.104 or earlier.
6325
6326 2001-09-03  Takuo KITAME <kitame@northeye.org>
6327
6328         * wl-e21.el (wl-plugged-init-icons): Use
6329         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6330         (wl-biff-init-icons): Ditto.
6331
6332 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6333
6334         * wl-highlight.el (wl-highlight-summary-current-line):
6335         Fixed highlighting refile/copy destination.
6336
6337         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6338         (wl-acap-store): Encode string by wl-acap-coding-system.
6339
6340 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6341
6342         * wl-acap.el (toplevel): Check and require 'un-define before
6343         'xemacs-ucs;
6344          Added checking for UTF-2000.
6345
6346 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6347
6348         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6349         Don't enclose with `eval-and-compile'.
6350
6351         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6352         wl-init is non-nil.
6353
6354         * wl-draft.el (wl-draft): Ditto.
6355
6356         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6357
6358         * wl-acap.el (toplevel): Require 'wl.
6359         (wl-acap-store): Call `elmo-init'.
6360
6361         * wl.el (wl): Changed position of `wl-check-environment'.
6362         (toplevel): Added autoload setting for wl-acap.
6363
6364         * wl-vars.el (wl-setting): New custom group.
6365         (wl-from): Added wl-setting group.
6366         (wl-user-mail-address-list): Ditto.
6367         (wl-organization): Ditto.
6368         (wl-subscribed-mailing-list): Ditto.
6369         (wl-envelope-from): Ditto.
6370         (wl-smtp-posting-user): Ditto.
6371         (wl-smtp-posting-server): Ditto.
6372         (wl-smtp-posting-port): Ditto.
6373         (wl-smtp-authenticate-type): Ditto.
6374         (wl-pop-before-smtp-user): Ditto.
6375         (wl-pop-before-smtp-server): Ditto.
6376         (wl-pop-before-smtp-port): Ditto.
6377         (wl-pop-before-smtp-authenticate-type): Ditto.
6378         (wl-nntp-posting-server): Ditto.
6379         (wl-nntp-posting-user): Ditto.
6380         (wl-nntp-posting-port): Ditto.
6381         (wl-fetch-confirm-threshold): Ditto.
6382         (wl-prefetch-threshold): Ditto.
6383         (wl-thread-insert-opened): Ditto.
6384         (wl-ldap-server): Ditto.
6385         (wl-ldap-port): Ditto.
6386         (wl-ldap-base): Ditto.
6387         (wl-ldap-objectclass): Ditto.
6388         (wl-use-ldap): Ditto.
6389         (wl-draft-config-alist): Ditto.
6390         (wl-draft-config-matchone): Ditto.
6391         (wl-template-alist): Ditto.
6392         (wl-message-sort-field-list): Ditto.
6393         (wl-message-ignored-field-list): Ditto.
6394         (wl-message-visible-field-list): Ditto.
6395         (wl-interactive-send): Ditto.
6396         (wl-summary-move-order): Ditto.
6397         (wl-auto-select-first): Ditto.
6398         (wl-auto-select-next): Ditto.
6399         (wl-interactive-save-folders): Ditto.
6400
6401         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6402         Initialization codes are moved from wl-local-folder-init.
6403         (wl-local-folder-init): Follow the change above.
6404         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6405
6406         * wl-acap.el: New file.
6407
6408         * Version number is increased to 2.7.3.
6409
6410 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6411
6412         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6413
6414 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6415
6416         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6417         (wl-addrmgr-address-entry-list): Ditto.
6418
6419 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6420
6421         * wl-e21.el (wl-draft-mode-map): Removed binding for
6422         `wl-draft-insert-x-face-field'.
6423
6424         * wl-mule.el (wl-draft-mode-map): Ditto.
6425
6426         * wl-xmas.el (wl-draft-mode-map): Ditto.
6427
6428         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6429         (wl-cs-autoconv): Ditto.
6430         (wl-cs-local): Ditto.
6431         (wl-use-scoring): Ditto.
6432         (wl-mime-charset): Ditto.
6433         (wl-folder-check-async): Ditto.
6434
6435         * wl.el (toplevel): Ignore nemacs and tm.
6436         (wl-exit): Ditto.
6437
6438         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6439         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6440         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6441         instead of wl-address-petname-add-or-change.
6442         (wl-summary-edit-addresses-subr): Use wl-address-delete
6443         instead of wl-address-petname-delete.
6444
6445         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6446
6447         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6448         if error occured.
6449
6450         * wl-message.el (require): Remove tm support.
6451
6452         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6453
6454         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6455         (wl-folder-jump-to-current-entity): Ditto.
6456         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6457
6458         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6459         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6460         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6461
6462         * wl-mule.el (wl-draft-key-setup): Ditto.
6463
6464         * wl-xmas.el (wl-draft-key-setup): Ditto.
6465
6466         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6467         (wl-draft-std11-parse-addresses): New function.
6468         (wl-draft-parse-mailbox-list): Use it.
6469         (wl-draft): Ignore nemacs.
6470         (wl-draft-reedit): Ditto.
6471
6472         * wl-addrmgr.el: New file.
6473         (Original is wl-rcpt.el written by
6474         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6475         Thanks Kitamoto-san.)
6476
6477         * wl-address.el (wl-address-make-address-list): Modified parsing
6478         process.
6479         (wl-address-delete): Renamed from `wl-address-petname-delete';
6480         Modify wl-address-list too.
6481         (wl-address-add-or-change): Renamed from
6482         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6483
6484 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6485
6486         * wl-highlight.el (wl-highlight-summary-current-line):
6487           Work with transient-mark-mode
6488
6489 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6490
6491         * Version number is increased to 2.7.2.
6492
6493         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6494         instead of elmo-dop-queue-method.
6495
6496 2001-08-06  SAITO Atsunori <sai@yedo.com>
6497
6498         * wl-vars.el (wl-ldap-objectclass): New user option.
6499
6500         * wl-address.el (wl-ldap-make-filter): Use it.
6501
6502 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6503
6504         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6505
6506 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6507
6508         * wl-folder.el (wl-folder): redisplay after folder insertion.
6509
6510         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6511
6512         * wl-summary.el (wl-summary-sync-update):
6513         Change status mark only when new-msgdb exists.
6514         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6515
6516 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6517
6518         * wl-summary.el (wl-summary-open-folder): New function.
6519         (wl-summary-goto-folder-subr): Use it.
6520         (wl-summary-mark-as-important): Fix;
6521         Encache only when no cache exists.
6522
6523 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6524
6525         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6526         Use with-current-buffer.
6527
6528 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6529
6530         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6531         before call `get-buffer'. Fixed parenthesis.
6532         (wl-score-get-header-entry): Clear message and help window when
6533         keyboard quit.
6534         (wl-score-edit-insert-header): Ditto.
6535
6536 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6537
6538         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6539         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6540         (wl-default-draft-cite): Fix.
6541
6542         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6543         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6544
6545 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6546
6547         * wl-message.el (wl-message-prev-page): Do same bahavior
6548         as summary when it is called in the message buffer.
6549         (wl-message-next-page): Ditto.
6550
6551 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6552
6553         * wl-summary.el (wl-summary-forward): Use cache if it is not
6554         section cache.
6555
6556 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6557
6558         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6559         Removed redundant require of elmo-vars.
6560         (wl-biff-state-indicator-on): Changed default value for
6561         xemacs with non-mule environment.
6562
6563         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6564         wl-message-buffer is nil;
6565         Hide progress bar after moving messages.
6566
6567 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6568
6569         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6570         message at cursor point is deleted.
6571
6572 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6573
6574         * wl-vars.el: Changed file coding system to euc-japan.
6575         Added -*-coding:-*- magic to the first line.
6576
6577         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6578         Search parent from the first message.
6579
6580         * Version number is increased to 2.7.1.
6581
6582 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6583
6584         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6585
6586 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6587
6588         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6589         refile/delete execution.
6590
6591         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6592         Fixed docstring.
6593
6594 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6595
6596         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6597         do update process;
6598         Don't update marks when update process is interrupted.
6599
6600 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6601
6602         * wl-summary.el (wl-summary-reply): Fixed problem when
6603         wl-draft-use-frame is non-nil.
6604         (wl-summary-forward): Ditto.
6605
6606         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6607         as nil.
6608         (wl-folder-mark-as-read-all-entity): Ditto.
6609         (wl-folder-prefetch-entity): Ditto.
6610
6611         * wl.el (wl): Check environment before wl-init.
6612
6613         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6614         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6615         instead of wl-summary-collect-unread.
6616         (wl-summary-reply): Split message window.
6617
6618 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6619
6620         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6621         only if current language environment is japanese,
6622
6623         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6624         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6625         (wl-folder-goto-folder-subr): Ditto.
6626
6627         * wl-draft.el (wl-draft-dispatch-message): Call
6628         `elmo-file-cache-get-path'.
6629
6630 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6631
6632         * wl-summary.el (wl-summary-cursor-move): If return value of
6633         wl-summary-next-message is not number, don't jump.
6634
6635 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6636
6637         * wl-summary.el (wl-summary-buffer-next-message-function): New
6638         variable.
6639         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6640         if it is bound.
6641
6642         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6643         string.
6644
6645         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6646         (wl-plugged-drawing): Ditto.
6647
6648 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6649
6650         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6651         process.
6652         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6653         with unwind-protect.
6654
6655         * wl.el (wl-init): Require mime-setup.
6656         (wl-check-environment): Don't require mime-setup.
6657
6658         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6659         instead of elmo-folder-type.
6660
6661         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6662         value as nil.
6663
6664 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6665
6666         * Version number is increased to 2.7.0.
6667
6668         * wl-version.el (wl-version): Changed codename.
6669
6670         * wl-summary.el (wl-summary-delete-cache): Fixed.
6671
6672         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6673         Workaround for net folders.
6674         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6675
6676         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6677         value to nil (According to the patch from
6678         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6679
6680         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6681         of elmo-folder-close.
6682
6683 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6684
6685         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6686         for postfix.
6687
6688 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6689
6690         * wl-summary.el (wl-summary-resend-message): Fixed.
6691
6692         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6693         Call wl-draft with `from' argument if its address is included in
6694         `wl-user-mail-address-list'.
6695         (wl-draft): Added `from' argument.
6696
6697         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6698         non-nil.
6699         (wl): Don't show demo if wl-demo is nil.
6700
6701         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6702         wl-summary-use-frame.
6703
6704         * wl-vars.el (wl-summary-use-frame): New user option.
6705         (wl-folder-use-frame): Changed docstring.
6706
6707         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6708         non-nil.
6709         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6710         wl-summary-use-frame.
6711
6712         * wl-vars.el (wl-folder-use-frame): New user option.
6713
6714         * wl-summary.el (wl-summary-exit): Back to folder frame if
6715         wl-folder-use-frame is non-nil.
6716         (wl-summary-redisplay-internal): Ignore cache if current folder
6717         is draft folder,
6718         (wl-summary-redisplay-no-mime): Ditto.
6719         (wl-summary-redisplay-all-header): Ditto.
6720
6721         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6722         if wl-folder-use-frame is non-nil.
6723
6724 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6725
6726         * wl-summary.el (wl-summary-sync-update): Bind
6727         elmo-folder-update-threshold.
6728         (wl-summary-mark-as-important): Enclosed server mark processing
6729         with `save-match-data'.
6730
6731         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6732         only when it is already defined.
6733
6734 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6735
6736         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6737         name of folder exclude localdir is wrong.
6738         * wl-folder.el (wl-folder-sync-entity):
6739         Set `wl-summary-always-sticky-folder-list' as nil.
6740         (wl-folder-mark-as-read-all-entity): Ditto.
6741         (wl-folder-prefetch-entity): Ditto.
6742
6743 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6744
6745         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6746         instead of `wl-summary-write-current-newsgroup'.
6747
6748 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6749
6750         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6751         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6752         non-nil and selected message is important, do not display.
6753
6754 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6755
6756         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6757
6758 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6759
6760         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6761
6762         * wl-summary.el (wl-summary-mark-as-important): Set message number
6763         using wl-summary-message-number.
6764
6765 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6766
6767         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6768         destination folder is 'null.
6769
6770 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6771
6772         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6773         New function.
6774         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6775         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6776         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6777
6778 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6779
6780         * wl-mime.el (wl-mime-setup): Added setting for
6781         `mime-setup-signature-key-alist' to avoid overriding key bind for
6782         `wl-draft-send'.
6783
6784         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6785         for `wl-draft-send'.
6786         * wl-mule.el (wl-draft-overload-functions): Ditto.
6787         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6788         * wl-draft.el (wl-draft-send): Ditto.
6789
6790         * wl-message.el (wl-message-display-internal):
6791         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6792         (Patch is provided by <kita@coe.nttdata.co.jp>).
6793
6794 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6795
6796         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6797
6798 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6799
6800         * wl.el (wl): Fix for wl-demo.
6801
6802 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6803
6804         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6805
6806 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6807
6808         * wl-folder.el (wl-folder-prefetch-entity): Use
6809         `wl-folder-get-elmo-folder'.
6810         (wl-folder-count-incorporates): Do not use
6811         `wl-folder-get-elmo-folder'.
6812
6813 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6814
6815         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6816         instead of `elmo-folder-get-type'.
6817
6818 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6819
6820         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6821         position on Subject: field.
6822         (Advised by Mito <mit@nines.nec.co.jp>)
6823
6824 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6825
6826         * wl-folder.el (wl-folder-prefetch-entity): Use
6827         `wl-folder-get-elmo-folder'.
6828
6829 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6830
6831         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6832
6833         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6834         `process-duplicates' slot.
6835
6836         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6837         if detection failed.
6838
6839 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6840
6841         * wl-version.el (wl-version-status): Set to "alpha".
6842
6843 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6844
6845         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6846         Check wl-message-buffer lives before set-buffer.
6847
6848 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6849
6850         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6851         called in folder mode.
6852         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6853         * wl-summary.el (wl-summary-exit-pre-hook): Run
6854         `wl-summary-exit-pre-hook' before exit summary mode.
6855
6856 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6857
6858         * wl-version.el (wl-version-status): New variable.
6859         (wl-version-status-alist): Removed.
6860         (wl-version-status): Rule included.
6861
6862 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6863
6864         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6865         @sponichi.
6866
6867         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6868         when `mail-reply-buffer' is buffer-local variable.
6869         (Reported by <kita@coe.nttdata.co.jp>).
6870
6871 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6872
6873         * wl-vars.el (toplevel): Require 'elmo-util.
6874
6875 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6876
6877         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6878         (All other related portions are changed)
6879
6880         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6881
6882         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6883
6884 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6885
6886         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6887
6888 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6889
6890         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6891         Delete other windows to avoid an error.
6892         Use `point-marker' instead of `point' to remember the start point
6893         of body.
6894
6895         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6896
6897         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6898         number not to exceed all message number.
6899
6900 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6901
6902         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6903         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6904
6905 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6906
6907         * wl-summary.el (wl-summary-sync-force-update): Added argument
6908         no-check.
6909         (wl-summary-sync-update): Ditto.
6910         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6911         with `no-check'.
6912
6913         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6914         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6915         already running.
6916
6917 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6918
6919         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6920         `dst-folder-arg'.
6921         (wl-expire-archive-number1): Diito.
6922         (wl-expire-archive-number2): Diito.
6923         (wl-expire-archive-Date): Diito.
6924         (wl-archive-number1): Diito.
6925         (wl-archive-number2): Diito.
6926         (wl-archive-date): Diito.
6927         (wl-archive-folder-p): New function.
6928         (wl-summary-expire): Support of expand folder name at
6929         wl-expire-alist.
6930         * wl-util.el (wl-expand-newtext): Renamed from
6931         `wl-refile-expand-newtext'.
6932
6933 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6934
6935         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6936         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6937         `(elmo-msgdb-get-overview msgdb)'.
6938         (wl-summary-prefetch): Bind match data before call
6939         `wl-summay-prefetch-msg'.
6940         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6941         'off if `wl-summary-buffer-disp-msg' is non-nil.
6942         Fixed problem that couldn't show only one new or unread message when
6943         enter folder.
6944         (wl-summary-reply): Don't call `split-window-vertically' and other
6945         window.
6946
6947 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6948
6949         * wl-expire.el (wl-expire-refile): Fixed.
6950
6951 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6952
6953         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6954
6955         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6956         biff notification is removed.
6957
6958         * wl.el (wl): Changed position of `elmo-init'.
6959
6960         * wl-draft.el (wl-default-draft-cite): Use date field
6961         on the citation buffer.
6962
6963         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6964
6965         * wl-xmas.el (wl-folder-internal-icon-list): Added
6966         `wl-folder-shimbun-image'.
6967
6968         * wl-e21.el (wl-folder-internal-icon-list): Added
6969         `wl-folder-shimbun-image'.
6970
6971 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6972
6973         * wl.el (wl-init): Eliminated argument.
6974         (wl): Rewrite.
6975
6976         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6977         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6978         instead of `elmo-folder-msgdb-internal'.
6979         (wl-summary-sync-update): Ditto.
6980         (wl-summary-flush-pending-append-operations): Eliminated.
6981         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6982         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6983         `elmo-folder-open'.
6984
6985         * wl-mime.el (wl-summary-burst): Fixed.
6986
6987         * wl-folder.el (wl-folder-info-save): Check data type.
6988
6989         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6990         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6991         instead of `elmo-folder-msgdb-internal'.
6992         (wl-expire-hide): Ditto.
6993
6994
6995         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6996
6997 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6998
6999         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7000
7001 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7002
7003         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7004
7005 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7006
7007         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7008         Fixed `match-beginning' argument mismatch.
7009
7010 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7011
7012         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7013         the default value.
7014
7015 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7016
7017         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7018         instead of `elmo-nntp-default-port'.
7019
7020         * wl-vars.el: Fixed some doc strings.
7021
7022 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7023
7024         * wl-summary.el (wl-summary-prefetch-msg): Use
7025         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7026
7027         * wl-vars.el: Define *-func as obsolete variable using
7028         `elmo-define-obsolete-variable'.
7029
7030         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7031         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7032         instead of `wl-message-buffer-prefetch-threshold'.
7033
7034         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7035
7036         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7037
7038         * wl-draft.el (wl-caesar-region-func): Ditto.
7039
7040         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7041         Keep unread status in elmo-folder-move-messages.
7042         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7043
7044 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7045
7046         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7047         `wl-summary-buffer-exit-func'
7048         (wl-summary-buffer-message-redisplay-function): Renamed from
7049         `wl-summary-buffer-message-redisplay-func'
7050         (wl-summary-buffer-next-folder-function): Renamed from
7051         `wl-summary-buffer-next-folder-func'.
7052         (wl-summary-buffer-prev-folder-function): Renamed from
7053         `wl-summary-buffer-prev-folder-func'.
7054         (wl-summary-get-petname-function): Renamed from
7055         `wl-summary-get-petname-func'.
7056
7057         * wl-score.el (wl-score-edit-exit-function): Renamed from
7058         `wl-score-edit-exit-func'.
7059
7060         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7061         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7062
7063         * wl-util.el (wl-load-profile-function): Renamed from
7064         `wl-load-profile-func'.
7065
7066         * wl-folder.el (wl-folder-completion-function): Renamed from
7067         `wl-folder-completion-func'.
7068         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7069
7070         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7071         `wl-expire-archive-get-folder-func'.
7072         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7073         (wl-draft-send-mail-function): Renamed from
7074         `wl-draft-send-mail-func'.
7075         (wl-draft-send-news-function): Renamed from
7076         `wl-draft-send-news-func'.
7077         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7078         (wl-generate-mailer-string-function): Renamed from
7079         `wl-generate-mailer-string-func'.
7080         (wl-highlight-signature-search-function): Renamed from
7081         `wl-highlight-signature-search-func'.
7082         (wl-highlight-x-face-function): Renamed from
7083         `wl-highlight-x-face-func'
7084         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7085         (wl-ps-print-buffer-function): Renamed from
7086         `wl-ps-print-buffer-func'
7087         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7088         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7089         (wl-summary-subject-filter-function): Renamed from
7090         `wl-summary-subject-filter-func'.
7091
7092         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7093         `wl-draft-queue-flush-send-func'
7094         (wl-draft-cite-function): Renamed from
7095         `wl-draft-cite-func'
7096
7097         * wl-address.el (wl-address-init-function): Renamed from
7098         `wl-address-init-func'.
7099
7100 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7101
7102         * wl-draft.el (wl-draft-queue-flush): Don't call
7103         `elmo-dop-unlock-message'.
7104         * wl-draft.el (wl-draft-queue-append): Don't call
7105         `elmo-dop-lock-message'.
7106
7107         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7108         (wl-summary-buffer-folder-name): Ditto.
7109         (wl-summary-message-regexp): Added '-' (all other related portions
7110         are changed).
7111         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7112         wl-summary-buffer-folder-name.
7113
7114 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7115
7116         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7117         the number of mails in the folder buffer is not updated by wl-biff.
7118
7119 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7120
7121         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7122         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7123
7124 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7125
7126         * wl-summary.el (wl-summary-next-message):
7127         Return next message number when wl-summary-move-order is nil.
7128
7129 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7130
7131         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7132         `wl-summary-move-spec-alist'.
7133         (wl-summary-move-spec-unplugged-alist): New variable
7134         (Move spec for unplugged status).
7135         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7136         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7137
7138 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7139
7140         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7141         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7142
7143 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7144
7145         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7146         simple quotation to quote the anonymous function.
7147         * tm-wl.el (wl-draft-preview-message): Ditto.
7148
7149 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7150
7151         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7152         Eliminate redundant `save-excursion'.
7153         (wl-highlight-summary-current-line): Ditto.
7154
7155         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7156         accessing match data when `looking-at' failed.
7157
7158         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7159         `elmo-match-string' where users don't care about the speed.
7160         (wl-draft-save): Ditto.
7161
7162 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7163
7164         * wl-util.el (wl-regexp-opt): New function.
7165
7166         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7167         number from `wl-summary-buffer-number-list'.
7168         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7169         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7170         (wl-summary-move-spec-alist): Changed default setting.
7171
7172 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7173
7174         * wl-vars.el (wl-biff-notify-hook): New hook.
7175         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7176         the arrival of new mail.
7177         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7178         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7179
7180 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7181
7182         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7183
7184 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7185
7186         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7187
7188         * Version number is increased to 2.5.8.
7189
7190         * wl-thread.el (toplevel): require 'cl.
7191         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7192         (wl-thread-make-number-list): New function.
7193         (wl-thread-entity-make-number-list-from-children): Ditto.
7194         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7195         (wl-thread-entity-insert-as-children): Likewise.
7196         (wl-thread-delete-message): Likewise.
7197         (wl-meaning-of-mark): Eliminated.
7198         (wl-thread-next-failure-mark-p): Ditto.
7199         (wl-thread-entity-get-mark): Ditto.
7200         (wl-thread-meaning-alist-get-result): Ditto.
7201         (wl-thread-entity-check-prev-mark): Ditto.
7202         (wl-thread-entity-check-next-mark): Ditto.
7203         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7204         (wl-thread-entity-get-prev-marked-entity): Ditto.
7205         (wl-thread-get-prev-unread): Ditto.
7206         (wl-thread-jump-to-prev-unread): Ditto.
7207         (wl-thread-get-next-unread): Ditto.
7208         (wl-thread-jump-to-next-unread): Ditto.
7209         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7210         (wl-thread-entity-get-next-marked-entity): Ditto.
7211
7212         * wl-summary.el (wl-summary-buffer-number-list):
7213         New bufer-local variable.
7214         (wl-summary-switch-to-clone-buffer): Clone
7215         `wl-summary-buffer-number-list'.
7216         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7217         (wl-summary-cursor-move-regex): Eliminated.
7218         (wl-summary-cursor-up): Rewrite.
7219         (wl-summary-cursor-down): Ditto.
7220         (wl-summary-mode-spec-alist): New variable.
7221         (wl-summary-next-message): New inline function.
7222         (wl-summary-cursor-move): New function.
7223         (wl-summary-default-get-next-msg): Rewrite.
7224         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7225         (wl-summary-rescan): Ditto.
7226         (wl-summary-sync-all-init): Ditto.
7227         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7228         summary is not thread view.
7229         (wl-summary-sync-update): Ditto.
7230         (wl-summary-rescan): Ditto.
7231         (wl-summary-make-number-list): New function.
7232
7233         * wl-draft.el: "FCC" -> "Fcc".
7234
7235 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7236
7237         * wl-highlight.el (wl-highlight-summary-window):
7238         Call `set-buffer-modified-p'.
7239
7240         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7241         (wl): Call `elmo-init' and fix.
7242
7243         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7244         Use new variables.
7245
7246         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7247
7248 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7249
7250         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7251
7252 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7253
7254         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7255
7256 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7257
7258         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7259         `wl-use-toolbar' nor `display-graphic-p'.
7260         (wl-e21-setup-message-toolbar): Ditto.
7261         (wl-e21-setup-summary-toolbar): Ditto.
7262         (wl-e21-setup-folder-toolbar): Ditto.
7263
7264         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7265         (wl-plugged-init-icons): Ditto.
7266
7267         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7268         `display-graphic-p'.
7269         (wl-plugged-set-folder-icon): Ditto.
7270         (wl-highlight-plugged-current-line): Ditto.
7271         (wl-highlight-folder-current-line): Ditto.
7272         (wl-e21-highlight-folder-group-line): Ditto.
7273         (wl-e21-setup-toolbar): Ditto.
7274         (wl-e21-display-image-p): New macro.
7275
7276         * wl-demo.el (wl-demo): Simplified.
7277         (wl-demo-image-type-alist): Use `image-type-available-p' for
7278         checking whether the image type `xbm' is available.
7279
7280 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7281
7282         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7283         (wl-summary-input-range): Ditto.
7284
7285 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7286
7287         * wl-summary.el (wl-summary-edit-addresses): Use
7288         `wl-summary-get-original-buffer'
7289         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7290         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7291         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7292         (wl-summary-get-newsgroups): Eliminated.
7293         (wl-summary-set-crosspost): Ditto.
7294         (wl-summary-is-crosspost-folder): Ditto.
7295         (wl-crosspost-alist-load): Ditto.
7296         (wl-crosspost-alist-save): Ditto.
7297
7298         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7299         `elmo-setup-subscribed-newsgroups' instead of
7300         `elmo-nntp-make-groups-hashtb'.
7301         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7302         instead of `wl-crosspost-alist-save'.
7303
7304         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7305         of `elmo-folder-message-appendable-p'.
7306         (wl-mime-header-presentation-method): Eliminated.
7307
7308         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7309         (Error occurs in emacs21).
7310
7311         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7312         the current buffer).
7313
7314         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7315         instead of `wl-crosspost-alist-save'.
7316         (wl-init): `elmo-crosspost-message-alist-load'
7317         instead of `wl-crosspost-alist-load'
7318
7319         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7320         (wl-parse-newsgroups): Likewise.
7321         (wl-biff-notify): Run `wl-biff-notify-hook'.
7322
7323 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7324
7325         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7326
7327         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7328         when `wl-summary-lazy-highlight' is non-nil.
7329         (wl-summary-goto-folder-subr): Highlight only when
7330         `wl-summary-lazy-highlight' is non-nil.
7331
7332         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7333         Don't display progress and highlight temp-mark when
7334         `wl-summary-lazy-highlight' is non-nil.
7335         (wl-highlight-summary-window): New function.
7336         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7337
7338 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7339
7340         * wl-summary.el (wl-summary-sync): Change `all-visible'
7341         from `all-shown'
7342         (wl-summary-input-range): Ditto.
7343
7344 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7345
7346         * wl-e21.el (wl-highlight-folder-current-line): Call
7347         `wl-folder-init-icons' when folder icons have not been initialized.
7348
7349         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7350
7351         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7352         (wl-demo-image-type-alist): New macro.
7353
7354 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7355
7356         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7357         display does not support graphics.
7358         (wl-plugged-init-icons): Ditto.
7359         (wl-folder-init-icons): Ditto.
7360
7361         * wl-demo.el (wl-demo): Chech closely whether the display
7362         supports graphics.
7363
7364 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7365
7366         * wl-summary.el (wl-summary-get-original-buffer): New function.
7367         (wl-summary-set-crosspost): Use it.
7368         (wl-summary-target-mark-uudecode): Ditto.
7369         (wl-summary-reedit): Ditto.
7370         (wl-summary-resend-bounced-mail): Ditto.
7371         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7372         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7373
7374         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7375         (wl-message-display-internal): Ditto.
7376
7377 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7378
7379         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7380
7381 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7382
7383         * wl-summary.el (wl-summary-save-view): Renamed from
7384         `wl-summary-save-status'.
7385
7386 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7387
7388         * wl-summary.el (wl-summary-sync): Added `all-shown'
7389
7390 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7391
7392         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7393
7394 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7395
7396         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7397
7398 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7399
7400         * wl-highlight.el (wl-highlight-summary-line-string): Use
7401         `zerop' instead of `= 0'.
7402         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7403
7404         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7405         for comparing numbers.
7406         (wl-template-prev): Use `zerop' instead of `eq 0'.
7407
7408         * wl-draft.el (wl-draft-insert-current-message): Use
7409         `with-current-buffer' instead of `save-excursion'.
7410         Use `zerop' instead of `eq 0'.
7411
7412 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7413
7414         * wl-draft.el (wl-draft-insert-ccs): New function.
7415         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7416         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7417
7418 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7419
7420         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7421
7422 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7423
7424         * wl-expire.el (wl-expire-refile): Don't call
7425         elmo-msgdb-add-msgs-to-seen-list;
7426         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7427         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7428
7429 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7430
7431         * wl-message.el (wl-message-prev-page): Ignore errors while
7432         scroll-down.
7433
7434 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7435
7436         * wl-mime.el: Use elmo-original-message-mode instead of
7437         mmelmo-original-mode.
7438
7439         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7440         `elmo-folder-get-spec';
7441         (wl-fldmgr-add-completion-all-completions):
7442         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7443
7444         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7445         of `elmo-folder-get-type'.
7446
7447         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7448         `elmo-folder-get-spec';
7449         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7450         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7451         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7452         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7453         `elmo-read-msg-no-cache';
7454         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7455         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7456         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7457         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7458         `elmo-cache-save';
7459         (wl-draft-reedit): Use `elmo-message-file-name'.
7460
7461         * wl-expire.el: Use `elmo-folder-name-internal';
7462         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7463         Use macro `wl-summary-buffer-msgdb' instead of variable
7464         `wl-summary-buffer-msgdb';
7465         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7466         Use macro `wl-summary-buffer-folder-name' instead of variable
7467         `wl-summary-buffer-folder-name'.
7468         * wl-score.el: Likewise.
7469
7470         * wl-message.el: Rewrite for new message buffer cache mechanism.
7471         (wl-message-buffer-cache-buffer-get): New macro.
7472         (wl-message-buffer-cache-folder-get): Ditto.
7473         (wl-message-buffer-cache-message-get): Ditto.
7474         (wl-message-buffer-cache-entry-make): Ditto.
7475         (wl-message-buffer-cache-hit): Ditto.
7476         (wl-message-buffer-cache-sort): New function.
7477         (wl-message-buffer-cache-add): Ditto.
7478         (wl-message-buffer-cache-delete): Ditto.
7479         (wl-message-buffer-cache-clean-up): Ditto.
7480         (wl-message-buffer-window): Rewrite.
7481         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7482         (wl-message-buffer-display): New function.
7483         (wl-message-display-internal): New function.
7484
7485 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7486
7487         * wl-folder.el: Use `elmo-folder-name-internal';
7488         Use `wl-folder-get-elmo-folder';
7489         Use `elmo-folder-list-messages' instead of
7490         `elmo-list-folder';
7491         Use `elmo-folder-get-primitive-list' instead of
7492         `elmo-folder-get-primitive-spec-list';
7493         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7494         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7495         Use `elmo-folder-create' instead of `elmo-create-folder'.
7496         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7497         (wl-folder-get-elmo-folder): New macro.
7498         (wl-folder-elmo-folder-cache-get): Ditto.
7499         (wl-folder-elmo-folder-cache-put): Ditto.
7500         (wl-folder-suspend): Call `elmo-quit'.
7501
7502         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7503         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7504         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7505         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7506         (toplevel): require 'cl.
7507         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7508
7509         * wl-summary.el: Rewrite to use new elmo interface.
7510
7511 \f
7512 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7513
7514         * wl-mime.el (wl-draft-preview-message):
7515         Run `wl-draft-send-hook' before collecting recipients information;
7516         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7517
7518         * tm-wl.el (wl-draft-preview-message): Ditto.
7519
7520 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7521
7522         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7523         wrong recipients are displayed when forwarded message.
7524
7525 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7526
7527         * Version number is increased to 2.5.7.
7528
7529 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7530
7531         * wl-message.el (wl-message-next-page): Bind
7532         `window-pixel-scroll-increment' to nil while scrolling up.
7533
7534 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7535
7536         * wl-vars.el (wl-save-hook): New hook.
7537         * wl.el (wl-save): Call `wl-save-hook'.
7538
7539 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7540
7541         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7542         Argument WITH-ARG instead of NO-ARG (negative mean).
7543         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7544         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7545         * wl-message.el (wl-message-follow-current-entity): Likewise.
7546
7547 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7548
7549         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7550         FROM was optional argument.
7551         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7552
7553 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7554
7555         * Version number is increased to 2.5.6.
7556
7557 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7558
7559         * wl-version.el (wl-version-show): Removed.
7560         (wl-version): Add `interactive'.
7561
7562 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7563
7564         * wl-summary.el (wl-summary-get-petname-func): New variable.
7565         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7566         instead of `wl-address-get-petname-1'.
7567         (wl-summary-simple-from): Ditto.
7568
7569         * wl-address.el (wl-address-get-petname-1): Define as function.
7570
7571 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7572
7573         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7574         field in the original message.
7575         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7576
7577 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7578
7579         * wl-expire.el (wl-expire-hide):
7580         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7581
7582 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7583
7584         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7585         find decoder for To, Cc, and Subject.
7586
7587 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7588
7589         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7590         for checking `elmo-use-buffer-cache'.
7591         (wl-summary-mark-as-important): Fixed typo in comment.
7592
7593 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7594
7595         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7596         field in the original message.
7597         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7598
7599 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7600
7601         * wl-expire.el (wl-expire-hide):
7602         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7603
7604 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7605
7606         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7607         find decoder for To, Cc, and Subject.
7608
7609 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7610
7611         * Version number is increased to 2.5.5.
7612
7613         * wl-address.el (wl-address-specials-regexp): New constant.
7614         (wl-address-quote-specials): Use it.
7615
7616 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7617
7618         * wl-summary.el (wl-summary-rescan):
7619         Call `wl-summary-buffer-number-column-detect'.
7620         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7621
7622         * wl-message.el (wl-message-mode-map): Define.
7623         (wl-message-decode): Use it as local-map.
7624
7625 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7626
7627         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7628         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7629
7630 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7631
7632         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7633
7634         * wl-mule.el (wl-read-event-char): Ditto.
7635
7636         * wl-e21.el (wl-read-event-char): Ditto.
7637
7638         * wl-nemacs.el (wl-read-event-char): Ditto.
7639         (read-event): Removed.
7640
7641         * wl-util.el (toplevel): Removed dummy definition of
7642         `read-event'.
7643         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7644
7645 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7646
7647         * wl-nemacs.el (elmo-archive-call-process): Moved to
7648         elmo-archive.el.
7649
7650 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7651
7652         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7653         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7654
7655         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7656         instead of magic-number 6.  Use `not' instead of `null' for symbol
7657         `nil' check (not empty list).
7658         (wl-draft-insert-x-face-field): Fixed paren style.
7659
7660         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7661         one-branch conditional statement, instead of `and' and `if'.
7662         (wl-draft-forward): Likewise.
7663         (wl-draft-add-references): Likewise.
7664         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7665
7666         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7667         conditional steatment.  Use `cond' instead of `if'.
7668         (wl-draft-confirm): Likewise.
7669
7670 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7671
7672         * wl-version.el (wl-version-show): Use `product-string-1'
7673         instead of `wl-version'.
7674         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7675
7676         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7677
7678 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7679
7680         * wl-highlight.el (wl-highlight-headers): Revert
7681         `wl-highlight-x-face-func' argument (`beg' and `end').
7682
7683 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7684
7685         * wl.el (toplevel): Move `product-provide' declare.
7686         * wl-demo.el (toplevel): Ditto.
7687         * wl-dnd.el (toplevel): Ditto.
7688         * wl-highlight.el (toplevel): Ditto.
7689         * wl-message.el (toplevel): Ditto.
7690         * wl-refile.el (toplevel): Ditto.
7691         * wl-util.el (toplevel): Ditto.
7692
7693 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7694
7695         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7696         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7697         (wl-thread-close-all): keep cursor position.
7698
7699 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7700
7701         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7702         (eq x 0).
7703         (wl-generate-user-agent-string-1): Fix conditional statement.
7704
7705 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7706
7707         * wl.el (wl-check-environment): Additional check for
7708         'wl-local-domain' and `wl-message-id-domain'.
7709
7710 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7711
7712         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7713
7714 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7715
7716         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7717         instead of `smtp-sasl-user-realm'.
7718
7719 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7720
7721         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7722
7723 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7724
7725         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7726         to the default value as well as `eword-lexical-analyzer'.
7727
7728 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7729
7730         * wl-version.el (wl-extended-emacs-version,
7731         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7732         `elmo-match-string' instead of `wl-match-string'.
7733
7734 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7735
7736         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7737         docstring.
7738
7739 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7740
7741         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7742
7743 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7744
7745         * wl-highlight.el (wl-highlight-headers): Remove
7746         `wl-highlight-x-face-func' argument (`beg' and `end').
7747
7748 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7749
7750         * wl-summary.el (wl-summary-mark-as-important):
7751         Remove cache if folder is local.
7752
7753 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7754
7755         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7756         to get existing e-mail address string.
7757
7758 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7759
7760         * wl-version.el (wl-generate-user-agent-string): Commentary.
7761         (wl-generate-user-agent-string-1): Use `when' for
7762         one-branch conditional statement, instead of `and' and `if'.
7763         (wl-extended-emacs-version, wl-extended-emacs-version2,
7764         wl-extended-emacs-version3): Ditto.
7765
7766 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7767
7768         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7769         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7770         condition-case; Remove initialization.
7771         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7772         (wl-summary-sync-update3): Added argument `sync-all';
7773         Eliminated local variable `msgdb';
7774         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7775         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7776         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7777
7778 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7779
7780         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7781         connection before call `wl-draft-send-mail-with-smtp'.
7782
7783 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7784
7785         * Version number is increased to 2.5.4.
7786
7787 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7788
7789         * wl.el (wl-check-environment): Additional check for
7790         'wl-local-domain' and `wl-message-id-domain'.
7791
7792 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7793
7794         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7795         buffer as command specific.
7796         (wl-folder-mark-as-read-all-entity): Ditto.
7797         (wl-folder-prefetch-entity): Ditto.
7798         (wl-folder-drop-unsync-entity): Ditto.
7799
7800         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7801         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7802         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7803
7804         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7805         save-excursion.
7806
7807 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7808
7809         * Version number is increased to 2.5.3.
7810
7811         * wl-summary.el (wl-summary-save-view-cache):
7812         Delete duplicated `write-region';
7813         Use `write-region-as-binary' instead of `as-binary-output-file' and
7814         `write-region'.
7815
7816 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7817
7818         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7819
7820 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7821
7822         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7823         instead of `smtp-via-smtp'.
7824
7825 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7826
7827         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7828
7829 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7830
7831         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7832         instead of `smtp-sasl-user-realm'.
7833
7834 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7835
7836         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7837
7838 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7839
7840         * Version number is increased to 2.5.2.
7841
7842 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7843
7844         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7845         does not exist.
7846         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7847         (wl-biff-start): Call `timer-activate' if timer already exists.
7848
7849         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7850         only when it is bound as function.
7851
7852 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7853
7854         * Version number is increased to 2.5.1.
7855
7856 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7857
7858         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7859         Print refile/copy destination.
7860
7861 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7862
7863         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7864         queue-flush-only is non-nil.
7865
7866         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7867
7868         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7869         checking cache folder.
7870
7871 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7872
7873         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7874         `regexp-quote'.
7875
7876 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7877
7878         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7879         function.
7880         * wl-summary.el (wl-summary-write-current-folder-functions):
7881         Change default value.  Use it.
7882
7883 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7884
7885         * Version number is increased to 2.5.0.
7886
7887         * wl-version.el (wl-version): Changed codename.
7888
7889 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7890
7891         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7892         (wl-summary-supersedes-message): Ditto.
7893
7894 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7895
7896         * wl-refile.el (wl-refile-guess-functions): Renamed from
7897         `wl-refile-guess-func-list'.
7898
7899 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7900
7901         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7902         Fixed problem when no rule was matched.
7903
7904 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7905
7906         * wl-summary.el (wl-summary-get-mark): Fixed
7907         `wl-summary-buffer-target-mark' check logic.
7908
7909 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7910
7911         * wl-folder.el (wl-folder-write-current-folder): Added group
7912         folder check.
7913
7914         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7915         `wl-summary-write-current-newsgroup'.
7916         (wl-summary-write-current-folder-functions): New variable.
7917         * wl-folder.el (wl-folder-get-newsgroups): New function.
7918         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7919         (wl-folder-write-current-folder): Renamed from
7920         `wl-folder-write-current-newsgroup'.
7921
7922 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7923
7924         * Version number is increased to 2.3.93.
7925
7926 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7927
7928         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7929         (wl-ldap-make-matched-value-list): Ditto.
7930         (wl-ldap-alias-safe-string): Split e-mail address.
7931
7932         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7933         petname folder default was selected.
7934         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7935         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7936
7937 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7938
7939         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7940         to `wl-draft-config-exec'.
7941
7942         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7943         instead of calling `wl-draft-config-exec';
7944         Process group-list and show recipients in minibuffer.
7945
7946         * tm-wl.el (wl-draft-preview-message): Ditto.
7947
7948 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7949
7950         * wl.el (toplevel): Added (C) to copyright notice, and
7951         sync Author header.
7952         * tm-wl.el (toplevel): Ditto.
7953         * wl-address.el (toplevel): Ditto.
7954         * wl-demo.el (toplevel): Ditto.
7955         * wl-dnd.el (toplevel): Ditto.
7956         * wl-draft.el (toplevel): Ditto.
7957         * wl-e21.el (toplevel): Ditto.
7958         * wl-expire.el (toplevel): Ditto.
7959         * wl-folder.el (toplevel): Ditto.
7960         * wl-highlight.el (toplevel): Ditto.
7961         * wl-message.el (toplevel): Ditto.
7962         * wl-mime.el (toplevel): Ditto.
7963         * wl-mule.el (toplevel): Ditto.
7964         * wl-nemacs.el (toplevel): Ditto.
7965         * wl-refile.el (toplevel): Ditto.
7966         * wl-score.el (toplevel): Ditto.
7967         * wl-summary.el (toplevel): Ditto.
7968         * wl-template.el (toplevel): Ditto.
7969         * wl-thread.el (toplevel): Ditto.
7970         * wl-util.el (toplevel): Ditto.
7971         * wl-vars.el (toplevel): Ditto.
7972         * wl-xmas.el (toplevel): Ditto.
7973
7974 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7975
7976         * wl.el (wl-init): Added comment about `wl-init-hook'.
7977         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7978         * wl-vars.el (wl-init-hook): Added docs.
7979         (wl-make-plugged-hook): Removed useless docs.
7980         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7981         * wl-xmas.el (toplevel): Ditto.
7982
7983 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7984
7985         * wl-address.el (toplevel): Fixed multiple Author header format.
7986         * wl-demo.el (toplevel): Ditto.
7987         * wl-draft.el (toplevel): Ditto.
7988         * wl-folder.el (toplevel): Ditto.
7989         * wl-summary.el (toplevel): Ditto.
7990         * wl-thread.el (toplevel): Ditto.
7991         * wl-util.el (toplevel): Ditto.
7992         * wl-vars.el (toplevel): Ditto.
7993         * wl-version.el (toplevel): Ditto.
7994         * wl-xmas.el (toplevel): Ditto.
7995         * wl.el (toplevel): Ditto.
7996
7997         * wl-version.el (toplevel): Added require `elmo-version' for
7998         `product-version-as-string'.
7999
8000 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8001
8002         * wl-vars.el (wl-draft-send-hook): Changed default value to
8003         '(wl-draft-config-exec).
8004
8005         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8006         explicitly.
8007         (wl-draft): Set `wl-draft-config-exec-flag' before running
8008         `wl-mail-setup-hook'.
8009
8010         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8011         `wl-biff-init-icons' to `wl-init-hook' instead of
8012         `wl-make-plugged-hook'.
8013         (Because if `wl-draft' command is invoked at first,
8014         they are not initialized)
8015         Updated copyright notice.
8016
8017         * wl-e21.el (toplevel): Ditto;
8018
8019         * wl-demo.el (toplevel): Updated copyright notice.
8020         * wl-address.el (toplevel): Ditto.
8021         * wl-draft.el (toplevel): Ditto.
8022         * wl-version.el (toplevel): Ditto.
8023         * wl-folder.el (toplevel): Ditto.
8024         * wl-summary.el (toplevel): Ditto.
8025         * wl-thread.el (toplevel): Ditto.
8026         * wl-util.el (toplevel): Ditto.
8027         * wl-vars.el (toplevel): Ditto.
8028         * wl.el (toplevel): Ditto.
8029
8030 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8031
8032         * wl-highlight.el (wl-highlight-message): Fixed problem of
8033         highlighting failure which occured when the last field contains
8034         multiple lines in the draft buffer.
8035
8036         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8037         `wl-biff-start' if plugged.
8038
8039         * wl-util.el (wl-biff-check-folder): New function.
8040         (wl-biff-check-folders): Don't set session name prefix.
8041         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8042         (wl-biff-check-folder-async): Ditto.
8043
8044         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8045         in email address.
8046
8047 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8048
8049         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8050
8051         * wl-draft.el (wl-draft-strip-subject-re): New function.
8052
8053         * wl-draft.el (wl-draft-reply): Use it.
8054
8055 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8056
8057         * wl-message.el (wl-mmelmo-message-redisplay): Use
8058         `mime-display-message' instead of `wl-mime-display-message'.
8059
8060         * wl-mime.el (toplevel): Removed compatibility workaround
8061         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8062         (wl-mime-display-message): Abolished.
8063         (wl-mime-entity-read-field): Ditto.
8064         (wl-mime-combine-message/partial-pieces): Use
8065         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8066
8067 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8068
8069         * wl-template.el: Doc fixes.
8070
8071 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8072
8073         * wl-e21.el (wl-message-overload-functions): Do nothing if
8074         `current-local-map' is not available.
8075         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8076
8077 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8078
8079         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8080         representation.
8081
8082         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8083         number.
8084         (wl-fldmgr-save-folders): Don't use `format' when insert
8085         `wl-fldmgr-folders-header'.
8086
8087 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8088
8089         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8090
8091 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8092
8093         * wl-highlight.el (wl-highlight-message):
8094         Use `std11-field-end' to detect end point of the header field.
8095         Refer `wl-highlight-max-header-size'.
8096
8097         * wl-vars.el (wl-highlight-max-header-size): New variable.
8098
8099         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8100
8101         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8102         Set `for-draft' argument of wl-highlight-headers.
8103         (wl-draft): Ditto.
8104         (wl-draft-reedit): Ditto.
8105         (wl-user-agent-compose-internal): Ditto.
8106
8107 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8108
8109         * wl-message.el (wl-message-add-button): Use overlay.
8110
8111 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8112
8113         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8114
8115         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8116         problem when group-list content is nothing.
8117         (Reported by Mito <mit@nines.nec.co.jp>)
8118
8119 2000-10-18  SAITO Atsunori <sai@yedo.com>
8120
8121         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8122
8123 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8124
8125         * tm-wl.el (toplevel): Use product-provide.
8126
8127 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8128
8129         * Version number is increased to 2.3.92.
8130
8131 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8132
8133         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8134         title text, use `display' property for left margin under Emacs 21.
8135
8136         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8137         properties.
8138         (wl-plugged-init-icons): Ditto.
8139
8140 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8141
8142         * wl.el (wl-save-status, wl-init): Remove last period in
8143         "...done." message.
8144         * tm-wl.el (wl-summary-burst): Ditto.
8145         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8146         wl-summary-resume-cache-status,
8147         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8148         wl-summary-sync-update3, wl-summary-highlight-msgs,
8149         wl-summary-flush-pending-append-operations,
8150         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8151         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8152         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8153         wl-thread-open-all): Ditto.
8154         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8155         * wl-mime.el (wl-summary-burst): Ditto.
8156         * wl-highlight.el (wl-highlight-summary): Ditto.
8157         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8158         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8159         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8160         * wl-address.el (wl-local-address-init): Ditto.
8161
8162 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8163
8164         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8165         `add-text-properties'.
8166         (wl-plugged-init-icons): Ditto.
8167         (wl-folder-init-icons): Use `propertize' instead of
8168         `put-text-property'.
8169         (wl-plugged-set-folder-icon): Ditto.
8170         (wl-e21-highlight-folder-group-line): Ditto.
8171
8172 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8173
8174         * wl-version.el (wl-version-status-alist): New variable.
8175         (wl-version-status): New function.
8176
8177         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8178         "Cc" part of the case "Reply-To".
8179
8180         * wl-draft.el (wl-draft-reply): Use result of
8181         `eword-extract-address-components'.
8182
8183         * wl-demo.el (wl-demo-icon-name): New constant.
8184         (wl-logo-xpm): Use it.
8185         (wl-logo-xbm): Ditto.
8186         (wl-logo-bitmap): Ditto.
8187
8188         * Version number is increased to 2.3.91.
8189
8190 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8191
8192         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8193         (wl-extended-emacs-version, wl-extended-emacs-version2,
8194         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8195         docstring.
8196
8197         * wl-version.el (wl-generate-user-agent-string-1): New function.
8198         (wl-generate-user-agent-string): Use it.
8199
8200         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8201         `mime-edit-insert-user-agent-field'.
8202         (wl-generate-user-agent-string): Check
8203         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8204
8205         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8206         instead of `if', when verbose case.
8207
8208 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8209
8210         * wl-expire.el (wl-summary-expire): Fix.
8211
8212 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8213
8214         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8215         and `elmo-lost+found-folder' if 'wl-draft.
8216         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8217
8218 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8219
8220         * wl-expire.el (wl-summary-expire): Change messages.
8221         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8222         `deleing-info' instead of "Deleting..."
8223
8224 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8225
8226         * wl-summary.el (wl-summary-refile-subr): Fix.
8227
8228 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8229
8230         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8231         if pipe folder.
8232
8233 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8234
8235         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8236
8237 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8238
8239         * wl-expire.el (wl-expire-hide): New function.
8240         (wl-summary-expire): Add `hide'.
8241
8242 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8243
8244         * wl-vars.el (wl-draft-reply-without-argument-list):
8245         Changed default value to consider `Reply-To:'.
8246         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8247
8248         * Version number is increased to 2.3.90.
8249
8250         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8251         elmo-imap4-get-session with unwind-protect.
8252         Don't cause error.
8253         (wl-summary-sync-marks): Don't check plugged nor folder type.
8254         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8255         (Always keep current buffer).
8256
8257 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8258
8259         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8260         Enclose with `save-excursion'.
8261
8262 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8263
8264         * wl-version.el (wl-version): Remove interactive.
8265
8266 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8267
8268         * wl-version.el (wl-generate-user-agent-string): Use
8269         `product-string-verbose' instead of `product-string-1'.
8270
8271 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8272
8273         * wl-vars.el (wl-draft-use-cache): New variable.
8274         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8275         if wl-draft-use-cache is non-nil.
8276
8277 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8278
8279         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8280         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8281
8282 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8283
8284         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8285         (wl-thread-msg-mark-as-unread): Ditto.
8286
8287         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8288         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8289         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8290         Don't set mark in summary if return value of `elmo-mark-as-read'
8291         is nil.
8292         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8293         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8294         instead of `wl-thread-msg-mark-as-read'.
8295         (wl-summary-mark-as-unread-region): Ditto.
8296         (wl-summary-target-mark-mark-as-read): Ditto.
8297
8298         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8299
8300 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8301
8302         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8303
8304         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8305
8306 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8307
8308         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8309         face.
8310
8311 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8312
8313         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8314         `running-xemacs'.
8315
8316 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8317
8318         * wl-version.el (toplevel): Use `product-version-as-string' for
8319         set verstion-string, if defined.
8320
8321         * wl-version.el (wl-version-show): Insert string at point, when
8322         call with argument.
8323
8324         * wl-version.el (wl-generate-user-agent-string): Use
8325         `product-string-1' instead of `wl-appname', `wl-version' and
8326         `wl-codename'.
8327
8328 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8329
8330         * wl-address.el (toplevel): Use product-provide.
8331         * wl-demo.el (toplevel): Ditto.
8332         * wl-dnd.el (toplevel): Ditto.
8333         * wl-draft.el (toplevel): Ditto.
8334         * wl-e21.el (toplevel): Ditto.
8335         * wl-expire.el (toplevel): Ditto.
8336         * wl-fldmgr.el (toplevel): Ditto.
8337         * wl-folder.el (toplevel): Ditto.
8338         * wl-highlight.el (toplevel): Ditto.
8339         * wl-message.el (toplevel): Ditto.
8340         * wl-mime.el (toplevel): Ditto.
8341         * wl-mule.el (toplevel): Ditto.
8342         * wl-nemacs.el (toplevel): Ditto.
8343         * wl-refile.el (toplevel): Ditto.
8344         * wl-score.el (toplevel): Ditto.
8345         * wl-summary.el (toplevel): Ditto.
8346         * wl-template.el (toplevel): Ditto.
8347         * wl-thread.el (toplevel): Ditto.
8348         * wl-util.el (toplevel): Ditto.
8349         * wl-vars.el (toplevel): Ditto.
8350         * wl-xmas.el (toplevel): Ditto.
8351         * wl.el (toplevel): Ditto.
8352
8353 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8354
8355         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8356         instead of product.
8357
8358         * wl-version.el (wl-version): Compile time evalution elmo-version.
8359
8360 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8361
8362         * wl-summary.el (wl-summary-sync-force-update): Append queue
8363         `mark-as-read'if unplugged.
8364
8365 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8366
8367         * wl-version.el: New file.  Use product.el.
8368         * wl.el: add (require 'wl-version).
8369         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8370         for ~/.folders header.
8371         (wl-fldmgr-folders-header): Changed.
8372         * wl-demo.el (wl-demo): Use product.el.
8373
8374         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8375         wl-version.el.
8376         * wl-util.el (wl-version, wl-version-show): Ditto.
8377
8378         * wl-util.el (wl-generate-user-agent-string,
8379         wl-extended-emacs-version, wl-extended-emacs-version2,
8380         wl-extended-emacs-version3): Move to wl-version.el.
8381         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8382         xemacs-codename, mime-edit-insert-user-agent-field,
8383         mime-edit-user-agent-value, mime-editor/version,
8384         mime-editor/codename): Compile warning killer move to
8385         wl-version.el
8386
8387 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8388
8389         * wl-summary.el (wl-summary-refile-subr): Fix.
8390
8391 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8392
8393         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8394         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8395
8396 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8397
8398         * wl.el (wl-check-environment): Check too many `@'.
8399
8400 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8401
8402         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8403
8404 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8405
8406         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8407         wl-draft-reply-myself-without-argument-list): Add variables.
8408         * wl-draft.el (wl-draft-reply): Use it.
8409
8410 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8411
8412         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8413         the 5th argument of `elmo-network-get-spec'.
8414
8415         * wl-thread.el (wl-thread-reparent-children): New inline function.
8416         (wl-thread-delete-message): Use it.
8417
8418         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8419         (wl-summary-score-update-all-lines): Don't use `dolist'.
8420
8421 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8422
8423         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8424         (require 'elmo-msgdb) for inline function.
8425
8426 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8427
8428         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8429
8430 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8431
8432         * wl-score.el (wl-score-headers): Fix for the confusing macro
8433         `elmo-kill-buffer'.
8434
8435 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8436
8437         * wl-summary.el: Don't use the 3rd argument of `require' because
8438         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8439         * wl-util.el: Ditto.
8440         * wl-draft.el: Ditto.
8441
8442 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8443
8444         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8445         window system is not used.
8446
8447 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8448
8449         * wl-thread.el: Don't use `mapcar' only for iteration.
8450         (wl-thread-resume-entity): Ditto.
8451         (wl-thread-delete-message): Ditto.
8452
8453         * wl-summary.el: Bind `dragdrop-drop-functions',
8454         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8455         of `require' for `timezone', `easymenu' and `ps-print';
8456         don't use `mapcar' only for iteration.
8457
8458         * wl-util.el: Bind `mule-version', `nemacs-version',
8459         `emacs-beta-version', `xemacs-codename',
8460         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8461         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8462         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8463         only for iteration.
8464
8465         * wl-score.el: Don't use `mapcar' only for iteration.
8466         (wl-score-simplify-buffer-fuzzy): Ditto.
8467         (wl-score-simplify-subject): Ditto.
8468         (wl-score-headers): Ditto.
8469         (wl-summary-score-update-all-lines): Ditto.
8470
8471         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8472         `enable-multibyte-characters' and `mule-version'.
8473
8474         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8475         `mapcar' only for iteration.
8476
8477         * wl-demo.el: Don't use `mapcar' only for iteration.
8478
8479         * wl-folder.el: Don't use `mapcar' only for iteration.
8480         (wl-folder-open-all): Ditto.
8481         (wl-folder-count-incorporates): Ditto.
8482
8483         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8484         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8485
8486         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8487         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8488         `smtp-connection-type'; specify 3rd argument of `require' for
8489         `timezone'; don't use `mapcar' only for iteration.
8490         (wl-draft-clone-local-variables): Don't use `mapcar'.
8491         (wl-draft-generate-clone-buffer): Ditto.
8492         (wl-user-agent-compose-internal): Ditto.
8493
8494         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8495
8496         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8497         (wl-save-status): Ditto.
8498
8499         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8500         for iteration.
8501
8502 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8503
8504         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8505         removed `Date'.
8506         (wl-fldmgr-make-filter-default): New user option.
8507
8508         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8509         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8510         (wl-fldmgr-filter-completion-alist): Abolish.
8511
8512         * wl.el (wl): Don't check servers if arg is non-nil.
8513
8514         * wl-draft.el (wl-draft-reply): Set only message-id string to
8515         In-Reply-To field.
8516
8517 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8518
8519         * wl-summary.el (wl-summary-pick): Rewrite.
8520
8521         * wl-draft.el (wl-draft-forward): Get references field from
8522         original buffer.
8523         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8524
8525 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8526
8527         * wl-draft.el (wl-draft-forward): Add references field.
8528
8529 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8530
8531         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8532         (wl-draft-reply): Use it.
8533
8534 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8535
8536         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8537         when Emacs 21 is running.
8538
8539         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8540         bindings.
8541
8542 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8543
8544         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8545         XPM icons transparent.
8546
8547         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8548         Emacs 21.
8549
8550 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8551
8552         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8553         nil.
8554
8555         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8556         when it is persistent.
8557         (wl-summary-sync-marks): Changed argument for
8558         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8559         (wl-summary-virtual): Use `elmo-read-search-condition'.
8560         (wl-summary-redisplay-internal): If folder is local, mark as read
8561         even when folder is plugged.
8562
8563 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8564
8565         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8566         of `tool-bar-lines' in the frame parameters.
8567         (after-make-frame-functions, post-command-hook): Don't modify the
8568         value.
8569         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8570         wl-e21-tool-bar-lines): Removed.
8571
8572 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8573
8574         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8575         properties `evaporate' and `wl-momentary-overlay' as well.
8576         (wl-highlight-summary-displaying): Ditto.
8577         (wl-delete-all-overlays): Don't delete overlay which does not have
8578         a property `wl-momentary-overlay'.
8579
8580         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8581         `display-mouse-p' and `display-graphic-p'.
8582         (wl-folder-init-icons): Don't search for XBM or the other files.
8583         (wl-plugged-set-folder-icon): Make icons if and only if
8584         `display-graphic-p' returns non-nil.
8585         (wl-highlight-plugged-current-line): Use `before-string' overlay
8586         property to show icon images.
8587         (wl-highlight-folder-current-line): Ditto.
8588         (wl-e21-highlight-folder-group-line): Ditto.
8589         (wl-e21-highlight-folder-by-numbers): Ditto.
8590         (wl-e21-insert-image): Removed.
8591         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8592         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8593         said.
8594         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8595         `wl-e21-force-switch-toolbar'.
8596         (wl-e21-make-icon-image): Removed.
8597         (wl-e21-setup-toolbar): Don't search for XBM files.
8598         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8599         the default value.
8600
8601 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8602
8603         * wl-util.el (wl-biff-check-folder-async): Set
8604         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8605
8606 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8607
8608         * wl-e21.el (after-make-frame-functions): Add
8609         `wl-e21-force-switch-toolbar'.
8610         (wl-e21-force-switch-toolbar): New function force to switch the
8611         toolbar appearance automatically.
8612         (post-command-hook): Add `wl-e21-switch-toolbar'.
8613         (wl-e21-switch-toolbar): New function to switch the toolbar
8614         appearance automatically.
8615         (wl-e21-tool-bar-lines): New buffer local variable.
8616
8617 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8618
8619         * wl-util.el (wl-biff-check-folders-running): New variable.
8620         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8621         (wl-biff-check-folder-async-callback):
8622         Set `wl-biff-check-folders-running'.
8623         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8624         with unwind-protect.
8625
8626         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8627         Enclose `wl-folder-auto-check' with unwind-protect.
8628
8629         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8630         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8631
8632         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8633
8634         * wl-util.el (wl-biff-notify): New inline function.
8635         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8636         locally.
8637         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8638         folder-list' is 1.
8639         Use `wl-biff-notify'.
8640         (wl-biff-check-folder-async-callback): New function.
8641         (wl-biff-check-folder-async): Ditto.
8642
8643         * wl-folder.el (wl-folder): Don't check folders.
8644         (wl-folder-auto-check): New function.
8645
8646 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8647
8648         * wl-util.el (wl-biff-start) [Emacs19+]:
8649         Use `timer-next-integral-multiple-of-time'.
8650         (wl-biff-check-folders): Use `wl-default-folder'
8651         if `wl-biff-check-folder-list' is nil.
8652
8653 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8654
8655         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8656         instead of `elmo-delete-lists'.
8657
8658 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8659
8660         * wl.el (wl-plugged-toggle-all): Set the value of
8661         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8662         (wl-plugged-toggle): Ditto.
8663         (wl-toggle-plugged): Ditto.
8664         (wl-plugged-init): Ditto.
8665
8666         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8667         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8668         instead of `wl-biff-state-indicator-off' and
8669         `wl-biff-state-indicator-on'; don't modify the value and the type
8670         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8671         (wl-plugged-init-icons): Set icons data to
8672         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8673         instead of `wl-plug-state-indicator-off' and
8674         `wl-plug-state-indicator-on'; don't modify the value and the type
8675         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8676
8677         * wl-vars.el (wl-modeline-biff-state-off,
8678         wl-modeline-biff-state-on, wl-modeline-biff-status,
8679         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8680         wl-modeline-plug-status): New internal variables.
8681         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8682         wl-biff-check-interval, wl-biff-check-folder-list): Change
8683         customization group from `wl-folder' to `wl-highlight'.
8684         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8685         wl-show-plug-status-on-modeline): Defcustomized.
8686
8687         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8688         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8689         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8690         a flag to `mode-line-buffer-identification'.
8691
8692         * wl-e21.el (wl-biff-init-icons): Set icons data to
8693         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8694         instead of `wl-biff-state-indicator-off' and
8695         `wl-biff-state-indicator-on'.
8696         (wl-plugged-init-icons): Set icons data to
8697         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8698         instead of `wl-plug-state-indicator-off' and
8699         `wl-plug-state-indicator-on'.
8700
8701 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8702
8703         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8704         excessive titles.
8705
8706 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8707
8708         * wl.el (wl-plugged-mode): Use revised
8709         `wl-mode-line-buffer-identification'.
8710         (wl-plugged-init): Don't use `force-mode-line-update'.
8711
8712         * wl-xmas.el (wl-draft-overload-functions): Use revised
8713         `wl-mode-line-buffer-identification'.
8714         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8715         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8716         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8717         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8718         `wl-make-plugged-hook';
8719         add `wl-folder-init-icons' and `wl-setup-folder' to
8720         `wl-folder-mode-hook'.
8721
8722         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8723         19 as well.
8724         (wl-mode-line-display-priority-list): New user option.
8725         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8726         Defcustomized.
8727         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8728         Add docs.
8729
8730         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8731         start.
8732         (wl-mode-line-buffer-identification): Revised as a function.
8733
8734         * wl-summary.el (wl-summary-mode): Use revised
8735         `wl-mode-line-buffer-identification'; don't call
8736         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8737         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8738         `wl-xmas-setup-summary'.
8739
8740         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8741         `wl-mode-line-buffer-identification'.
8742
8743         * wl-mule.el (wl-draft-overload-functions): Use revised
8744         `wl-mode-line-buffer-identification'.
8745
8746         * wl-folder.el (wl-make-plugged-alist): Don't call
8747         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8748         (wl-folder): Don't call `wl-folder-init-icons' directly.
8749         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8750         `wl-xmas-setup-folder' directly;
8751         use revised `wl-mode-line-buffer-identification'.
8752         (TopLevel): Don't bind `wl-biff-init-icons',
8753         `wl-plugged-init-icons', `wl-folder-init-icons',
8754         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8755
8756         * wl-e21.el (wl-draft-overload-functions): Use revised
8757         `wl-mode-line-buffer-identification'.
8758         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8759         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8760         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8761         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8762         `wl-make-plugged-hook';
8763         add `wl-folder-init-icons' and `wl-setup-folder' to
8764         `wl-folder-mode-hook'.
8765
8766 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8767             Katsumi Yamaoka    <yamaoka@jpl.org>
8768
8769         * wl.el (wl): Call `wl-biff-start'.
8770         (wl-exit): Call `wl-biff-stop'.
8771         (wl-plugged-mode): Show biff in modeline.
8772         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8773
8774         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8775         (wl-biff-init-icons): New function.
8776         (wl-plugged-init-icons): Don't make too much keymaps.
8777         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8778
8779         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8780         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8781         variables.
8782         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8783         options.
8784
8785         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8786         wl-biff-start, wl-biff-stop): New functions.
8787         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8788         (wl-biff-timer-name): New variable.
8789
8790         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8791
8792         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8793         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8794
8795         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8796         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8797
8798         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8799         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8800         `wl-folder-init-icons' to `ignore' if they are not available.
8801         (wl-folder-mode): Show biff in modeline.
8802
8803         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8804         (wl-biff-init-icons): New function.
8805         (wl-plugged-init-icons): Don't make too much keymaps.
8806         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8807
8808 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8809
8810         * wl-vars.el (wl-strict-diff-folders): Customization Type
8811         and doc fix.  Define as a list of regular expressions for
8812         folders or nil.
8813         * wl-folder.el (wl-folder-check-one-entity): Use
8814         `wl-string-match-member' instead of `wl-string-member' for
8815         `wl-strict-diff-folders'.
8816
8817 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8818
8819         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8820         (wl-highlight-folder-current-line): Use it; new implementation.
8821         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8822         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8823         `defsubst' instead of `defun'.
8824
8825         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8826         `wl-highlight-group-folder-by-numbers'; made it can also be a
8827         number.  See info for more details.
8828
8829         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8830         running.
8831
8832         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8833         to bind them.
8834
8835         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8836         (wl-highlight-folder-current-line): New implementation.
8837
8838         * wl-highlight.el (wl-highlight-folder-group-line): New
8839         implementation.
8840         (wl-delete-all-overlays): Rewrite as a marco.
8841         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8842
8843         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8844         running.
8845         (wl-folder-*-glyph): No need to bind them.
8846
8847         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8848         `wl-e21-highlight-folder-group-icon'; rewrite.
8849         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8850         `defsubst' instead of `defun'.
8851         (wl-folder-mode-map): Bind it when compiling.
8852
8853 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8854
8855         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8856
8857         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8858
8859 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8860
8861         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8862
8863 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8864
8865         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8866         (wl-highlight-folder-current-line): Use it.
8867
8868         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8869         in `id-name'.
8870
8871 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8872
8873         * wl.el: Require `wl-e21' when Emacs 21 is running.
8874
8875         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8876         default when Emacs 21 is running.
8877         (wl-use-highlight-mouse-line): Ditto.
8878         (wl-on-emacs21): New constant.
8879         (wl-on-emacs20): Removed.
8880
8881         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8882         Emacs 21 is running.
8883
8884         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8885         Emacs 21 is running.
8886
8887         * wl-e21.el: New file.
8888
8889 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8890
8891         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8892         (wl-toggle-plugged): Ditto.
8893         (wl-plugged-toggle): Ditto.
8894         (wl-plugged-toggle-all): Ditto.
8895
8896         * wl-vars.el (wl-plug-state-indicator): Refer
8897         `wl-plug-state-indicator-on' indirectly.
8898
8899 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8900
8901         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8902         Call `wl-folder-confirm-existence'.
8903
8904         * wl-folder.el (wl-folder-confirm-existence): Added optional
8905         argument `force'.
8906
8907 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8908
8909         * wl-summary.el (wl-summary-refile-subr): Assume
8910         `copy-or-refile' as symbol.
8911         (wl-summary-refile): Follow up above change.
8912         (wl-summary-copy): Ditto.  Doc fix.
8913
8914 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8915
8916         * wl-summary.el (wl-summary-pick): Don't bind
8917         `elmo-search-mime-charset'.
8918
8919         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8920         default using old backquote style.
8921         (wl-search-mime-charset): Abolished.
8922
8923         * wl-highlight.el (wl-highlight-headers):
8924         Call `point' after `re-search-forward'(for Nemacs).
8925
8926         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8927         for elmo-imap4.el.
8928
8929 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8930
8931         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8932         `wl-message-ignored-field-list' instead of
8933         `mime-view-ignored-field-list'.
8934
8935         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8936         Add interactive spec.
8937         (wl-folder-goto-bottom-of-current-folder): Ditto.
8938         (wl-folder-mode-map): Bind them.
8939
8940         * wl-vars.el (wl-message-ignored-field-list): New variable.
8941         (wl-message-visible-field-list): New variable.
8942
8943         * wl-mime.el (wl-mime-header-presentation-method): New function.
8944         (wl-mime-setup): Set header-presentation-method.
8945
8946 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8947
8948         * wl-nemacs.el (wl-draft-overload-functions): Set
8949         `mode-line-buffer-identification' instead of using
8950         `wl-make-modeline'.
8951
8952         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8953         instead of using `wl-make-modeline'.
8954
8955         * wl-xmas.el (wl-plugged-init-icons): Set up
8956         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8957         (wl-make-modeline): Abolish.
8958         (wl-draft-overload-functions): Set
8959         `mode-line-buffer-identification' instead of using
8960         `wl-make-modeline'.
8961
8962         * wl-util.el (wl-make-modeline-subr): Abolish.
8963         (wl-mode-line-buffer-identification): New alias.
8964
8965         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8966         (wl-summary-make-modeline): Abolish.
8967         (wl-summary-buffer-set-folder): Set
8968         `wl-summary-buffer-folder-indicator'.
8969         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8970         of using `wl-make-modeline'.
8971         (wl-summary-switch-to-clone-buffer): Don't set
8972         `mode-line-buffer-identification'.
8973         (wl-summary-goto-folder-subr): Ditto.
8974
8975         * wl-mule.el (wl-draft-overload-functions): Set
8976         `mode-line-buffer-identification' instead of using
8977         `wl-make-modeline'.
8978
8979         * wl-folder.el (wl-folder-mode): Set
8980         `mode-line-buffer-identification' instead of using
8981         `wl-make-modeline'.
8982         (wl-folder): Don't set `mode-line-buffer-identification'.
8983
8984 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8985
8986         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8987         instead of `member' for `wl-refile-guess-func-list' look-ups.
8988         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8989
8990 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8991
8992         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8993         `wl-message-button-dispatcher'.
8994
8995         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8996
8997         * wl-message.el (wl-message-button-dispatcher): Use it.
8998
8999         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9000         "In-Reply-To".
9001
9002         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9003         Bind `case-fold-search' to t.
9004
9005 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9006
9007         * wl-xmas.el (wl-message-overload-functions): Initialize
9008         `wl-message-button-map'.
9009
9010         * wl-mule.el (wl-message-overload-functions): Initialize
9011         `wl-message-button-map'.
9012
9013         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9014
9015         * wl-message.el (wl-message-button-map): New keymap.
9016         (wl-message-add-button): New function.
9017         (wl-message-button-dispatcher): New function.
9018         (wl-message-button-refer-article): New function.
9019
9020         * wl-highlight.el
9021         (wl-highlight-message-add-buttons-to-header): New function.
9022         (wl-highlight-headers): Use it.
9023
9024 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9025
9026         * wl-summary.el (wl-summary-default-from): Use
9027         `wl-address-get-petname-1'.
9028         (wl-summary-simple-from): Ditto.
9029
9030         * wl-address.el (wl-address-get-petname-1): New inline function.
9031         (wl-address-get-petname): Use it.
9032
9033 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9034
9035         * wl-summary.el (wl-summary-default-from): Return full-name part
9036         from the address if no petname was found.
9037         (wl-summary-simple-from): Ditto.
9038
9039         * wl-address.el (wl-address-get-petname): Return nil if no petname
9040         associated with the address was found.
9041
9042 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9043
9044         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9045         display is finished.
9046
9047 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9048
9049         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9050         `elmo-folder-exists-p' argument.
9051
9052 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9053
9054         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9055         the folder.
9056
9057 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9058
9059         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9060
9061         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9062         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9063
9064 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9065
9066         * wl-folder.el (wl-folder-create-subr): New function.
9067         (wl-folder-confirm-existence): Use it.
9068         (wl-folder-check-one-entity): Use it.
9069         Check the error symbol is derived from 'elmo-open-error.
9070
9071         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9072         `ignore-error'.
9073
9074 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9075
9076         * wl-util.el (toplevel): Add (eval-when-compile (require
9077         'elmo-util)).  (Maybe `provide' is typo.)
9078
9079 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9080
9081         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9082         (I don't know why this was needed.)
9083
9084         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9085         Follow up changes for stream-type.
9086
9087         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9088         (wl-draft-elmo-nntp-send): Ditto.
9089
9090         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9091         (wl-nntp-posting-stream-type): Ditto.
9092         (wl-pop-before-smtp-ssl): Abolished.
9093         (wl-nntp-posting-ssl): Ditto.
9094
9095         * wl-address.el (wl-address-quote-specials): New function.
9096         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9097
9098         * wl-draft.el (wl-draft-reply): Ditto.
9099
9100 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9101
9102         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9103         use function `wl-string-match-assoc'.
9104
9105 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9106
9107         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9108
9109         * wl-draft.el (wl-draft-deduce-address-list): New function.
9110         (wl-draft-parse-mailbox-list): Ditto.
9111         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9112         instead of `smtp-deduce-address-list'.
9113         (wl-draft-on-field-p): Follow group list.
9114
9115         * wl-address.el (wl-address-concat-token): New function.
9116         (wl-address-string-without-group-list-contents): Ditto.
9117         (wl-complete-field-body): Fixed problem of completion
9118         by japanese petname.
9119         (wl-address-make-completion-list): Rewrite.
9120
9121 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9122
9123         * wl-address.el (wl-address-make-completion-list): Completion by
9124         petname.
9125         (wl-complete-field-body): Likewise.
9126
9127 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9128
9129         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9130         contains invalid address syntax.
9131
9132 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9133
9134         * wl-folder.el (wl-folder-check-entity-async): Use
9135         `elmo-nntp-spec-hostname'.
9136
9137 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9138
9139         * wl-summary.el (wl-summary-msgdb-load-async): Use
9140         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9141
9142 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9143
9144         * wl-draft.el (wl-draft-reply): Set argument
9145         `content-transfer-encoding' as nil.
9146
9147 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9148
9149         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9150         `wl-refile-alist'.
9151
9152 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9153
9154         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9155         (wl-draft-edit-string): Ditto.
9156         (wl-draft-forward): Ditto.
9157         * wl-summary.el (wl-summary-write): Ditto.
9158
9159 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9160
9161         * wl-summary.el (wl-summary-sync-update3): Call
9162         `wl-summary-buffer-number-column-detect'.
9163         (wl-summary-buffer-number-column-detect): Search from point-min.
9164
9165 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9166
9167         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9168         contains an address which is not included in original to or cc.
9169
9170 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9171
9172         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9173         begin-line does not exist.
9174         * wl-message.el (wl-message-uu-substring): Ditto.
9175
9176 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9177
9178         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9179         clear local variables.
9180         (wl-summary-exit): Call `elmo-commit'.
9181         (wl-summary-switch-to-clone-buffer): Call
9182         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9183         (wl-summary-goto-folder-subr): Ditto.
9184
9185         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9186         POP folder.
9187
9188 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9189
9190         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9191         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9192         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9193         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9194         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9195         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9196
9197         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9198
9199 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9200
9201         * wl-summary.el (wl-summary-search-by-subject):
9202         Search parent message from the latest one.
9203
9204 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9205
9206         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9207         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9208
9209         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9210         New user option.
9211
9212         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9213         if elmo-nntp-use-killed-list is nil.
9214         Use `elmo-msgdb-append-to-killed-list'.
9215         (Append numbers confirmed as disappeared to the killed list.)
9216         (wl-summary-confirm-appends): Don't display negative number.
9217
9218 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9219
9220         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9221
9222 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9223
9224         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9225         range is `all'.
9226         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9227         `elmo-list-bigger-diff'.
9228
9229 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9230
9231         * wl-summary.el (wl-summary-buffer-exit-func):
9232         New buffer local variable.
9233         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9234
9235 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9236
9237         * wl-demo.el (wl-demo): Fix the last change.
9238
9239 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9240
9241         * wl-demo.el (wl-demo): Don't use `eval'.
9242
9243 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9244
9245         * wl-summary.el (wl-summary-buffer-thread-modified):
9246         New buffer-local variable.
9247         (wl-summary-set-thread-modified): New function.
9248         (wl-summary-thread-modified-p): New function.
9249         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9250         (wl-summary-yank-saved-message): Use function
9251         `wl-summary-set-thread-modified'
9252         (wl-summary-switch-to-clone-buffer): Add
9253         `wl-summary-buffer-thread-modified'.
9254
9255         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9256         (wl-summary-buffer-mark-saved-hook): Ditto.
9257         * wl-summary.el (wl-summary-msgdb-save): New hook
9258         `wl-summary-buffer-message-saved-hook' and
9259         `wl-summary-buffer-mark-saved-hook'.
9260
9261 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9262
9263         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9264
9265 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9266
9267         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9268         don't hide scroll bars under FSF Emacsen because it may incur an
9269         undesirable redrawing.
9270
9271 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9272
9273         * wl-draft.el (wl-draft-edit-string): Call
9274         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9275
9276 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9277
9278         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9279
9280 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9281
9282         * wl-summary.el (wl-summary-msgdb-load-async): Call
9283         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9284
9285 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9286
9287         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9288         fringes in demo buffer; center bitmap logo correctly even if old
9289         Mule is used.
9290
9291 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9292
9293         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9294
9295         * wl-refile.el (wl-refile-subject-alist): New variable.
9296         (wl-refile-subject-alist-file-name): Ditto.
9297         (wl-refile-alist-setup): Rewrite.
9298         (wl-refile-alist-save): Use `elmo-object-save'.
9299         Eliminated arguments.
9300         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9301         (wl-refile-guess-by-subject): New function.
9302         (wl-refile-guess-func-list): Added it.
9303
9304 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9305
9306         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9307         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9308
9309 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9310
9311         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9312         New buffer-local variable.
9313         (wl-summary-buffer-next-folder-func): Ditto.
9314         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9315         if non-nil.
9316         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9317         if non-nil.
9318         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9319         if non-nil.
9320         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9321         if non-nil.
9322
9323 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9324
9325         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9326         permanently in the demo buffer.
9327
9328 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9329
9330         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9331         `mime-entity-fetch-field'.
9332
9333         * wl.el (wl-exit): Delete plugged buffer.
9334
9335         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9336         XEmacs has menubar feature.
9337
9338 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9339
9340         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9341         cannot arrive at the beginning of the buffer under old Emacsen.
9342
9343 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9344
9345         * wl-address.el (wl-address-ldap-search):
9346         Call `ldap-search-entries' with `withdn' argument t.
9347         (wl-complete-field-body): Bind completion-ignore-case as t.
9348         Clear ldap search hash when it was sole completion.
9349         Use elmo-string for pattern string.
9350         (wl-ldap-alias-safe-string): Eliminated needless let.
9351
9352 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9353
9354         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9355         (wl-ldap-alias-sep): New constant.
9356         (wl-ldap-search-attribute-type-list): Ditto.
9357         (wl-ldap-get-value): New function.
9358         (wl-ldap-make-filter): Ditto.
9359         (wl-ldap-make-matched-value-list): Ditto.
9360         (wl-ldap-alias-safe-string): Ditto.
9361         (wl-ldap-register-dn-string): Ditto.
9362         (wl-address-ldap-search): Rewrite.
9363
9364 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9365
9366         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9367         thread is deleted.
9368         (wl-thread-delete-line-from-buffer): Ditto.
9369         (wl-thread-get-exist-children): New function.
9370
9371 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9372
9373         * wl-demo.el (wl-demo): Made it to select various image types.
9374         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9375         from `wl-title-logo'.
9376         (wl-logo-ascii): New variable.
9377         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9378         (wl-demo-copyright-notice): New constant.
9379
9380         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9381
9382 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9383
9384         * wl-vars.el (wl-summary-target-above): Renamed from
9385         wl-summary-temp-above.
9386         * wl-score.el (wl-score-get-score-alist): Use it.
9387         (wl-summary-score-update-all-lines): Use it.
9388         * wl-summary.el: Ditto. (make-variable-buffer-local).
9389
9390 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9391
9392         * wl-vars.el (wl-ldap-port): New user option.
9393
9394         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9395         Rewite whole implementation.
9396         (wl-complete-field-body): Fixed.
9397
9398 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9399
9400         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9401         Choose implementation at compile time.
9402
9403 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9404
9405         * wl-address.el (wl-ldap-search-internal): New function.
9406         (wl-complete-field-to): Use it.
9407
9408 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9409
9410         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9411         Use `let' instead of `let*'.
9412         Require 'wl-vars.
9413
9414         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9415         Define as defcustom.
9416         (wl-ldap-base): Ditto.
9417         (wl-use-ldap): Ditto.
9418
9419 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9420
9421         * wl-address.el (wl-ldap-search): New function.
9422         (wl-complete-field-body): Use `wl-ldap-search'.
9423         (wl-ldap-server): New variable.
9424         (wl-ldap-base): Ditto.
9425         (wl-use-ldap): Ditto.
9426
9427 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9428
9429         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9430         (Pointed out by Mito <mit@nines.nec.co.jp>).
9431         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9432         buffer-local variables like `wl-summary-redisplay-internal'.
9433         (wl-summary-redisplay-all-header): Likewise.  Update
9434         Summary view too.
9435
9436 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9437
9438         * wl-summary.el (wl-summary-jump-to-parent-message):
9439         Consider prefix argument.
9440
9441         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9442         when closed thread is deleted.
9443
9444 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9445
9446         * wl-summary.el (wl-summary-jump-to-parent-message):
9447         Consider thread modification.
9448
9449 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9450
9451         * wl-message.el (wl-message-normal-get-original-buffer): Use
9452         `save-excursion'.
9453
9454         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9455         (wl-summary-showto-folder-regexp): Ditto.
9456
9457 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9458
9459         * wl-util.el (wl-delete-alist): Doc fix.
9460         (wl-delete-associations): New function.
9461         (wl-inverse-alist): New function.
9462         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9463         Split temporary variables. Use `wl-delete-associations'
9464         and `wl-inverse-alist'.
9465         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9466
9467 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9468
9469         * wl-folder.el (wl-folder-prefetch-entity):
9470         Execute prefetching if new count is unknown.
9471
9472 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9473
9474         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9475
9476         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9477         delete entity.
9478         (wl-thread-set-parent): If insert as top, set linked as nil.
9479
9480         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9481         `wl-thread-cleanup-symbols' when view mode is thread.
9482
9483 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9484
9485         * wl-folder.el (wl-folder-create-folder-entity): Use
9486         with-current-buffer.
9487         (wl-local-folder-init): Call set-buffer to make sure we are in
9488         the Folder buffer. Don't touch buffer-local variables here.
9489         (wl-folder-mode): Initialize buffer-local variables here.
9490
9491         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9492         (wl-folder-entity-assign-id): Ditto.
9493         (wl-folder-create-entity-hashtb): Ditto.
9494         (wl-local-folder-init): Ditto.
9495         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9496
9497 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9498
9499         * wl-summary.el (wl-summary-default-from): Fix probrem when
9500         std11-extract-address-components return (nil "foo@bar").
9501
9502 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9503
9504         * wl-draft.el (wl-draft-clone-local-variables):
9505         Remove redundant `setq'.
9506
9507 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9508
9509         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9510         Bind wl-highlight-x-face-func as nil while highlighting header.
9511
9512 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9513
9514         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9515
9516 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9517
9518         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9519         elmo-msgdb-overview-hashtb from copy-variables.
9520         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9521         instead of `elmo-msgdb-overview-get-entity-by-number'.
9522         (wl-summary-auto-refile): Ditto.
9523
9524         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9525         `elmo-msgdb-overview-get-entity' instead of
9526         `elmo-msgdb-search-overview-entity'.  Use
9527         `elmo-msgdb-overview-get-entity' instead of
9528         `elmo-msgdb-overview-get-entity-by-number'.
9529         (wl-thread-insert-entity-sub): Ditto.
9530         (wl-thread-insert-message): Ditto.
9531
9532         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9533         `elmo-msgdb-overview-get-entity'.
9534         (wl-normal-message-redisplay): Ditto.
9535
9536 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9537
9538         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9539         `wl-thread-entities'.
9540         (wl-thread-delete-message): Fix remove top message from
9541         `wl-thread-entity-list'.
9542
9543         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9544         wl-append(nconc), because update-list is broken on Meadow.
9545
9546         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9547         updating process.
9548         (wl-summary-rescan): Ditto.
9549         (wl-summary-sync-update3): Ditto.
9550         * wl-thread.el (wl-thread-set-parent): Renamed from
9551         `wl-summary-set-parent'.
9552         (wl-thread-insert-message): Updating buffer faster.
9553         (wl-thread-delete-message): Updating buffer faster.
9554
9555         * wl-score.el (wl-summary-score-update-all-lines): Changed
9556         interval for display progress gauge.
9557
9558 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9559
9560         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9561         folder always-sticky.
9562         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9563         defmacro.
9564
9565 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9566
9567         * wl-vars.el (wl-draft-add-references): New user option.
9568
9569         * wl-draft.el (wl-draft-add-references): New function.
9570         (wl-draft-yank-from-mail-reply-buffer): Use it.
9571         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9572         as nil.
9573
9574 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9575
9576         * wl-thread.el (wl-thread-update-line-msgs): Called
9577         `wl-thread-update-line-on-buffer-sub'.
9578         (wl-thread-update-line-on-buffer): Delete routine of inserting
9579         thread.
9580         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9581         moved from `wl-thread-update-line-on-buffer'.
9582         Add threshold for displaying progress gauge.
9583         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9584         argument of `wl-thread-update-line-msgs'.
9585         Add threshold for displaying progress gauge.
9586         * wl-folder.el:
9587         Add threshold for displaying progress gauge.
9588         * wl-score.el: Ditto.
9589
9590         * wl-expire.el (wl-summary-expire): Display deleting info.
9591
9592 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9593
9594         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9595         `no-msg'.
9596         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9597         argument of `wl-thread-update-line-msgs'.
9598         (wl-summary-set-parent): Added optional argument `parent-number'.
9599         (wl-summary-buffer-saved-message): New buffer local variable.
9600         (wl-summary-save-current-message): New command.
9601         (wl-summary-yank-saved-message): Ditto.
9602         (wl-summary-mode-map): Added key binding for
9603         `wl-summary-save-current-message' (\ew) and
9604         `wl-summary-yank-saved-message' (\C-y).
9605         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9606
9607 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9608
9609         * wl-summary.el (wl-summary-mode-map): Added key binding for
9610         `wl-summary-set-parent' (ts).
9611
9612 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9613
9614         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9615         subject faster. If thread number is reverse, delayed updating
9616         thread.
9617         (wl-summary-search-by-subject): Ditto.
9618         (wl-summary-put-alike): Ditto.
9619         (wl-summary-get-alike): Ditto.
9620         (wl-summary-insert-headers): Insert header of all overview in
9621         buffer.
9622         (wl-summary-rescan): Delayed updating thread. Kill search subject
9623         buffer for wl-summary-search-by-subject.
9624         (wl-summary-sync-update3): Ditto.
9625         (wl-summary-exit): Ditto.
9626         (wl-summary-goto-bottom-of-current-thread): Change for linked
9627         thread.
9628         (wl-summary-overview-create-summary-line): Change line for linked
9629         thread.
9630
9631         * wl-summary.el (wl-summary-update-thread): Use
9632         wl-thread-maybe-get-children-num.
9633         (wl-summary-set-parent): If change parent, move sub thread.
9634         (wl-summary-redisplay-internal): Add horizontal recenter.
9635         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9636
9637         * wl-thread.el (wl-thread-entity-get-linked): New function.
9638         (wl-thread-entity-set-linked): New function.
9639         (wl-thread-create-entity): Add linked element.
9640         (wl-thread-entity-insert-as-top): Use wl-append.
9641         (wl-thread-maybe-get-children-num): If closing thread, return
9642         children msgs.
9643         (wl-thread-update-line-msgs): Displaying progress message.
9644         (wl-thread-update-line-on-buffer-sub): Use
9645         wl-thread-maybe-get-children-num.
9646         (wl-thread-update-line-on-buffer): If update line is not exists,
9647         insert thread.
9648         (wl-thread-delete-message): If delete top msg of thread, search
9649         parent by subject.
9650         (wl-thread-insert-entity): Use
9651         wl-thread-maybe-get-children-num.
9652
9653         * wl-highlight.el (wl-highlight-summary-current-line): change
9654         sregexp for linked thread.
9655         * wl-util.el (wl-count-lines): Count lines.
9656         (wl-horizontal-recenter): horizontal recenter.
9657         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9658         (wl-score-get-alike): Ditto.
9659         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9660         (wl-subject-length-limit): New variable.
9661         (wl-highlight-thread-indent-string-regexp): Changed for linked
9662         thread.
9663
9664 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9665
9666         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9667         New variable (revival).
9668         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9669         by subject matching if there's no in-reply-to nor references field
9670         (revival).
9671
9672 \f
9673 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9674
9675         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9676         message.
9677
9678 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9679
9680         * wl-summary.el (wl-summary-reply): Return t if there was a
9681         message at cursor point.
9682         Added unwind-protect.
9683         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9684         returns t.
9685         (wl-summary-cancel-message): Do nothing when there's no message at
9686         cursor point.
9687         (wl-summary-forward): Ditto.
9688         (wl-summary-jump-to-parent-message): Ditto.
9689         (wl-summary-reedit): Ditto.
9690         (wl-summary-edit-addresses): Ditto.
9691         (wl-summary-pipe-message): Ditto.
9692         (wl-summary-print-message-with-ps-print): Ditto.
9693         (wl-summary-print-message): Ditto.
9694         (wl-summary-mark-as-important): Ditto.
9695         (wl-summary-mark-as-unread): Ditto.
9696
9697         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9698         message at cursor point.
9699         (wl-summary-reply-with-citation): Remove unwind-protect.
9700
9701         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9702         subject searching feature.
9703         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9704         Eliminated.
9705
9706 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9707
9708         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9709         New variable.
9710         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9711         by subject matching if there's no in-reply-to nor references field.
9712
9713         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9714
9715         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9716         when display is finished.
9717         (wl-folder-open-all): Ditto.
9718         (wl-folder-update-access-group): Ditto.
9719         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9720         * wl-thread.el (wl-thread-close-all): Ditto.
9721
9722         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9723         progress gauge only when it was displayed.
9724         * wl-folder.el (wl-folder-insert-entity): Ditto.
9725
9726 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9727
9728         * wl-summary.el (wl-summary-incorporate): Enclose
9729         `wl-summary-sync-force-update' with save-excursion.
9730
9731 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9732
9733         * wl-summary.el (wl-summary-prefetch-region):
9734         Pass current cursor point to `pos-visible-in-window-p' after
9735         moving cursor to the started point.
9736
9737 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9738
9739         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9740
9741         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9742         fields from the forwarding message.
9743         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9744         `ignored-fields'.
9745
9746 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9747
9748         * wl-mime.el (wl-message-request-partial):
9749         Eliminated argument `msgdb'.
9750         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9751         (wl-mime-combine-message/partial-pieces): Likewise.
9752         * tm-wl.el (wl-message-request-partial): Likewise.
9753         (wl-mime-combine-message/partial-pieces): Likewise.
9754
9755 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9756
9757         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9758         when display is finished.
9759
9760 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9761
9762         * wl-summary.el (wl-summary-goto-folder-subr):
9763         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9764
9765 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9766
9767         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9768         when cursor point is visible.
9769
9770 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9771
9772         * wl-expire.el (wl-expire-archive-get-max-number):
9773         Don't use `file-name-directory'.
9774
9775 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9776
9777         * wl-expire.el (wl-expire-archive-get-max-number):
9778         Use `file-name-directory'.
9779
9780 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9781
9782         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9783         only when there is progress.
9784
9785 2000-04-13  Mito <mit@nines.nec.co.jp>
9786
9787         * wl-summary.el (wl-summary-sync-marks): Display progress.
9788
9789 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9790
9791         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9792         (wl-summary-prev): Move cursor regardless of unread status.
9793         (wl-summary-next): Ditto.
9794
9795 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9796
9797         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9798         Added argument `target' and `number'.
9799         * tm-wl.el (wl-summary-burst-subr): New function.
9800         (wl-summary-burst): Use it.
9801
9802 2000-04-10  Mito <mit@nines.nec.co.jp>
9803
9804         * wl-mime.el (wl-burst): New function.
9805         (wl-summary-burst): Use it.
9806
9807 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9808
9809         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9810         as petname when there's no candidate.
9811
9812 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9813
9814         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9815         New variable.
9816         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9817
9818         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9819
9820         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9821
9822 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9823
9824         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9825         Use substring of `original' instead of buffer-substring.
9826         (wl-refile-evaluate-rule):
9827         Set `original' argument of wl-refile-expand-newtext.
9828
9829         * wl-summary.el
9830         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9831         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9832         (wl-summary-auto-refile): Check existence of destination folder just
9833         before marking.
9834
9835 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9836
9837         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9838         when wl-refile-get-field-value return nil.
9839
9840 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9841
9842         * wl-refile.el
9843         (wl-refile-expand-newtext): New function imported from Gnus.
9844         (wl-refile-evaluate-rule): Use it.
9845
9846 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9847
9848         * wl-summary.el (wl-summary-print-destination):
9849         Duplicate folder string to avoid putting text-property on
9850         original string.
9851
9852         * wl-refile.el (wl-refile-get-field-value): New function.
9853         (wl-refile-evaluate-rule): New function;
9854         Evaluate refile rule recursively.
9855         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9856         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9857         New function; Check existence of a target folder recursively.
9858         (wl-summary-auto-refile-check-refile-rule-alist):
9859         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9860
9861 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9862
9863         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9864
9865         * wl-folder.el (wl-create-folder-entity-from-buffer):
9866         Fixed problem when '}' character is contained in folder name.
9867
9868         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9869
9870 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9871
9872         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9873         (wl-fldmgr-add-completion-all-completions):
9874         Use wl-fldmgr-add-completion-hashtb.
9875
9876 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9877
9878         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9879         wl-fldmgr-add-completion-subr): New functions.
9880         * wl-folder.el (wl-folder-completion-func): New variable.
9881         * wl-summary.el (wl-summary-read-folder):
9882         Use wl-folder-completion-func.
9883
9884         * wl-refile.el: Eliminate throw & catch.
9885
9886         * wl.el (wl-plugged-sending-queue-status): Fixed.
9887
9888 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9889
9890         * wl-draft.el (wl-draft): Put category property on
9891         mail-header-separator.