* wl-folder.el (wl-folder-buffer-search-entity): Check real name.
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
4
5 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
6
7         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
8
9         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
10
11 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
12
13         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
14         (Thanks to Yoichi NAKAYAMA).
15
16 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
17
18         * wl-util.el (wl-save-drafts): Restore echo area.
19
20 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
21
22         * Version number is increased to 2.13.0.
23
24         * wl-util.el (wl-biff-check-folder-async): Use
25         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
26
27 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
28
29         * wl-message.el (wl-message-display-internal): Does not put
30         wl-message-display-type property on message buffer.
31         (wl-message-buffer-display-type): New function.
32
33         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
34
35         * wl-summary.el (wl-summary-mode): Use `dolist' to add
36         `wl-summary-buffer-detach'.
37         (wl-summary-message-display-type): Use
38         `wl-summary-buffer-display-type'.
39
40 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
41
42         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
43         buffer-local.
44
45         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
46         kill-buffer-hook instead of make-local-variable.
47         (wl-draft-preview-message): Set `local' argument of add-hook as t.
48
49 2004-12-12  Scott Renfro <scott@renfro.org>
50
51         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
52         regex for square-branket.
53
54 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
55
56         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
57         `wl-message-mime-analysis-p' with argument `header'.
58
59 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
60
61         * wl-mime.el (wl-draft-yank-current-message-entity): 
62         Switch to no-mime following method according to wl-message-display-type
63         property.
64         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
65
66         * wl-message.el (wl-message-display-internal): 
67         Put wl-message-display-type property on message buffer.
68
69         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
70         (wl-message-display-internal): Ditto;
71
72         * wl-summary.el (wl-summary-toggle-mime): Ditto.
73
74 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
75
76         * wl-message.el (wl-message-make-display-type): New function.
77         (wl-message-display-type-property): Ditto.
78         (wl-message-mime-analysys-p): Ditto.
79         (wl-message-display-all-header-p): Ditto.
80         (wl-message-redisplay): Removed argument `as-is', `all-header' and
81         added `display-type'.
82         (wl-message-buffer-display): Likewise.
83         (wl-message-display-internal): Likewise.
84         (wl-message-buffer-display-type): Abolish.
85         (wl-message-buffer-prefetch-subr): Follow the API changed.
86
87         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
88         from wl-summary-buffer-display-all-header and changed default value.
89         (wl-summary-message-display-type): New function.
90         (wl-summary-buffer-display-mime-mode): Ditto.
91         (wl-summary-buffer-display-header-mode): Ditto.
92         (wl-summary-toggle-mime): Rewrite with above functions.
93         (wl-summary-toggle-all-header): Ditto.
94         (wl-summary-redisplay): Force redisplay with default mode.
95         (wl-summary-redisplay-internal): Renamed argument from `mode',
96         `all-header' to `mime-mode', `header-mode'.
97         Use `wl-message-make-display-type'.
98
99         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
100         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
101
102 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
103
104         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
105
106 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
107
108         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
109         in original message buffer.
110         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
111         buffer.
112
113 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
114
115         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
116
117 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
118
119         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
120
121 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
122
123         * wl-action.el (wl-summary-exec-action-refile): Display a done message
124         when actions succeeded.
125         (wl-summary-exec-action-copy): Likewise.
126
127 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
128
129         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
130         there is switch-to-buffer at the end of wl-message-select-buffer.
131         (wl-summary-reply): Ditto.
132
133 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
134
135         * wl-summary.el (wl-summary-forward): Put subject in original
136         message buffer as argument of wl-draft-forward.
137         * wl-draft.el (wl-draft-forward): Decode subject as in
138         wl-draft-reply.
139
140 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
141
142         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
143         a folder under access group.
144
145 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
146
147         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
148         wl-message-buffer-display.
149
150         * wl-util.el (wl-set-save-drafts): Fix typo.
151
152 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
153
154         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
155         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
156         wl-highlight-logo-face to set the bg color of an xbm image; fixed
157         the way to measure the width of a bitmap image; don't put face on
158         ascii and bitmap images; put the mark which should not use the
159         variable-pitch face on ascii and bitmap images.
160         (wl-demo-setup-properties): Don't use the variable-pitch face on
161         ascii and bitmap images; made it work on Emacs 20 and earlier.
162         (wl-demo-insert-text): End with a newline at the bottom; don't put
163         face on text.
164
165         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
166
167 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
168
169         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
170
171         * wl-util.el (wl-save-drafts): Moved from sample setting.
172         (wl-set-save-drafts): New function to set idle timer.
173         * wl-draft.el (wl-draft): Call it.
174         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
175
176 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
177
178         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
179         a summary which has toggle display status off.
180
181 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
182
183         * wl-draft.el (wl-draft-do-fcc): No cache save.
184
185 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
186
187         * wl-summary.el (elmo-event-handler-flag-changed): Use
188         `set-buffer' instead of `with-current-buffer'.
189
190 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
191
192         * wl-summary.el (wl-summary-after-resize-function): New function.
193         (wl-summary-mode): Add `wl-summary-after-resize-function' to
194         window-size-change-functions.
195
196 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
197
198         * wl-draft.el (wl-draft-create-buffer): Bind
199         `change-major-mode-hook' after current buffer is changed.
200
201         * wl-summary.el (wl-summary-buffer-detach): New function.
202         (wl-summary-buffer-set-folder): Call it.
203         (wl-summary-mode): Add `wl-summary-buffer-detach' to
204         change-major-mode-hook and kill-buffer-hook.
205         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
206         (wl-summary-switch-to-clone-buffer): Ditto.
207         (wl-summary-goto-folder-subr): Ditto.
208
209 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
210
211         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
212         after boundp check.
213
214 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
215
216         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
217         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
218         for `kill-buffer'.
219
220         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
221         handler of current buffer from elmo-folder.
222
223 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
224
225         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
226
227 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
228
229         * wl-summary.el (wl-summary-buffer-event-handler): New internal
230         variable.
231         (wl-summary-event-handler): New class.
232         (elmo-event-handler-flag-changed): Define to update persistent
233         mark.
234         (wl-summary-buffer-set-folder): Register event handler to
235         elmo-folder.
236         (wl-summary-exit): Unregister event handler.
237         (wl-summary-goto-folder-subr): Ditto.
238         (wl-summary-mark-as-read-all): Does not call
239         `wl-summary-update-persistent-mark' directly.
240         (wl-summary-mark-as-read-internal): Ditto.
241         (wl-summary-set-persistent-mark-internal): Ditto.
242         (wl-summary-set-flags-internal): Ditto.
243
244         * Version number is increased to 2.11.33.
245
246 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
247
248         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
249         to nil.
250
251 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
252
253         * wl-spam.el (wl-spam-setup): Add hook
254         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
255         instead of `wl-summary-prepare-hook'.
256
257         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
258         if folder type is `'flag'.
259         (wl-summary-mark-as-important): Ditto.
260
261 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
262
263         * wl-address.el (wl-address-minibuffer-history): New variable.
264         (wl-address-minibuffer-local-map): New keymap.
265         (wl-address-read-from-minibuffer): New function.
266
267         * wl-action.el (wl-summary-get-resend-address): Use
268         `wl-address-read-from-minibuffer' instead of `completing-read'.
269
270 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
271
272         * Version number is increased to 2.11.32.
273
274 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
275
276         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
277         without mule to iso-8859-1.
278         (wl-draft-add-in-reply-to): Add note in description.
279         (wl-draft-add-references): Ditto.
280
281 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
282
283         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
284         definition for `m'.
285         (wl-summary-mode-line-format): Add '[%m]'.
286         (wl-message-mode-line-format-spec-alist): Ditto.
287         (wl-summary-display-mime-mode-list): New variable.
288
289         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
290         from wl-summary-buffer-display-as-is.
291         (wl-summary-buffer-display-all-header): New buffer local variable.
292         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
293         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
294         instead of wl-summary-buffer-display-as-is.
295         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
296         (wl-summary-set-persistent-mark): Ditto.
297         (wl-summary-set-message-buffer-or-redisplay): Just call
298         `wl-summary-redisplay-internal' without optional arguments.
299         (wl-summary-toggle-mime): Rewrite.
300         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
301         (wl-summary-toggle-all-header): New function.
302         (wl-summary-redisplay-internal): Treat mime mode.
303
304         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
305         to wl-mime-preview-follow-no-mime.
306         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
307         accodring to the display-mode.
308
309         * wl-message.el (wl-message-buffer-display-type): Rewrite.
310         (wl-message-buffer-display): Changed argument name from `as-is' to
311         `mode'.
312         (wl-message-display-internal): Ditto;
313         Bind elmo-mime-display-header-analysis according to the mode.
314         (wl-message-display-internal): Put wl-message-display-mime-mode
315         property on entire buffer.
316
317 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
318
319         * wl-draft.el (wl-draft-do-fcc): Undo last change.
320
321 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
322
323         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
324         Don't extract mail address.
325         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
326
327         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
328
329         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
330
331 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
332
333         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
334         wl-fldmgr-cut-entity-list on confirmation.
335
336 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
337
338         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
339         (wl-mime-quit-preview): Check existence of
340         mime-edit-temp-message-buffer here.
341
342 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
343
344         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
345         after deletion.
346
347         * wl-draft.el (wl-draft-send-confirm): Check major-mode
348         before calling wl-mime-quit-preview.
349
350 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
351
352         * wl-summary.el (wl-summary-pick): If call it with prefix
353         argument, set `delete-marks' as non-nil. Pick from only visible
354         messages.
355         (wl-summary-check-target-mark): New function.
356         (wl-summary-target-mark-mark-as-read): Use it.
357         (wl-summary-target-mark-mark-as-unread): Ditto.
358         (wl-summary-target-mark-operation): Ditto.
359         (wl-summary-target-mark-set-flags): Ditto.
360         (wl-summary-target-mark-save): Ditto.
361         (wl-summary-target-mark-pick): Ditto.
362         (wl-summary-target-mark-forward): Ditto.
363         (wl-summary-target-mark-reply-with-citation): Ditto.
364         (wl-summary-target-mark-print): Ditto.
365         (wl-summary-target-mark-uudecode): Ditto.
366
367         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
368         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
369         with `ask-coding' is non-nil.
370
371 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
372
373         * wl-thread.el (wl-thread-set-parent): If parent is a message
374         which is identified by references, set linked as nil.
375
376 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
377
378         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
379         (wl-message-mode-line-format-spec-alist): Ditto.
380         (wl-message-mode-line-format): Ditto.
381         (wl-summary-mode-line-format): Ditto for docstring.
382         (wl-summary-no-mime-folder-list): Fix typo.
383
384         * wl-util.el (wl-current-message-buffer): Call
385         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
386
387         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
388         variable.
389         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
390         of `wl-summary-redisplay-no-mime'.
391         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
392         (wl-summary-toggle-mime): New function.
393         (wl-summary-redisplay-all-header): Rewrite.
394         (wl-summary-redisplay-no-mime): Ditto.
395         (wl-summary-redisplay-internal): Added argument `as-is' and
396         `all-header'.
397
398         * wl-refile.el (wl-refile-default-from-folder-path-separator):
399         New variable.
400         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
401         bottom.
402         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
403         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
404         "/" unconditionally.
405
406         * wl-mime.el (wl-draft-yank-current-message-entity): Use
407         wl-mime-preview-follow-no-mime for as-is content.
408         (wl-mime-preview-follow-no-mime): New function.
409         (wl-mime-preview-follow-current-region): Fixed parenthesis.
410
411         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
412         and added `as-is', `all-header'.
413         (wl-message-buffer-display): Ditto.
414         (wl-message-buffer-display-type): New function.
415
416 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
417
418         * wl-vars.el (wl-message-header-button-alist): Change default
419         value.
420         (wl-message-body-button-alist): Ditto.
421
422 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
423
424         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
425
426 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
427
428         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
429
430 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
431
432         * wl-summary.el (wl-summary-sync-marks): Remove condition which
433         is always true.
434
435 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
436
437         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
438         on null entity.
439
440 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
441
442         * wl-vars.el (wl-draft-reply-default-position): Fix range.
443
444 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
445
446         * wl-vars.el (wl-summary-resend-hook): New hook.
447
448         * wl-action.el (wl-summary-exec-action-resend-subr): Run
449         `wl-summary-resend-hook'.
450
451 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
452
453         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
454         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
455         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
456         (wl-summary-new-cached-mark): Changed default value to 'n'.
457         (wl-summary-unread-cached-mark): Changed default value to 'u'.
458         (wl-summary-answered-cached-mark): Changed default value to 'a'.
459         (wl-folder-sync-range-alist): Remove spec for 'flag.
460         (wl-summary-force-prefetch-folder-list): New user option.
461
462         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
463         `wl-summary-toggle-persistent-mark'.
464         (wl-summary-update-mark-and-highlight-window): Don't highlight when
465         number is nil.
466         (wl-summary-mark-as-answered-region): Set interactive argument of
467         `wl-summary-set-persistent-mark-internal'.
468         (wl-summary-mark-as-important-region): Ditto.
469         (wl-summary-unset-persistent-mark): Ditto.
470         (wl-summary-set-persistent-mark): Ditto.
471         (wl-summary-mark-as-answered): Ditto.
472         (wl-summary-mark-as-important): Ditto.
473         (wl-summary-set-persistent-mark-internal): Do nothing
474         when `elmo-message-flag-available-p' is nil.
475         (wl-summary-toggle-persistent-mark): New function.
476         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
477         when the folder matches `wl-summary-force-prefetch-folder-list'.
478
479
480         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
481         when number is nil.
482         (wl-highlight-summary-forwarded-face): New face.
483
484 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
485
486         * Version number is increased to 2.11.31.
487
488 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
489
490         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
491         (wl-biff-check-folder-async): Ditto.
492         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
493
494 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
495
496         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
497         Add an argument `reverse'.  All callers are updated.
498         (wl-summary-sort): Add a prefix argument `reverse' to specify
499         reverse sorting.
500         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
501         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
502         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
503
504 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
505
506         * wl-message.el (wl-message-redisplay): Does not narrow header if
507         disply-type is all-header or as-is.
508
509         * wl-summary.el (wl-summary-enter-handler): Use
510         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
511
512 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
513
514         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
515         after adding wl-draft-parent-variables.
516         (wl-draft-forward): Ditto.
517
518 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
519
520         * wl-summary.el (wl-summary-sync-marks): Call
521         `wl-summary-set-persistent-mark' and
522         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
523         (wl-summary-set-persistent-mark-internal): Add 4th argument
524         `no-server'.
525         (wl-summary-unset-persistent-mark): Ditto.
526         (wl-summary-set-persistent-mark): Ditto.
527         (wl-summary-add-flags-internal): Abolish.
528         (wl-summary-remove-flags-internal): Ditto.
529         (wl-summary-mark-as-important-internal): Ditto.
530         (wl-summary-mark-as-important): Use
531         `wl-summary-set-persistent-mark' instead of
532         `wl-summary-add-flags-internal'.
533         (wl-summary-mark-as-important-region): Ditto.
534
535         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
536
537         * wl-summary.el (wl-summary-get-available-flags): New function.
538         (wl-summary-sync-marks): Use it and simplified.
539         (wl-summary-unset-persistent-mark): Use
540         `wl-summary-get-available-flags'.
541         (wl-summary-set-persistent-mark): Ditto.
542
543 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
544
545         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
546         id.
547
548 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
549
550         * wl-summary.el (wl-summary-enter-handler): If argument is not a
551         number, call `wl-summary-prev-line-content'. Show message when the
552         message is not found.
553
554 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
555
556         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
557         wl-summary-enter-handler.
558         (wl-summary-enter-handler): New command.
559
560         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
561         docstring and custom spec.
562
563         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
564         flags too; Don't treat Cached and New.
565         (wl-summary-set-persistent-mark): Ditto.
566
567         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
568         `wl-folder-set-flag'.
569
570         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
571         instead of `wl-folder-set-flag'.
572
573         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
574         for completion.
575         (wl-summary-set-persistent-mark): Ditto.
576
577         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
578         instead of `wl-draft-quit-preview'.
579
580         * wl-mime.el (toplevel): Avoid compile warning.
581         (wl-mime-quit-preview): New function
582         (formarly defined as `wl-draft-quit-preview').
583         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
584         quitting method.
585
586         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
587
588         * wl-folder.el (wl-folder-set-flag): Renamed from
589         `wl-draft-set-flag-on-parent'.
590
591         * wl-draft.el (wl-draft-quit-preview): New function.
592         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
593         (wl-draft-send): Call `wl-folder-set-flag' instead of
594         `wl-draft-set-flag-on-parent'.
595         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
596
597 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
598
599         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
600         (wl-draft-send): Ditto.
601
602 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
603
604         * wl-vars.el (wl-draft-reply-hook): Changed default value.
605         (wl-draft-kill-pre-hook): Set default value as nil.
606         (wl-summary-reply-hook): Ditto.
607         (wl-draft-kill-flags): Abolish.
608
609         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
610         (wl-draft-parent-variables): Renamed from
611         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
612         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
613         argument; Add wl-draft-parent-variables to
614         wl-draft-config-variables.
615         (wl-draft-reply): Likewise.
616         (wl-draft-kill-flags): Abolish.
617         (wl-draft-send): Call wl-draft-set-flag-on-parent.
618         (wl-draft-set-flag-on-parent): New function.
619         (wl-draft-setup-parent-flag): Ditto.
620
621 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
622
623         * wl-draft.el (wl-draft-kill-flags): Avoid error when
624         `wl-draft-parent-folder' is "".
625
626 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
627
628         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
629         (wl-summary-digit-jump): New function.
630         (Adviced by John Owens and Hiroya Murata)
631
632         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
633         (Adviced by John Owens)
634
635         * wl-xmas.el (wl-message-define-keymap): Ditto.
636
637         * wl-mule.el (wl-message-define-keymap): Ditto.
638
639 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
640
641         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
642         change of return value of elmo-folder-count-flags.
643
644         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
645         (wl-summary-mark-as-read-internal): Ditto.
646         (wl-summary-set-persistent-mark-internal): Ditto.
647         (wl-summary-folder-info-update): Ditto.
648         (wl-summary-sync-update): Fixed the last change.
649
650         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
651
652 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
653
654         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
655         (wl-draft-kill-flags): Fixed docstring.
656
657         * wl-draft.el (wl-draft-kill-flags): New function.
658         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
659
660 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
661
662         * wl-vars.el (wl-reply-hook): Abolish.
663         (wl-draft-reply-hook): New hook.
664         (wl-summary-reply-hook): Ditto.
665         (wl-draft-forward-hook): Ditto.
666         (wl-summary-forward-hook): Ditto.
667         (wl-draft-kill-flags): New variable.
668
669         * wl-summary.el (wl-summary-mark-as-answered-region): Use
670         wl-summary-set-persistent-mark-internal.
671         (wl-summary-sync-marks): Use elmo-preserved-flags.
672         (wl-summary-update-persistent-mark): Make it interactive.
673         (wl-summary-set-persistent-mark-internal): New inline function.
674         (wl-summary-mark-as-answered): Use it.
675         (wl-summary-mark-as-unanswered): Ditto.
676         (wl-summary-unset-persistent-mark): New function.
677         (wl-summary-set-persistent-mark): Ditto.
678         (wl-summary-reply): Don't set answered flag;
679         Run wl-summary-reply-hook instead.
680         (wl-summary-forward): Call wl-draft-forward with number.
681         Run wl-summary-forward-hook.
682
683         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
684         (wl-highlight-summary-line-face-spec): Use it as a default
685         persistent mark face.
686
687         * wl-draft.el (wl-draft-forward): Added optional argument number;
688         Set wl-draft-parent-number; Run wl-draft-forward-hook.
689         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
690         (wl-draft-kill): Use wl-draft-kill-flags.
691
692         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
693
694         * wl-folder.el (wl-folder-check-one-entity): Follow the change
695         of return value of elmo-folder-count-flags.
696
697         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
698
699         * wl-summary.el (wl-summary-count-unread): Ditto.
700         (wl-summary-sync-update): Follow the change above.
701         (wl-summary-force-prefetch): New function.
702
703 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
704
705         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
706         variable `buf' with `let' instead of `setq'.
707
708 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
709
710         * wl-mime.el (wl-message-delete-current-part): If filename exists,
711         add Content-Disposition heaeder on the deleted part.
712
713 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
714
715         * wl-draft.el (wl-draft-save): Encode address list under edit by
716         `eword-encode-unstructured-field-body'.
717
718         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
719
720 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
721
722         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
723         wl-current-summary-buffer.
724
725 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
726
727         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
728         `numbers' is ignored.
729
730 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
731
732         * wl-folder.el (wl-folder-open-folder): Avoid error.
733         Reported by John Owens, [wl-en:815]
734
735         * wl.el (wl): Set timer for biff process even if prefix argument
736         is given or auto-checking is quitted.
737
738         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
739         immediately.
740         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
741         (wl-toggle-plugged): Ditto.
742
743         * wl-vars.el (wl-biff-use-idle-timer): New variable.
744         * wl-util.el (wl-biff-start): Use idle timer if
745         `wl-biff-use-idle-timer' is non-nil.
746
747 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
748
749         * wl-highlight.el (wl-highlight-message): Fix description.
750
751 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
752
753         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
754         tty.
755
756 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
757
758         * wl-action.el (wl-summary-exec): Print failure count.
759
760 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
761
762         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
763         to `defun', remove interactive form.
764         Set elmo-message-fetch-confirm when force-reload is non-nil.
765
766 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
767
768         * wl-summary.el (toplevel): Removed unnecessary autoload.
769
770 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
771
772         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
773         the buffer is generated from another message buffer.
774
775 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
776
777         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
778         extracted from `wl-fldmgr-save-folders'.
779         (wl-fldmgr-delete): Call it after deletion.
780
781 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
782
783         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
784         multi-tty support.
785
786 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
787
788         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
789
790 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
791
792         * wl-summary.el (wl-summary-rescan): Remove unused variables.
793         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
794
795 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
796
797         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
798         unsubscribe list only if argument CLEAR is nil.
799
800 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
801
802         * wl-draft.el (wl-draft-reply): Decode subject before removing
803         Re: prefix.
804
805 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
806
807         * wl-summary.el (wl-summary-sort-by-size): New command.
808
809 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
810
811         * wl-summary.el (wl-summary-number-list-from-region): New
812         function.
813         (wl-summary-mark-as-read-region): Use it.
814         (wl-summary-mark-as-unread-region): Ditto.
815         (wl-summary-set-flags-region): Ditto and add optional argument
816         remove.
817         (wl-summary-mark-as-answered-region): Ditto.
818         (wl-summary-mark-as-important-region): Ditto.
819         (wl-summary-target-mark-mark-as-important): Added optional
820         argument remove.
821         (wl-summary-target-mark-mark-as-answered): Ditto.
822         (wl-summary-target-mark-set-flags): Ditto.
823
824 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
825
826         * wl-summary.el (wl-summary-set-flags-region): Call
827         `wl-summary-set-flags-internal' with number list instead of call
828         one by each message.
829         (wl-summary-target-mark-set-flags): Likewise.
830
831 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
832
833         * wl-summary.el (wl-summary-target-mark-operation): Add optional
834         argument `inverse' and use `wl-summary-delete-all-target-marks'.
835         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
836         (wl-summary-target-mark-mark-as-answered): Likewise.
837
838 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
839
840         * wl-summary.el (wl-summary-target-mark-forward): Use
841         `wl-summary-delete-all-target-marks' instead of
842         `wl-summary-delete-all-temp-marks'.
843         (wl-summary-target-mark-reply-with-citation): Ditto.
844         (wl-summary-target-mark-uudecode): Ditto.
845         (wl-summary-target-mark-set-flags): Ditto and remove needless
846         cursor move.
847
848 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
849
850         * wl-summary.el (wl-summary-target-mark-forward): Protect
851         wl-summary-buffer-target-mark-list from nreverse.
852         (wl-summary-target-mark-reply-with-citation): Ditto.
853
854 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
855
856         * wl-thread.el (wl-thread-update-indent-string-thread): Use
857         `elmo-display-progress-threshold'.
858
859 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
860
861         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
862         check `wl-summary-highlight'.
863         (wl-summary-window-scroll-functions): Respect value of
864         `wl-summary-highlight'.
865         (wl-summary-sync-update): Run hooks
866         `wl-summary-buffer-window-scroll-functions' at any time.
867
868 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
869
870         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
871         from `wl-summary-cleanup-temp-marks'.
872         (wl-summary-cleanup-temp-marks): Abolish argument.
873         * wl.el (wl-save-status): Revert previous change.
874         (wl-execute-temp-marks): New function, call
875         `wl-summary-exec-with-confirmation'.
876         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
877         (wl-folder-save-and-exec-marks): Abolished.
878
879 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
880
881         * wl-e21.el (wl-e21-display-image-p): Respect
882         `wl-highlight-folder-with-icon'.
883         (wl-e21-highlight-folder-group-line): Highlight mouse line
884         even if wl-e21-display-image-p is nil.
885
886         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
887         Respect value of `wl-summary-highlight'.
888
889         * wl.el (wl-save-status): Remove unused variable.
890
891         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
892         (wl-folder-mode-map): Bind it to "x".
893
894 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
895
896         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
897
898         * wl-thread.el (wl-thread-get-parent-list): Don't check
899         disconnected ancestors, neglecting needless work in
900         `wl-thread-update-indent-string-thread'.
901
902         * wl.el (wl-save): Take prefix argument to execute remaining marks.
903         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
904         argument, add argument default-keep to keep marks by default.
905
906         * Version number is increased to 2.11.30.
907
908         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
909         customization type and docstring.
910         (wl-draft-reply-without-argument-list): Ditto.
911
912 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
913
914         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
915
916         * wl-spam.el (wl-spam-mark-action-list): Ditto.
917
918 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
919
920         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
921
922 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
923
924         * wl-draft.el (wl-draft-config-exec): Narrow the range of
925         save-excursion so as not to include run-hooks.
926
927 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
928
929         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
930         Clarify that marks are going to be cleared.
931
932 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
933
934         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
935         according to 3rd element of wl-summary-flag-mark.
936
937         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
938
939 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
940
941         * wl-action.el (wl-summary-target-mark-all): Don't set
942         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
943
944 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
945
946         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
947         (wl-forward-subject-prefix): Ditto.
948         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
949         (wl-draft-reply-make-subject): Ditto.
950
951         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
952         `wl-draft-forward'.
953         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
954
955 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
956
957         * wl-action.el (wl-summary-target-mark-set-action): Stop if
958         target message does not exist.
959
960 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
961
962         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
963         `wl-subject-prefix-regexp'.
964         (wl-subject-forward-prefix-regexp): New variable.
965         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
966         `wl-draft-strip-subject-re' and take regexp as argument.
967         (wl-draft-forward): Use it.
968         (wl-draft-reply): Ditto.
969
970 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
971
972         * wl-e21.el (wl-highlight-plugged-current-line): Change for
973         emacs multi-tty support.
974
975 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
976
977         * wl-e21.el (wl-e21-display-image-p): Don't call
978         `display-images-p'.
979         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
980         support.
981         (wl-highlight-folder-current-line): Ditto.
982         (wl-folder-init-icons): Ditto.
983
984 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
985
986         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
987         the last line of summary in unplugged mode.
988
989 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
990
991         * wl-vars.el (wl-refile-rule-alist): Doc fix.
992
993 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
994
995         * wl-vars.el (wl-user-mail-address-regexp): New variable.
996         * wl-address.el (wl-address-user-mail-address-p): Use it.
997         (wl-address-delete-user-mail-addresses): Ditto.
998         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
999
1000         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1001         (wl-address-delete-user-mail-addresses): Ditto.
1002
1003         * wl-address.el (wl-address-delete-user-mail-addresses): New
1004         function.
1005         * wl-refile.el (wl-refile-guess-by-history): Use it.
1006         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1007         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1008
1009         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1010         use wl-address-user-mail-address-p.
1011
1012 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1013
1014         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1015         after opening group.
1016
1017 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1018
1019         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1020         of elmo-set-buffer-multibyte.
1021
1022         * wl-message.el (wl-original-message-mode): Ditto.
1023
1024         * wl-score.el (wl-score-insert-header): Ditto.
1025
1026         * wl-summary.el
1027         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1028         (wl-summary-goto-folder-subr): Ditto.
1029         (wl-summary-insert-headers): Ditto.
1030
1031         * wl-util.el (wl-set-string-width): Ditto.
1032
1033         * Version number is increased to 2.11.29.
1034
1035 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1036
1037         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1038         (wl-highlight-summary-line-help-echo-alist): New variable.
1039         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1040         into `wl-highlight-summary-line-help-echo' and
1041         `wl-highlight-flag-folder-help-echo'.
1042         (wl-highlight-summary-line-string): Change accordingly.
1043         (wl-highlight-summary-current-line): Ditto.
1044
1045 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1046
1047         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1048         at the beginning of field body (Thanks to Markus Knittig).
1049
1050         * wl-draft.el (wl-draft-insert-current-message): Also check
1051         summary buffer, remove unnecessary tag.
1052
1053 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1054
1055         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1056         when wl-message-buffer is nil.
1057
1058         * wl-folder.el (wl-folder): Abolish unused argument.
1059         Call wl-folder-init when wl-folder-entity is nil.
1060         * wl.el (wl): Change accordingly.
1061
1062 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1063
1064         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1065         multibyte string before insert into draft buffer.
1066         (wl-draft-create-buffer): Always enable multibyte characters for
1067         draft buffer.
1068
1069         * Version number is increased to 2.11.28.
1070
1071 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1072
1073         * wl-folder.el (wl-folder-open-close): Handle blank line.
1074         (wl-folder-jump-to-current-entity): Ditto.
1075
1076 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1077
1078         * Version number is increased to 2.11.27.
1079
1080 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1081
1082         * wl-thread.el (wl-thread-insert-message): When the thread is
1083         devided by wl-summary-max-thread-depth, insert line at the end of
1084         buffer.
1085
1086 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1087
1088         * Version number is increased to 2.11.26.
1089
1090 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1091
1092         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1093
1094 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1095
1096         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1097         value of stream-type and session.
1098
1099 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1100
1101         * Version number is increased to 2.11.25.
1102
1103 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1104
1105         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1106         in a quit message.
1107
1108 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1109
1110         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1111         (wl-summary-redisplay-no-mime-internal): Ditto.
1112
1113 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1114
1115         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1116         * wl-vars.el (wl-smtp-connection-type): Ditto.
1117
1118 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1119
1120         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1121         for the separator line and quote mail-header-separator.
1122
1123 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1124
1125         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1126         result message.
1127
1128         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1129         `elmo-multiple-fields-body-list' with boundary as
1130         mail-header-separator.
1131
1132 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1133
1134         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1135
1136 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1137
1138         * wl-util.el (wl-list-diff): Remove unused function.
1139
1140         * wl-draft.el (wl-draft-send-confirm): Discard input before
1141         confirmation.
1142
1143 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1144
1145         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1146         order of flag and new.
1147
1148 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1149
1150         * wl-vars.el (wl-refile-policy-alist): Abolished.
1151
1152         * wl-action.el (wl-summary-set-action-refile): Follow the change
1153         above.
1154
1155 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1156
1157         * wl-highlight.el (wl-highlight-signature-search): Don't use
1158         re-search-backward for a long word since it is possible to crash
1159         XEmacs because of a bug.
1160
1161 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1162
1163         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1164
1165 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1166
1167         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1168         argument for wl-summary-sync-force-update.
1169
1170 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1171
1172         * wl-summary.el (wl-summary-mode-map): Revival of
1173         wl-summary-mark-as-important related bindings;
1174         Bind 'F','tF','mF','rF','m&'.
1175         (wl-summary-mark-as-important-region): Revival.
1176         (wl-summary-target-mark-mark-as-important): Ditto.
1177         (wl-summary-target-mark-operation): New function.
1178         (wl-summary-target-mark-mark-as-answered): Use it.
1179         (wl-summary-decide-flag): Don't set Important as default.
1180         (wl-summary-mark-as-important-internal): Revival.
1181         (wl-summary-mark-as-important): Ditto.
1182
1183         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1184
1185         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1186         instead of facep.
1187
1188 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1189
1190         * wl-dnd.el (wl-dnd-drop-func): Fix.
1191
1192         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1193         mouse-set-point instead of posn-point.
1194
1195         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1196
1197         * wl-mule.el (wl-completing-read-multiple): Ditto.
1198
1199 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1200
1201         * wl-demo.el (face-background-name): Defalias to avoid compile
1202         warning.
1203
1204 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1205
1206         * wl-summary.el (wl-summary-decide-flag): Use
1207         wl-completing-read-multiple instead of completing-read-multiple.
1208
1209         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1210         New alias.
1211
1212         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1213         Use face-background-name instead of face-background.
1214
1215         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1216
1217         * wl-summary.el (wl-summary-save): Use it.
1218         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1219
1220         * wl-mime.el (wl-mime-save-content): Fix last change.
1221
1222 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1223
1224         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1225         New function.
1226         (wl-summary-sort-specs): Added sort.
1227         * wl-mime.el (wl-mime-save-content): Expand file name.
1228
1229 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1230
1231         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1232
1233         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1234
1235 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1236
1237         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1238         for flag if it is not defined.
1239
1240 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1241
1242         * wl-e21.el (wl-highlight-folder-current-line): Use
1243         elmo-folder-type-internal when elmo-folder-type returns nil.
1244
1245         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1246
1247         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1248
1249         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1250
1251         * wl-e21.el (wl-summary-toolbar): Ditto.
1252
1253         * wl-vars.el (wl-demo-background-color): Abolished.
1254         (wl-summary-persistent-mark-priority-list): Renamed from
1255         wl-summary-flag-priority-list.
1256         (wl-summary-flag-alist): New user option.
1257         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1258         (wl-message-mode-line-format-spec-alist): Added 'F'.
1259         (wl-message-mode-line-format): Likewise.
1260         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1261         instead of wl-summary-important-mark.
1262         (wl-file-folder-icon): New variable.
1263
1264         * wl-thread.el (wl-thread-set-flags): Renamed from
1265         wl-thread-mark-as-important.
1266
1267         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1268         warning.
1269         (wl-summary-mode-menu-spec): Follow the change of 
1270         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1271         (wl-summary-mode-map): Follow the change of
1272         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1273         (wl-summary-detect-mark-position): Follow the variable name change.
1274         (wl-summary-set-flags-region): New function for the replacement of
1275         wl-summary-mark-as-important-region.
1276         (wl-summary-sync-marks): Sync all global-flags.
1277         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1278         instead of elmo-message-flagged-p.
1279         (wl-summary-persistent-mark-string): Follow the variable name change;
1280         Put wl-summary-flag-mark if the message has global-flag.
1281         (wl-summary-target-mark-set-flags): Renamed from 
1282         wl-summary-target-mark-mark-as-important.
1283         (wl-summary-decide-flag): New function.
1284         (wl-summary-set-flags-internal): Renamed from
1285         wl-summary-mark-as-important-internal.
1286         (wl-summary-add-flags-internal): New function.
1287         (wl-summary-remove-flags-internal): Ditto.
1288         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1289         (wl-summary-mark-as-unimportant): Abolish.
1290         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1291         (wl-summary-next-message): List flagged messages in the msgdb.
1292
1293         * wl-score.el (wl-summary-score-update-all-lines): Use
1294         wl-summary-add-flags-internal instead of 
1295
1296         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1297
1298         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1299         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1300         (wl-message-buffer-require-all-header): Renamed from
1301         wl-message-buffer-all-header-flag (Ditto).
1302         (wl-message-buffer-flag-indicator): New variable.
1303         (wl-message-redisplay): Changed local varibale name from `flag' to
1304         `display-type'; Set up wl-message-buffer-flag-indicator.
1305         (wl-message-buffer-display): Changed varibale name from `flag' to
1306         `display-type'.
1307         (wl-message-display-internal): Likewise.
1308
1309         * wl-highlight.el (wl-highlight-demo-face): Define default background
1310         color.
1311         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1312
1313         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1314
1315         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1316         (wl-demo-setup-properties): Renamed from
1317         `wl-demo-set-background-color'.
1318         (wl-demo): Follow the change above.
1319         
1320         * Version number is increased to 2.11.24.
1321
1322 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1323
1324         * wl-summary.el (wl-summary-toggle-thread): Call
1325         `wl-summary-rescan' with disable-thread as non-nil.
1326         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1327
1328 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1329
1330         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1331         foreground property of the face.
1332         (wl-demo-insert-text): Don't set up face property here.
1333         (wl-demo): Call wl-demo-set-background-color, anyway.
1334
1335 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1336
1337         * wl-vars.el (wl-demo-background-color): The value can be nil.
1338
1339 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1340
1341         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1342         to wl-summary-wheel-dispatcher.
1343
1344         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1345         wl-message-wheel-dispatcher.
1346         (wl-message-wheel-dispatcher): New function.
1347         (wl-summary-wheel-dispatcher): Ditto.
1348
1349 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1350
1351         * wl-action.el (wl-summary-target-mark-all): List messages which are
1352         not in the killed-list.
1353
1354         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1355         only when the folder is 'flag/important.
1356
1357         * wl-address.el (wl-complete-field-body): Complete if the last
1358         character is a space.
1359
1360 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1361
1362         * wl-folder.el (wl-folder-clear-entity-info): Use
1363         elmo-clear-hash-val.
1364
1365         * wl-fldmgr.el (wl-fldmgr-rename): Set
1366         wl-folder-info-alist-modified as t.
1367
1368 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1369
1370         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1371
1372 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1373
1374         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1375         (wl-folder-buffer-last-visited-entity-id): New buffer local
1376         variable.
1377         (wl-folder-revisit-last-visited-folder): New function.
1378         (wl-folder-mode-map): Bind it to "C-i".
1379         (wl-folder-set-current-entity-id): Set last visited folder.
1380         * wl-summary.el (wl-summary-exit): Ditto.
1381
1382 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1383
1384         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1385         before calling `recenter' in order to cope with an XEmacs bug.
1386
1387 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1388
1389         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1390         to the default value.
1391
1392 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1393
1394         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1395         change.
1396         (wl-summary-sync-marks): Ditto.
1397         (wl-summary-mark-as-read-internal): Ditto.
1398         (wl-summary-mark-as-answered-internal): Ditto.
1399         (wl-summary-mark-as-important-internal): Ditto.
1400         (wl-summary-reply): Ditto.
1401
1402         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1403         instead of `elmo-folder-unflag-answered'.
1404
1405         * Version number is increased to 2.11.23.
1406
1407         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1408         the last change.
1409
1410 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1411
1412         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1413         Specify "spam" or "good".
1414
1415 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1416
1417         * wl-spam.el (wl-summary-exec-action-spam): Call
1418         wl-folder-confirm-existence for spam folder.
1419         (wl-spam-setup): Bind "mk".
1420
1421 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1422
1423         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1424
1425 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1426
1427         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1428         destination folder is empty.
1429
1430 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1431
1432         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1433         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1434
1435         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1436         (wl-summary-refile-prev-destination-region): New function.
1437         (wl-thread-refile-prev-destination): Ditto.
1438         (wl-summary-target-mark-refile-prev-destination): Ditto.
1439
1440 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1441
1442         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1443         (wl-demo-background-color): Changed default value.
1444
1445         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1446         color.
1447
1448         * wl-demo.el (wl-demo-set-background-color): New function.
1449         (wl-demo): Call it.
1450
1451 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1452
1453         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1454         * wl-address.el (wl-address-add-or-change): Don't add empty
1455         address.
1456
1457 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1458
1459         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1460
1461 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1462
1463         * wl-vars.el (wl-demo-image-filter-alist): New variable
1464         (wl-demo-background-color): Ditto.
1465
1466         * wl-demo.el (wl-demo-xpm-set-background): New function.
1467         (wl-demo-image-filter): Ditto.
1468         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1469
1470         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1471
1472         * wl-demo.el (wl-demo-icon-name): Define as function.
1473         (wl-demo-insert-image): Use it.
1474
1475 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1476
1477         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1478
1479 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1480
1481         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1482
1483 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1484
1485         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1486
1487 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1488
1489         * wl-thread.el (wl-thread-mark-as-answered): New function.
1490
1491         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1492         answered" entry.
1493         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1494         "r&" and wl-thread-mark-as-answered to "t&".
1495         (wl-summary-mark-as-important-region): Refine to toggle mark.
1496         (wl-summary-mark-as-answered-region): New function.
1497         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1498         and 3rd argument.
1499         (wl-summary-mark-as-important-internal): Likewise.
1500
1501 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1502
1503         * wl-template.el (wl-template-preview): New internal variable.
1504         (wl-template-preview-p): New function.
1505         (wl-template-show): Bind `wl-template-preview' as t.
1506
1507 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1508
1509         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1510         `elmo-message-entity-field' with 3rd argument which is non-nil.
1511
1512 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1513
1514         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1515         Removed duplicate local bind `folder'.
1516
1517 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1518
1519         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1520
1521 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1522
1523         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1524         duplicate definition.
1525
1526 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1527
1528         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1529         non-nil, use it; Don't fetch message if there's no message in the
1530         current cursor position.
1531
1532 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1533
1534         * wl-util.el (wl-region-exists-p): Use region-active-p.
1535         (wl-deactivate-region): New function.
1536         * wl-message.el (wl-message-redisplay): Deactivate region.
1537
1538         * wl-summary.el (wl-summary-reply): Call
1539         `wl-summary-set-message-buffer-or-redisplay' instead of
1540         `wl-summary-redisplay-internal', don't move point.
1541
1542 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1543
1544         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1545         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1546         by regexp.
1547
1548 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1549
1550         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1551         if no need.
1552
1553 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1554
1555         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1556         default value to nil.
1557         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1558         `wl-summary-prepare-hook'; Replace refile action to
1559         `wl-summary-exec-action-refile-with-register'.
1560
1561         * Version number is increased to 2.11.22.
1562
1563 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1564
1565         * wl-summary.el (wl-summary-detect-mark-position): Set
1566         `wl-summary-buffer-weekday-name-lang'.
1567
1568 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1569
1570         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1571         (wl-summary-mark-as-read-all): Ditto.
1572         (wl-summary-delete-messages-on-buffer): Ditto.
1573         (wl-summary-sync-update): Ditto.
1574         (wl-summary-mark-as-read-internal): Ditto.
1575         (wl-summary-mark-as-answered-internal): Ditto.
1576         (wl-summary-update-folder-info): Abolished.
1577
1578 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1579
1580         * wl-summary.el (wl-summary-mark-as-read-all): Use
1581         `wl-summary-update-folder-info' instead of
1582         `wl-folder-update-unread'.
1583
1584 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1585
1586         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1587         `wl-summary-folder-info-update'.
1588         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1589         instead of `wl-summary-folder-info-update'.
1590         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1591         `wl-folder-set-folder-updated'.
1592         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1593         instead of `wl-folder-update-unread'.
1594         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1595         the value of `wl-summary-buffer-unread-count' for the second parameter of
1596         `wl-folder-update-unread'.
1597
1598         * Version number is increased to 2.11.21.
1599
1600 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1601
1602         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1603         a local variable.
1604
1605 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1606
1607         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1608         interactively.
1609
1610         * wl-summary.el (wl-summary-mark-as-important-internal): New
1611         internal function.
1612         (wl-summary-mark-as-important): Use it.
1613         (wl-summary-mark-as-unimportant): New function.
1614         (wl-summary-sync-marks): Follow the API change.
1615
1616         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1617
1618         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1619
1620 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1621
1622         * wl-folder.el (wl-folder-update-unread): Re-indent.
1623         Narrow the scope of a local variable.
1624
1625 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1626
1627         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1628         (wl-addrmgr-merge-entries): Ditto.
1629         (wl-addrmgr): Added to address entry which exists in draft buffer
1630         if no entry is in original.
1631
1632 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1633
1634         * wl-batch.el: New file.
1635
1636 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1637
1638         * wl-vars.el (wl-use-semi): Remove unused variable.
1639
1640 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1641
1642         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1643         "?".
1644
1645 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1646
1647         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1648         wl-summary-new-mark.
1649         (wl-summary-new-cached-mark): New user option.
1650         (wl-summary-score-marks): Follow the change above.
1651         (wl-summary-auto-refile-skip-marks): Ditto.
1652         (wl-summary-incorporate-marks): Ditto.
1653         (wl-summary-expire-reserve-marks): Ditto.
1654
1655         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1656
1657         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1658         (wl-summary-persistent-mark-string): Distinguished between cached
1659         and uncached mark when the message is new.
1660
1661 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1662
1663         * wl-spam.el (wl-spam-domain): Renamed from
1664         `wl-spam-folder-guess-domain'.
1665         (wl-summary-exec-action-spam): Register as spam if domain of the
1666         source folder is good.
1667         (wl-summary-exec-action-refile-with-register): Register message if
1668         domain of the source folder is not undecided.
1669
1670 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1671
1672         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1673         detect thread loop.
1674
1675 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1676
1677         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1678         and wl-summary-skip-mark-list.
1679
1680 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1681
1682         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1683
1684         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1685
1686         * wl-spam.el (toplevel): Require wl-highlight.
1687         (wl-spam-auto-check-policy-alist): Abolish.
1688         (wl-spam-auto-check-folder-regexp-list): New user option.
1689         (wl-spam-auto-check-marks): Ditto.
1690         (wl-spam-mark-action-list): Ditto.
1691         (wl-highlight-summary-spam-face): New face.
1692         (wl-spam-auto-check-message-p): New function.
1693         (wl-spam-map-spam-messages): Fixed message.
1694         (wl-spam-register-spam-messages): Ditto.
1695         (wl-spam-register-good-messages): Ditto.
1696         (wl-summary-spam-map): Add and remove keybind.
1697         (wl-summary-target-mark-spam): Abolish.
1698         (wl-summary-refile-spam): Ditto.
1699         (wl-summary-test-spam): New function.
1700         (wl-summary-mark-spam): Ditto.
1701         (wl-summary-auto-check-spam): Follow the above change.
1702         (wl-summary-exec-action-spam): New function.
1703         (wl-summary-exec-action-refile-with-register): Fixed message.
1704         (wl-message-check-spam): New function.
1705         (wl-spam-setup): Ditto.
1706         (toplevel): Call it if this file is loaded interactivity.
1707
1708         * Version number is increased to 2.11.20.
1709
1710 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1711
1712         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1713         when new optional argument `force' is non nil or modified.
1714
1715 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1716
1717         * wl.el (toplevel): Require wl-spam when compile.
1718         (wl-save-status): Call wl-spam-save-status.
1719
1720         * wl-spam.el (wl-spam-register-spam-messages): New function.
1721         (wl-spam-register-good-messages): Ditto.
1722         (wl-spam-save-status): Ditto.
1723         (wl-summary-mode-map): Bind
1724         wl-summary-target-mark-register-as-spam to "ms" and
1725         wl-summary-target-mark-register-as-good to "mn".
1726         (wl-summary-register-as-spam): Abolish optional argument; Use
1727         wl-spam-register-spam-messages.
1728         (wl-summary-register-as-spam-all): Use
1729         wl-spam-register-spam-messages.
1730         (wl-summary-register-as-good): Abolish optional argument; Use
1731         wl-spam-register-good-messages.
1732         (wl-summary-register-as-good-all): Use
1733         wl-spam-register-good-messages.
1734         (wl-summary-target-mark-register-as-spam): New funtion.
1735         (wl-summary-target-mark-register-as-good): Ditto.
1736
1737 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1738
1739         * wl-spam.el: New file.
1740
1741 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1742
1743         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1744
1745         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1746         (wl-summary-auto-refile): Call wl-refile-guess with
1747         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1748
1749 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1750
1751         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1752         with disable-thread argument non-nil.
1753
1754 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1755
1756         * wl-summary.el (wl-summary-rescan): Added optional argument
1757         disable-thread.
1758         (wl-summary-sync): Call wl-summary-rescan with argument
1759         disable-thread.
1760         (wl-summary-input-range): Added new range `rescan-thread'.
1761
1762 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1763
1764         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1765
1766 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1767
1768         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1769         internal variable.
1770         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1771         wl-summary-search-parent-by-subject-regexp and
1772         wl-summary-divide-thread-when-subject-changed as nil.
1773         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1774         (wl-summary-insert-thread): Search parent entity from
1775         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1776         thread loop.
1777
1778 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1779
1780         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1781
1782         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1783
1784         * wl-util.el (wl-require-update-all-folder-p): New function.
1785         (wl-get-assoc-list-value): Added `function' to match directive.
1786         (wl-collect-draft): Rewrite.
1787
1788         * wl-summary.el (wl-summary-sync-update): Clear faces
1789         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1790         are non-nil.
1791         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1792         argument as function.
1793         (wl-summary-input-range): Ditto.
1794
1795         * wl-folder.el (wl-draft-get-folder): New function.
1796         (wl-folder-get-elmo-folder): Consider draft folder.
1797
1798         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1799         (wl-draft-buffer-message-number): New buffer local variable.
1800         (wl-draft-folder-internal): New internal variable.
1801         (wl-draft-delete): Rewrite.
1802         (wl-draft-save): Ditto.
1803         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1804         wl-folder-get-elmo-folder.
1805         (wl-draft-config-info-operation): Ditto.
1806         (wl-jump-to-draft-folder): Ditto.
1807         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1808         (wl-draft-reedit): Rewrite.
1809
1810         * Version number is increased to 2.11.19.
1811         
1812 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1813
1814         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1815         variable.
1816
1817 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1818
1819         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1820         Use ignore-errors instead of unwind-protect.
1821
1822 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1823
1824         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1825         for updating `wl-thread-entity-list'.
1826
1827 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1828
1829         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1830         parameter from calling `wl-thread-entity-get-older-brothers' and
1831         `wl-thread-entity-get-younger-brothers'.
1832         Replace nested `append' with a single one.
1833
1834 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1835
1836         * wl-summary.el (wl-summary-mode): Don't use the return value of
1837         `make-local-hook'.
1838
1839 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1840
1841         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1842         instead of `let*'.
1843         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1844         of local variables.
1845
1846 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1847
1848         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1849         Renamed from wl-summary-window-scroll-functions.
1850         (wl-summary-window-scroll-functions): Don't set to variable.
1851         (wl-summary-display-top): Use run-hooks.
1852         (wl-summary-display-bottom): Ditto.
1853         (wl-summary-toggle-disp-msg): Ditto.
1854         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1855         Use it instead of wl-summary-window-scroll-functions.
1856         (wl-summary-goto-folder-subr): Don't call
1857         wl-summary-window-scroll-functions, use
1858         wl-summary-buffer-window-scroll-functions instead.
1859
1860 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1861
1862         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1863         make-local-variable.
1864
1865 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1866
1867         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1868         set-buffer-modified-p.
1869         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1870         (wl-summary-display-bottom): Ditto.
1871         (wl-summary-toggle-disp-msg): Ditto.
1872
1873 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1874
1875         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1876
1877         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1878         (wl-summary-forward): Use elmo-message-entity-field instead of
1879         elmo-message-field.
1880
1881         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1882
1883 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1884
1885         * wl-summary.el (wl-summary-window-scroll-functions): No use
1886         `append'.
1887
1888 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1889
1890         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1891         function.
1892         (wl-summary-window-scroll-functions): Call it when both
1893         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1894         (wl-summary-temp-mark): Added optional argument number.
1895         (wl-summary-message-mark): Added optional argument flag.
1896         (wl-summary-persistent-mark): Added optional argument number and flag.
1897         (wl-summary-update-persistent-mark): Ditto.
1898         (wl-summary-update-status-marks): Set "r" for interactive spec.
1899
1900         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1901         argument number and flag.
1902
1903         * wl-action.el (wl-summary-registered-temp-mark): 
1904         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1905
1906 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1907
1908         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1909         internal variable (buffer local).
1910         (wl-summary-window-scroll-functions): New function.
1911         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1912         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1913         as nil.
1914         (wl-summary-update-status-marks): Added arguments beg, end and
1915         check.
1916         (wl-summary-update-mark-window): Use function.
1917         (wl-summary-sync-update): Follow the change above.
1918         (wl-summary-switch-to-clone-buffer): Copy
1919         wl-summary-buffer-unsync-mark-number-list.
1920         (wl-summary-goto-folder-subr): Set
1921         wl-summary-buffer-unsync-mark-number-list and
1922         use wl-summary-window-scroll-functions instead of
1923         wl-summary-lazy-highlight.
1924
1925         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1926
1927 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1928
1929         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1930
1931         * wl-summary.el (wl-summary-update-persistent-mark): Call
1932         wl-summary-set-message-modified.
1933
1934         * wl-summary.el (wl-summary-sync-update): Don't call
1935         wl-summary-update-status-marks.
1936
1937         * Version number is increased to 2.11.18.
1938
1939 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1940
1941         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1942         (wl-message-next-page): Ditto.
1943
1944 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1945
1946         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1947         local variable.  Change the order of a collected list into the
1948         same as the specified range.  Remove nil from a collected list.
1949
1950 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1951
1952         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1953         argument for elmo-folder-list-messages.
1954
1955 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1956
1957         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1958         change (wl-summary-count-unreads return a list instead of a cons
1959         cell).
1960
1961 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1962
1963         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1964         `wl-summary-folder-info-update'.
1965
1966 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1967
1968         * wl-summary.el (wl-summary-set-message-modified): No use
1969         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1970         (wl-summary-set-mark-modified): Abolish.
1971         (wl-summary-mark-modified-p): Ditto.
1972         (wl-summary-save-view): Follow the change above.
1973
1974         * wl-expire.el (wl-summary-expire): Likewise.
1975
1976 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1977
1978         * wl-summary.el (wl-summary-detect-mark-position): Use
1979         modb-entity-handler.
1980         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1981
1982         * Version number is increased to 2.11.17.
1983
1984 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1985
1986         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1987         entity field value.
1988         (wl-summary-prefetch-msg): Ditto.
1989         (wl-summary-print-message-with-ps-print): Ditto.
1990
1991 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1992
1993         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1994         for dummy entity.
1995         (wl-summary-insert-thread): Use elmo-message-entity-field.
1996         (wl-summary-update-thread): Use elmo-message-entity-field and
1997         elmo-message-entity-number.
1998         (wl-summary-line-number):  Use elmo-message-entity-number.
1999         (wl-summary-line-size): Use elmo-message-entity-field.
2000         (wl-summary-line-subject): Ditto.
2001         (wl-summary-line-from): Ditto.
2002         (wl-summary-line-attached): Ditto.
2003         (wl-summary-create-line): Ditto.
2004         (wl-summary-create-line): Use elmo-message-entity-number.
2005         (wl-summary-print-message-with-ps-print): Use
2006         elmo-message-entity-field.
2007
2008 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2009
2010         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2011         change in elmo-msgdb-make-message-entity.
2012         (wl-summary-buffer-set-folder): Don't call
2013         wl-summary-detect-mark-position here.
2014         (wl-summary-rescan): Call elmo-message-entity-number.
2015         (wl-summary-sync-update): Ditto.
2016         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2017
2018         * wl-score.el (wl-score-header-index): Redefine 2th element.
2019         (wl-score-overview-entity-get-extra): Abolish.
2020         (wl-score-ov-entity-get): Rewrite.
2021         (wl-score-string-index<, wl-score-string-func<): Abolish.
2022         (wl-score-string<): New function.
2023         (wl-score-string-sort): Use it.
2024
2025         * wl-refile.el (wl-refile-guess-by-history): Use
2026         elmo-message-entity-field.
2027         (wl-refile-guess-by-from): Ditto.
2028         (wl-refile-guess-by-msgid): Ditto.
2029
2030         * Version number is increased to 2.11.16.
2031
2032 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2033
2034         * wl-folder.el (wl-folder-confirm-existence): Don't call
2035         file-exists-p if msgdb-path is nil.
2036         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2037         `wl-read-folder-hist' to `wl-read-folder-history'.
2038
2039 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2040
2041         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2042         `y-or-n-p'.
2043
2044 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2045
2046         * wl-score.el (wl-score-headers): Don't use
2047         elmo-folder-do-each-message-entity.
2048
2049         * Version number is increased to 2.11.15.
2050
2051 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2052
2053         * wl-summary.el (wl-summary-delete-all-msgs): Use
2054         elmo-folder-move-messages instead of elmo-folder-delete-messages
2055         and elmo-folder-detach-messages.
2056         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2057
2058         * wl-expire.el (wl-expire-delete): Ditto.
2059         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2060
2061 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2062
2063         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2064         (wl-message-header-narrowing-fields): Ditto.
2065         (wl-message-header-narrowing-lines): Ditto.
2066         (wl-message-header-narrowing-string): Ditto.
2067
2068         * wl-summary.el (wl-summary-mode-map): Bind
2069         wl-summary-toggle-header-narrowing to "C-cC-f".
2070         (wl-summary-toggle-header-narrowing): New function.
2071
2072         * wl-message.el (wl-message-buffer-create): Call
2073         wl-message-header-narrowing-setup.
2074         (wl-message-redisplay): Call wl-message-header-narrowing.
2075         (wl-message-header-narrowing): New function.
2076         (wl-message-header-narrowing-map): New keymap.
2077         (wl-message-header-narrowing-widen-map): New keymap.
2078         (wl-message-header-narrowing-again-at-mouse): New function.
2079         (wl-message-header-narrowing-1): Ditto.
2080         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2081         (wl-message-header-narrowing-setup): Ditto.
2082         (wl-message-header-narrowing-toggle): Ditto.
2083         
2084         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2085
2086         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2087         'flag as all.
2088         (wl-use-flag-folder-help-echo): New user option.
2089
2090         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2091         wl-summary-highlight as nil.
2092         (wl-summary-set-mark-modified): Follow the API change.
2093         (wl-summary-mark-modified-p): Ditto.
2094         (wl-summary-mark-as-read-all): Ditto.
2095         (wl-summary-sync-marks): Don't call
2096         elmo-folder-list-messages-with-global-mark.
2097         (wl-summary-mark-as-read-internal): Follow the API change.
2098         (wl-summary-mark-as-answered-internal): Ditto.
2099         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2100         Follow the API change.
2101         (wl-summary-create-line): Call with number argument.
2102         (wl-summary-reply): Follow the API change.
2103
2104         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2105         function.
2106         (wl-highlight-summary-line-string): Call it when
2107         wl-use-flag-folder-help-echo is non-nil.
2108         (wl-highlight-summary-current-line): Ditto.
2109         (elmo-flag-folder-referrer): Added autoload setting.
2110
2111         * wl-draft.el (wl-draft-kill): Follow the API change.
2112
2113         * Version number is increased to 2.11.14.
2114         
2115 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2116
2117         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2118
2119 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2120
2121         * Version number is increased to 2.11.13.
2122
2123 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2124
2125         * wl-draft.el (wl-draft-previous-history-element): Fixed
2126         unbalanced parenthesis and bind unbound local variables.
2127
2128 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2129
2130         * wl-draft.el (wl-draft-previous-history-element): New function.
2131         (wl-draft-next-history-element): Ditto.
2132         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2133         them to M-p and M-n.
2134
2135 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2136
2137         * Version number is increased to 2.11.12.
2138
2139 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2140
2141         * wl-draft.el (wl-draft-hide): Select buffer-window.
2142
2143 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2144
2145         * wl-summary.el (wl-summary-narrow-to-region): New function.
2146         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2147         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2148         (wl-summary-save-region): Use it.
2149         * wl-action.el (wl-summary-collect-numbers-region)
2150         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2151
2152 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2153
2154         * wl-folder.el (wl-folder-count-incorporates): Don't use
2155         `elmo-msgdb-mark-load'
2156
2157         * Version number is increased to 2.11.11.
2158
2159 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2160
2161         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2162         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2163
2164 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2165
2166         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2167
2168 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2169
2170         * Version number is increased to 2.11.10.
2171
2172 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2173
2174         * wl-mime.el (wl-draft-attribute-value): Fixed.
2175
2176 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2177
2178         * wl-util.el (wl-copy-local-variables): New function.
2179
2180         * wl-mime.el (wl-draft-attribute-recipients): New function.
2181         (wl-draft-attribute-envelope-from): Ditto.
2182         (wl-draft-attribute-smtp-posting-server): Ditto.
2183         (wl-draft-attribute-smtp-posting-port): Ditto.
2184         (wl-draft-attribute-value): Ditto.
2185         (wl-draft-preview-message): Use it to get value for
2186         attributes. Reflect result of `wl-draft-config'.
2187
2188         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2189         and call `wl-summary-mark-as-read' before to call
2190         `wl-summary-unset-mark'.
2191         (wl-summary-target-mark-mark-as-unread): Likewise.
2192         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2193
2194 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2195
2196         * wl-mime.el (wl-draft-preview-message): Use actual value for
2197         attributes; Fix for small window.
2198
2199 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2200
2201         * wl-refile.el (wl-refile-get-field-value): Call
2202         `elmo-message-entity-field' with 3rd argument is non-nil.
2203
2204 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2205
2206         * wl-vars.el (wl-draft-preview-attributes): New user option.
2207         (wl-draft-preview-attributes-list): Ditto.
2208         (wl-draft-preview-attributes-buffer-lines): Ditto.
2209         (wl-draft-preview-attributes-buffer-name): Ditto.
2210
2211         * wl-mime.el (wl-draft-preview-message): Display attributes.
2212
2213 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2214
2215         * wl-summary.el (wl-summary-detect-mark-position): Bind
2216         wl-summary-flag-priority-list to '(new).
2217
2218 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2219
2220         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2221         funtion.
2222         (wl-highlight-summary-line-string): Use it.
2223         (wl-highlight-summary-current-line): Ditto.
2224
2225 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2226
2227         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2228         line even when the mark string is not changed.
2229
2230         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2231         argument change in the wl-summary-create-line.
2232         (wl-thread-insert-entity-sub): Ditto.
2233
2234         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2235         argument change in the wl-summary-create-line.
2236         (wl-summary-insert-sequential): Ditto.
2237         (wl-summary-update-thread): Ditto.
2238         (wl-summary-persistent-mark-string): New inline function.
2239         (wl-summary-message-mark): Use it.
2240         (wl-summary-create-line): Abolish argument wl-persistent-mark
2241         and added wl-flags, wl-cached.
2242
2243         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2244         mark to flags.
2245         (wl-highlight-summary-current-line): Decide the face not by the 
2246         persistent mark but flags.
2247
2248 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2249
2250         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2251         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2252         wl-summary-read-uncached-mark): Revive.
2253         (wl-summary-answered-cached-mark,
2254         wl-summary-answered-uncached-mark): New user option.
2255         (wl-summary-score-marks): Follow the change above.
2256         (wl-summary-auto-refile-skip-marks): Ditto.
2257         (wl-summary-incorporate-marks): Ditto.
2258         (wl-summary-expire-reserve-marks): Ditto.
2259         (wl-summary-flag-priority-list): New user option.
2260
2261         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2262         changes.
2263         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2264         of elmo-message-mark.
2265         (wl-summary-mark-as-read-internal): Ditto.
2266         (wl-summary-mark-as-answered): Ditto.
2267         (wl-summary-mark-as-important): Ditto.
2268         (wl-summary-redisplay-internal): Ditto.
2269         (wl-summary-redisplay-no-mime-internal): Ditto.
2270         (wl-summary-message-mark): New function.
2271         (wl-summary-insert-sequential): Use wl-summary-message-mark
2272         instead of elmo-message-mark.
2273         (wl-summary-update-thread): Ditto.
2274         (wl-summary-persistent-mark): Ditto.
2275         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2276         instead of elmo-message-mark.
2277
2278         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2279         wl-summary-message-mark instead of elmo-message-mark.
2280         (wl-thread-insert-entity-sub): Ditto.
2281         (wl-thread-get-children-msgs-uncached): Ditto.
2282
2283         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2284         variable name changes.
2285         (wl-highlight-summary-current-line): Ditto.
2286
2287         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2288         wl-summary-message-mark instead of elmo-message-mark.
2289
2290         * wl-expire.el (wl-expire-message-p): Ditto.
2291
2292         * wl-score.el (wl-score-headers): Ditto.
2293
2294         * Version number is increased to 2.11.9.
2295
2296         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2297         (wl-summary-sync-update): Follow the change above.
2298         (wl-summary-switch-to-clone-buffer): Ditto.
2299         (wl-summary-open-folder): Ditto.
2300
2301 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2302
2303         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2304         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2305
2306         * Version number is increased to 2.11.8.
2307
2308         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2309
2310         * wl-expire.el (wl-expire-refile): Follow the API change on
2311         `elmo-folder-move-messages'.
2312         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2313
2314         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2315         (wl-summary-exec-action-refile): Ditto.
2316         (wl-summary-exec-action-copy): Ditto.
2317         (wl-summary-no-auto-refile-message-p): No use
2318         `wl-summary-buffer-msgdb'.
2319         (wl-summary-auto-refile): Ditto.
2320
2321 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2322
2323         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2324
2325 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2326
2327         * wl-summary.el (wl-summary-sync): Treat no-sync.
2328
2329         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2330         (wl-default-sync-range): Ditto.
2331
2332 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2333
2334         * wl-refile.el (wl-refile-subject-learn): Call
2335         `elmo-message-entity-field' with 3rd argument is non-nil.
2336         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2337         instead of `elmo-msgdb-overview-entity-get-subject'.
2338
2339 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2340
2341         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2342         scan-type is rescan.
2343         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2344         new optional argument force is non-nil.
2345         (wl-summary-save-view-cache): Call it with force argument non-nil.
2346
2347         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2348
2349 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2350
2351         * wl-action.el (wl-summary-print-argument): Fixed last change.
2352
2353 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2354
2355         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2356         simplified.
2357         (wl-summary-target-mark-mark-as-unread): Likewise.
2358         (wl-summary-target-mark-mark-as-important): Likewise.
2359
2360 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2361
2362         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2363         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2364         (wl-summary-mark-as-important-region): Change accordingly.
2365         (wl-summary-target-mark-mark-as-important): Ditto.
2366
2367 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2368
2369         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2370
2371         * wl-action.el (wl-summary-print-argument): Print argument to
2372         right side of window if `wl-summary-print-argument-within-window'
2373         is non-nil.
2374
2375 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2376
2377         * wl-action.el (wl-summary-set-mark): Use
2378         `wl-summary-message-visible-p' to check visibility of the message
2379         and jump to message only when the message line is visible and have
2380         different number; Call wl-summary-unset-mark with number argument.
2381         (wl-summary-unset-mark): 
2382         Use `wl-summary-message-visible-p'
2383         to check visibility of the message and jump to message only when
2384         the message line is visible and have different number;
2385
2386 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2387
2388         * Version number is increased to 2.11.7.
2389
2390         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2391         and wl-folder-summary-line-format.
2392
2393         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2394         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2395         (wl-summary-set-score-mark): Use it.
2396         (wl-summary-target-mark-mark-as-read): Ditto.
2397         (wl-summary-target-mark-mark-as-unread): Ditto.
2398         (wl-summary-target-mark-mark-as-important): Ditto.
2399         (wl-summary-target-mark-msgs): Simplified.
2400         (wl-summary-detect-mark-position): Fixed problem when
2401         summary-line-format no contain persisten/temp mark spec.
2402         (wl-summary-temp-mark): Ditto.
2403         (wl-summary-persistent-mark): Ditto.
2404         (wl-summary-update-persistent-mark): Ditto.
2405
2406         * wl-action.el (wl-summary-set-mark): Ditto.
2407         (wl-summary-unset-mark): Ditto.
2408         All other related portions are changed.
2409
2410 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2411
2412         * Version number is increased to 2.11.6.
2413
2414 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2415
2416         * wl-util.el (wl-current-message-buffer): Define as function;
2417         Don't use the value of wl-messge-buffer.
2418
2419         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2420         persistent mark.
2421
2422         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2423         no current message, cause an error.
2424
2425 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2426
2427         * wl-summary.el (wl-summary-set-message-modified): Use
2428         elmo-folder-set-message-modified instead of
2429         elmo-folder-set-message-modified-internal.
2430
2431 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2432
2433         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2434         interactively.
2435         (wl-summary-sync): nokill->entirely.
2436         (wl-summary-sync-marks): Fixed message.
2437         (wl-summary-input-range): Added mark, nokill->entirely.
2438
2439         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2440         messages as read.
2441
2442 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2443
2444         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2445         update-noscore.
2446         (wl-summary-sync): Follow the change above.
2447
2448 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2449
2450         * wl-action.el (wl-summary-target-mark-all): Use
2451         elmo-folder-list-messages.
2452
2453 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2454
2455         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2456         (wl-summary-rescan): Set wl-summary-scored as nil.
2457         (wl-summary-sync-force-update): Follow the change above.
2458         (wl-summary-sync): Ditto.
2459         (wl-summary-sync-update): Added argument disable-killed.
2460         (wl-summary-insert-headers): Set visible-only argument for
2461         elmo-folder-list-messages.
2462         (wl-summary-input-range): Added update-nokill, update-noscore,
2463         all-nokill, all-noscore and mark.
2464
2465         * Version number is increased to 2.11.5.
2466
2467         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2468
2469 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2470
2471         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2472         (wl-summary-prefetch-region-no-mark): Change accordingly.
2473         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2474
2475 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2476
2477         * wl-address.el (wl-complete-field-to): Abolished.
2478         (wl-complete-address): Completion function for completing-read.
2479         * wl-action.el (wl-summary-get-resend-address): Use it.
2480
2481         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2482         wl-summary-update-mark and abolish unused argument.
2483         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2484         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2485         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2486         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2487         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2488         * wl-draft.el (wl-draft-kill): Ditto.
2489
2490         * wl-summary.el: Remove unused binding of case-fold-search.
2491         (wl-summary-replace-status-marks): Abolished.
2492
2493 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2494
2495         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2496         is specified or folder length is zero.
2497
2498 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2499
2500         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2501         (wl-folder-archive-current-entity): Ditto.
2502
2503 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2504
2505         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2506         retrieving message mark.
2507         (wl-summary-redisplay-internal): Ditto.
2508
2509         * wl-message.el (wl-message-buffer-display): Ignore errors while
2510         retrieving message-id field.
2511
2512         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2513         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2514         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2515         order of the arguments for `wl-expire-message-p'.
2516         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2517
2518         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2519         Check return value of wl-summary-reply.
2520         (wl-summary-reply): Recover window configuration when an error occured.
2521
2522 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2523
2524         * wl-summary.el (wl-summary-resend-message): Abolished, the
2525         feature is inherited by wl-summary-resend (put resend mark).
2526
2527 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2528
2529         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2530         wl-message-buffer to nil when the message is hide.
2531
2532 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2533
2534         * .cvsignore: New file.
2535
2536 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2537
2538         * wl-action.el (wl-summary-action-docstring): Add more info.
2539         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2540         duplicate definition.
2541         (wl-summary-define-mark-action): Functions wl-summary-*-region
2542         keep current position.
2543         (wl-summary-unregister-target-mark): Store result to the variable.
2544
2545 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2546
2547         * Version number is increased to 2.11.4.
2548
2549 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2550
2551         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2552         wl-summary-delete-all-temp-marks.
2553         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2554
2555         * wl-action.el (wl-summary-set-mark): Changed terminology
2556         refile-destination -> action-argument.
2557         (wl-summary-unset-mark): Ditto.
2558         (wl-summary-remove-argument): Ditto.
2559         (wl-summary-print-argument): Ditto.
2560
2561         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2562         (wl-thread-remove-argument-region): Ditto.
2563         (wl-thread-print-argument-region): Ditto.
2564         (wl-thread-close): Ditto.
2565         (wl-thread-open): Ditto.
2566
2567         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2568         (wl-highlight-refile-destination-face is abolished)
2569         (wl-highlight-action-argument-string): Ditto.
2570         (wl-highlight-summary-current-line): Highlight action argument.
2571
2572         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2573         color for light backgrounds.
2574         (wl-highlight-summary-answered-face): Ditto.
2575
2576 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2577
2578         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2579
2580         * wl-score.el (wl-summary-score-update-all-lines): Use
2581         wl-summary-set-mark.
2582         (wl-summary-score-update-all-lines): Kill expunged messages.
2583
2584         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2585
2586 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2587
2588         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2589         directly.
2590         (wl-score-overview-entity-get-lines): Ditto.
2591         (wl-score-overview-entity-get-xref): Ditto.
2592         (wl-score-get-latest-msgs): Ditto.
2593         (wl-summary-rescore): Ditto.
2594
2595         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2596         to "&".
2597         (wl-summary-mark-as-answered-internal): New inline function.
2598         (wl-summary-mark-as-answered): New function.
2599         (wl-summary-mark-as-unanswered): Ditto.
2600         (wl-summary-sync-marks): Modified for answered-mark synching.
2601
2602 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2603
2604         * wl-action.el (wl-summary-set-mark): Fixed last change.
2605
2606 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2607
2608         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2609         behavior of wl-summary-unread-message-hook
2610         (Pointed out by akira yamada <akira@arika.org>).
2611
2612 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2613
2614         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2615         wl-summary-delete.
2616         * wl-xmas.el (wl-summary-toolbar): Ditto.
2617
2618         * wl-action.el (wl-summary-set-mark): Don't override current
2619         temp-mark.
2620
2621         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2622
2623 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2624
2625         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2626         (wl-refile-msgid-learn): Ditto.
2627         (wl-refile-get-field-value): Ditto.
2628
2629         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2630
2631         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2632         (wl-expire-delete-reserved-messages): Renamed from
2633         wl-expire-reserve-marked-msgs-from-list.
2634         (wl-expire-delete): Removed argument `msgdb'.
2635         (wl-expire-refile): Ditto.
2636         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2637         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2638         mark-alist as argument.
2639         (wl-expire-archive-number1): Removed argument `msgdb'.
2640         (wl-expire-archive-number2): Ditto.
2641         (wl-expire-archive-date): Ditto.
2642         (wl-expire-localdir-date): Ditto.
2643         (wl-expire-hide): Ditto.
2644         (wl-archive-number1): Ditto.
2645         (wl-archive-number2): Ditto.
2646         (wl-archive-date): Ditto.
2647         (wl-archive-folder): Ditto.
2648         All other related portions are changed.
2649
2650 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2651
2652         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2653         mean move up and down. (suggested by Takashi Kawachi)
2654
2655 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2656
2657         * wl-acap.el (toplevel): Don't require un-define.
2658
2659 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2660
2661         * wl-thread.el (wl-thread-delete-message): Always update
2662         wl-summary-buffer-number-list.
2663
2664         * wl-action.el (wl-summary-print-destination): 
2665         Do nothing when folder is nil.
2666
2667 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2668
2669         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2670         persistent mark when prefetch is succeeded.
2671
2672 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2673
2674         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2675         instead of elmo-msgdb-delete-msgs.
2676         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2677         (wl-expire-hide): Ditto.
2678
2679         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2680
2681         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2682         elmo-msgdb interface.
2683         (wl-thread-get-exist-children): Likewise.
2684         (wl-thread-insert-message): Likewise.
2685         (wl-thread-msg-mark-as-important): Likewise.
2686         (wl-thread-insert-entity-sub): Likewise.
2687         (wl-thread-get-children-msgs-uncached): Likewise.
2688
2689         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2690         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2691         (wl-summary-sync-update): Likewise.
2692         (wl-summary-auto-select-msg-p): Likewise.
2693         (wl-summary-update-thread): Likewise.
2694         (wl-summary-mark-as-important): Likewise.
2695         (wl-summary-jump-to-msg-internal): Likewise.
2696         (wl-summary-redisplay-internal): Likewise.
2697         (wl-summary-print-message-with-ps-print): Likewise.
2698         (wl-summary-folder-info-update): Likewise.
2699
2700         * wl-folder.el (wl-folder-check-one-entity):
2701         elmo-folder-count-flags instead of wl-summary-count-unread.
2702
2703         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2704
2705         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2706
2707         * wl-summary.el (wl-summary-set-message-modified): 
2708         Call wl-summary-set-mark-modified.
2709         (wl-summary-delete-messages-on-buffer): Call
2710         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2711         (wl-summary-sync-update): Call elmo-folder-length instead of
2712         elmo-folder-messages.
2713         (wl-summary-insert-headers): Don't call
2714         elmo-folder-list-message-entities.
2715
2716 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2717
2718         * wl-action.el (wl-summary-define-mark-action): Call
2719         `wl-summary-set-mark' with argument `data'.
2720         (wl-summary-auto-refile): Fixed order of arguments when call
2721         `wl-summary-refile'.
2722
2723 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2724
2725         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2726
2727         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2728
2729         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2730         (Renamed from wl-highlight-summary-deleted-face).
2731         (wl-highlight-summary-resend-face): New face.
2732
2733         (wl-highlight-summary-deleted-face): Renamed from
2734         wl-highlight-summary-erased-face.
2735
2736         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2737
2738         * wl-action.el (wl-summary-get-resend-address): New function.
2739         (wl-summary-exec-action-resend): Ditto.
2740         (wl-summary-exec-action-resend-subr): Ditto.
2741
2742         * w-thread.el (wl-thread-copy): Removed definition.
2743         (wl-thread-refile): Ditto.
2744         (wl-thread-delete): Ditto.
2745         (wl-thread-target-mark): Ditto.
2746
2747         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2748         (wl-summary-target-mark-set-action): Fixed.
2749         (wl-summary-define-mark-action): Fixed quotation.
2750         (wl-summary-move-mark-list-messages): Display message.
2751         (wl-summary-define-mark-action): Define thread functions.
2752         (wl-summary-exec-action-refile): Changed message.
2753         (wl-summary-exec): Ditto.
2754
2755 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2756         
2757         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2758         '%%'.
2759
2760 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2761
2762         * wl.el (toplevel): Require wl-action.
2763         (wl-init): Call wl-summary-define-mark-action.
2764
2765         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2766
2767         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2768         wl-summary-delete and wl-summary-erase.
2769         (wl-summary-mode-map): Ditto.
2770
2771         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2772         wl-delete-folder-alist.
2773
2774         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2775         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2776         (toplevel): Moved mark & action related functions to the wl-action.el.
2777
2778         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2779         in wl-summary-mark-action-list.
2780         (wl-highlight-summary-current-line): Ditto.
2781
2782         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2783         empty lines.
2784
2785         * wl-action.el: New file. 
2786
2787 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2788
2789         * wl-summary.el (wl-summary-target-mark-replace): New function.
2790         (wl-summary-target-mark-prefetch): Use it.
2791         (wl-summary-target-mark-delete): Ditto.
2792         (toplevel): Rearranged definition order.
2793         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2794         (wl-summary-target-mark-erase): Rewrite.
2795         (wl-summary-erase-region): New function.
2796         (wl-summary-exec-action-erase): Changed message.
2797         (wl-summary-move-mark-list-messages): New function.
2798         (wl-summary-exec-action-delete): Use it.
2799         (wl-summary-exec-action-erase): Ditto.
2800
2801         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2802         (wl-summary-skip-mark-list): Added "d".
2803
2804         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2805         while searching.
2806
2807         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2808         and define using defcustom;
2809         Define 4th element as a face.
2810         
2811         * wl-summary.el (wl-summary-incorporate): Use 
2812         `wl-summary-prefetch-region-no-mark' instead of
2813         `wl-summary-prefetch-region'.
2814         (wl-summary-prefetch-region-no-mark): Revival of old
2815         `wl-summary-prefetch-region'.
2816         (wl-summary-mark-action-list): Moved to wl-vars.el
2817
2818         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2819         face according to the `wl-summary-mark-action-list'.
2820         (wl-highlight-summary-current-line): Ditto;
2821         Removed destination highlighting.
2822
2823         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2824         (wl-highlight-summary-line-string): Highlight for "i" mark.
2825         (wl-highlight-summary-current-line): Ditto.
2826
2827         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2828         no destination.
2829
2830         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2831         exists, just go ahead.
2832         (wl-summary-prefetch-region): Rewrite.
2833         (wl-summary-prefetch): Ditto.
2834         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2835         (wl-summary-exec-action-prefetch): New function.
2836         (wl-summary-target-mark-prefetch): Rewrite.
2837
2838 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2839
2840         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2841         (wl-highlight-summary-line-string): Added "d" and "D".
2842         (wl-highlight-summary-current-line): Ditto.
2843
2844         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2845         in wl-summary.el.
2846         (wl-thread-insert-entity-sub): Ditto.
2847         (wl-thread-remove-destination-region): Ditto.
2848         (wl-thread-print-destination-region): Ditto.
2849
2850         * wl-summary.el (wl-summary-buffer-refile-list,
2851         wl-summary-buffer-delete-list,
2852         wl-summary-buffer-copy-list): Abolish.
2853         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2854         All other related portions are changed.
2855         (wl-summary-mark-action-list): New variable.
2856         (wl-summary-set-mark): New function.
2857         (wl-summary-register-target-mark): Ditto.
2858         (wl-summary-unregister-target-mark): Ditto.
2859         (wl-summary-have-target-mark-p): Ditto.
2860         (wl-summary-register-temp-mark): Ditto.
2861         (wl-summary-unregister-temp-mark): Ditto.
2862         (wl-summary-registered-temp-mark): Ditto.
2863         (wl-summary-collect-temp-mark): Ditto.
2864         (wl-summary-unset-mark): Ditto.
2865         (wl-summary-set-target-mark): Ditto.
2866         (wl-summary-unset-target-mark): Ditto.
2867         (wl-summary-set-action-generic): Ditto.
2868         (wl-summary-unset-action-generic): Ditto.
2869         (wl-summary-exec-action-delete): Ditto.
2870         (wl-summary-exec-action-erase): Ditto.
2871         (wl-summary-set-action-refile): Ditto.
2872         (wl-summary-set-action-refile-subr): Ditto.
2873         (wl-summary-unset-action-refile): Ditto.
2874         (wl-summary-make-destination-numbers-list): Ditto.
2875         (wl-summary-exec-action-refile): Ditto.
2876         (wl-summary-set-action-copy): Ditto.
2877         (wl-summary-unset-action-copy): Ditto.
2878         (wl-summary-exec-action-copy): Ditto.
2879         (wl-summary-collect-numbers-region): Ditto.
2880         (wl-summary-delete): Rewrite.
2881         (wl-summary-erase): Ditto.
2882         (wl-summary-remove-destination): Ditto.
2883         (wl-summary-exec): Ditto.
2884         (wl-summary-exec-region): Ditto.
2885         (wl-summary-target-mark-erase): Ditto.
2886         (wl-summary-refile): Ditto.
2887         (wl-summary-copy): Ditto.
2888         (wl-summary-unmark): Ditto.
2889         (wl-summary-delete-all-mark): Ditto.
2890         (wl-summary-mark-line): Don't highlight.
2891         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2892         (wl-summary-target-mark-refile-subr): Rewrite.
2893
2894         (wl-summary-copy-prev-destination): Abolish.
2895
2896 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2897
2898         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2899         default values along the value of wl-on-mule.
2900         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2901         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2902         It is not used anywhere.
2903
2904 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2905
2906         * wl-summary.el (wl-summary-print-destination): Keep position.
2907         (wl-summary-cursor-move-surface): Keep horizontal position.
2908
2909 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2910
2911         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2912         write sendlog.
2913
2914 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2915
2916         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2917         `wl-summary-highlight'.
2918
2919 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2920
2921         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2922         trivial condition for temp-mark.
2923
2924 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2925
2926         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2927         when it hits killed buffer.
2928
2929 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2930
2931         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2932         * wl-news.el.in: `message' and `error' take format string.
2933
2934 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2935
2936         * wl-folder (wl-folder-insert-entity): Display a message,
2937         `...done', when the work finish.
2938         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2939
2940 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2941
2942         * wl-message.el (wl-message-redisplay): Remove unused local
2943         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2944
2945 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2946
2947         * wl-summary.el (wl-summary-replace-status-marks): Disable
2948         interactive use.
2949         (wl-summary-reedit): Check message existence at first.
2950         (wl-summary-mark-line): Fix doc, return value is indefinite.
2951
2952         * wl-highlight.el (wl-highlight-message): Arranged.
2953
2954         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2955         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2956         check temp-mark by wl-summary-temp-mark always.
2957         (wl-highlight-summary): Change accordingly.
2958         * wl-summary.el (wl-summary-mark-as-read-all)
2959         (wl-summary-delete-cache, wl-summary-set-score-mark)
2960         (wl-summary-mark-as-unread, wl-summary-unmark)
2961         (wl-summary-mark-line, wl-summary-mark-as-read)
2962         (wl-summary-mark-as-important): Ditto.
2963
2964         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2965         end of the window if possible.
2966         * wl-summary.el (wl-summary-sync-update): Support lazy
2967         highlighting.
2968         (wl-summary-toggle-disp-msg): Ditto.
2969
2970 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2971
2972         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2973
2974 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2975
2976         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2977         change.
2978
2979 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2980
2981         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2982         API.
2983         (wl-summary-sync-update): Ditto.
2984
2985         * wl-score.el (wl-score-get-score-alist): Changed argument.
2986         (wl-summary-rescore-msgs): Likewise.
2987         (wl-summary-score-headers): Likewise.
2988         (wl-score-headers): Likewise;
2989         Use elmo-folder-do-each-message-entity, etc.
2990         (wl-summary-score-effect): Follow the changes above.
2991         (wl-summary-rescore): Ditto.
2992         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2993         (wl-score-get-overview): Abolish.
2994
2995         * wl-summary.el (wl-summary-default-from): Follow the API change in
2996         elmo-msgdb.
2997         (wl-summary-count-unread): Ditto.
2998         (wl-summary-detect-mark-position): Ditto.
2999         (wl-summary-overview-entity-compare-by-date): Ditto.
3000         (wl-summary-overview-entity-compare-by-number): Ditto.
3001         (wl-summary-overview-entity-compare-by-from): Ditto.
3002         (wl-summary-overview-entity-compare-by-subject): Ditto.
3003         (wl-summary-get-list-info): Ditto.
3004         (wl-summary-rescan): Ditto.
3005         (wl-summary-jump-to-msg-by-message-id): Ditto.
3006         (wl-summary-sync-update): Ditto; Removed comment.
3007         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3008         (wl-summary-insert-message): Use wl-summary-insert
3009         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3010         (wl-summary-insert-headers): Changed argument overview to folder.
3011         (wl-summary-search-by-subject): Likewise.
3012         (wl-summary-insert-thread): Renamed from 
3013         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3014
3015         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3016         too.
3017
3018         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3019         wl-string-member.
3020
3021 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3022
3023         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3024         elmo-folder-append-buffer.
3025         (wl-draft-queue-append): Likewise.
3026
3027         * wl-mime.el (wl-message-delete-current-part): Ditto.
3028         (wl-summary-burst-subr): Ditto.
3029
3030         * wl-news.el.in (wl-news-send-news): Ditto.
3031
3032 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3033
3034         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3035         function.
3036         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3037         (wl-summary-update-mark): Enclose with save-excursion.
3038         (wl-summary-mark-as-read-internal): Fixed last change.
3039         (wl-summary-mark-as-important): Use 3rd argument of
3040         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3041         Don't use elmo-msgdb-set-mark.
3042         (wl-summary-redisplay-internal): If msgdb flag is already read,
3043         just update the mark on buffer.
3044
3045 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3046
3047         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3048         cut visible folder when elmo-folder-delete returns non-nil value.
3049
3050 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3051
3052         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3053         by Kenichi OKADA <okada@opaopa.org>).
3054
3055 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3056
3057         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3058
3059 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3060
3061         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3062         Fixed the last change, search group entity by its real name.
3063         (Thanks to: KOBAYASHI Shinji)
3064
3065 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3066
3067         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3068         (wl-fldmgr-access-display-all): Don't refer visible name.
3069         * wl-expire.el (wl-folder-archive-current-entity)
3070         (wl-folder-expire-current-entity): Ditto.
3071         * wl-folder.el (wl-folder-jump-to-current-entity)
3072         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3073         (wl-folder-open-folder-sub,wl-folder-open-all)
3074         (wl-folder-write-current-folder): Ditto.
3075         (wl-folder-insert-entity): Don't use petname for normal group.
3076         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3077         is the real name.
3078         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3079         Abolished.
3080
3081 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3082
3083         * wl-draft.el (wl-draft-create-buffer): Add
3084         `wl-summary-reply-with-citation'
3085
3086 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3087
3088         * wl-draft.el (wl-draft-reply): Fixed.
3089
3090 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3091
3092         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3093         when `wl-draft-send-confirm-with-preview' is non-nil.
3094         You can scroll up/down by j/k.
3095         (wl-draft-send-confirm-with-preview): New variable (default=t).
3096
3097 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3098
3099         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3100         (wl-fldmgr-save-folders): Fix comment.
3101
3102 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3103
3104         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3105         along the last change in `wl-folder-buffer-group-p'.
3106
3107 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3108
3109         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3110         folder.
3111
3112         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3113         the default value.
3114
3115         * wl-mime.el (wl-summary-burst): Update summary only when target
3116         folder equals current folder.
3117
3118 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3119
3120         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3121
3122 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3123
3124         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3125         value.
3126
3127 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3128
3129         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3130         `map-extents' instead of `extent-at' repeatedly.
3131         (wl-highlight-folder-current-line): Ditto.
3132
3133         * wl-highlight.el: Remove useless dummy functions.
3134
3135 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3136
3137         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3138         (wl-folder-put-folder-property): New function to put text property.
3139         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3140         (wl-folder-insert-entity, wl-folder-update-diff-line)
3141         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3142         * wl-e21.el, wl-xmas.el, wl-mule.el
3143         (wl-highlight-folder-current-line): Ditto.
3144         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3145         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3146         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3147         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3148
3149 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3150
3151         * Version number is increased to 2.11.3.
3152
3153 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3154
3155         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3156         Resume current-buffer since it is assumed by remaining tasks.
3157
3158 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3159
3160         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3161         (wl-folder-completion-function): Abolished.
3162         (wl-folder-complete-folder): New function.
3163         (wl-folder-complete-filter-condition): Ditto.
3164         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3165         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3166
3167 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3168
3169         * wl-draft.el (wl-draft-send-confirm): New function.
3170         (wl-draft-send): Use it.
3171
3172         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3173         cursor-in-echo-area while confirming.
3174
3175         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3176
3177         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3178         searching via nntp if wl-summary-search-via-nntp is 'force.
3179         Otherwise, invoke searching in nntp folder only.
3180         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3181
3182         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3183         explicitly for mime-make-text-tag.
3184
3185 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3186
3187         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3188         `mime-make-text-tag' instead of `mime-create-tag'.
3189
3190 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3191
3192         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3193         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3194
3195 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3196
3197         * wl-score.el (wl-score-save): Bind print-length and print-level.
3198         (wl-score-pretty-print): Ditto.
3199         (wl-score-edit-insert-header-entry): Ditto.
3200
3201         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3202         "From" entry to be treated with wl-draft-eword-encode-address-list.
3203         * wl-mime.el (wl-draft-preview-message): Ditto.
3204
3205         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3206         (wl-summary-mark-as-unread): Ditto.
3207         (wl-summary-mark-as-read-region): Change accordingly.
3208         (wl-summary-mark-as-unread-region): Ditto.
3209         (wl-summary-target-mark-mark-as-read): Ditto.
3210         (wl-summary-target-mark-mark-as-unread): Ditto.
3211
3212 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3213
3214         * Version number is increased to 2.11.2.
3215
3216 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3217
3218         * wl-news.el.in (wl-news-previous-version-save): Bind
3219         print-length and print-level.
3220         * wl-thread.el (wl-thread-save-entities): Ditto.
3221         (wl-thread-save-top-list): Bind print-length.
3222
3223 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3224
3225         * wl-highlight.el (wl-highlight-summary-line-string): Use
3226         wl-summary-score-below-mark, wl-summary-score-over-mark.
3227         (wl-highlight-summary-current-line): Ditto.
3228
3229 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3230
3231         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3232         insert it.
3233
3234 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3235
3236         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3237
3238 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3239
3240         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3241         message without msgid.
3242         Rewrite with elmo-folder-move-messages.
3243         Set wl-message-buffer to nil.
3244
3245         * wl-summary.el (wl-summary-erase-subr): New function. Use
3246         elmo-folder-move-messages.
3247         (wl-summary-erase): Call it.
3248         (wl-summary-target-mark-erase): Ditto.
3249
3250 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3251
3252         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3253         it is not up-tp-date.
3254
3255 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3256
3257         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3258         buffer after calling `wl-summary-goto-folder-subr' without the
3259         argument `interactive'.
3260         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3261
3262 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3263
3264         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3265         `mime-create-tag'. Use `string=' instead of `looking-at'.
3266
3267 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3268
3269         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3270         to avoid compile warning.
3271
3272         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3273         entity-id when folder is given.
3274         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3275         save-excursion, use save-selected-window instead.
3276         Select folder buffer window if exists.
3277         (To correct behavior with wl-folder-move-cur-folder.)
3278
3279 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3280
3281         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3282
3283 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3284
3285         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3286         list-count instead of %d.
3287
3288 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3289
3290         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3291         (wl-news): Set it.
3292         (wl-news-append-to-folder): Use it.
3293
3294         * wl-news.el.in (wl-news-send-news): Append to specified folder
3295         instead of wl-default-folder.
3296         (wl-news-append-to-folder): Show error message with specified folder.
3297
3298         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3299                 In most major modes, Emacs assumes that any opening
3300                 delimiter found at the left margin is the start of a
3301                 top-level definition, or defun. Therefore, *never put an
3302                 opening delimiter at the left margin unless it should have
3303                 that significance.*
3304
3305         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3306
3307 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3308
3309         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3310
3311 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3312
3313         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3314
3315 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3316
3317         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3318         for sequential numbering case.
3319
3320 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3321
3322         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3323         value.
3324         (wl-draft-reply-without-argument-list): Ditto.
3325         (wl-draft-reply-myself-with-argument-list): Abolish.
3326         (wl-draft-reply-myself-without-argument-list): Ditto.
3327         * wl-draft.el (wl-draft-self-reply-p): New function.
3328         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3329
3330 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3331
3332         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3333         (avoid error for the case without byte-compiling)
3334
3335 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3336
3337         * wl-news.el.in (wl-news-append-to-folder): New function.
3338         (wl-news-exit): Rewrite.
3339         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3340
3341 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3342
3343         * wl-draft.el (wl-draft-reply-position): New function.
3344         (wl-draft-reply-position): Fix.
3345         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3346         (wl-summary-target-mark-reply-with-citation): Ditto.
3347         (wl-summary-reply-with-citation): Ditto.
3348         * wl-vars.el (wl-draft-reply-default-position): New variable.
3349
3350 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3351
3352         * wl-draft.el (wl-draft-send): Preview when interactive send.
3353
3354 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3355
3356         * wl-draft.el (wl-draft-reply): Set default position.
3357         * wl-summary.el (wl-summary-reply): Ditto.
3358         (wl-summary-reply-with-citation): Ditto.
3359         (wl-summary-target-mark-reply-with-citation): Ditto.
3360
3361 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3362
3363         * wl-news.el.in (wl-news-lang): Set default value according to
3364         current-language-environment.
3365         (wl-news-append-news): Do nothing when news-list is nil.
3366
3367 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3368
3369         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3370         (wl-news): Change message.
3371         (wl-news-exit): Check buffer.
3372         (wl-news-force-exit): New function.
3373         (wl-news-show-all): New function.
3374         (wl-news-discard-and-exit): Fix.
3375
3376 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3377
3378         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3379         according to current-language-environment.
3380
3381         * wl-news.el.in (wl-news): If arg, show all NEWS after
3382         wl-news-default-previous-version.
3383
3384 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3385
3386         * wl-news.el.in (wl-news-check): Rewritten.
3387         (wl-news-previous-version-load): Change data type.
3388         (wl-news-previous-version-save): Change data type.
3389         (wl-news-append-news): Add return value.
3390         (wl-news-check-news): New function.
3391         (wl-news-already-current-p): New function.
3392         (wl-news-send-news): Rewritten.
3393         (wl-news-mode-map): Add new keybind.
3394         (wl-news): Rewritten.
3395         (wl-news-exit): Rewritten.
3396         (wl-news-discard-and-mail): New function.
3397         (wl-news-send-to-address): Abolished.
3398         * wl.el (wl-init): Delete a message.
3399
3400 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3401
3402         * wl-news.el.in (wl-news-exit): Update previous version.
3403         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3404
3405 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3406
3407         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3408
3409 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3410
3411         * wl-news.el.in (wl-news): New function.
3412         (wl-news-mode): New function.
3413         (wl-news-next-line): New function.
3414         (wl-news-next-page): New function.
3415         (wl-news-exit): New function.
3416         (wl-news-buf-name): New variable.
3417         (wl-news-mode-map): New variable.
3418         (wl-news-winconf): New variable.
3419         (wl-news-append-news): Add an option.
3420
3421 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3422
3423         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3424
3425 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3426
3427         * wl-news.el.in (wl-news-send-to-address): New variable.
3428         (wl-news-send-news): Use it.
3429         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3430         Return updating status.
3431         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3432
3433 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3434
3435         * wl-news.el.in (wl-news-send-news): Delete
3436         Organization and X-Face.
3437
3438 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3439
3440         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3441         (wl-news-append-news): New function.
3442         (wl-news-send-news): New function.
3443
3444 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3445
3446         * Version number is increased to 2.11.1.
3447
3448 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3449
3450         * wl-news.el.in : New file.
3451
3452 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3453
3454         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3455         default value.
3456         (wl-draft-reply-without-argument-list): Ditto.
3457
3458 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3459
3460         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3461         (wl-message-buffer-prefetch-idle-time): Ditto.
3462         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3463
3464 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3465
3466         * wl-thread.el (wl-thread-insert-message): Use
3467         wl-summary-max-thread-depth.
3468
3469         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3470         loop detection.
3471
3472         * wl-message.el (wl-message-buffer-display): Back to the first page
3473         when cache is hit.
3474
3475 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3476
3477         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3478
3479         * wl-summary.el (wl-summary-insert-thread-entity):
3480         If the thread depth is reached to wl-summary-max-thread-depth,
3481         divide the thread.
3482
3483 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3484
3485         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3486         for elmo-remove-passwd.
3487
3488 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3489
3490         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3491         folder is sticky.
3492         (wl-folder-mark-as-read-all-entity): Ditto.
3493         (wl-folder-prefetch-entity): Ditto.
3494
3495 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3496
3497         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3498
3499 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3500
3501         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3502         Delete messages on buffer for unplugged operation.
3503         (wl-summary-erase): Ditto.
3504
3505 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3506
3507         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3508         take nil so as not to search parent by subject.
3509
3510 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3511
3512         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3513         (wl-folder-get-next-folder): Ditto.
3514         (wl-folder-get-path): Ditto.
3515
3516 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3517
3518         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3519         system and encode the region with it before verifying.
3520
3521 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3522
3523         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3524         system of the echo buffer before decoding.
3525
3526 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3527
3528         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3529         original contents.
3530
3531 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3532
3533         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3534         with argument 'any-exists.
3535
3536 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3537
3538         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3539         Use `wl-cs-autoconv'.
3540
3541 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3542
3543         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3544         by `mime-view-automatic-conversion'.
3545
3546         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3547         (wl-message-verify-pgp-nonmime): Ditto.
3548         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3549         Bind them to C-c:d and C-c:v respectively.
3550
3551         Merge following code by Teranishi-san from [wl-en:00167].
3552         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3553         (wl-mime-preview-application/pgp-encrypted): Ditto.
3554         (wl-mime-setup): Add entry.
3555
3556 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3557
3558         * wl-summary.el (wl-summary-target-mark-erase): New function.
3559         Bind it to "mD".
3560
3561 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3562
3563         * wl-vars.el (wl-draft-write-file-function): Fix.
3564         (wl-draft-reedit-hook): Changed default value.
3565
3566         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3567         wl-draft-reedit-hook.
3568         (wl-draft-remove-text-plain-tag): New function.
3569         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3570
3571         * wl-vars.el (wl-draft-write-file-function): New user option.
3572
3573         * wl-draft.el (wl-draft-prepare-edit): Use it for
3574         local-write-file-hooks.
3575         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3576
3577         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3578         (wl-draft-insert-mail-header-separator): Return the body beginning
3579         point.
3580         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3581         text/plain.
3582         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3583
3584 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3585
3586         * wl-summary.el (wl-summary-erase): New function to erase message
3587         without moving it to trash. Bind to "D".
3588
3589         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3590         as `keep' unless switch-function.
3591
3592 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3593
3594         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3595         message buffer by using `wl-summary-toggle-disp-msg'.
3596         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3597         buffer window.
3598         (wl-summary-supresedes-message): Ditto.
3599
3600         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3601         Do not delete other windows.
3602         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3603         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3604         (wl-draft-create-buffer): Set reply-or-forward also for target
3605         mark commands.
3606
3607 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3608
3609         * wl-draft.el (wl-user-agent-compose): Delete special case for
3610         switch-to-buffer-other-window.
3611
3612         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3613         (wl-summary-forward): Ditto.
3614
3615         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3616         function.
3617         (wl-draft-buffer-style): New use option.
3618
3619         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3620         (wl-draft): Follow the change above.
3621         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3622         wl-draft-buffer-style.
3623         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3624         switch-function.
3625
3626 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3627
3628         * wl-address.el (wl-address-make-completion-entry): Extracted from
3629         `wl-address-make-completion-list'.
3630         (wl-address-enable-strict-loading): New variable.
3631         (wl-address-make-completion-list): Revive petname duplication
3632         inquiry, and enable it if `wl-address-enable-strict-loading'.
3633         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3634
3635 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3636
3637         * wl-message.el (wl-message-get-original-buffer): Avoid
3638         'Selecting deleted buffer' error when original buffer is killed.
3639
3640 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3641
3642         * wl-summary.el (wl-summary-next-message): Use
3643         elmo-message-accessible-p instead of elmo-message-cached-p.
3644
3645 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3646
3647         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3648
3649         * wl-thread.el (wl-thread-open-all-unread): Use
3650         elmo-folder-list-flagged instead of
3651         elmo-folder-list-messages-mark-match.
3652
3653         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3654         instead of elmo-folder-list-messages-mark-match.
3655         (wl-summary-move-spec-alist): New variable.
3656         (wl-summary-move-spec-plugged-alist,
3657         wl-summary-move-spec-unplugged-alist): Abolish.
3658         (wl-summary-next-message): Follow the change above.
3659         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3660         with 'no-msg' argument.
3661
3662         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3663         variable.
3664         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3665         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3666         (wl-message-buffer-prefetch-get-next): Follow the change above.
3667
3668 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3669
3670         * wl-version.el (wl-version): Changed codename.
3671
3672         * Version number is increased to 2.11.0.
3673
3674 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3675
3676         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3677         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3678         `wl-draft-config-variables'.
3679         (wl-draft-kill): Fixed problem when the draft is reedit.
3680
3681 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3682
3683         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3684         buffer-modified status (Thanks to
3685         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3686
3687 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3688
3689         * wl-util.el (wl-region-exists-p): New function.
3690
3691         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3692         Remove defvars for byte-compile warnings.
3693
3694 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3695
3696         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3697         defvar-maybe. Removed unused bind.
3698
3699 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3700
3701         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3702         summary buffer window before creating new frame.
3703         (wl-draft-reply): Ditto.
3704
3705 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3706
3707         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3708
3709 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3710
3711         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3712
3713 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3714
3715         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3716         instead of `kill-region'.
3717
3718 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3719
3720         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3721         (wl-highlight-summary-line-string): Use it.
3722         (wl-highlight-summary-current-line): Ditto.
3723
3724         * wl-mime.el (wl-message-delete-current-part): Check the class of
3725         mime-entity.
3726
3727         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3728
3729         * wl-summary.el (wl-summary-make-number-list): Initialize.
3730         (wl-summary-update-mark): New function.
3731         (wl-summary-reply): Put `answered' mark on the message.
3732         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3733
3734         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3735         (wl-draft-reply): Added optional argument `number';
3736         Set wl-draft-parent-number.
3737         (wl-draft-kill): Delete answered mark if it is a reply.
3738
3739 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3740
3741         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3742         that originates in mime-preview-follow-current-entity.
3743         (wl-draft-yank-current-message-entity): Use it if region is active.
3744
3745         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3746         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3747         `wl-message-delete-current-part'.
3748         * wl-mule.el (wl-message-define-keymap): Ditto.
3749         * wl-xmas.el (wl-message-define-keymap): Ditto.
3750
3751 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3752
3753         * wl-mime.el (wl-message-delete-current-part): New function.
3754         (wl-mime-node-id-to-string): Ditto.
3755
3756         * wl-mime.el (wl-message-delete-current-part): Use existing
3757         original buffer which corresponds current mime-view buffer.
3758         (fetched buffer might have different structure, possibly)
3759
3760         * wl-mime.el (wl-message-delete-current-part): Quit if the
3761         message content differs from the actual message.
3762
3763 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3764
3765         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3766         order.
3767         (wl-summary-search-by-subject): Search parent message from tail;
3768         Check the existence of the parent message on the current thread tree.
3769         (wl-summary-update-thread): Check whether the line is inserted.
3770
3771 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3772
3773         * wl-vars.el (wl-summary-line-format): Undo last change.
3774         * wl-summary.el (wl-summary-print-destination): Do not put
3775         invisible property when `wl-summary-width' is nil.
3776         (wl-summary-line-subject-minimum-length): Abolished.
3777         (wl-summary-line-subject): Ditto.
3778
3779 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3780
3781         * wl-vars.el (wl-summary-line-format): Change default value.
3782         (wl-summary-subject-length-limit): Abolished.
3783         * wl-summary.el (wl-summary-line-subject): Ditto.
3784
3785 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3786
3787         * wl-template.el (wl-template-select): Added optional argument.
3788         If optional argument is specified, reverse
3789         `wl-template-visible-select'.
3790
3791 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3792
3793         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3794         Take prefix argument to force asking the destination folder.
3795
3796 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3797
3798         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3799         count and update status.
3800
3801 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3802
3803         * wl-summary.el (wl-summary-redisplay-internal): If
3804         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3805         after fetching.
3806
3807 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3808
3809         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3810         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3811
3812         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3813
3814 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3815
3816         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3817         (All other related portions are changed).
3818         (wl-summary-mark-as-read-all): Rewrite.
3819
3820 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3821
3822         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3823         `wl-summary-mark-as-read'.
3824         (wl-summary-mark-as-unread): Rewrite.
3825         (wl-summary-mark-as-read): Added no-modeline argument.
3826         (wl-summary-resume-cache-status): Rewrite.
3827         (wl-summary-exec-subr): Remove unused local variable.
3828
3829 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3830
3831         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3832         logic to call `wl-summary-buffer-prev-folder-function'.
3833         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3834
3835 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3836
3837         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3838         is nil.
3839
3840 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3841
3842         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3843         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3844         (wl-mime-setup): Add its entry.
3845
3846 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3847
3848         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3849         (wl-summary-delete-cache): Likewise.
3850         (wl-summary-mark-as-read): Rewrite.
3851
3852 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3853
3854         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3855         `wl-summary-count-unread'.
3856
3857         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3858
3859         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3860
3861 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3862
3863         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3864         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3865         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3866         Renamed to the elmo-msgdb-*-mark.
3867         (wl-summary-score-marks): Follow the change above.
3868         (wl-summary-auto-refile-skip-marks): Ditto.
3869         (wl-summary-incorporate-marks): Ditto.
3870         (wl-summary-expire-reserve-marks): Ditto.
3871
3872         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3873         changes.
3874         (wl-thread-insert-top): Changed updating message.
3875
3876         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3877         variable.
3878         (wl-summary-count-unread): Count answered marks.
3879         (wl-summary-rescan): Call wl-summary-insert-message instead of
3880         wl-summary-append-message-func-internal.
3881         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3882         (wl-summary-prefetch-msg): Follow the variable name changes.
3883         (wl-summary-prefetch-region): Ditto.
3884         (wl-summary-mark-as-read-all): Follow the API changes;
3885         Don't call elmo-folder-replace-marks.
3886         (wl-summary-delete-cache): Follow the variable name changes.
3887         (wl-summary-resume-cache-status): Ditto.
3888         (wl-summary-update-status-marks): New function.
3889         (wl-summary-insert-message): New function.
3890         (wl-summary-sync-marks): Follow the variable name changes.
3891         (wl-summary-sync-update): Synchronize to the msgdb, too;
3892         Changed update messages.
3893         (wl-summary-make-number-list): Rewrite.
3894         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3895         (wl-summary-mark-as-unread): Follow the API changes.
3896         (wl-summary-exec-subr): Follow the variable name changes.
3897         (wl-summary-mark-as-read): Ditto.
3898         (wl-summary-move-spec-plugged-alist): Ditto.
3899         (wl-summary-move-spec-unplugged-alist): Ditto.
3900         (wl-summary-cursor-move-surface): Ditto.
3901
3902         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3903         variable name changes.
3904         (wl-highlight-summary-current-line): Ditto.
3905
3906         * wl-expire.el (wl-expire-refile): Follow the API change in
3907         elmo-folder-move-messages.
3908         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3909         (wl-summary-archive): Use elmo-folder-msgdb instead of
3910         elmo-msgdb-load.
3911
3912 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3913
3914         * wl-mime.el (wl-draft-preview-message): Restore the position
3915         before evaluating wl-draft-send-hook in preview buffer.
3916
3917 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3918
3919         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3920         when it creates new draft buffer.
3921
3922         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3923         without argument.
3924
3925         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3926         Evaluate content and if the value is string, insert it.
3927         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3928         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3929         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3930         wl-draft-config-sub-part-bottom): Use it.
3931
3932         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3933         with the folder name. The question was unintelligible when it is
3934         called from wl-save-status.
3935
3936 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3937
3938         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3939         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3940         cannot take second argument).
3941
3942 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3943
3944         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3945         as t. Since type and subtype are not case sensitive (RFC 2045).
3946
3947 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3948
3949         * wl-vars.el (wl-message-mode-line-format): New variable.
3950         (wl-message-mode-line-format-spec-alist): Ditto.
3951         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3952         (wl-message-redisplay): Use wl-message-mode-line-format.
3953
3954 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3955
3956         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3957
3958 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3959
3960         * wl-summary.el (wl-summary-default-from): Write description.
3961
3962 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3963
3964         * wl-vars.el (wl-ldap-objectclass): Abolish.
3965
3966         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3967         (wl-ldap-make-filter): Removed condition for objectclass.
3968         (wl-ldap-make-matched-value-list): Remove meaningless process.
3969         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3970         (wl-address-ldap-search): Don't add `*' to `pat' string;
3971         use ignore-errors; added `email';
3972         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3973         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3974         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3975
3976
3977 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3978
3979         * wl-draft.el (wl-draft-parent-folder): Write description.
3980         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3981
3982 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3983
3984         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3985         as "" (zero-length string) if no parent.
3986         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3987
3988 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3989
3990         * wl-address.el (wl-address-make-completion-list): Skip duplication
3991         checking.
3992         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3993         `append'.
3994
3995 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3996
3997         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3998         instead of `beginning-of-buffer'.
3999
4000 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4001
4002         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4003
4004 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4005
4006         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4007         Refer wl-message-buffer-name.
4008         (wl-message-wheel-down): Ditto.
4009
4010 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4011
4012         * wl-vars.el (wl-message-buffer-name): New user option.
4013
4014         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4015         directly instead of making alist dinamically.
4016
4017         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4018         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4019         wl-message-buffer-cache-name.
4020         (wl-message-buffer-cache-clean-up): Ditto.
4021
4022         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4023
4024         * Version number is increased to 2.9.15.
4025
4026 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4027
4028         * wl-vars.el (wl-summary-default-view-alist): New user option.
4029
4030         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4031
4032         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4033         while deleting address.
4034         (wl-draft-delete-myself-from-cc): Ditto.
4035
4036         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4037         If optional argument is specified, reverse sort order.
4038
4039         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4040
4041 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4042
4043         * wl-thread.el (wl-thread-insert-message): Return parent number if
4044         exists.
4045         (wl-thread-update-indent-string-region): Use
4046         wl-thread-update-line-on-buffer-sub instead of
4047         wl-thread-update-line-on-buffer.
4048
4049 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4050
4051         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4052         (wl-folder-close-all): Ditto.
4053
4054 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4055
4056         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4057         and mailing-list:.
4058         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4059         value.
4060         (wl-summary-line-list-info): Print mailing-list name even when 
4061         list-number is empty.
4062
4063 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4064
4065         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4066
4067         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4068         (wl-draft-open-file): Ditto.
4069         (wl-draft-random-alphabet): Ditto.
4070
4071         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4072         bindings.
4073
4074 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4075
4076         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4077         * wl-vars.el (wl-draft-config-alist): Ditto.
4078
4079 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4080
4081         * Version number is increased to 2.9.14.
4082
4083         * wl.el (wl): Don't set wl-init as nil when error occured while
4084         auto-checking folders.
4085
4086         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4087         `elmo-expand-newtext'.
4088
4089 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4090
4091         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4092         `this-command' so that `wl-folder-goto-folder' contained in
4093         `wl-summary-keep-cursor-command' work.
4094
4095 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4096
4097         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4098         message buffer displaying state.
4099
4100 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4101
4102         * wl-vars.el (wl-summary-default-view): New variable to specify
4103         default value for `wl-summary-buffer-view' instead of using
4104         set-default.
4105         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4106
4107 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4108
4109         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4110
4111         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4112
4113 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4114
4115         * wl-vars.el (wl-forward-subject-prefix): New variable.
4116         * wl-draft.el (wl-draft-forward): Use it.
4117
4118 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4119
4120         * wl-message.el (wl-message-prev-page): When it is called without
4121         lines argument, scroll down by wl-message-scroll-amount lines.
4122         (wl-message-next-page): Ditto.
4123         * wl-vars.el (wl-message-scroll-amount): Change default value
4124         to preserve current behavior.
4125
4126 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4127
4128         * wl-summary.el (wl-summary-prefetch-msg): Bind
4129         `wl-message-entity' to call `wl-summary-from-function'.
4130
4131 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4132
4133         * wl-message.el (wl-message-buffer-create): Run
4134         wl-message-buffer-created-hook.
4135
4136 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4137
4138         * wl-summary.el (wl-summary-sort-specs): New variable.
4139         (wl-summary-default-sort-spec): Ditto.
4140         (wl-summary-sort): Rewrite.
4141         (wl-summary-sort-by-list-info): New function.
4142
4143 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4144
4145         * wl-summary.el (wl-summary-get-list-info): New function.
4146         (wl-summary-sort): Rewrite.
4147         (wl-summary-line-list-info): Ditto.
4148         (wl-summary-line-list-count): Ditto.
4149         (wl-summary-refile-region): Fixed docstring.
4150
4151 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4152
4153         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4154         `wl-folder-entity-hashtb' as completion table.
4155
4156 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4157
4158         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4159         only when this command is called interactively; silence the byte-
4160         compiler.
4161
4162 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4163
4164         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4165         active in XEmacs.
4166
4167 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4168
4169         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4170         plural lines.
4171
4172 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4173
4174         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4175         of current line when the cursor is on the header name.
4176         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4177
4178 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4179
4180         * wl-util.el (wl-read-directory-name): Return displayed directory
4181         as the default value also on XEmacs.
4182
4183 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4184
4185         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4186         formatting.
4187
4188 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4189
4190         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4191         argument and when it is non-nil, check face property before
4192         highlighting for each line.
4193         (wl-highlight-summary-window): Set it.
4194
4195 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4196
4197         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4198         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4199
4200         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4201         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4202         (wl-draft-get-fcc-list): Likewise.
4203
4204 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4205
4206         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4207         (wl-thread-entity-cur): Ditto.
4208         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4209         wl-thread-indent-regexp setting.
4210         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4211
4212         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4213         wl-summary-lazy-highlight.
4214         (wl-summary-display-bottom): Ditto.
4215
4216         * wl-thread.el (wl-thread-open-close): Likewise.
4217
4218         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4219         from and subject;
4220         Bind wl-draft-use-frame;
4221         Enclose with save-window-excursion;
4222         Use wl-draft-create-buffer instead of with-temp-buffer;
4223         Use wl-draft-prepare-edit;
4224         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4225         Use wl-draft-send instead of wl-draft-raw-send.
4226
4227 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4228
4229         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4230         of using wl-from.
4231
4232 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4233
4234         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4235         insert-buffer instead of clone-buffer.
4236         (wl-draft-doing-mime-bcc): New variable.
4237         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4238         infinite loop.
4239         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4240
4241         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4242         (wl-draft-mime-bcc-body): Ditto.
4243
4244         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4245         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4246         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4247         wl-draft-do-mime-bcc.
4248         (wl-draft-mime-bcc-field): New function.
4249         (wl-draft-do-mime-bcc): Ditto.
4250
4251         * wl-address.el (wl-address-complete-header-list): New variable.
4252         (wl-address-complete-header-regexp): Changed default value.
4253
4254         * Version number is increased to 2.9.13.
4255
4256 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4257
4258         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4259         it is differed.
4260
4261 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4262
4263         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4264         (wl-summary-line-list-count): Ditto.
4265
4266 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4267
4268         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4269         (wl-nntp-posting-function): New variable.
4270         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4271         `wl-nntp-posting-config-alist'.
4272
4273 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4274
4275         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4276         FLIM.
4277
4278 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4279
4280         * wl-summary.el (wl-summary-target-mark-refile-sub):
4281         Remove a nuisance funcall.
4282
4283 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4284
4285         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4286         as t for `try-completion'.
4287
4288 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4289
4290         * wl-summary.el (wl-summary-default-from): Use
4291         wl-address-header-extract-address instead of
4292         std11-extract-address-components.
4293         (wl-summary-simple-from): Ditto.
4294         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4295         (wl-summary-insert-headers): Show message.
4296         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4297         for whole line.
4298         (wl-summary-default-from): Revert last change.
4299         (wl-summary-simple-from): Ditto.
4300         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4301         (wl-summary-mark-as-read-region): Follow the change above.
4302         (wl-summary-sync-marks): Ditto.
4303         (wl-summary-target-mark-mark-as-read): Ditto.
4304         (wl-summary-redisplay-internal): Ditto.
4305         (wl-summary-redisplay-no-mime-internal): Ditto.
4306         (wl-summary-redisplay-all-header): Ditto.
4307         (wl-summary-mark-as-read): Removed argument `cached';
4308         Use current cache status to set cache mark.
4309         (wl-summary-redisplay-internal): Follow the change above.
4310         (wl-summary-redisplay-no-mime-internal): Ditto.
4311         (wl-summary-redisplay-all-header): Ditto.
4312
4313         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4314
4315         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4316         Don't call itself recursively (Adviced by Yamaoka-san).
4317
4318 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4319
4320         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4321         bind wl-summary-highlight as nil to avoid error caused by missing
4322         local variables.
4323
4324 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4325
4326         * wl-vars.el (wl-invalid-character-message): New user option.
4327
4328         * wl-util.el (wl-set-string-width): If truncated string-width is
4329         larger than specified width, use `wl-invalid-character-message'.
4330
4331 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4332
4333         * wl-summary.el (wl-summary-prefetch-msg): 
4334         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4335
4336 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4337
4338         * wl-vars.el (wl-summary-check-line-format): New user option.
4339         (wl-summary-line-format-file): Ditto.
4340
4341         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4342         variable.
4343         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4344         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4345         and `wl-summary-view-old-p' to check whether do a rescan or not.
4346         (wl-summary-view-old-p): New function.
4347         (wl-summary-line-format-changed-p): Ditto.
4348         (wl-summary-line-format-save): Ditto.
4349         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4350
4351         * wl-util.el (wl-set-string-width): Avoid using negative number
4352         for make-string.
4353
4354 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4355
4356         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4357         return value.
4358
4359         * wl-util.el (wl-set-string-width): Added optional argument
4360         `padding' (All other related portions are changed).
4361         (wl-line-parse-format): If the first letter of column number is
4362         `0', zero-padding the result (ex: "%05l").
4363
4364         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4365
4366 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4367
4368         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4369         sequential summary view.
4370
4371 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4372
4373         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4374         if it doesn't have a -unix version.
4375
4376 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4377
4378         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4379
4380 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4381
4382         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4383         content.
4384         (wl-draft): Follow the change above.
4385
4386         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4387
4388         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4389         and wl-folder-summary-line-format-alist contain %T and %P.
4390
4391         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4392         (wl-summary-mode-line-format): New user option.
4393         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4394         (wl-summary-line-format): Changed default value.
4395         (wl-summary-lazy-highlight): Changed default value.
4396
4397         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4398         change in wl-summary-create-line.
4399         (wl-thread-insert-entity-sub): Ditto.
4400
4401         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4402         (wl-summary-buffer-unread-status): Ditto.
4403         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4404         (wl-summary-buffer-persistent-mark-column): Ditto.
4405         (wl-summary-buffer-mode-line-formatter): Ditto.
4406         (wl-summary-buffer-mode-line): Ditto.
4407         (wl-summary-message-regexp): Abolished.
4408         (All other related portions are changed.)
4409         (wl-summary-detect-mark-position): New function.
4410         (wl-summary-buffer-set-folder): Setup
4411         wl-summary-buffer-mode-line-formatter.
4412         (wl-summary-mode): Setup selective-display;
4413         Setup pre-idle-hook when xemacs.
4414         (wl-summary-update-modeline): Rewrite.
4415         (wl-summary-jump-to-msg): Define as function;
4416         Changed regexp for searching messages.
4417         (wl-summary-message-number): Rewrite.
4418         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4419         Do rescan when old type summary cache.
4420         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4421         (wl-summary-remove-destination): Use '\r' to detect EOL.
4422         (wl-summary-print-destination): Ditto.
4423         (wl-summary-temp-mark): New inline function.
4424         (wl-summary-persistent-mark): Ditto.
4425         (wl-summary-line-number): New function.
4426         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4427         (wl-summary-line-list-count): New function.
4428         (wl-summary-create-line): Added argument persistent-mark.
4429         (All other related portions are changed)
4430         (wl-summary-create-line): Insert '\r'.
4431         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4432         (wl-summary-cursor-move-surface): New inline function.
4433         (wl-summary-prev): Use it.
4434         (wl-summary-next): Ditto.
4435
4436         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4437         wl-summary-message-regexp.
4438         (wl-highlight-summary): Delete progress message.
4439         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4440
4441         * Version number is increased to 2.9.12.
4442
4443 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4444
4445         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4446         variable (nil: no minimum).
4447         (wl-summary-line-subject): Add some spaces after subject by
4448         wl-summary-line-subject-minimum-length.
4449
4450 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4451
4452         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4453         and removed `F'.
4454         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4455         change above).
4456
4457 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4458
4459         * wl-summary.el (wl-summary-line-list-count): Reverted.
4460         (example setting in samples/*/dot.wl is also updated)
4461
4462 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4463
4464         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4465
4466         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4467
4468         * wl-vars.el (wl-summary-line-format): Addes some description to the
4469         docstring.
4470
4471         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4472         (wl-summary-line-close-bracket): Ditto.
4473         (wl-summary-line-children-number): Ditto.
4474         (wl-summary-line-thread-indent): Ditto.
4475         (wl-summary-line-children-and-from): Ditto.
4476
4477         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4478         't', 'c', 'F' and added 'C'.
4479
4480         * wl-util.el (wl-set-string-width): Accept negative value.
4481         (wl-line-parse-format): Added "%number(" and "%)".
4482
4483 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4484
4485         * wl-summary.el (wl-summary-line-list-count): Change format of the
4486         return value.
4487
4488 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4489
4490         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4491         from the recent message.el.
4492         (wl-draft-point-in-header-p): Ditto.
4493         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4494         wl-draft-beginning-of-line.
4495         * wl-e21.el (wl-draft-mode-map): Ditto.
4496         * wl-xmas.el (wl-draft-mode-map): Ditto.
4497
4498         * wl-folder.el: Sort macrodefs by dependencies.
4499
4500 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4501
4502         * wl-summary.el (wl-summary-prev): Fixed regexp.
4503         (wl-summary-next): Ditto.
4504
4505 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4506
4507         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4508
4509 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4510
4511         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4512         for backward compatibility.
4513
4514 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4515
4516         * wl-summary.el (wl-summary-line-list-count): New function, merged
4517         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4518         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4519         list counts.
4520
4521 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4522
4523         * wl-summary.el (wl-summary-create-line): Ignore errors while
4524         timezone-fix-time.
4525
4526         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4527
4528         * wl-summary.el (wl-summary-sync-update): Ditto.
4529         (wl-summary-default-from): Use wl-message-entity
4530         instead of entity.
4531
4532         * wl-summary.el (wl-summary-create-line): Fix.
4533
4534         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4535         (wl-summary-line-format): New user option.
4536         (wl-folder-summary-line-format-alist): Ditto.
4537         (wl-summary-from-width): Abolished.
4538
4539         * wl-util.el (toplevel): Require 'bytecomp.
4540         (wl-line-parse-format): New function.
4541         (wl-line-formatter-setup): New macro.
4542
4543         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4544         (wl-summary-buffer-line-formatter): New buffer local variable.
4545         (wl-summary-switch-to-clone-buffer): Follow the change above.
4546         (wl-summary-message-regexp): Fix.
4547         (wl-summary-from-func-internal): Abolished.
4548         (wl-summary-subject-func-internal): Ditto.
4549         (wl-summary-subject-filter-func-internal): Ditto.
4550         (All other related portions are changed.)
4551         (wl-summary-buffer-set-folder):
4552         Set up wl-summary-buffer-number-column and 
4553         wl-summary-buffer-line-formatter
4554         (All other related portions are changed.)
4555         (wl-summary-buffer-number-column-detect): Abolished.
4556         (All other related portions are changed.)
4557         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4558         (wl-summary-delete-all-temp-marks-on-buffer): Use
4559         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4560         (wl-summary-target-mark-delete): Ditto.
4561         (wl-summary-target-mark-refile-subr): Ditto.
4562         (wl-summary-target-mark-mark-as-read): Ditto.
4563         (wl-summary-target-mark-mark-as-unread): Ditto.
4564         (wl-summary-target-mark-mark-as-important): Ditto.
4565         (wl-summary-target-mark-save): Ditto.
4566         (wl-summary-replace-status-marks): Renamed from
4567         wl-summary-set-status-marks-on-buffer;
4568         Use wl-summary-message-regexp instead of
4569         wl-summary-buffer-number-regexp.
4570         (wl-summary-sync-update): Follow the change above.
4571         (wl-summary-goto-previous-message-beginning): New function.
4572         (wl-summary-mark-as-unread): Use it.
4573         (wl-summary-mark-as-important): Ditto.
4574         (wl-summary-line-formatter): New variable.
4575         (wl-summary-line-year): New function.
4576         (wl-summary-line-day): Ditto.
4577         (wl-summary-line-day-of-week): Ditto.
4578         (wl-summary-line-hour): Ditto.
4579         (wl-summary-line-minute): Ditto.
4580         (wl-summary-line-open-bracket): Ditto.
4581         (wl-summary-line-close-bracket): Ditto.
4582         (wl-summary-line-children-number): Ditto.
4583         (wl-summary-line-thread-indent): Ditto.
4584         (wl-summary-line-size): Ditto.
4585         (wl-summary-line-subject): Ditto.
4586         (wl-summary-line-from): Ditto.
4587         (wl-summary-line-children-and-from): Ditto.
4588         (wl-summary-create-line): Rewritten.
4589         (wl-summary-format-date): Abolished.
4590
4591         * wl-highlight.el (wl-highlight-summary-current-line): Use
4592         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4593         Use thread structure to detect thread top message.
4594
4595         * wl-draft.el (wl-default-draft-cite): Don't use
4596         wl-summary-from-func-internal.
4597
4598         * wl-refile.el (wl-refile-subject-learn): Don't use
4599         wl-summary-subject-filter-func-internal.
4600         (wl-refile-guess-by-subject): Ditto.
4601
4602         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4603         parameters.
4604
4605         * wl-thread.el (wl-thread-update-indent-string-region):
4606         Use wl-thread-update-line-on-buffer instead of
4607         wl-thread-update-indent-string.
4608         (wl-thread-update-children-number): Redefine using
4609         wl-thread-update-line-on-buffer.
4610         (wl-thread-update-indent-string): Abolished.
4611
4612         * Version number is increased to 2.9.11.
4613
4614 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4615
4616         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4617         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4618         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4619
4620         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4621         as nil.
4622
4623         * wl-thread.el (wl-thread-open-all-unread): Use 
4624         elmo-folder-list-messages-mark-match.
4625         (wl-thread-insert-message): Removed argument `mark-alist'.
4626         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4627         elmo-msgdb-set-mark.
4628         (wl-thread-get-children-msgs-uncached): Likewise.
4629         (wl-thread-get-exist-children): Added argument include-self.
4630         (wl-thread-delete-message): Follow the change above.
4631
4632         * wl-summary.el (wl-summary-count-unread): Removed argument.
4633         (wl-summary-rescan): Follow the change above.
4634         (wl-summary-mark-as-read-region): Ditto
4635         (wl-summary-mark-as-unread-region): Ditto.
4636         (wl-summary-delete-messages-on-buffer): Ditto.
4637         (wl-summary-sync-update): Ditto.
4638         (wl-summary-switch-to-clone-buffer): Ditto.
4639         (wl-summary-goto-folder-subr): Ditto.
4640         (wl-summary-target-mark-mark-as-read): Ditto.
4641         (wl-summary-target-mark-mark-as-unread): Ditto.
4642         (wl-summary-target-mark-mark-as-important): Ditto.
4643         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4644         (wl-summary-update-thread): Removed argument `mark-alist'.
4645         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4646         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4647         (wl-summary-resume-cache-status): Likewise.
4648         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4649         elmo-msgdb-set-mark.
4650         (wl-summary-mark-as-read-all): Likewise.
4651         (wl-summary-delete-cache): Ditto.
4652         (wl-summary-auto-select-msg-p): Ditto.
4653         (wl-summary-mark-as-unread): Ditto.
4654         (wl-summary-no-auto-refile-message-p): Ditto.
4655         (wl-summary-mark-as-read): Ditto.
4656         (wl-summary-mark-as-important): Ditto.
4657         (wl-summary-auto-refile): Follow the change above.
4658         (wl-summary-delete-all-marks): Removed.
4659         (wl-summary-resume-marks-and-highlight): Ditto.
4660         (wl-summary-resume-marks): Ditto.
4661         (wl-summary-delete-important-msgs-from-list): Ditto.
4662         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4663
4664         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4665         wl-summary-count-unread.
4666
4667         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4668         (wl-summary-score-update-all-lines): Use
4669         elmo-msgdb-set-mark.
4670
4671 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4672
4673         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4674         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4675         (wl-summary-create-line): Renamed from
4676         wl-summary-overview-create-summary-line;
4677         Argument rearrangement.
4678         (wl-summary-update-thread): Follow the change above.
4679
4680         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4681         (wl-thread-insert-entity-sub): Likewise.
4682
4683         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4684         argument `overview', `mark-alist' and added `msgdb'.
4685
4686         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4687
4688         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4689         (wl-summary-rescan): Follow the change above.
4690         (wl-summary-sync-update): Ditto.
4691         (wl-summary-insert-thread-entity): Ditto;
4692         Don't use `let*' in every while loop;
4693         Detect infinite loop of threads.
4694         (wl-summary-update-thread): Removed argument `overview'.
4695
4696         * wl-thread.el (wl-thread-insert-message): Ditto.
4697
4698         * Version number is increased to 2.9.10.
4699
4700         * wl-message.el (wl-message-redisplay): Ignore errors while
4701         wl-message-redisplay-hook.
4702
4703 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4704
4705         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4706
4707 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4708
4709         * wl.el (wl): inhibit-quit while wl-folder.
4710
4711 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4712
4713         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4714         while msgdb access.
4715
4716 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4717
4718         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4719         even if no folder is not created.
4720
4721 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4722
4723         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4724
4725         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4726         implementation.
4727         (wl-summary-target-mark-thread): Ditto.
4728
4729         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4730
4731 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4732
4733         * wl-util.el (wl-display-bytes): Remove unused function.
4734
4735 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4736
4737         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4738         seems critical one (partially reverse the change in 2002/03/17).
4739
4740 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4741
4742         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4743         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4744
4745 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4746
4747         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4748         is not writable.
4749         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4750         plugged status instead of `'force' as 2nd argument.
4751
4752         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4753         is not creatable.
4754
4755         * Version number is increased to 2.9.9.
4756
4757 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4758
4759         * wl-summary.el (wl-summary-suspend): New function.
4760
4761 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4762
4763         * wl.el (wl): Do not check variables if check is nil.
4764         * wl-utils.el (wl-collect-draft): New function.
4765         * wl-folder.el (wl-folder-suspend): Put summary buffers
4766         and draft buffers at the end of buffer list.
4767         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4768
4769 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4770
4771         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4772         loop instead of recursive call.
4773
4774         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4775         2nd argument.
4776
4777 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4778
4779         * wl-draft.el (wl-draft-create-contents): Don't take neither
4780         (function . args) nor (string . something) any more.
4781
4782         * wl-version.el (wl-generate-user-agent-string): Return string
4783         without header symbol.
4784         * wl-draft.el (wl-draft-default-headers): Use it.
4785
4786         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4787         `wl-draft-insert-ccs' and return field value instead of inserting
4788         the header. Abolish cc argument.
4789         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4790
4791         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4792         rather than one with string car.
4793
4794         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4795         * wl-draft.el (wl-draft-create-contents): Add it after the default
4796         headers.
4797
4798         * wl-draft.el (wl-draft-create-contents): For the case of
4799         (symbol-or-string . function) insert header only when the function
4800         returns string value.
4801
4802 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4803
4804         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4805         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4806
4807 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4808
4809         * wl.el (wl-check-environment): Don't check Message-ID when
4810         `wl-insert-message-id' is nil.
4811         Revive checking if `wl-message-id-domain' contains "@".
4812
4813 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4814
4815         * wl.el (wl-check-environment): Merge examination for "@" at
4816         inappropriate position into the first string-match.
4817
4818         * wl-summary.el (wl-summary-target-mark-print): New function.
4819         (wl-summary-pipe-message-subr): Extracted from
4820         `wl-summary-pipe-message'.
4821         (wl-summary-target-mark-pipe): New function.
4822         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4823         `wl-summary-target-mark-pipe'.
4824
4825 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4826
4827         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4828
4829 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4830
4831         * wl.el (wl-check-environment): Use elmo-warning instead of
4832         error for non-critical ones.
4833         Remove trash folder check.
4834         (wl): Don't ignore error in wl-check-environment.
4835
4836         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4837         check, which is moved from `wl-check-environment'.
4838         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4839
4840 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4841
4842         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4843         guess anything, call wl-summary-write.
4844         (wl-summary-write): Create draft with blank To field.
4845         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4846
4847 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4848
4849         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4850         argument full as well for wl-folder-write-current-folder.
4851         If wl-*-write-current-folder cannot guess addressee, add blank
4852         To header.
4853         Rewrite condition for positioning cursor.
4854
4855 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4856
4857         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4858         summary buffer is present, use it.
4859         (wl-folder-jump-to-previous-summary): Ditto.
4860
4861 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4862
4863         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4864
4865         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4866         wl-summary-previous-buffer and wl-summary-next-buffer.
4867
4868         * wl-folder.el (wl-folder-mode-map): Bind
4869         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4870         (wl-folder-jump-to-next-summary): New function.
4871         (wl-folder-jump-to-previous-summary): Ditto.
4872
4873         * wl-draft.el (wl-draft): Rearranged.
4874
4875 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4876
4877         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4878         of header.
4879         (wl-draft): Collect arguments for the header as header-alist.
4880         (wl-draft-forward): Arrange arguments for wl-draft.
4881         (wl-draft-reply): Ditto.
4882         (wl-draft-edit-string): Ditto.
4883         * wl-summary.el (wl-summary-write): Ditto.
4884         (wl-summary-write-current-folder): Ditto.
4885
4886         * Version number is increased to 2.9.8.
4887
4888 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4889
4890         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4891
4892         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4893
4894         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4895         even if the guess failed.
4896
4897         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4898         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4899         wl-summary-write-current-folder.
4900         * wl-xmas.el: Ditto.
4901
4902 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4903
4904         * wl-summary.el (wl-summary-next-page): Force display message if
4905         message is not displayed yet.
4906         (wl-summary-prev-page): Ditto.
4907
4908 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4909
4910         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4911
4912 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4913
4914         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4915         add "Preview Message" and "Save Draft and Exit".
4916
4917 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4918
4919         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4920         if addrmgr is called from draft in splitted window.
4921
4922         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4923         * wl-mule.el: Ditto.
4924         * wl-xmas.el: Ditto.
4925
4926 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4927
4928         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4929
4930         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4931         * wl-xmas.el (wl-folder-toolbar): Ditto.
4932
4933 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4934
4935         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4936         and wl-draft-save-and-exit.
4937         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4938         * wl-xmas.el: Ditto.
4939         * wl-mule.el: Ditto.
4940
4941         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4942         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4943
4944 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4945
4946         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4947         lists for saving buffer.
4948
4949 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4950
4951         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4952         parent-folder argument instead of it.
4953         (wl-draft-create-buffer): Ditto.
4954         (wl-draft-forward): Ditto.
4955         (wl-draft-reply): Ditto.
4956         * wl-summary.el (wl-summary-write): Ditto.
4957         (wl-summary-write-current-folder): Ditto.
4958
4959         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4960         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4961         Folder buffer after composing.
4962
4963 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4964
4965         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4966         header if the file `wl-x-face-file' already contains it.
4967
4968 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4969
4970         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4971         folder" entry.
4972         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4973         * wl-e21.el (wl-folder-toolbar): Ditto.
4974         * wl-xmas.el (wl-folder-toolbar): Ditto.
4975
4976 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4977
4978         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4979         wl-folder-goto-folder with sticky argument.
4980         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4981
4982 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4983
4984         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4985         and wl-summary-previous-buffer.
4986         (wl-summary-next-buffer): New function.
4987         (wl-summary-previous-buffer): Ditto.
4988
4989 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4990
4991         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4992         wl-folder-jump-to-current-entity-with-arg.
4993         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4994         `wl-folder-jump-to-current-entity'.
4995         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4996         `wl-summary-goto-folder-sticky'.
4997         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4998         `wl-summary-goto-folder'.
4999         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5000         Unless force-exit, do not clean temp. marks for sticky summary.
5001         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5002
5003 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5004
5005         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5006         not entire.
5007
5008 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5009
5010         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5011         to `C-x C-s'.
5012         (wl-summary-save-status): New command.
5013         (wl-summary-exit): Don't clean-up temp marks when sticky.
5014         (Applied patch from Nakayama-san [wl: 09548])
5015         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5016         Do nothing when no mark data.
5017         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5018         Call `wl-summary-delete-all-temp-marks' before saving.
5019
5020 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5021
5022         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5023
5024 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5025
5026         * wl.el (wl-check-environment): Also cause error when (system-name)
5027         returns "localhost.localdomain". (Although it doesn't affect because
5028         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5029
5030 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5031
5032         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5033         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5034
5035         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5036         value.
5037
5038 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5039
5040         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5041         Likewise r-cc-list and r-ng-list.
5042
5043 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5044
5045         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5046         only if it is bound as variable.
5047
5048         * wl-mime.el (wl-draft-preview-message): Ditto.
5049
5050 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5051
5052         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5053         needless `goto-char'.
5054
5055         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5056         `wl-summary-redisplay-no-mime-internal' instead of
5057         `wl-summary-redisplay-no-mime'.
5058         (wl-summary-redisplay-no-mime): Changed argument;
5059         Call `wl-summary-redisplay-no-mime-internal'.
5060
5061         * wl-mime.el (wl-draft-preview-message): Bind
5062         `mime-header-encode-method-alist' locally.
5063
5064         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5065         (wl-draft-std11-parse-addresses): Added the first address check.
5066         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5067
5068         * Version number is increased to 2.9.7.
5069
5070 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5071
5072         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5073
5074 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5075
5076         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5077         related to scrollbar support, if there is no such a feature
5078         compiled in.
5079
5080 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5081
5082         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5083         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5084         for prefetch.
5085
5086 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5087
5088         * wl-summary.el (wl-summary-pick): Fix for no match.
5089
5090 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5091
5092         * wl-draft.el (wl-draft-save):
5093         Override `mime-header-encode-method-alist'.
5094
5095 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5096
5097         * wl-folder.el (wl-folder-pick): New function.
5098         Define key as "?".
5099
5100 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5101
5102         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5103         Fix for unplugged.
5104
5105 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5106
5107         * wl-folder.el (wl-folder-virtual): New function.
5108         Define key as "V".
5109
5110 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5111
5112         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5113         multi folder if entity is group.
5114
5115 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5116
5117         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5118         is nil.
5119
5120 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5121
5122         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5123         (wl-summary-target-mark-msgs): Return the number of marked messages.
5124
5125 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5126
5127         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5128         "first:" is specified.
5129
5130 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5131
5132         * wl-vars.el (wl-from): Use return value of function
5133         user-full-name instead of the variable user-full-name since
5134         XEmacs-20.4 doesn't set this variable.
5135
5136 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5137
5138         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5139         call `wl' directly.
5140
5141 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5142
5143         * wl-draft.el (wl-draft-reedit): Removed duplicated
5144         switch-to-buffers.
5145
5146 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5147
5148         * wl.el (wl-other-frame): Removed garbages.
5149
5150 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5151
5152         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5153
5154         * wl-xmas.el (wl-draft-key-setup): Ditto.
5155
5156         * wl-mule.el (wl-draft-key-setup): Ditto.
5157
5158         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5159         (wl-draft-reedit): Ditto.
5160         (wl-draft-prepare-edit): Add `wl-draft-save' to
5161         `local-write-file-hooks'.
5162         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5163         (wl-draft-reedit): Set buffer-file-name.
5164         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5165
5166
5167         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5168         call it.
5169         (wl-delete-startup-frame-function): New variable.
5170         (wl-other-frame): New function
5171         (Original was written by Yamaoka san [wl: 09239]).
5172
5173         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5174         if `wl-folder-use-frame'.
5175
5176 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5177
5178         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5179
5180 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5181
5182         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5183         New variable.
5184         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5185         (wl-message-buffer-prefetch-get-next): Use them.
5186         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5187
5188 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5189
5190         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5191         with unwind-protect.
5192
5193         * wl-draft.el (wl-draft-reedit): Rewrite.
5194         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5195         (wl-draft-save): Insert header separator if it does not exist;
5196         Removed condition-case.
5197
5198         * wl-summary.el (wl-summary-reedit): Revert last change.
5199
5200         * wl-draft.el (wl-draft-save): Rewrite.
5201         (wl-draft-create-buffer): Set buffer-file-name as nil.
5202
5203         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5204
5205         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5206
5207         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5208         nil.
5209
5210 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5211
5212         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5213         If count is nil, do not prefetch.
5214         (wl-message-buffer-prefetch-next): Next.
5215
5216 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5217
5218         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5219
5220 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5221
5222         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5223         `delete-backward-char'
5224         (wl-draft-prepare-edit): Check major-mode.
5225         (wl-draft-decode-header): Rewrite.
5226         (wl-draft): Fix.
5227
5228 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5229
5230         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5231
5232 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5233
5234         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5235         (wl-message-buffer-prefetch-get-next): Remove size checking.
5236         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5237
5238 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5239
5240         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5241         (wl-draft-default-headers): Fix.
5242
5243 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5244
5245         * wl-draft.el (wl-draft-default-headers): Insert return value of
5246         `wl-generate-mailer-string-function'.
5247
5248 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5249
5250         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5251         (wl-draft-insert-mail-header-separator): Ditto.
5252
5253         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5254         again (Reverted the change on 2002-01-17 by OKADA san).
5255
5256 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5257
5258         * wl-draft.el (wl-draft): Rewrite.
5259         (wl-draft-create-buffer): New function.
5260         (wl-draft-create-contents): Ditto.
5261         (wl-draft-prepare-edit): Ditto.
5262         (wl-draft-decode-header): Ditto.
5263         (wl-draft-decode-body): Ditto.
5264         (wl-draft-check-new-line): Ditto.
5265         (wl-draft-default-headers): Ditto.
5266         (wl-draft-insert-mail-header-separator): Ditto.
5267
5268 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5269
5270         * Version number is increased to 2.9.6.
5271
5272 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5273
5274         * wl-draft.el (wl-draft-delete-field): Optional argument.
5275         (wl-draft-delete-fields): Ditto.
5276
5277 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5278
5279         * wl-message.el (toplevel): Eliminated byte-compile warning.
5280         for `itimer-function', `delete-timer' and `itimer-list'.
5281
5282 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5283
5284         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5285         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5286         `wl-message-buffer-prefetch-threshold'.
5287         * wl-summary.el (wl-summary-redisplay-internal): Remove
5288         the check of `wl-message-buffer-prefetch-depth'.
5289
5290 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5291
5292         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5293         size of article.
5294         (wl-message-buffer-prefetch-subr): Remove size check.
5295
5296 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5297
5298         * wl-vars.el (wl-plugged): Make customizable.
5299
5300 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5301
5302         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5303         (wl-message-buffer-prefetch-set-timer): New function.
5304         (wl-message-buffer-prefetch-get-next): New function.
5305         (wl-message-buffer-prefetch): New function.
5306         (wl-message-buffer-prefetch-next): Rewrite.
5307         (wl-message-buffer-prefetch-subr): Rewrite.
5308         * wl-vars.el (wl-auto-prefetch-first): New variable.
5309         * wl-summary.el (wl-summary-goto-folder-subr): Call
5310         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5311
5312 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5313
5314         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5315         `wl-summary-unread-message-hook'.
5316
5317 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5318
5319         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5320         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5321         if range is `cache-status'.
5322
5323 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5324
5325         * wl-message.el (wl-message-buffer-prefetch-subr):
5326         Improve debug message.
5327
5328 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5329
5330         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5331         `wl-mail-send-pre-hook'.
5332         (wl-draft-send-mail-with-qmail): Ditto.
5333         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5334
5335 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5336
5337         * wl-message.el (wl-message-buffer-prefetch-subr):
5338         Fix for cancel-function-timers bug.
5339         (wl-message-buffer-prefetch-debug): Default value is t.
5340
5341 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5342
5343         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5344         (wl-message-buffer-prefetch-subr): Rewrite.
5345         Rename from `wl-message-buffer-prefetch'.
5346
5347 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5348
5349         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5350         (wl-default-draft-cite-decorate-author): Ditto.
5351
5352         * wl-draft.el (wl-draft-cite-function): Removed.
5353         (wl-default-draft-cite-decorate-author): Ditto.
5354
5355 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5356
5357         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5358         (wl-default-draft-cite): Do not arrange author name if the value of
5359         `wl-default-draft-cite-decorate-author' is nil.
5360
5361 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5362
5363         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5364
5365         * wl-folder.el (wl-folder-check-one-entity): Don't care
5366         `elmo-folder-use-flag-p'.
5367
5368 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5369
5370         * wl-folder (wl-folder-check-one-entity): Fix
5371         problem if unread is nil.
5372
5373 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5374
5375         * wl-address.el (wl-address-make-completion-list): Check whether
5376         the address is a group list.
5377         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5378
5379 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5380
5381         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5382         The number of the messages of new and unread does not count
5383         correctly.
5384
5385         * wl-summary.el (wl-summary-count-unread): Changed to return
5386         `(new . unread)' instead of total.
5387         (wl-summary-sync-update): Follow the change above.
5388
5389         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5390
5391 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5392
5393         * wl-address.el (wl-address-make-completion-list): Do not enclose
5394         address by " <" and ">" if associated realname is "".
5395         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5396         This is against the promblem with group list in .addresses pointed
5397         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5398
5399 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5400
5401         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5402         message is a format control string.
5403         * wl-expire.el (wl-expire-append-log): Ditto.
5404         * wl-mime.el (wl-summary-burst-subr): Ditto.
5405         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5406         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5407
5408 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5409
5410         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5411         wl.el (wl-check-variables): Rename from `wl-check-type'.
5412         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5413         (wl-check-variables-2): New function.
5414         (wl): Call `wl-check-variables-2'.
5415
5416 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5417
5418         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5419         after renaming folder in access group.
5420
5421 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5422
5423         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5424         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5425         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5426         (wl-message-buffer-prefetch): Rewrite.
5427         (wl-message-buffer-prefetch-idle-time): Removed.
5428         * wl-summary.el (wl-summary-redisplay-internal):
5429         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5430         Error check for `wl-message-buffer-prefetch-depht'.
5431
5432 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5433
5434         * Version number is increased to 2.9.5.
5435         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5436
5437 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5438
5439         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5440         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5441         Based on the patch written by
5442         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5443
5444 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5445
5446         * wl-draft.el (wl-draft-raw-send): Fix for
5447         `wl-news-send-pre-hook'
5448
5449 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5450
5451         * wl-utils.el (wl-message-id-function): New variable.
5452         * wl-draft.el (wl-draft-insert-required-fields):
5453         Use `wl-message-id-function'.
5454
5455 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5456
5457         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5458         * wl-utils.el (wl-draft-make-message-id-string):
5459         Use `wl-from' for domain part of Message-ID
5460         if `wl-message-id-use-wl-from' if non-nil.
5461         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5462
5463 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5464
5465         * wl.el (wl): Call `wl-check-type'
5466         Do not 'condition-case'.
5467
5468 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5469
5470         * wl.el (wl-check-type): New function.
5471         (wl-check-type-variables): New variable.
5472
5473 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5474
5475         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5476
5477 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5478
5479         * wl-draft.el (wl-smtp-password-key): New function.
5480         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5481         (wl-draft-send-mail-with-smtp): Ditto.
5482         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5483
5484 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5485
5486         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5487         * wl-utils.el (wl-unique-id-suffix): Remove.
5488
5489 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5490
5491         * Version number is increased to 2.9.4.
5492
5493 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5494
5495         * wl-utils.el (wl-unique-id-suffix): New variable.
5496         (wl-unique-id): Use `wl-unique-id-suffix'
5497
5498 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5499
5500         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5501         instead of `elmo-msgdb-search'.
5502
5503         * Version number is increased to 2.9.3.
5504
5505 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5506
5507         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5508
5509 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5510
5511         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5512         (wl-draft-dispatch-message): Changed for send-later.
5513         (wl-draft-queue-flush): Ditto.
5514         (wl-draft): Clear `wl-sent-message-queued'.
5515         (wl-draft-reedit): Ditto.
5516         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5517         * wl-vars.el (wl-draft-force-queuing): New variable.
5518         (wl-draft-force-queuing-mail): New variable.
5519         (wl-draft-force-queuing-news): New variable.
5520
5521 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5522
5523         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5524         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5525
5526 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5527
5528         * Version number is increased to 2.9.2.
5529
5530 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5531
5532         * wl-draft.el (wl-draft-elide-region): New user command.
5533         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5534
5535         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5536         command `wl-draft-elide-region'.
5537         * wl-mule.el: Ditto.
5538         * wl-xmas.el: Ditto.
5539
5540 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5541
5542         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5543         (wl-biff-check-folder-async): Removed needless let.
5544
5545 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5546
5547         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5548         wl-folder-get-elmo-folder.
5549         (wl-biff-check-folder): Set `biff' argument of
5550         `wl-folder-check-one-entity'.
5551         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5552
5553         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5554         (wl-folder-check-one-entity): Added `biff' argument;
5555         Setup `biff' slot of folder.
5556
5557         * Version number is increased to 2.9.1.
5558
5559 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5560
5561         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5562         comment out and fixed.
5563         (wl-fldmgr-add-completion-subr): Ditto.
5564
5565         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5566         and msgdb.
5567
5568         * wl.el (wl-toggle-plugged): Save summary view.
5569
5570 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5571
5572         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5573
5574 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5575
5576         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5577
5578 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5579
5580         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5581         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5582         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5583
5584         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5585         if it was failed.
5586         (wl-demo): Disable undo in the demo buffer.
5587
5588 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5589
5590         * wl-version.el (wl-version): Changed codename.
5591
5592         * Version number is increased to 2.9.0.
5593
5594 2001-12-14  Takuo KITAME <kitame@northeye.org>
5595
5596         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5597         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5598         (wl-folder-mark-as-read-all-current-entity): Ditto.
5599
5600 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5601
5602         * wl-vars.el (wl-from-width): Define as obsolete variable.
5603         (wl-subject-length-limit): Ditto.
5604
5605         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5606
5607         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5608         wl-summary-save-view.
5609
5610         * wl.el (wl-save-status): Ditto.
5611         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5612
5613         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5614         (wl-summary-exit): Follow the change above.
5615         (wl-summary-goto-folder-subr): Ditto.
5616
5617         * wl-folder.el (wl-folder-create-subr): Don't use
5618         `elmo-folder-creatable-p'.
5619
5620 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5621
5622         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5623
5624 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5625
5626         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5627         rather than bitmap on Emacs 21.
5628         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5629         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5630         for xbm if the new redisplay engine is not available.
5631
5632 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5633
5634         * wl-folder.el (wl-folder-init-hook): New hook.
5635         (wl-folder-init): Run `wl-folder-init-hook'.
5636
5637 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5638
5639         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5640
5641 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5642
5643         * wl-acap.el (wl-acap-cache-filename): New variable.
5644         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5645         (wl-acap-init): Use cache if no ACAP server found.
5646
5647 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5648
5649         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5650         `wl-acap-original-msgdb-dir'.
5651
5652         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5653         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5654
5655         * wl-mime.el (wl-mime-save-directory): Renamed from
5656         `wl-mime-save-dir'.
5657
5658 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5661
5662         * wl-demo.el: Require `path-util'.
5663         (wl-demo-bitmap-mule-available-p): New internal variable.
5664         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5665         `module-installed-p' instead.
5666         (wl-demo-insert-image): Use *.img file for a bitmap image.
5667         (wl-demo): Don't call the ascii demo recursively.
5668
5669 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5670
5671         * Version number is increased to 2.7.7.
5672
5673 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5674
5675         * wl.el (wl-exit): Eliminated byte-compile warning.
5676
5677 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5678
5679         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5680         obsolete variable using `elmo-define-obsolete-variable'.
5681         (wl-fetch-confirm-threshold): Ditto.
5682         (wl-cache-prefetch-folder-type-list): Ditto.
5683         (wl-cache-prefetch-folder-list): Ditto.
5684
5685 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5686
5687         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5688         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5689         (wl-demo-insert-image): New function.
5690         (wl-demo-insert-text): New function.
5691         (wl-demo-image-type-alist): Redefine as a function.
5692         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5693         (wl-demo-with-temp-file-buffer): Removed.
5694         (wl-logo-xpm): Removed.
5695         (wl-logo-xbm): Removed.
5696         (wl-logo-bitmap): Removed.
5697
5698 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5699
5700         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5701         (wl-expire-localdir-get-folder-function): New user option.
5702         (wl-expire-localdir-get-folder): New function.
5703         (wl-expire-localdir-date): Ditto.
5704
5705 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5706
5707         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5708         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5709         Fixed unread number mismatch when all-unread < unread.
5710
5711 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5712
5713         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5714         (wl-fetch-confirm-threshold): Ditto.
5715
5716         * wl-summary.el (wl-summary-confirm-appends): Removed.
5717         (wl-summary-sync-update): Don't refer
5718         `wl-summary-update-confirm-threshold' (It is now abolished).
5719
5720         * wl-message.el (wl-message-display-internal): Don't refer
5721         `wl-fetch-confirm-threshold' (It is now abolished).
5722
5723 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5724
5725         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5726
5727 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5728
5729         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5730         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5731         Change default value to nil.
5732         (wl-summary-indent-length-limit): The value can be nil, nil means
5733         unlimited.
5734
5735         * wl-summary.el: Don't set limit for indent length if the value of
5736         wl-summary-indent-length-limit is nil.
5737         If the value of wl-summary-width is nil, it means only that the width
5738         of summary is unlimited (nil doesn't mean that the indent length is
5739         unlimited).
5740
5741         * wl-thread.el: Ditto.
5742
5743 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5744
5745         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5746         be nil, nil means never confirm.
5747         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5748
5749 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5750
5751         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5752         means unlimited).
5753
5754 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5755
5756         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5757         Use `with-temp-buffer'.
5758
5759 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5760
5761         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5762         with new backquote style).
5763         (wl-folder-get-entity-from-buffer): Ditto.
5764
5765 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5766
5767         * wl-version.el (nemacs-version): Eliminated.
5768         (wl-extended-emacs-version2): Ignore nemacs.
5769         (wl-extended-emacs-version3): Ditto.
5770
5771 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5772
5773         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5774         (wl-draft-add-in-reply-to): New variable.
5775         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5776         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5777         (wl-draft-yank-from-mail-reply-buffer): Use
5778         `wl-draft-add-in-reply-to'.
5779         (wl-draft-insert-current-message): Ditto.
5780
5781 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5782
5783         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5784         typo (kill->hide).
5785         (wl-message-buffer-prefetch-folder-type-list): Added elements
5786         `mark' and `cache' instead of `internal'.
5787
5788 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5789
5790         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5791         resume msgdb directory.
5792
5793 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5794
5795         * wl.el (wl-exit): Call `wl-acap-exit'.
5796
5797         * wl-summary.el (wl-summary-message-string): New function.
5798         (wl-summary-reedit): Use it.
5799         (wl-summary-resend-bounced-mail): Remove needless let.
5800         (wl-summary-supersedes-message): Ditto.
5801         (wl-summary-save): Ditto.
5802
5803         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5804         (wl-acap-init): Set it.
5805         (wl-acap-exit): New function.
5806
5807 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5808
5809         * wl.el (wl-init): Revert (require 'mime-setup). move from
5810         toplevel.
5811
5812 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5813
5814         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5815         local variables.  Add error when guess function return invalid
5816         value.
5817
5818 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5819
5820         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5821         Change local variable name.
5822         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5823         (wl-folder-get-newsgroups): Return nil when non-news folder.
5824         * wl-summary.el (wl-summary-write-current-folder): State through
5825         when guess-list return nil.
5826         (wl-summary-write-current-folder-functions): Fixed docstring.
5827
5828         * wl.el (wl-exit): Changed confirm message.
5829
5830         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5831         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5832
5833         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5834
5835 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5836
5837         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5838         user option (Renamed from wl-cache-prefetch-folder-type-list).
5839         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5840         from wl-cache-prefetch-folder-list).
5841
5842         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5843         Move to wl-vars.el.
5844         (wl-message-buffer-prefetch-p): Changed to enable
5845         `wl-message-buffer-prefetch-folder-list'.
5846
5847         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5848         `ignore-cache'.
5849
5850 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5851
5852         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5853         `part-top' and `part-bottom'.
5854         (wl-draft-config-sub-part-top): New function.
5855         (wl-draft-config-sub-part-bottom): New function.
5856
5857 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5858
5859         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5860
5861 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5862
5863         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5864
5865 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5866
5867         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5868
5869         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5870         (wl-summary-write-current-folder): Ditto.
5871
5872 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5873
5874         * wl-folder.el (wl-folder-get-newsgroups): Use
5875         `elmo-folder-newsgroups'.
5876
5877 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5878
5879         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5880         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5881         `wl-draft-config-sub-header-bottom'.
5882
5883 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5884
5885         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5886         localnews folder.
5887
5888 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5889
5890         * wl-summary.el (wl-summary-mode): Undo last change.
5891
5892         * wl-folder.el (wl-folder-mode): Ditto.
5893
5894 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5895
5896         * wl-summary.el (wl-summary-mode): Locally set
5897         truncate-partial-window-width to nil.
5898         (for XEmacs)
5899
5900         * wl-folder.el (wl-folder-mode): Ditto.
5901
5902 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5903
5904         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5905
5906 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5907
5908         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5909         number.
5910
5911         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5912
5913         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5914
5915         * Version number is increased to 2.7.6.
5916
5917 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5918
5919         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5920
5921 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5922
5923         * wl-summary.el (wl-summary-sync-update): Enclose network
5924         related portion with `unwind-protect'.
5925
5926 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5927
5928         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5929
5930 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5931
5932         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5933         element.
5934         * wl-vars.el (wl-message-body-button-alist): Ditto.
5935
5936         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5937         max match length.
5938         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5939
5940         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5941         for the max match length;
5942         Use 4th element value for the button string regexp group.
5943
5944         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5945         candidate exists, prompt to select.
5946
5947 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5948
5949         * wl-summary.el (wl-summary-jump-to-msg): Search before
5950         calibration point by `beginning-of-line'.
5951
5952 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5953
5954         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5955         for access group.
5956
5957 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5958
5959         * wl-message.el (wl-message-display-internal): Bind
5960         `default-mime-charset'.
5961
5962         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5963
5964         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5965
5966         * Version number is increased to 2.7.5.
5967
5968 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5969
5970         * wl-expire.el (wl-summary-archive): Fixed;
5971         Use `elmo-folder-name-internal'.
5972
5973 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5974
5975         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5976         from `elmo-folder-move-messages' caller.
5977         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5978
5979         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5980         related portions are changed).
5981
5982 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5983
5984         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5985         counter.
5986
5987 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5988
5989         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5990         buffer local and set it to nil.
5991
5992         * wl-message.el (wl-message-redisplay): Ditto.
5993
5994 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5995
5996         * wl-summary.el (wl-summary-mark-as-important): If message is
5997         already cached, set messag as read, otherwise encache and mark as read.
5998
5999 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6000
6001         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6002         point-min.
6003
6004 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6007         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6008         a keymap.
6009
6010 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6011
6012         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6013         parent.
6014
6015         * wl-mule.el (wl-message-define-keymap): Ditto.
6016
6017         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6018
6019         * wl-xmas.el (wl-message-display-internal-hook): Define.
6020         (wl-xmas-setup-message-toolbar): Define as function.
6021         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6022         (wl-message-overload-functions): Abolished.
6023         (wl-message-define-keymap): New function.
6024
6025         * wl-vars.el (wl-message-display-internal-hook): New variable.
6026         (wl-message-header-button-alist): New variable (Renamed from
6027         wl-highlight-message-header-button-alist).
6028         (wl-message-body-button-alist): Ditto.
6029
6030         * wl-mule.el (wl-message-define-keymap): New function.
6031         (wl-message-overload-functions): Abolished.
6032
6033         * wl-message.el (wl-message-add-buttons-to-body): New function.
6034         (wl-message-redisplay): Don't call wl-message-overload-functions;
6035         Call wl-message-add-buttons-to-header and
6036         wl-message-add-buttons-to-body.
6037         (wl-message-display-internal): Set keymap argument for
6038         elmo-mime-display-as-is, elmo-mime-message-display;
6039         Run wl-message-display-internal-hook.
6040         (wl-message-refer-article-or-url): Abolished.
6041
6042         * wl-highlight.el (wl-highlight-headers): Don't call
6043         wl-highlight-message-add-buttons-to-header.
6044         (wl-highlight-message-add-buttons-to-header): Abolished.
6045
6046
6047         * wl-e21.el (wl-message-display-internal-hook): Define.
6048         (wl-e21-setup-toolbar): Deleted duplicated binding.
6049         (wl-e21-setup-message-toolbar): Define as function.
6050         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6051         (wl-message-define-keymap): New function.
6052         (wl-message-overload-functions): Abolished.
6053
6054 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6055
6056         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6057         and elmo-folder-close.
6058
6059         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6060
6061 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6062
6063         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6064         boolean value.
6065         * wl-draft.el (wl-draft-do-fcc): Ditto.
6066
6067 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6068
6069         * wl-vars.el (wl-fcc-force-as-read): New variable.
6070         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6071         mark copied message as read.
6072
6073 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6074
6075         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6076
6077 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6078
6079         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6080         `wl-summary-target-above' instead of obsolete variable
6081         `wl-summary-temp-above'.
6082
6083         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6084         instead of `make-obsolete-variable'.
6085         * wl-refile.el (toplevel): Ditto.
6086
6087 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6088
6089         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6090         with third argument t.
6091         (wl-draft): Set first argument for wl-plugged-init as t.
6092
6093         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6094         definition.
6095
6096 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6097
6098         * wl-vars.el: Tabify.
6099         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6100
6101         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6102         message.
6103
6104 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6105
6106         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6107         and set default to beep.
6108
6109 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6110
6111         * wl-vars.el (wl-draft-truncate-lines): New variable.
6112
6113         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6114         instead of wl-message-truncate-lines for truncate-lines.
6115
6116 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6117
6118         * wl-message.el (wl-message-display-internal): Call
6119         `wl-highlight-message' after `elmo-mime-display-as-is'.
6120
6121         * wl-mime.el (wl-mime-display-text/plain): New function.
6122         (wl-mime-display-header): Ditto.
6123         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6124         body-presentation-method for text/plain;
6125         Register `wl-mime-display-header' as a header-presentation-method;
6126         Don't set up `elmo-message-text-content-inserted-hook' and
6127         `elmo-message-header-inserted-hook'.
6128
6129         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6130         variable.
6131         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6132         as t if flag is 'all-header;
6133         Don't bind `elmo-message-ignored-field-list',
6134         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6135
6136 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6137
6138         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6139         for xemacs with non-mule environment.
6140
6141 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6142
6143         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6144         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6145         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6146
6147 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6148
6149         * wl-vars.el (wl-interactive-send): Set default value as t.
6150
6151 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6152
6153         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6154         (wl-addrmgr-method-list): Abolished.
6155         (wl-addrmgr-change-method): Follow above change.
6156
6157         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6158
6159 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6160
6161         * wl-vars.el (wl-message-truncate-lines): Change default value
6162         to default-truncate-lines.
6163
6164         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6165
6166 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6167
6168         * wl-vars.el (wl-message-truncate-lines): New variable.
6169
6170         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6171         wl-message-truncate-lines.
6172
6173 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6174
6175         * wl-acap.el (wl-acap-init): Remove period from error message.
6176         (wl-acap-find-acap-service): Remove period from message.
6177
6178 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6179
6180         * wl.el (wl-check-environment): Undo last change.
6181
6182         * wl-vars.el (wl-from): Changed default value.
6183
6184         * wl-util.el (toplevel): Don't require tm-edit.
6185
6186         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6187         `wl-folder-init';
6188         Don't set mark on mail body.
6189         (wl-draft-reedit): Ditto.
6190
6191         * wl-address.el (wl-address-quote-specials): Define as an alias for
6192         elmo-address-quote-specials.
6193
6194 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6195
6196         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6197
6198         * wl-vars.el (wl-from): Set default value as nil.
6199         (wl-organization): Set default value as ORGANIZATION environment
6200         variable.
6201
6202         * wl-draft.el (wl-smtp-extension-bind): Check value of
6203         wl-smtp-connection-type.
6204
6205         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6206         error.
6207
6208 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6209
6210         * Version number is increased to 2.7.4.
6211
6212         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6213         arguments from `wl-highlight-x-face-function' caller.
6214         Use x-face-1.3.6.12 or later.
6215
6216 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6217
6218         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6219
6220 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6221
6222         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6223         (wl-fcc): Fix to accept function.
6224         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6225
6226 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6227
6228         * wl-acap.el (toplevel): Added `product-provide' declare.
6229         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6230
6231 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6232
6233         * wl.el (wl): Changed order of calling `elmo-init'
6234         and `elmo-folder-init'.
6235
6236 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6237
6238         * wl-mime.el (wl-summary-burst): Extract message when content-type
6239         of root entity is not only `multipart' but also `message/rfc822'.
6240         (wl-summary-burst-subr): Ditto.
6241
6242 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6243
6244         * wl-vars.el (toplevel): Require 'custom.
6245         (wl-trash-folder): Added to `wl-setting' group.
6246
6247         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6248         exists.
6249         (wl-addrmgr-draw): Insert empty line when no entry exists.
6250
6251         * wl-mule.el (wl-message-wheel-up): Fixed.
6252         (wl-message-wheel-down): Ditto.
6253
6254 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6255
6256         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6257         config is an anonymous lambda expression.
6258
6259 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6260
6261         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6262         when Mule 2 is running.
6263
6264 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6265
6266         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6267
6268 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6269
6270         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6271         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6272
6273         * wl-address.el (wl-address-specials-regexp): Eliminated.
6274         (wl-address-quote-specials): Rewrite.
6275
6276 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6277
6278         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6279         shy-groups for regexp.
6280
6281         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6282         character classes and Perl style shy-groups for regexp.
6283         (wl-highlight-plugged-current-line): Use Posix style character
6284         classes for regexp.
6285         (wl-e21-highlight-folder-by-numbers): Ditto.
6286         (wl-e21-display-image-p): Use `display-images-p' instead of
6287         `display-graphic-p'.
6288         (display-images-p): Make an alias to `display-graphic-p' if it is
6289         not available.  It is for Emacs version prior to 21.0.105.
6290
6291         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6292         `display-graphic-p'.
6293         (wl-demo-image-type-alist): Ditto.
6294         (display-images-p): Make an alias to `display-graphic-p' if it is
6295         not available.  It is for Emacs version prior to 21.0.105.
6296
6297 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6298
6299         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6300         support.
6301         (wl-generate-user-agent-string): Ditto.
6302
6303         * wl-version.el (wl-version): Update docsting.
6304         (wl-version-status): Ditto.
6305
6306 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6307
6308         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6309         21.0.105.  For Emacs 21.0.104 or earlier.
6310
6311 2001-09-03  Takuo KITAME <kitame@northeye.org>
6312
6313         * wl-e21.el (wl-plugged-init-icons): Use
6314         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6315         (wl-biff-init-icons): Ditto.
6316
6317 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6318
6319         * wl-highlight.el (wl-highlight-summary-current-line):
6320         Fixed highlighting refile/copy destination.
6321
6322         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6323         (wl-acap-store): Encode string by wl-acap-coding-system.
6324
6325 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6326
6327         * wl-acap.el (toplevel): Check and require 'un-define before
6328         'xemacs-ucs;
6329          Added checking for UTF-2000.
6330
6331 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6332
6333         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6334         Don't enclose with `eval-and-compile'.
6335
6336         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6337         wl-init is non-nil.
6338
6339         * wl-draft.el (wl-draft): Ditto.
6340
6341         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6342
6343         * wl-acap.el (toplevel): Require 'wl.
6344         (wl-acap-store): Call `elmo-init'.
6345
6346         * wl.el (wl): Changed position of `wl-check-environment'.
6347         (toplevel): Added autoload setting for wl-acap.
6348
6349         * wl-vars.el (wl-setting): New custom group.
6350         (wl-from): Added wl-setting group.
6351         (wl-user-mail-address-list): Ditto.
6352         (wl-organization): Ditto.
6353         (wl-subscribed-mailing-list): Ditto.
6354         (wl-envelope-from): Ditto.
6355         (wl-smtp-posting-user): Ditto.
6356         (wl-smtp-posting-server): Ditto.
6357         (wl-smtp-posting-port): Ditto.
6358         (wl-smtp-authenticate-type): Ditto.
6359         (wl-pop-before-smtp-user): Ditto.
6360         (wl-pop-before-smtp-server): Ditto.
6361         (wl-pop-before-smtp-port): Ditto.
6362         (wl-pop-before-smtp-authenticate-type): Ditto.
6363         (wl-nntp-posting-server): Ditto.
6364         (wl-nntp-posting-user): Ditto.
6365         (wl-nntp-posting-port): Ditto.
6366         (wl-fetch-confirm-threshold): Ditto.
6367         (wl-prefetch-threshold): Ditto.
6368         (wl-thread-insert-opened): Ditto.
6369         (wl-ldap-server): Ditto.
6370         (wl-ldap-port): Ditto.
6371         (wl-ldap-base): Ditto.
6372         (wl-ldap-objectclass): Ditto.
6373         (wl-use-ldap): Ditto.
6374         (wl-draft-config-alist): Ditto.
6375         (wl-draft-config-matchone): Ditto.
6376         (wl-template-alist): Ditto.
6377         (wl-message-sort-field-list): Ditto.
6378         (wl-message-ignored-field-list): Ditto.
6379         (wl-message-visible-field-list): Ditto.
6380         (wl-interactive-send): Ditto.
6381         (wl-summary-move-order): Ditto.
6382         (wl-auto-select-first): Ditto.
6383         (wl-auto-select-next): Ditto.
6384         (wl-interactive-save-folders): Ditto.
6385
6386         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6387         Initialization codes are moved from wl-local-folder-init.
6388         (wl-local-folder-init): Follow the change above.
6389         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6390
6391         * wl-acap.el: New file.
6392
6393         * Version number is increased to 2.7.3.
6394
6395 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6396
6397         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6398
6399 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6400
6401         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6402         (wl-addrmgr-address-entry-list): Ditto.
6403
6404 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6405
6406         * wl-e21.el (wl-draft-mode-map): Removed binding for
6407         `wl-draft-insert-x-face-field'.
6408
6409         * wl-mule.el (wl-draft-mode-map): Ditto.
6410
6411         * wl-xmas.el (wl-draft-mode-map): Ditto.
6412
6413         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6414         (wl-cs-autoconv): Ditto.
6415         (wl-cs-local): Ditto.
6416         (wl-use-scoring): Ditto.
6417         (wl-mime-charset): Ditto.
6418         (wl-folder-check-async): Ditto.
6419
6420         * wl.el (toplevel): Ignore nemacs and tm.
6421         (wl-exit): Ditto.
6422
6423         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6424         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6425         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6426         instead of wl-address-petname-add-or-change.
6427         (wl-summary-edit-addresses-subr): Use wl-address-delete
6428         instead of wl-address-petname-delete.
6429
6430         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6431
6432         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6433         if error occured.
6434
6435         * wl-message.el (require): Remove tm support.
6436
6437         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6438
6439         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6440         (wl-folder-jump-to-current-entity): Ditto.
6441         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6442
6443         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6444         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6445         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6446
6447         * wl-mule.el (wl-draft-key-setup): Ditto.
6448
6449         * wl-xmas.el (wl-draft-key-setup): Ditto.
6450
6451         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6452         (wl-draft-std11-parse-addresses): New function.
6453         (wl-draft-parse-mailbox-list): Use it.
6454         (wl-draft): Ignore nemacs.
6455         (wl-draft-reedit): Ditto.
6456
6457         * wl-addrmgr.el: New file.
6458         (Original is wl-rcpt.el written by
6459         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6460         Thanks Kitamoto-san.)
6461
6462         * wl-address.el (wl-address-make-address-list): Modified parsing
6463         process.
6464         (wl-address-delete): Renamed from `wl-address-petname-delete';
6465         Modify wl-address-list too.
6466         (wl-address-add-or-change): Renamed from
6467         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6468
6469 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6470
6471         * wl-highlight.el (wl-highlight-summary-current-line):
6472           Work with transient-mark-mode
6473
6474 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6475
6476         * Version number is increased to 2.7.2.
6477
6478         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6479         instead of elmo-dop-queue-method.
6480
6481 2001-08-06  SAITO Atsunori <sai@yedo.com>
6482
6483         * wl-vars.el (wl-ldap-objectclass): New user option.
6484
6485         * wl-address.el (wl-ldap-make-filter): Use it.
6486
6487 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6488
6489         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6490
6491 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6492
6493         * wl-folder.el (wl-folder): redisplay after folder insertion.
6494
6495         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6496
6497         * wl-summary.el (wl-summary-sync-update):
6498         Change status mark only when new-msgdb exists.
6499         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6500
6501 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6502
6503         * wl-summary.el (wl-summary-open-folder): New function.
6504         (wl-summary-goto-folder-subr): Use it.
6505         (wl-summary-mark-as-important): Fix;
6506         Encache only when no cache exists.
6507
6508 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6509
6510         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6511         Use with-current-buffer.
6512
6513 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6514
6515         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6516         before call `get-buffer'. Fixed parenthesis.
6517         (wl-score-get-header-entry): Clear message and help window when
6518         keyboard quit.
6519         (wl-score-edit-insert-header): Ditto.
6520
6521 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6522
6523         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6524         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6525         (wl-default-draft-cite): Fix.
6526
6527         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6528         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6529
6530 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6531
6532         * wl-message.el (wl-message-prev-page): Do same bahavior
6533         as summary when it is called in the message buffer.
6534         (wl-message-next-page): Ditto.
6535
6536 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6537
6538         * wl-summary.el (wl-summary-forward): Use cache if it is not
6539         section cache.
6540
6541 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6542
6543         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6544         Removed redundant require of elmo-vars.
6545         (wl-biff-state-indicator-on): Changed default value for
6546         xemacs with non-mule environment.
6547
6548         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6549         wl-message-buffer is nil;
6550         Hide progress bar after moving messages.
6551
6552 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6553
6554         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6555         message at cursor point is deleted.
6556
6557 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6558
6559         * wl-vars.el: Changed file coding system to euc-japan.
6560         Added -*-coding:-*- magic to the first line.
6561
6562         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6563         Search parent from the first message.
6564
6565         * Version number is increased to 2.7.1.
6566
6567 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6568
6569         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6570
6571 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6572
6573         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6574         refile/delete execution.
6575
6576         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6577         Fixed docstring.
6578
6579 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6580
6581         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6582         do update process;
6583         Don't update marks when update process is interrupted.
6584
6585 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6586
6587         * wl-summary.el (wl-summary-reply): Fixed problem when
6588         wl-draft-use-frame is non-nil.
6589         (wl-summary-forward): Ditto.
6590
6591         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6592         as nil.
6593         (wl-folder-mark-as-read-all-entity): Ditto.
6594         (wl-folder-prefetch-entity): Ditto.
6595
6596         * wl.el (wl): Check environment before wl-init.
6597
6598         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6599         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6600         instead of wl-summary-collect-unread.
6601         (wl-summary-reply): Split message window.
6602
6603 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6604
6605         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6606         only if current language environment is japanese,
6607
6608         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6609         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6610         (wl-folder-goto-folder-subr): Ditto.
6611
6612         * wl-draft.el (wl-draft-dispatch-message): Call
6613         `elmo-file-cache-get-path'.
6614
6615 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6616
6617         * wl-summary.el (wl-summary-cursor-move): If return value of
6618         wl-summary-next-message is not number, don't jump.
6619
6620 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6621
6622         * wl-summary.el (wl-summary-buffer-next-message-function): New
6623         variable.
6624         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6625         if it is bound.
6626
6627         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6628         string.
6629
6630         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6631         (wl-plugged-drawing): Ditto.
6632
6633 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6634
6635         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6636         process.
6637         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6638         with unwind-protect.
6639
6640         * wl.el (wl-init): Require mime-setup.
6641         (wl-check-environment): Don't require mime-setup.
6642
6643         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6644         instead of elmo-folder-type.
6645
6646         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6647         value as nil.
6648
6649 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6650
6651         * Version number is increased to 2.7.0.
6652
6653         * wl-version.el (wl-version): Changed codename.
6654
6655         * wl-summary.el (wl-summary-delete-cache): Fixed.
6656
6657         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6658         Workaround for net folders.
6659         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6660
6661         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6662         value to nil (According to the patch from
6663         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6664
6665         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6666         of elmo-folder-close.
6667
6668 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6669
6670         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6671         for postfix.
6672
6673 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6674
6675         * wl-summary.el (wl-summary-resend-message): Fixed.
6676
6677         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6678         Call wl-draft with `from' argument if its address is included in
6679         `wl-user-mail-address-list'.
6680         (wl-draft): Added `from' argument.
6681
6682         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6683         non-nil.
6684         (wl): Don't show demo if wl-demo is nil.
6685
6686         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6687         wl-summary-use-frame.
6688
6689         * wl-vars.el (wl-summary-use-frame): New user option.
6690         (wl-folder-use-frame): Changed docstring.
6691
6692         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6693         non-nil.
6694         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6695         wl-summary-use-frame.
6696
6697         * wl-vars.el (wl-folder-use-frame): New user option.
6698
6699         * wl-summary.el (wl-summary-exit): Back to folder frame if
6700         wl-folder-use-frame is non-nil.
6701         (wl-summary-redisplay-internal): Ignore cache if current folder
6702         is draft folder,
6703         (wl-summary-redisplay-no-mime): Ditto.
6704         (wl-summary-redisplay-all-header): Ditto.
6705
6706         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6707         if wl-folder-use-frame is non-nil.
6708
6709 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6710
6711         * wl-summary.el (wl-summary-sync-update): Bind
6712         elmo-folder-update-threshold.
6713         (wl-summary-mark-as-important): Enclosed server mark processing
6714         with `save-match-data'.
6715
6716         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6717         only when it is already defined.
6718
6719 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6720
6721         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6722         name of folder exclude localdir is wrong.
6723         * wl-folder.el (wl-folder-sync-entity):
6724         Set `wl-summary-always-sticky-folder-list' as nil.
6725         (wl-folder-mark-as-read-all-entity): Ditto.
6726         (wl-folder-prefetch-entity): Ditto.
6727
6728 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6729
6730         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6731         instead of `wl-summary-write-current-newsgroup'.
6732
6733 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6734
6735         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6736         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6737         non-nil and selected message is important, do not display.
6738
6739 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6740
6741         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6742
6743 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6744
6745         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6746
6747         * wl-summary.el (wl-summary-mark-as-important): Set message number
6748         using wl-summary-message-number.
6749
6750 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6751
6752         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6753         destination folder is 'null.
6754
6755 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6756
6757         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6758         New function.
6759         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6760         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6761         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6762
6763 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6764
6765         * wl-mime.el (wl-mime-setup): Added setting for
6766         `mime-setup-signature-key-alist' to avoid overriding key bind for
6767         `wl-draft-send'.
6768
6769         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6770         for `wl-draft-send'.
6771         * wl-mule.el (wl-draft-overload-functions): Ditto.
6772         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6773         * wl-draft.el (wl-draft-send): Ditto.
6774
6775         * wl-message.el (wl-message-display-internal):
6776         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6777         (Patch is provided by <kita@coe.nttdata.co.jp>).
6778
6779 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6780
6781         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6782
6783 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6784
6785         * wl.el (wl): Fix for wl-demo.
6786
6787 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6788
6789         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6790
6791 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6792
6793         * wl-folder.el (wl-folder-prefetch-entity): Use
6794         `wl-folder-get-elmo-folder'.
6795         (wl-folder-count-incorporates): Do not use
6796         `wl-folder-get-elmo-folder'.
6797
6798 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6799
6800         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6801         instead of `elmo-folder-get-type'.
6802
6803 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6804
6805         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6806         position on Subject: field.
6807         (Advised by Mito <mit@nines.nec.co.jp>)
6808
6809 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6810
6811         * wl-folder.el (wl-folder-prefetch-entity): Use
6812         `wl-folder-get-elmo-folder'.
6813
6814 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6815
6816         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6817
6818         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6819         `process-duplicates' slot.
6820
6821         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6822         if detection failed.
6823
6824 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6825
6826         * wl-version.el (wl-version-status): Set to "alpha".
6827
6828 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6829
6830         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6831         Check wl-message-buffer lives before set-buffer.
6832
6833 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6834
6835         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6836         called in folder mode.
6837         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6838         * wl-summary.el (wl-summary-exit-pre-hook): Run
6839         `wl-summary-exit-pre-hook' before exit summary mode.
6840
6841 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6842
6843         * wl-version.el (wl-version-status): New variable.
6844         (wl-version-status-alist): Removed.
6845         (wl-version-status): Rule included.
6846
6847 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6848
6849         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6850         @sponichi.
6851
6852         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6853         when `mail-reply-buffer' is buffer-local variable.
6854         (Reported by <kita@coe.nttdata.co.jp>).
6855
6856 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6857
6858         * wl-vars.el (toplevel): Require 'elmo-util.
6859
6860 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6861
6862         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6863         (All other related portions are changed)
6864
6865         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6866
6867         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6868
6869 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6870
6871         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6872
6873 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6874
6875         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6876         Delete other windows to avoid an error.
6877         Use `point-marker' instead of `point' to remember the start point
6878         of body.
6879
6880         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6881
6882         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6883         number not to exceed all message number.
6884
6885 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6886
6887         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6888         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6889
6890 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6891
6892         * wl-summary.el (wl-summary-sync-force-update): Added argument
6893         no-check.
6894         (wl-summary-sync-update): Ditto.
6895         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6896         with `no-check'.
6897
6898         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6899         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6900         already running.
6901
6902 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6903
6904         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6905         `dst-folder-arg'.
6906         (wl-expire-archive-number1): Diito.
6907         (wl-expire-archive-number2): Diito.
6908         (wl-expire-archive-Date): Diito.
6909         (wl-archive-number1): Diito.
6910         (wl-archive-number2): Diito.
6911         (wl-archive-date): Diito.
6912         (wl-archive-folder-p): New function.
6913         (wl-summary-expire): Support of expand folder name at
6914         wl-expire-alist.
6915         * wl-util.el (wl-expand-newtext): Renamed from
6916         `wl-refile-expand-newtext'.
6917
6918 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6919
6920         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6921         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6922         `(elmo-msgdb-get-overview msgdb)'.
6923         (wl-summary-prefetch): Bind match data before call
6924         `wl-summay-prefetch-msg'.
6925         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6926         'off if `wl-summary-buffer-disp-msg' is non-nil.
6927         Fixed problem that couldn't show only one new or unread message when
6928         enter folder.
6929         (wl-summary-reply): Don't call `split-window-vertically' and other
6930         window.
6931
6932 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6933
6934         * wl-expire.el (wl-expire-refile): Fixed.
6935
6936 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6937
6938         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6939
6940         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6941         biff notification is removed.
6942
6943         * wl.el (wl): Changed position of `elmo-init'.
6944
6945         * wl-draft.el (wl-default-draft-cite): Use date field
6946         on the citation buffer.
6947
6948         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6949
6950         * wl-xmas.el (wl-folder-internal-icon-list): Added
6951         `wl-folder-shimbun-image'.
6952
6953         * wl-e21.el (wl-folder-internal-icon-list): Added
6954         `wl-folder-shimbun-image'.
6955
6956 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6957
6958         * wl.el (wl-init): Eliminated argument.
6959         (wl): Rewrite.
6960
6961         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6962         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6963         instead of `elmo-folder-msgdb-internal'.
6964         (wl-summary-sync-update): Ditto.
6965         (wl-summary-flush-pending-append-operations): Eliminated.
6966         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6967         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6968         `elmo-folder-open'.
6969
6970         * wl-mime.el (wl-summary-burst): Fixed.
6971
6972         * wl-folder.el (wl-folder-info-save): Check data type.
6973
6974         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6975         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6976         instead of `elmo-folder-msgdb-internal'.
6977         (wl-expire-hide): Ditto.
6978
6979
6980         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6981
6982 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6983
6984         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6985
6986 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6987
6988         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6989
6990 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6991
6992         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6993         Fixed `match-beginning' argument mismatch.
6994
6995 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6996
6997         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6998         the default value.
6999
7000 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7001
7002         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7003         instead of `elmo-nntp-default-port'.
7004
7005         * wl-vars.el: Fixed some doc strings.
7006
7007 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7008
7009         * wl-summary.el (wl-summary-prefetch-msg): Use
7010         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7011
7012         * wl-vars.el: Define *-func as obsolete variable using
7013         `elmo-define-obsolete-variable'.
7014
7015         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7016         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7017         instead of `wl-message-buffer-prefetch-threshold'.
7018
7019         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7020
7021         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7022
7023         * wl-draft.el (wl-caesar-region-func): Ditto.
7024
7025         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7026         Keep unread status in elmo-folder-move-messages.
7027         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7028
7029 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7030
7031         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7032         `wl-summary-buffer-exit-func'
7033         (wl-summary-buffer-message-redisplay-function): Renamed from
7034         `wl-summary-buffer-message-redisplay-func'
7035         (wl-summary-buffer-next-folder-function): Renamed from
7036         `wl-summary-buffer-next-folder-func'.
7037         (wl-summary-buffer-prev-folder-function): Renamed from
7038         `wl-summary-buffer-prev-folder-func'.
7039         (wl-summary-get-petname-function): Renamed from
7040         `wl-summary-get-petname-func'.
7041
7042         * wl-score.el (wl-score-edit-exit-function): Renamed from
7043         `wl-score-edit-exit-func'.
7044
7045         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7046         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7047
7048         * wl-util.el (wl-load-profile-function): Renamed from
7049         `wl-load-profile-func'.
7050
7051         * wl-folder.el (wl-folder-completion-function): Renamed from
7052         `wl-folder-completion-func'.
7053         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7054
7055         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7056         `wl-expire-archive-get-folder-func'.
7057         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7058         (wl-draft-send-mail-function): Renamed from
7059         `wl-draft-send-mail-func'.
7060         (wl-draft-send-news-function): Renamed from
7061         `wl-draft-send-news-func'.
7062         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7063         (wl-generate-mailer-string-function): Renamed from
7064         `wl-generate-mailer-string-func'.
7065         (wl-highlight-signature-search-function): Renamed from
7066         `wl-highlight-signature-search-func'.
7067         (wl-highlight-x-face-function): Renamed from
7068         `wl-highlight-x-face-func'
7069         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7070         (wl-ps-print-buffer-function): Renamed from
7071         `wl-ps-print-buffer-func'
7072         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7073         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7074         (wl-summary-subject-filter-function): Renamed from
7075         `wl-summary-subject-filter-func'.
7076
7077         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7078         `wl-draft-queue-flush-send-func'
7079         (wl-draft-cite-function): Renamed from
7080         `wl-draft-cite-func'
7081
7082         * wl-address.el (wl-address-init-function): Renamed from
7083         `wl-address-init-func'.
7084
7085 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7086
7087         * wl-draft.el (wl-draft-queue-flush): Don't call
7088         `elmo-dop-unlock-message'.
7089         * wl-draft.el (wl-draft-queue-append): Don't call
7090         `elmo-dop-lock-message'.
7091
7092         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7093         (wl-summary-buffer-folder-name): Ditto.
7094         (wl-summary-message-regexp): Added '-' (all other related portions
7095         are changed).
7096         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7097         wl-summary-buffer-folder-name.
7098
7099 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7100
7101         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7102         the number of mails in the folder buffer is not updated by wl-biff.
7103
7104 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7105
7106         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7107         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7108
7109 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7110
7111         * wl-summary.el (wl-summary-next-message):
7112         Return next message number when wl-summary-move-order is nil.
7113
7114 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7115
7116         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7117         `wl-summary-move-spec-alist'.
7118         (wl-summary-move-spec-unplugged-alist): New variable
7119         (Move spec for unplugged status).
7120         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7121         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7122
7123 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7124
7125         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7126         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7127
7128 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7129
7130         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7131         simple quotation to quote the anonymous function.
7132         * tm-wl.el (wl-draft-preview-message): Ditto.
7133
7134 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7135
7136         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7137         Eliminate redundant `save-excursion'.
7138         (wl-highlight-summary-current-line): Ditto.
7139
7140         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7141         accessing match data when `looking-at' failed.
7142
7143         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7144         `elmo-match-string' where users don't care about the speed.
7145         (wl-draft-save): Ditto.
7146
7147 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7148
7149         * wl-util.el (wl-regexp-opt): New function.
7150
7151         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7152         number from `wl-summary-buffer-number-list'.
7153         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7154         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7155         (wl-summary-move-spec-alist): Changed default setting.
7156
7157 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7158
7159         * wl-vars.el (wl-biff-notify-hook): New hook.
7160         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7161         the arrival of new mail.
7162         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7163         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7164
7165 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7166
7167         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7168
7169 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7170
7171         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7172
7173         * Version number is increased to 2.5.8.
7174
7175         * wl-thread.el (toplevel): require 'cl.
7176         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7177         (wl-thread-make-number-list): New function.
7178         (wl-thread-entity-make-number-list-from-children): Ditto.
7179         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7180         (wl-thread-entity-insert-as-children): Likewise.
7181         (wl-thread-delete-message): Likewise.
7182         (wl-meaning-of-mark): Eliminated.
7183         (wl-thread-next-failure-mark-p): Ditto.
7184         (wl-thread-entity-get-mark): Ditto.
7185         (wl-thread-meaning-alist-get-result): Ditto.
7186         (wl-thread-entity-check-prev-mark): Ditto.
7187         (wl-thread-entity-check-next-mark): Ditto.
7188         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7189         (wl-thread-entity-get-prev-marked-entity): Ditto.
7190         (wl-thread-get-prev-unread): Ditto.
7191         (wl-thread-jump-to-prev-unread): Ditto.
7192         (wl-thread-get-next-unread): Ditto.
7193         (wl-thread-jump-to-next-unread): Ditto.
7194         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7195         (wl-thread-entity-get-next-marked-entity): Ditto.
7196
7197         * wl-summary.el (wl-summary-buffer-number-list):
7198         New bufer-local variable.
7199         (wl-summary-switch-to-clone-buffer): Clone
7200         `wl-summary-buffer-number-list'.
7201         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7202         (wl-summary-cursor-move-regex): Eliminated.
7203         (wl-summary-cursor-up): Rewrite.
7204         (wl-summary-cursor-down): Ditto.
7205         (wl-summary-mode-spec-alist): New variable.
7206         (wl-summary-next-message): New inline function.
7207         (wl-summary-cursor-move): New function.
7208         (wl-summary-default-get-next-msg): Rewrite.
7209         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7210         (wl-summary-rescan): Ditto.
7211         (wl-summary-sync-all-init): Ditto.
7212         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7213         summary is not thread view.
7214         (wl-summary-sync-update): Ditto.
7215         (wl-summary-rescan): Ditto.
7216         (wl-summary-make-number-list): New function.
7217
7218         * wl-draft.el: "FCC" -> "Fcc".
7219
7220 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7221
7222         * wl-highlight.el (wl-highlight-summary-window):
7223         Call `set-buffer-modified-p'.
7224
7225         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7226         (wl): Call `elmo-init' and fix.
7227
7228         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7229         Use new variables.
7230
7231         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7232
7233 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7234
7235         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7236
7237 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7238
7239         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7240
7241 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7242
7243         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7244         `wl-use-toolbar' nor `display-graphic-p'.
7245         (wl-e21-setup-message-toolbar): Ditto.
7246         (wl-e21-setup-summary-toolbar): Ditto.
7247         (wl-e21-setup-folder-toolbar): Ditto.
7248
7249         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7250         (wl-plugged-init-icons): Ditto.
7251
7252         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7253         `display-graphic-p'.
7254         (wl-plugged-set-folder-icon): Ditto.
7255         (wl-highlight-plugged-current-line): Ditto.
7256         (wl-highlight-folder-current-line): Ditto.
7257         (wl-e21-highlight-folder-group-line): Ditto.
7258         (wl-e21-setup-toolbar): Ditto.
7259         (wl-e21-display-image-p): New macro.
7260
7261         * wl-demo.el (wl-demo): Simplified.
7262         (wl-demo-image-type-alist): Use `image-type-available-p' for
7263         checking whether the image type `xbm' is available.
7264
7265 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7266
7267         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7268         (wl-summary-input-range): Ditto.
7269
7270 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7271
7272         * wl-summary.el (wl-summary-edit-addresses): Use
7273         `wl-summary-get-original-buffer'
7274         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7275         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7276         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7277         (wl-summary-get-newsgroups): Eliminated.
7278         (wl-summary-set-crosspost): Ditto.
7279         (wl-summary-is-crosspost-folder): Ditto.
7280         (wl-crosspost-alist-load): Ditto.
7281         (wl-crosspost-alist-save): Ditto.
7282
7283         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7284         `elmo-setup-subscribed-newsgroups' instead of
7285         `elmo-nntp-make-groups-hashtb'.
7286         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7287         instead of `wl-crosspost-alist-save'.
7288
7289         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7290         of `elmo-folder-message-appendable-p'.
7291         (wl-mime-header-presentation-method): Eliminated.
7292
7293         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7294         (Error occurs in emacs21).
7295
7296         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7297         the current buffer).
7298
7299         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7300         instead of `wl-crosspost-alist-save'.
7301         (wl-init): `elmo-crosspost-message-alist-load'
7302         instead of `wl-crosspost-alist-load'
7303
7304         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7305         (wl-parse-newsgroups): Likewise.
7306         (wl-biff-notify): Run `wl-biff-notify-hook'.
7307
7308 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7309
7310         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7311
7312         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7313         when `wl-summary-lazy-highlight' is non-nil.
7314         (wl-summary-goto-folder-subr): Highlight only when
7315         `wl-summary-lazy-highlight' is non-nil.
7316
7317         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7318         Don't display progress and highlight temp-mark when
7319         `wl-summary-lazy-highlight' is non-nil.
7320         (wl-highlight-summary-window): New function.
7321         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7322
7323 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7324
7325         * wl-summary.el (wl-summary-sync): Change `all-visible'
7326         from `all-shown'
7327         (wl-summary-input-range): Ditto.
7328
7329 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7330
7331         * wl-e21.el (wl-highlight-folder-current-line): Call
7332         `wl-folder-init-icons' when folder icons have not been initialized.
7333
7334         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7335
7336         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7337         (wl-demo-image-type-alist): New macro.
7338
7339 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7340
7341         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7342         display does not support graphics.
7343         (wl-plugged-init-icons): Ditto.
7344         (wl-folder-init-icons): Ditto.
7345
7346         * wl-demo.el (wl-demo): Chech closely whether the display
7347         supports graphics.
7348
7349 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7350
7351         * wl-summary.el (wl-summary-get-original-buffer): New function.
7352         (wl-summary-set-crosspost): Use it.
7353         (wl-summary-target-mark-uudecode): Ditto.
7354         (wl-summary-reedit): Ditto.
7355         (wl-summary-resend-bounced-mail): Ditto.
7356         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7357         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7358
7359         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7360         (wl-message-display-internal): Ditto.
7361
7362 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7363
7364         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7365
7366 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7367
7368         * wl-summary.el (wl-summary-save-view): Renamed from
7369         `wl-summary-save-status'.
7370
7371 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7372
7373         * wl-summary.el (wl-summary-sync): Added `all-shown'
7374
7375 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7376
7377         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7378
7379 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7380
7381         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7382
7383 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7384
7385         * wl-highlight.el (wl-highlight-summary-line-string): Use
7386         `zerop' instead of `= 0'.
7387         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7388
7389         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7390         for comparing numbers.
7391         (wl-template-prev): Use `zerop' instead of `eq 0'.
7392
7393         * wl-draft.el (wl-draft-insert-current-message): Use
7394         `with-current-buffer' instead of `save-excursion'.
7395         Use `zerop' instead of `eq 0'.
7396
7397 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7398
7399         * wl-draft.el (wl-draft-insert-ccs): New function.
7400         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7401         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7402
7403 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7404
7405         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7406
7407 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7408
7409         * wl-expire.el (wl-expire-refile): Don't call
7410         elmo-msgdb-add-msgs-to-seen-list;
7411         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7412         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7413
7414 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7415
7416         * wl-message.el (wl-message-prev-page): Ignore errors while
7417         scroll-down.
7418
7419 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7420
7421         * wl-mime.el: Use elmo-original-message-mode instead of
7422         mmelmo-original-mode.
7423
7424         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7425         `elmo-folder-get-spec';
7426         (wl-fldmgr-add-completion-all-completions):
7427         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7428
7429         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7430         of `elmo-folder-get-type'.
7431
7432         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7433         `elmo-folder-get-spec';
7434         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7435         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7436         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7437         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7438         `elmo-read-msg-no-cache';
7439         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7440         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7441         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7442         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7443         `elmo-cache-save';
7444         (wl-draft-reedit): Use `elmo-message-file-name'.
7445
7446         * wl-expire.el: Use `elmo-folder-name-internal';
7447         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7448         Use macro `wl-summary-buffer-msgdb' instead of variable
7449         `wl-summary-buffer-msgdb';
7450         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7451         Use macro `wl-summary-buffer-folder-name' instead of variable
7452         `wl-summary-buffer-folder-name'.
7453         * wl-score.el: Likewise.
7454
7455         * wl-message.el: Rewrite for new message buffer cache mechanism.
7456         (wl-message-buffer-cache-buffer-get): New macro.
7457         (wl-message-buffer-cache-folder-get): Ditto.
7458         (wl-message-buffer-cache-message-get): Ditto.
7459         (wl-message-buffer-cache-entry-make): Ditto.
7460         (wl-message-buffer-cache-hit): Ditto.
7461         (wl-message-buffer-cache-sort): New function.
7462         (wl-message-buffer-cache-add): Ditto.
7463         (wl-message-buffer-cache-delete): Ditto.
7464         (wl-message-buffer-cache-clean-up): Ditto.
7465         (wl-message-buffer-window): Rewrite.
7466         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7467         (wl-message-buffer-display): New function.
7468         (wl-message-display-internal): New function.
7469
7470 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7471
7472         * wl-folder.el: Use `elmo-folder-name-internal';
7473         Use `wl-folder-get-elmo-folder';
7474         Use `elmo-folder-list-messages' instead of
7475         `elmo-list-folder';
7476         Use `elmo-folder-get-primitive-list' instead of
7477         `elmo-folder-get-primitive-spec-list';
7478         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7479         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7480         Use `elmo-folder-create' instead of `elmo-create-folder'.
7481         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7482         (wl-folder-get-elmo-folder): New macro.
7483         (wl-folder-elmo-folder-cache-get): Ditto.
7484         (wl-folder-elmo-folder-cache-put): Ditto.
7485         (wl-folder-suspend): Call `elmo-quit'.
7486
7487         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7488         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7489         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7490         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7491         (toplevel): require 'cl.
7492         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7493
7494         * wl-summary.el: Rewrite to use new elmo interface.
7495
7496 \f
7497 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7498
7499         * wl-mime.el (wl-draft-preview-message):
7500         Run `wl-draft-send-hook' before collecting recipients information;
7501         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7502
7503         * tm-wl.el (wl-draft-preview-message): Ditto.
7504
7505 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7506
7507         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7508         wrong recipients are displayed when forwarded message.
7509
7510 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7511
7512         * Version number is increased to 2.5.7.
7513
7514 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7515
7516         * wl-message.el (wl-message-next-page): Bind
7517         `window-pixel-scroll-increment' to nil while scrolling up.
7518
7519 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7520
7521         * wl-vars.el (wl-save-hook): New hook.
7522         * wl.el (wl-save): Call `wl-save-hook'.
7523
7524 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7525
7526         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7527         Argument WITH-ARG instead of NO-ARG (negative mean).
7528         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7529         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7530         * wl-message.el (wl-message-follow-current-entity): Likewise.
7531
7532 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7533
7534         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7535         FROM was optional argument.
7536         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7537
7538 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7539
7540         * Version number is increased to 2.5.6.
7541
7542 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7543
7544         * wl-version.el (wl-version-show): Removed.
7545         (wl-version): Add `interactive'.
7546
7547 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7548
7549         * wl-summary.el (wl-summary-get-petname-func): New variable.
7550         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7551         instead of `wl-address-get-petname-1'.
7552         (wl-summary-simple-from): Ditto.
7553
7554         * wl-address.el (wl-address-get-petname-1): Define as function.
7555
7556 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7557
7558         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7559         field in the original message.
7560         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7561
7562 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7563
7564         * wl-expire.el (wl-expire-hide):
7565         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7566
7567 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7568
7569         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7570         find decoder for To, Cc, and Subject.
7571
7572 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7573
7574         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7575         for checking `elmo-use-buffer-cache'.
7576         (wl-summary-mark-as-important): Fixed typo in comment.
7577
7578 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7579
7580         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7581         field in the original message.
7582         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7583
7584 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7585
7586         * wl-expire.el (wl-expire-hide):
7587         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7588
7589 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7590
7591         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7592         find decoder for To, Cc, and Subject.
7593
7594 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7595
7596         * Version number is increased to 2.5.5.
7597
7598         * wl-address.el (wl-address-specials-regexp): New constant.
7599         (wl-address-quote-specials): Use it.
7600
7601 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7602
7603         * wl-summary.el (wl-summary-rescan):
7604         Call `wl-summary-buffer-number-column-detect'.
7605         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7606
7607         * wl-message.el (wl-message-mode-map): Define.
7608         (wl-message-decode): Use it as local-map.
7609
7610 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7611
7612         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7613         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7614
7615 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7616
7617         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7618
7619         * wl-mule.el (wl-read-event-char): Ditto.
7620
7621         * wl-e21.el (wl-read-event-char): Ditto.
7622
7623         * wl-nemacs.el (wl-read-event-char): Ditto.
7624         (read-event): Removed.
7625
7626         * wl-util.el (toplevel): Removed dummy definition of
7627         `read-event'.
7628         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7629
7630 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7631
7632         * wl-nemacs.el (elmo-archive-call-process): Moved to
7633         elmo-archive.el.
7634
7635 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7636
7637         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7638         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7639
7640         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7641         instead of magic-number 6.  Use `not' instead of `null' for symbol
7642         `nil' check (not empty list).
7643         (wl-draft-insert-x-face-field): Fixed paren style.
7644
7645         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7646         one-branch conditional statement, instead of `and' and `if'.
7647         (wl-draft-forward): Likewise.
7648         (wl-draft-add-references): Likewise.
7649         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7650
7651         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7652         conditional steatment.  Use `cond' instead of `if'.
7653         (wl-draft-confirm): Likewise.
7654
7655 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7656
7657         * wl-version.el (wl-version-show): Use `product-string-1'
7658         instead of `wl-version'.
7659         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7660
7661         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7662
7663 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7664
7665         * wl-highlight.el (wl-highlight-headers): Revert
7666         `wl-highlight-x-face-func' argument (`beg' and `end').
7667
7668 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7669
7670         * wl.el (toplevel): Move `product-provide' declare.
7671         * wl-demo.el (toplevel): Ditto.
7672         * wl-dnd.el (toplevel): Ditto.
7673         * wl-highlight.el (toplevel): Ditto.
7674         * wl-message.el (toplevel): Ditto.
7675         * wl-refile.el (toplevel): Ditto.
7676         * wl-util.el (toplevel): Ditto.
7677
7678 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7679
7680         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7681         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7682         (wl-thread-close-all): keep cursor position.
7683
7684 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7685
7686         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7687         (eq x 0).
7688         (wl-generate-user-agent-string-1): Fix conditional statement.
7689
7690 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7691
7692         * wl.el (wl-check-environment): Additional check for
7693         'wl-local-domain' and `wl-message-id-domain'.
7694
7695 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7696
7697         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7698
7699 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7700
7701         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7702         instead of `smtp-sasl-user-realm'.
7703
7704 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7705
7706         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7707
7708 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7709
7710         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7711         to the default value as well as `eword-lexical-analyzer'.
7712
7713 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7714
7715         * wl-version.el (wl-extended-emacs-version,
7716         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7717         `elmo-match-string' instead of `wl-match-string'.
7718
7719 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7720
7721         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7722         docstring.
7723
7724 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7725
7726         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7727
7728 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7729
7730         * wl-highlight.el (wl-highlight-headers): Remove
7731         `wl-highlight-x-face-func' argument (`beg' and `end').
7732
7733 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7734
7735         * wl-summary.el (wl-summary-mark-as-important):
7736         Remove cache if folder is local.
7737
7738 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7739
7740         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7741         to get existing e-mail address string.
7742
7743 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7744
7745         * wl-version.el (wl-generate-user-agent-string): Commentary.
7746         (wl-generate-user-agent-string-1): Use `when' for
7747         one-branch conditional statement, instead of `and' and `if'.
7748         (wl-extended-emacs-version, wl-extended-emacs-version2,
7749         wl-extended-emacs-version3): Ditto.
7750
7751 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7752
7753         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7754         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7755         condition-case; Remove initialization.
7756         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7757         (wl-summary-sync-update3): Added argument `sync-all';
7758         Eliminated local variable `msgdb';
7759         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7760         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7761         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7762
7763 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7764
7765         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7766         connection before call `wl-draft-send-mail-with-smtp'.
7767
7768 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7769
7770         * Version number is increased to 2.5.4.
7771
7772 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7773
7774         * wl.el (wl-check-environment): Additional check for
7775         'wl-local-domain' and `wl-message-id-domain'.
7776
7777 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7778
7779         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7780         buffer as command specific.
7781         (wl-folder-mark-as-read-all-entity): Ditto.
7782         (wl-folder-prefetch-entity): Ditto.
7783         (wl-folder-drop-unsync-entity): Ditto.
7784
7785         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7786         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7787         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7788
7789         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7790         save-excursion.
7791
7792 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7793
7794         * Version number is increased to 2.5.3.
7795
7796         * wl-summary.el (wl-summary-save-view-cache):
7797         Delete duplicated `write-region';
7798         Use `write-region-as-binary' instead of `as-binary-output-file' and
7799         `write-region'.
7800
7801 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7802
7803         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7804
7805 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7806
7807         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7808         instead of `smtp-via-smtp'.
7809
7810 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7811
7812         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7813
7814 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7815
7816         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7817         instead of `smtp-sasl-user-realm'.
7818
7819 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7820
7821         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7822
7823 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7824
7825         * Version number is increased to 2.5.2.
7826
7827 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7828
7829         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7830         does not exist.
7831         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7832         (wl-biff-start): Call `timer-activate' if timer already exists.
7833
7834         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7835         only when it is bound as function.
7836
7837 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7838
7839         * Version number is increased to 2.5.1.
7840
7841 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7842
7843         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7844         Print refile/copy destination.
7845
7846 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7847
7848         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7849         queue-flush-only is non-nil.
7850
7851         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7852
7853         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7854         checking cache folder.
7855
7856 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7857
7858         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7859         `regexp-quote'.
7860
7861 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7862
7863         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7864         function.
7865         * wl-summary.el (wl-summary-write-current-folder-functions):
7866         Change default value.  Use it.
7867
7868 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7869
7870         * Version number is increased to 2.5.0.
7871
7872         * wl-version.el (wl-version): Changed codename.
7873
7874 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7875
7876         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7877         (wl-summary-supersedes-message): Ditto.
7878
7879 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7880
7881         * wl-refile.el (wl-refile-guess-functions): Renamed from
7882         `wl-refile-guess-func-list'.
7883
7884 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7885
7886         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7887         Fixed problem when no rule was matched.
7888
7889 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7890
7891         * wl-summary.el (wl-summary-get-mark): Fixed
7892         `wl-summary-buffer-target-mark' check logic.
7893
7894 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7895
7896         * wl-folder.el (wl-folder-write-current-folder): Added group
7897         folder check.
7898
7899         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7900         `wl-summary-write-current-newsgroup'.
7901         (wl-summary-write-current-folder-functions): New variable.
7902         * wl-folder.el (wl-folder-get-newsgroups): New function.
7903         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7904         (wl-folder-write-current-folder): Renamed from
7905         `wl-folder-write-current-newsgroup'.
7906
7907 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7908
7909         * Version number is increased to 2.3.93.
7910
7911 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7912
7913         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7914         (wl-ldap-make-matched-value-list): Ditto.
7915         (wl-ldap-alias-safe-string): Split e-mail address.
7916
7917         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7918         petname folder default was selected.
7919         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7920         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7921
7922 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7923
7924         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7925         to `wl-draft-config-exec'.
7926
7927         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7928         instead of calling `wl-draft-config-exec';
7929         Process group-list and show recipients in minibuffer.
7930
7931         * tm-wl.el (wl-draft-preview-message): Ditto.
7932
7933 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7934
7935         * wl.el (toplevel): Added (C) to copyright notice, and
7936         sync Author header.
7937         * tm-wl.el (toplevel): Ditto.
7938         * wl-address.el (toplevel): Ditto.
7939         * wl-demo.el (toplevel): Ditto.
7940         * wl-dnd.el (toplevel): Ditto.
7941         * wl-draft.el (toplevel): Ditto.
7942         * wl-e21.el (toplevel): Ditto.
7943         * wl-expire.el (toplevel): Ditto.
7944         * wl-folder.el (toplevel): Ditto.
7945         * wl-highlight.el (toplevel): Ditto.
7946         * wl-message.el (toplevel): Ditto.
7947         * wl-mime.el (toplevel): Ditto.
7948         * wl-mule.el (toplevel): Ditto.
7949         * wl-nemacs.el (toplevel): Ditto.
7950         * wl-refile.el (toplevel): Ditto.
7951         * wl-score.el (toplevel): Ditto.
7952         * wl-summary.el (toplevel): Ditto.
7953         * wl-template.el (toplevel): Ditto.
7954         * wl-thread.el (toplevel): Ditto.
7955         * wl-util.el (toplevel): Ditto.
7956         * wl-vars.el (toplevel): Ditto.
7957         * wl-xmas.el (toplevel): Ditto.
7958
7959 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7960
7961         * wl.el (wl-init): Added comment about `wl-init-hook'.
7962         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7963         * wl-vars.el (wl-init-hook): Added docs.
7964         (wl-make-plugged-hook): Removed useless docs.
7965         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7966         * wl-xmas.el (toplevel): Ditto.
7967
7968 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7969
7970         * wl-address.el (toplevel): Fixed multiple Author header format.
7971         * wl-demo.el (toplevel): Ditto.
7972         * wl-draft.el (toplevel): Ditto.
7973         * wl-folder.el (toplevel): Ditto.
7974         * wl-summary.el (toplevel): Ditto.
7975         * wl-thread.el (toplevel): Ditto.
7976         * wl-util.el (toplevel): Ditto.
7977         * wl-vars.el (toplevel): Ditto.
7978         * wl-version.el (toplevel): Ditto.
7979         * wl-xmas.el (toplevel): Ditto.
7980         * wl.el (toplevel): Ditto.
7981
7982         * wl-version.el (toplevel): Added require `elmo-version' for
7983         `product-version-as-string'.
7984
7985 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7986
7987         * wl-vars.el (wl-draft-send-hook): Changed default value to
7988         '(wl-draft-config-exec).
7989
7990         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7991         explicitly.
7992         (wl-draft): Set `wl-draft-config-exec-flag' before running
7993         `wl-mail-setup-hook'.
7994
7995         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7996         `wl-biff-init-icons' to `wl-init-hook' instead of
7997         `wl-make-plugged-hook'.
7998         (Because if `wl-draft' command is invoked at first,
7999         they are not initialized)
8000         Updated copyright notice.
8001
8002         * wl-e21.el (toplevel): Ditto;
8003
8004         * wl-demo.el (toplevel): Updated copyright notice.
8005         * wl-address.el (toplevel): Ditto.
8006         * wl-draft.el (toplevel): Ditto.
8007         * wl-version.el (toplevel): Ditto.
8008         * wl-folder.el (toplevel): Ditto.
8009         * wl-summary.el (toplevel): Ditto.
8010         * wl-thread.el (toplevel): Ditto.
8011         * wl-util.el (toplevel): Ditto.
8012         * wl-vars.el (toplevel): Ditto.
8013         * wl.el (toplevel): Ditto.
8014
8015 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8016
8017         * wl-highlight.el (wl-highlight-message): Fixed problem of
8018         highlighting failure which occured when the last field contains
8019         multiple lines in the draft buffer.
8020
8021         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8022         `wl-biff-start' if plugged.
8023
8024         * wl-util.el (wl-biff-check-folder): New function.
8025         (wl-biff-check-folders): Don't set session name prefix.
8026         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8027         (wl-biff-check-folder-async): Ditto.
8028
8029         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8030         in email address.
8031
8032 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8033
8034         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8035
8036         * wl-draft.el (wl-draft-strip-subject-re): New function.
8037
8038         * wl-draft.el (wl-draft-reply): Use it.
8039
8040 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8041
8042         * wl-message.el (wl-mmelmo-message-redisplay): Use
8043         `mime-display-message' instead of `wl-mime-display-message'.
8044
8045         * wl-mime.el (toplevel): Removed compatibility workaround
8046         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8047         (wl-mime-display-message): Abolished.
8048         (wl-mime-entity-read-field): Ditto.
8049         (wl-mime-combine-message/partial-pieces): Use
8050         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8051
8052 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8053
8054         * wl-template.el: Doc fixes.
8055
8056 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8057
8058         * wl-e21.el (wl-message-overload-functions): Do nothing if
8059         `current-local-map' is not available.
8060         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8061
8062 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8063
8064         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8065         representation.
8066
8067         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8068         number.
8069         (wl-fldmgr-save-folders): Don't use `format' when insert
8070         `wl-fldmgr-folders-header'.
8071
8072 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8073
8074         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8075
8076 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8077
8078         * wl-highlight.el (wl-highlight-message):
8079         Use `std11-field-end' to detect end point of the header field.
8080         Refer `wl-highlight-max-header-size'.
8081
8082         * wl-vars.el (wl-highlight-max-header-size): New variable.
8083
8084         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8085
8086         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8087         Set `for-draft' argument of wl-highlight-headers.
8088         (wl-draft): Ditto.
8089         (wl-draft-reedit): Ditto.
8090         (wl-user-agent-compose-internal): Ditto.
8091
8092 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8093
8094         * wl-message.el (wl-message-add-button): Use overlay.
8095
8096 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8097
8098         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8099
8100         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8101         problem when group-list content is nothing.
8102         (Reported by Mito <mit@nines.nec.co.jp>)
8103
8104 2000-10-18  SAITO Atsunori <sai@yedo.com>
8105
8106         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8107
8108 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8109
8110         * tm-wl.el (toplevel): Use product-provide.
8111
8112 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8113
8114         * Version number is increased to 2.3.92.
8115
8116 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8117
8118         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8119         title text, use `display' property for left margin under Emacs 21.
8120
8121         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8122         properties.
8123         (wl-plugged-init-icons): Ditto.
8124
8125 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8126
8127         * wl.el (wl-save-status, wl-init): Remove last period in
8128         "...done." message.
8129         * tm-wl.el (wl-summary-burst): Ditto.
8130         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8131         wl-summary-resume-cache-status,
8132         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8133         wl-summary-sync-update3, wl-summary-highlight-msgs,
8134         wl-summary-flush-pending-append-operations,
8135         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8136         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8137         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8138         wl-thread-open-all): Ditto.
8139         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8140         * wl-mime.el (wl-summary-burst): Ditto.
8141         * wl-highlight.el (wl-highlight-summary): Ditto.
8142         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8143         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8144         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8145         * wl-address.el (wl-local-address-init): Ditto.
8146
8147 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8148
8149         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8150         `add-text-properties'.
8151         (wl-plugged-init-icons): Ditto.
8152         (wl-folder-init-icons): Use `propertize' instead of
8153         `put-text-property'.
8154         (wl-plugged-set-folder-icon): Ditto.
8155         (wl-e21-highlight-folder-group-line): Ditto.
8156
8157 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8158
8159         * wl-version.el (wl-version-status-alist): New variable.
8160         (wl-version-status): New function.
8161
8162         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8163         "Cc" part of the case "Reply-To".
8164
8165         * wl-draft.el (wl-draft-reply): Use result of
8166         `eword-extract-address-components'.
8167
8168         * wl-demo.el (wl-demo-icon-name): New constant.
8169         (wl-logo-xpm): Use it.
8170         (wl-logo-xbm): Ditto.
8171         (wl-logo-bitmap): Ditto.
8172
8173         * Version number is increased to 2.3.91.
8174
8175 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8176
8177         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8178         (wl-extended-emacs-version, wl-extended-emacs-version2,
8179         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8180         docstring.
8181
8182         * wl-version.el (wl-generate-user-agent-string-1): New function.
8183         (wl-generate-user-agent-string): Use it.
8184
8185         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8186         `mime-edit-insert-user-agent-field'.
8187         (wl-generate-user-agent-string): Check
8188         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8189
8190         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8191         instead of `if', when verbose case.
8192
8193 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8194
8195         * wl-expire.el (wl-summary-expire): Fix.
8196
8197 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8198
8199         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8200         and `elmo-lost+found-folder' if 'wl-draft.
8201         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8202
8203 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8204
8205         * wl-expire.el (wl-summary-expire): Change messages.
8206         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8207         `deleing-info' instead of "Deleting..."
8208
8209 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8210
8211         * wl-summary.el (wl-summary-refile-subr): Fix.
8212
8213 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8214
8215         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8216         if pipe folder.
8217
8218 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8219
8220         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8221
8222 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8223
8224         * wl-expire.el (wl-expire-hide): New function.
8225         (wl-summary-expire): Add `hide'.
8226
8227 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8228
8229         * wl-vars.el (wl-draft-reply-without-argument-list):
8230         Changed default value to consider `Reply-To:'.
8231         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8232
8233         * Version number is increased to 2.3.90.
8234
8235         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8236         elmo-imap4-get-session with unwind-protect.
8237         Don't cause error.
8238         (wl-summary-sync-marks): Don't check plugged nor folder type.
8239         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8240         (Always keep current buffer).
8241
8242 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8243
8244         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8245         Enclose with `save-excursion'.
8246
8247 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8248
8249         * wl-version.el (wl-version): Remove interactive.
8250
8251 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8252
8253         * wl-version.el (wl-generate-user-agent-string): Use
8254         `product-string-verbose' instead of `product-string-1'.
8255
8256 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8257
8258         * wl-vars.el (wl-draft-use-cache): New variable.
8259         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8260         if wl-draft-use-cache is non-nil.
8261
8262 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8263
8264         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8265         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8266
8267 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8268
8269         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8270         (wl-thread-msg-mark-as-unread): Ditto.
8271
8272         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8273         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8274         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8275         Don't set mark in summary if return value of `elmo-mark-as-read'
8276         is nil.
8277         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8278         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8279         instead of `wl-thread-msg-mark-as-read'.
8280         (wl-summary-mark-as-unread-region): Ditto.
8281         (wl-summary-target-mark-mark-as-read): Ditto.
8282
8283         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8284
8285 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8286
8287         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8288
8289         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8290
8291 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8292
8293         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8294         face.
8295
8296 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8297
8298         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8299         `running-xemacs'.
8300
8301 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8302
8303         * wl-version.el (toplevel): Use `product-version-as-string' for
8304         set verstion-string, if defined.
8305
8306         * wl-version.el (wl-version-show): Insert string at point, when
8307         call with argument.
8308
8309         * wl-version.el (wl-generate-user-agent-string): Use
8310         `product-string-1' instead of `wl-appname', `wl-version' and
8311         `wl-codename'.
8312
8313 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8314
8315         * wl-address.el (toplevel): Use product-provide.
8316         * wl-demo.el (toplevel): Ditto.
8317         * wl-dnd.el (toplevel): Ditto.
8318         * wl-draft.el (toplevel): Ditto.
8319         * wl-e21.el (toplevel): Ditto.
8320         * wl-expire.el (toplevel): Ditto.
8321         * wl-fldmgr.el (toplevel): Ditto.
8322         * wl-folder.el (toplevel): Ditto.
8323         * wl-highlight.el (toplevel): Ditto.
8324         * wl-message.el (toplevel): Ditto.
8325         * wl-mime.el (toplevel): Ditto.
8326         * wl-mule.el (toplevel): Ditto.
8327         * wl-nemacs.el (toplevel): Ditto.
8328         * wl-refile.el (toplevel): Ditto.
8329         * wl-score.el (toplevel): Ditto.
8330         * wl-summary.el (toplevel): Ditto.
8331         * wl-template.el (toplevel): Ditto.
8332         * wl-thread.el (toplevel): Ditto.
8333         * wl-util.el (toplevel): Ditto.
8334         * wl-vars.el (toplevel): Ditto.
8335         * wl-xmas.el (toplevel): Ditto.
8336         * wl.el (toplevel): Ditto.
8337
8338 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8339
8340         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8341         instead of product.
8342
8343         * wl-version.el (wl-version): Compile time evalution elmo-version.
8344
8345 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8346
8347         * wl-summary.el (wl-summary-sync-force-update): Append queue
8348         `mark-as-read'if unplugged.
8349
8350 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8351
8352         * wl-version.el: New file.  Use product.el.
8353         * wl.el: add (require 'wl-version).
8354         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8355         for ~/.folders header.
8356         (wl-fldmgr-folders-header): Changed.
8357         * wl-demo.el (wl-demo): Use product.el.
8358
8359         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8360         wl-version.el.
8361         * wl-util.el (wl-version, wl-version-show): Ditto.
8362
8363         * wl-util.el (wl-generate-user-agent-string,
8364         wl-extended-emacs-version, wl-extended-emacs-version2,
8365         wl-extended-emacs-version3): Move to wl-version.el.
8366         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8367         xemacs-codename, mime-edit-insert-user-agent-field,
8368         mime-edit-user-agent-value, mime-editor/version,
8369         mime-editor/codename): Compile warning killer move to
8370         wl-version.el
8371
8372 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8373
8374         * wl-summary.el (wl-summary-refile-subr): Fix.
8375
8376 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8377
8378         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8379         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8380
8381 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8382
8383         * wl.el (wl-check-environment): Check too many `@'.
8384
8385 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8386
8387         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8388
8389 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8390
8391         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8392         wl-draft-reply-myself-without-argument-list): Add variables.
8393         * wl-draft.el (wl-draft-reply): Use it.
8394
8395 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8396
8397         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8398         the 5th argument of `elmo-network-get-spec'.
8399
8400         * wl-thread.el (wl-thread-reparent-children): New inline function.
8401         (wl-thread-delete-message): Use it.
8402
8403         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8404         (wl-summary-score-update-all-lines): Don't use `dolist'.
8405
8406 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8407
8408         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8409         (require 'elmo-msgdb) for inline function.
8410
8411 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8412
8413         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8414
8415 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8416
8417         * wl-score.el (wl-score-headers): Fix for the confusing macro
8418         `elmo-kill-buffer'.
8419
8420 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8421
8422         * wl-summary.el: Don't use the 3rd argument of `require' because
8423         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8424         * wl-util.el: Ditto.
8425         * wl-draft.el: Ditto.
8426
8427 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8428
8429         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8430         window system is not used.
8431
8432 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8433
8434         * wl-thread.el: Don't use `mapcar' only for iteration.
8435         (wl-thread-resume-entity): Ditto.
8436         (wl-thread-delete-message): Ditto.
8437
8438         * wl-summary.el: Bind `dragdrop-drop-functions',
8439         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8440         of `require' for `timezone', `easymenu' and `ps-print';
8441         don't use `mapcar' only for iteration.
8442
8443         * wl-util.el: Bind `mule-version', `nemacs-version',
8444         `emacs-beta-version', `xemacs-codename',
8445         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8446         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8447         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8448         only for iteration.
8449
8450         * wl-score.el: Don't use `mapcar' only for iteration.
8451         (wl-score-simplify-buffer-fuzzy): Ditto.
8452         (wl-score-simplify-subject): Ditto.
8453         (wl-score-headers): Ditto.
8454         (wl-summary-score-update-all-lines): Ditto.
8455
8456         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8457         `enable-multibyte-characters' and `mule-version'.
8458
8459         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8460         `mapcar' only for iteration.
8461
8462         * wl-demo.el: Don't use `mapcar' only for iteration.
8463
8464         * wl-folder.el: Don't use `mapcar' only for iteration.
8465         (wl-folder-open-all): Ditto.
8466         (wl-folder-count-incorporates): Ditto.
8467
8468         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8469         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8470
8471         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8472         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8473         `smtp-connection-type'; specify 3rd argument of `require' for
8474         `timezone'; don't use `mapcar' only for iteration.
8475         (wl-draft-clone-local-variables): Don't use `mapcar'.
8476         (wl-draft-generate-clone-buffer): Ditto.
8477         (wl-user-agent-compose-internal): Ditto.
8478
8479         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8480
8481         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8482         (wl-save-status): Ditto.
8483
8484         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8485         for iteration.
8486
8487 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8488
8489         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8490         removed `Date'.
8491         (wl-fldmgr-make-filter-default): New user option.
8492
8493         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8494         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8495         (wl-fldmgr-filter-completion-alist): Abolish.
8496
8497         * wl.el (wl): Don't check servers if arg is non-nil.
8498
8499         * wl-draft.el (wl-draft-reply): Set only message-id string to
8500         In-Reply-To field.
8501
8502 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8503
8504         * wl-summary.el (wl-summary-pick): Rewrite.
8505
8506         * wl-draft.el (wl-draft-forward): Get references field from
8507         original buffer.
8508         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8509
8510 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8511
8512         * wl-draft.el (wl-draft-forward): Add references field.
8513
8514 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8515
8516         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8517         (wl-draft-reply): Use it.
8518
8519 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8520
8521         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8522         when Emacs 21 is running.
8523
8524         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8525         bindings.
8526
8527 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8528
8529         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8530         XPM icons transparent.
8531
8532         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8533         Emacs 21.
8534
8535 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8536
8537         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8538         nil.
8539
8540         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8541         when it is persistent.
8542         (wl-summary-sync-marks): Changed argument for
8543         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8544         (wl-summary-virtual): Use `elmo-read-search-condition'.
8545         (wl-summary-redisplay-internal): If folder is local, mark as read
8546         even when folder is plugged.
8547
8548 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8549
8550         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8551         of `tool-bar-lines' in the frame parameters.
8552         (after-make-frame-functions, post-command-hook): Don't modify the
8553         value.
8554         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8555         wl-e21-tool-bar-lines): Removed.
8556
8557 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8558
8559         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8560         properties `evaporate' and `wl-momentary-overlay' as well.
8561         (wl-highlight-summary-displaying): Ditto.
8562         (wl-delete-all-overlays): Don't delete overlay which does not have
8563         a property `wl-momentary-overlay'.
8564
8565         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8566         `display-mouse-p' and `display-graphic-p'.
8567         (wl-folder-init-icons): Don't search for XBM or the other files.
8568         (wl-plugged-set-folder-icon): Make icons if and only if
8569         `display-graphic-p' returns non-nil.
8570         (wl-highlight-plugged-current-line): Use `before-string' overlay
8571         property to show icon images.
8572         (wl-highlight-folder-current-line): Ditto.
8573         (wl-e21-highlight-folder-group-line): Ditto.
8574         (wl-e21-highlight-folder-by-numbers): Ditto.
8575         (wl-e21-insert-image): Removed.
8576         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8577         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8578         said.
8579         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8580         `wl-e21-force-switch-toolbar'.
8581         (wl-e21-make-icon-image): Removed.
8582         (wl-e21-setup-toolbar): Don't search for XBM files.
8583         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8584         the default value.
8585
8586 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8587
8588         * wl-util.el (wl-biff-check-folder-async): Set
8589         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8590
8591 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8592
8593         * wl-e21.el (after-make-frame-functions): Add
8594         `wl-e21-force-switch-toolbar'.
8595         (wl-e21-force-switch-toolbar): New function force to switch the
8596         toolbar appearance automatically.
8597         (post-command-hook): Add `wl-e21-switch-toolbar'.
8598         (wl-e21-switch-toolbar): New function to switch the toolbar
8599         appearance automatically.
8600         (wl-e21-tool-bar-lines): New buffer local variable.
8601
8602 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8603
8604         * wl-util.el (wl-biff-check-folders-running): New variable.
8605         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8606         (wl-biff-check-folder-async-callback):
8607         Set `wl-biff-check-folders-running'.
8608         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8609         with unwind-protect.
8610
8611         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8612         Enclose `wl-folder-auto-check' with unwind-protect.
8613
8614         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8615         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8616
8617         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8618
8619         * wl-util.el (wl-biff-notify): New inline function.
8620         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8621         locally.
8622         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8623         folder-list' is 1.
8624         Use `wl-biff-notify'.
8625         (wl-biff-check-folder-async-callback): New function.
8626         (wl-biff-check-folder-async): Ditto.
8627
8628         * wl-folder.el (wl-folder): Don't check folders.
8629         (wl-folder-auto-check): New function.
8630
8631 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8632
8633         * wl-util.el (wl-biff-start) [Emacs19+]:
8634         Use `timer-next-integral-multiple-of-time'.
8635         (wl-biff-check-folders): Use `wl-default-folder'
8636         if `wl-biff-check-folder-list' is nil.
8637
8638 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8639
8640         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8641         instead of `elmo-delete-lists'.
8642
8643 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8644
8645         * wl.el (wl-plugged-toggle-all): Set the value of
8646         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8647         (wl-plugged-toggle): Ditto.
8648         (wl-toggle-plugged): Ditto.
8649         (wl-plugged-init): Ditto.
8650
8651         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8652         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8653         instead of `wl-biff-state-indicator-off' and
8654         `wl-biff-state-indicator-on'; don't modify the value and the type
8655         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8656         (wl-plugged-init-icons): Set icons data to
8657         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8658         instead of `wl-plug-state-indicator-off' and
8659         `wl-plug-state-indicator-on'; don't modify the value and the type
8660         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8661
8662         * wl-vars.el (wl-modeline-biff-state-off,
8663         wl-modeline-biff-state-on, wl-modeline-biff-status,
8664         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8665         wl-modeline-plug-status): New internal variables.
8666         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8667         wl-biff-check-interval, wl-biff-check-folder-list): Change
8668         customization group from `wl-folder' to `wl-highlight'.
8669         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8670         wl-show-plug-status-on-modeline): Defcustomized.
8671
8672         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8673         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8674         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8675         a flag to `mode-line-buffer-identification'.
8676
8677         * wl-e21.el (wl-biff-init-icons): Set icons data to
8678         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8679         instead of `wl-biff-state-indicator-off' and
8680         `wl-biff-state-indicator-on'.
8681         (wl-plugged-init-icons): Set icons data to
8682         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8683         instead of `wl-plug-state-indicator-off' and
8684         `wl-plug-state-indicator-on'.
8685
8686 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8687
8688         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8689         excessive titles.
8690
8691 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8692
8693         * wl.el (wl-plugged-mode): Use revised
8694         `wl-mode-line-buffer-identification'.
8695         (wl-plugged-init): Don't use `force-mode-line-update'.
8696
8697         * wl-xmas.el (wl-draft-overload-functions): Use revised
8698         `wl-mode-line-buffer-identification'.
8699         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8700         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8701         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8702         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8703         `wl-make-plugged-hook';
8704         add `wl-folder-init-icons' and `wl-setup-folder' to
8705         `wl-folder-mode-hook'.
8706
8707         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8708         19 as well.
8709         (wl-mode-line-display-priority-list): New user option.
8710         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8711         Defcustomized.
8712         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8713         Add docs.
8714
8715         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8716         start.
8717         (wl-mode-line-buffer-identification): Revised as a function.
8718
8719         * wl-summary.el (wl-summary-mode): Use revised
8720         `wl-mode-line-buffer-identification'; don't call
8721         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8722         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8723         `wl-xmas-setup-summary'.
8724
8725         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8726         `wl-mode-line-buffer-identification'.
8727
8728         * wl-mule.el (wl-draft-overload-functions): Use revised
8729         `wl-mode-line-buffer-identification'.
8730
8731         * wl-folder.el (wl-make-plugged-alist): Don't call
8732         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8733         (wl-folder): Don't call `wl-folder-init-icons' directly.
8734         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8735         `wl-xmas-setup-folder' directly;
8736         use revised `wl-mode-line-buffer-identification'.
8737         (TopLevel): Don't bind `wl-biff-init-icons',
8738         `wl-plugged-init-icons', `wl-folder-init-icons',
8739         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8740
8741         * wl-e21.el (wl-draft-overload-functions): Use revised
8742         `wl-mode-line-buffer-identification'.
8743         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8744         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8745         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8746         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8747         `wl-make-plugged-hook';
8748         add `wl-folder-init-icons' and `wl-setup-folder' to
8749         `wl-folder-mode-hook'.
8750
8751 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8752             Katsumi Yamaoka    <yamaoka@jpl.org>
8753
8754         * wl.el (wl): Call `wl-biff-start'.
8755         (wl-exit): Call `wl-biff-stop'.
8756         (wl-plugged-mode): Show biff in modeline.
8757         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8758
8759         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8760         (wl-biff-init-icons): New function.
8761         (wl-plugged-init-icons): Don't make too much keymaps.
8762         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8763
8764         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8765         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8766         variables.
8767         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8768         options.
8769
8770         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8771         wl-biff-start, wl-biff-stop): New functions.
8772         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8773         (wl-biff-timer-name): New variable.
8774
8775         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8776
8777         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8778         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8779
8780         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8781         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8782
8783         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8784         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8785         `wl-folder-init-icons' to `ignore' if they are not available.
8786         (wl-folder-mode): Show biff in modeline.
8787
8788         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8789         (wl-biff-init-icons): New function.
8790         (wl-plugged-init-icons): Don't make too much keymaps.
8791         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8792
8793 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8794
8795         * wl-vars.el (wl-strict-diff-folders): Customization Type
8796         and doc fix.  Define as a list of regular expressions for
8797         folders or nil.
8798         * wl-folder.el (wl-folder-check-one-entity): Use
8799         `wl-string-match-member' instead of `wl-string-member' for
8800         `wl-strict-diff-folders'.
8801
8802 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8803
8804         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8805         (wl-highlight-folder-current-line): Use it; new implementation.
8806         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8807         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8808         `defsubst' instead of `defun'.
8809
8810         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8811         `wl-highlight-group-folder-by-numbers'; made it can also be a
8812         number.  See info for more details.
8813
8814         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8815         running.
8816
8817         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8818         to bind them.
8819
8820         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8821         (wl-highlight-folder-current-line): New implementation.
8822
8823         * wl-highlight.el (wl-highlight-folder-group-line): New
8824         implementation.
8825         (wl-delete-all-overlays): Rewrite as a marco.
8826         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8827
8828         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8829         running.
8830         (wl-folder-*-glyph): No need to bind them.
8831
8832         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8833         `wl-e21-highlight-folder-group-icon'; rewrite.
8834         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8835         `defsubst' instead of `defun'.
8836         (wl-folder-mode-map): Bind it when compiling.
8837
8838 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8839
8840         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8841
8842         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8843
8844 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8845
8846         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8847
8848 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8849
8850         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8851         (wl-highlight-folder-current-line): Use it.
8852
8853         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8854         in `id-name'.
8855
8856 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8857
8858         * wl.el: Require `wl-e21' when Emacs 21 is running.
8859
8860         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8861         default when Emacs 21 is running.
8862         (wl-use-highlight-mouse-line): Ditto.
8863         (wl-on-emacs21): New constant.
8864         (wl-on-emacs20): Removed.
8865
8866         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8867         Emacs 21 is running.
8868
8869         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8870         Emacs 21 is running.
8871
8872         * wl-e21.el: New file.
8873
8874 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8875
8876         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8877         (wl-toggle-plugged): Ditto.
8878         (wl-plugged-toggle): Ditto.
8879         (wl-plugged-toggle-all): Ditto.
8880
8881         * wl-vars.el (wl-plug-state-indicator): Refer
8882         `wl-plug-state-indicator-on' indirectly.
8883
8884 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8885
8886         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8887         Call `wl-folder-confirm-existence'.
8888
8889         * wl-folder.el (wl-folder-confirm-existence): Added optional
8890         argument `force'.
8891
8892 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8893
8894         * wl-summary.el (wl-summary-refile-subr): Assume
8895         `copy-or-refile' as symbol.
8896         (wl-summary-refile): Follow up above change.
8897         (wl-summary-copy): Ditto.  Doc fix.
8898
8899 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8900
8901         * wl-summary.el (wl-summary-pick): Don't bind
8902         `elmo-search-mime-charset'.
8903
8904         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8905         default using old backquote style.
8906         (wl-search-mime-charset): Abolished.
8907
8908         * wl-highlight.el (wl-highlight-headers):
8909         Call `point' after `re-search-forward'(for Nemacs).
8910
8911         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8912         for elmo-imap4.el.
8913
8914 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8915
8916         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8917         `wl-message-ignored-field-list' instead of
8918         `mime-view-ignored-field-list'.
8919
8920         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8921         Add interactive spec.
8922         (wl-folder-goto-bottom-of-current-folder): Ditto.
8923         (wl-folder-mode-map): Bind them.
8924
8925         * wl-vars.el (wl-message-ignored-field-list): New variable.
8926         (wl-message-visible-field-list): New variable.
8927
8928         * wl-mime.el (wl-mime-header-presentation-method): New function.
8929         (wl-mime-setup): Set header-presentation-method.
8930
8931 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8932
8933         * wl-nemacs.el (wl-draft-overload-functions): Set
8934         `mode-line-buffer-identification' instead of using
8935         `wl-make-modeline'.
8936
8937         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8938         instead of using `wl-make-modeline'.
8939
8940         * wl-xmas.el (wl-plugged-init-icons): Set up
8941         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8942         (wl-make-modeline): Abolish.
8943         (wl-draft-overload-functions): Set
8944         `mode-line-buffer-identification' instead of using
8945         `wl-make-modeline'.
8946
8947         * wl-util.el (wl-make-modeline-subr): Abolish.
8948         (wl-mode-line-buffer-identification): New alias.
8949
8950         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8951         (wl-summary-make-modeline): Abolish.
8952         (wl-summary-buffer-set-folder): Set
8953         `wl-summary-buffer-folder-indicator'.
8954         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8955         of using `wl-make-modeline'.
8956         (wl-summary-switch-to-clone-buffer): Don't set
8957         `mode-line-buffer-identification'.
8958         (wl-summary-goto-folder-subr): Ditto.
8959
8960         * wl-mule.el (wl-draft-overload-functions): Set
8961         `mode-line-buffer-identification' instead of using
8962         `wl-make-modeline'.
8963
8964         * wl-folder.el (wl-folder-mode): Set
8965         `mode-line-buffer-identification' instead of using
8966         `wl-make-modeline'.
8967         (wl-folder): Don't set `mode-line-buffer-identification'.
8968
8969 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8970
8971         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8972         instead of `member' for `wl-refile-guess-func-list' look-ups.
8973         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8974
8975 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8976
8977         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8978         `wl-message-button-dispatcher'.
8979
8980         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8981
8982         * wl-message.el (wl-message-button-dispatcher): Use it.
8983
8984         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8985         "In-Reply-To".
8986
8987         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8988         Bind `case-fold-search' to t.
8989
8990 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8991
8992         * wl-xmas.el (wl-message-overload-functions): Initialize
8993         `wl-message-button-map'.
8994
8995         * wl-mule.el (wl-message-overload-functions): Initialize
8996         `wl-message-button-map'.
8997
8998         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8999
9000         * wl-message.el (wl-message-button-map): New keymap.
9001         (wl-message-add-button): New function.
9002         (wl-message-button-dispatcher): New function.
9003         (wl-message-button-refer-article): New function.
9004
9005         * wl-highlight.el
9006         (wl-highlight-message-add-buttons-to-header): New function.
9007         (wl-highlight-headers): Use it.
9008
9009 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9010
9011         * wl-summary.el (wl-summary-default-from): Use
9012         `wl-address-get-petname-1'.
9013         (wl-summary-simple-from): Ditto.
9014
9015         * wl-address.el (wl-address-get-petname-1): New inline function.
9016         (wl-address-get-petname): Use it.
9017
9018 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9019
9020         * wl-summary.el (wl-summary-default-from): Return full-name part
9021         from the address if no petname was found.
9022         (wl-summary-simple-from): Ditto.
9023
9024         * wl-address.el (wl-address-get-petname): Return nil if no petname
9025         associated with the address was found.
9026
9027 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9028
9029         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9030         display is finished.
9031
9032 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9033
9034         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9035         `elmo-folder-exists-p' argument.
9036
9037 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9038
9039         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9040         the folder.
9041
9042 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9043
9044         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9045
9046         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9047         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9048
9049 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9050
9051         * wl-folder.el (wl-folder-create-subr): New function.
9052         (wl-folder-confirm-existence): Use it.
9053         (wl-folder-check-one-entity): Use it.
9054         Check the error symbol is derived from 'elmo-open-error.
9055
9056         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9057         `ignore-error'.
9058
9059 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9060
9061         * wl-util.el (toplevel): Add (eval-when-compile (require
9062         'elmo-util)).  (Maybe `provide' is typo.)
9063
9064 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9065
9066         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9067         (I don't know why this was needed.)
9068
9069         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9070         Follow up changes for stream-type.
9071
9072         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9073         (wl-draft-elmo-nntp-send): Ditto.
9074
9075         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9076         (wl-nntp-posting-stream-type): Ditto.
9077         (wl-pop-before-smtp-ssl): Abolished.
9078         (wl-nntp-posting-ssl): Ditto.
9079
9080         * wl-address.el (wl-address-quote-specials): New function.
9081         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9082
9083         * wl-draft.el (wl-draft-reply): Ditto.
9084
9085 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9086
9087         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9088         use function `wl-string-match-assoc'.
9089
9090 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9091
9092         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9093
9094         * wl-draft.el (wl-draft-deduce-address-list): New function.
9095         (wl-draft-parse-mailbox-list): Ditto.
9096         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9097         instead of `smtp-deduce-address-list'.
9098         (wl-draft-on-field-p): Follow group list.
9099
9100         * wl-address.el (wl-address-concat-token): New function.
9101         (wl-address-string-without-group-list-contents): Ditto.
9102         (wl-complete-field-body): Fixed problem of completion
9103         by japanese petname.
9104         (wl-address-make-completion-list): Rewrite.
9105
9106 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9107
9108         * wl-address.el (wl-address-make-completion-list): Completion by
9109         petname.
9110         (wl-complete-field-body): Likewise.
9111
9112 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9113
9114         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9115         contains invalid address syntax.
9116
9117 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9118
9119         * wl-folder.el (wl-folder-check-entity-async): Use
9120         `elmo-nntp-spec-hostname'.
9121
9122 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9123
9124         * wl-summary.el (wl-summary-msgdb-load-async): Use
9125         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9126
9127 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9128
9129         * wl-draft.el (wl-draft-reply): Set argument
9130         `content-transfer-encoding' as nil.
9131
9132 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9133
9134         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9135         `wl-refile-alist'.
9136
9137 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9138
9139         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9140         (wl-draft-edit-string): Ditto.
9141         (wl-draft-forward): Ditto.
9142         * wl-summary.el (wl-summary-write): Ditto.
9143
9144 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9145
9146         * wl-summary.el (wl-summary-sync-update3): Call
9147         `wl-summary-buffer-number-column-detect'.
9148         (wl-summary-buffer-number-column-detect): Search from point-min.
9149
9150 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9151
9152         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9153         contains an address which is not included in original to or cc.
9154
9155 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9156
9157         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9158         begin-line does not exist.
9159         * wl-message.el (wl-message-uu-substring): Ditto.
9160
9161 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9162
9163         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9164         clear local variables.
9165         (wl-summary-exit): Call `elmo-commit'.
9166         (wl-summary-switch-to-clone-buffer): Call
9167         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9168         (wl-summary-goto-folder-subr): Ditto.
9169
9170         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9171         POP folder.
9172
9173 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9174
9175         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9176         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9177         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9178         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9179         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9180         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9181
9182         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9183
9184 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9185
9186         * wl-summary.el (wl-summary-search-by-subject):
9187         Search parent message from the latest one.
9188
9189 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9190
9191         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9192         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9193
9194         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9195         New user option.
9196
9197         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9198         if elmo-nntp-use-killed-list is nil.
9199         Use `elmo-msgdb-append-to-killed-list'.
9200         (Append numbers confirmed as disappeared to the killed list.)
9201         (wl-summary-confirm-appends): Don't display negative number.
9202
9203 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9204
9205         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9206
9207 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9208
9209         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9210         range is `all'.
9211         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9212         `elmo-list-bigger-diff'.
9213
9214 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9215
9216         * wl-summary.el (wl-summary-buffer-exit-func):
9217         New buffer local variable.
9218         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9219
9220 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9221
9222         * wl-demo.el (wl-demo): Fix the last change.
9223
9224 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9225
9226         * wl-demo.el (wl-demo): Don't use `eval'.
9227
9228 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9229
9230         * wl-summary.el (wl-summary-buffer-thread-modified):
9231         New buffer-local variable.
9232         (wl-summary-set-thread-modified): New function.
9233         (wl-summary-thread-modified-p): New function.
9234         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9235         (wl-summary-yank-saved-message): Use function
9236         `wl-summary-set-thread-modified'
9237         (wl-summary-switch-to-clone-buffer): Add
9238         `wl-summary-buffer-thread-modified'.
9239
9240         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9241         (wl-summary-buffer-mark-saved-hook): Ditto.
9242         * wl-summary.el (wl-summary-msgdb-save): New hook
9243         `wl-summary-buffer-message-saved-hook' and
9244         `wl-summary-buffer-mark-saved-hook'.
9245
9246 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9247
9248         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9249
9250 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9251
9252         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9253         don't hide scroll bars under FSF Emacsen because it may incur an
9254         undesirable redrawing.
9255
9256 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9257
9258         * wl-draft.el (wl-draft-edit-string): Call
9259         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9260
9261 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9262
9263         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9264
9265 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9266
9267         * wl-summary.el (wl-summary-msgdb-load-async): Call
9268         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9269
9270 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9271
9272         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9273         fringes in demo buffer; center bitmap logo correctly even if old
9274         Mule is used.
9275
9276 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9277
9278         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9279
9280         * wl-refile.el (wl-refile-subject-alist): New variable.
9281         (wl-refile-subject-alist-file-name): Ditto.
9282         (wl-refile-alist-setup): Rewrite.
9283         (wl-refile-alist-save): Use `elmo-object-save'.
9284         Eliminated arguments.
9285         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9286         (wl-refile-guess-by-subject): New function.
9287         (wl-refile-guess-func-list): Added it.
9288
9289 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9290
9291         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9292         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9293
9294 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9295
9296         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9297         New buffer-local variable.
9298         (wl-summary-buffer-next-folder-func): Ditto.
9299         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9300         if non-nil.
9301         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9302         if non-nil.
9303         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9304         if non-nil.
9305         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9306         if non-nil.
9307
9308 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9309
9310         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9311         permanently in the demo buffer.
9312
9313 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9314
9315         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9316         `mime-entity-fetch-field'.
9317
9318         * wl.el (wl-exit): Delete plugged buffer.
9319
9320         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9321         XEmacs has menubar feature.
9322
9323 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9324
9325         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9326         cannot arrive at the beginning of the buffer under old Emacsen.
9327
9328 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9329
9330         * wl-address.el (wl-address-ldap-search):
9331         Call `ldap-search-entries' with `withdn' argument t.
9332         (wl-complete-field-body): Bind completion-ignore-case as t.
9333         Clear ldap search hash when it was sole completion.
9334         Use elmo-string for pattern string.
9335         (wl-ldap-alias-safe-string): Eliminated needless let.
9336
9337 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9338
9339         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9340         (wl-ldap-alias-sep): New constant.
9341         (wl-ldap-search-attribute-type-list): Ditto.
9342         (wl-ldap-get-value): New function.
9343         (wl-ldap-make-filter): Ditto.
9344         (wl-ldap-make-matched-value-list): Ditto.
9345         (wl-ldap-alias-safe-string): Ditto.
9346         (wl-ldap-register-dn-string): Ditto.
9347         (wl-address-ldap-search): Rewrite.
9348
9349 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9350
9351         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9352         thread is deleted.
9353         (wl-thread-delete-line-from-buffer): Ditto.
9354         (wl-thread-get-exist-children): New function.
9355
9356 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9357
9358         * wl-demo.el (wl-demo): Made it to select various image types.
9359         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9360         from `wl-title-logo'.
9361         (wl-logo-ascii): New variable.
9362         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9363         (wl-demo-copyright-notice): New constant.
9364
9365         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9366
9367 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9368
9369         * wl-vars.el (wl-summary-target-above): Renamed from
9370         wl-summary-temp-above.
9371         * wl-score.el (wl-score-get-score-alist): Use it.
9372         (wl-summary-score-update-all-lines): Use it.
9373         * wl-summary.el: Ditto. (make-variable-buffer-local).
9374
9375 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9376
9377         * wl-vars.el (wl-ldap-port): New user option.
9378
9379         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9380         Rewite whole implementation.
9381         (wl-complete-field-body): Fixed.
9382
9383 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9384
9385         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9386         Choose implementation at compile time.
9387
9388 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9389
9390         * wl-address.el (wl-ldap-search-internal): New function.
9391         (wl-complete-field-to): Use it.
9392
9393 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9394
9395         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9396         Use `let' instead of `let*'.
9397         Require 'wl-vars.
9398
9399         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9400         Define as defcustom.
9401         (wl-ldap-base): Ditto.
9402         (wl-use-ldap): Ditto.
9403
9404 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9405
9406         * wl-address.el (wl-ldap-search): New function.
9407         (wl-complete-field-body): Use `wl-ldap-search'.
9408         (wl-ldap-server): New variable.
9409         (wl-ldap-base): Ditto.
9410         (wl-use-ldap): Ditto.
9411
9412 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9413
9414         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9415         (Pointed out by Mito <mit@nines.nec.co.jp>).
9416         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9417         buffer-local variables like `wl-summary-redisplay-internal'.
9418         (wl-summary-redisplay-all-header): Likewise.  Update
9419         Summary view too.
9420
9421 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9422
9423         * wl-summary.el (wl-summary-jump-to-parent-message):
9424         Consider prefix argument.
9425
9426         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9427         when closed thread is deleted.
9428
9429 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9430
9431         * wl-summary.el (wl-summary-jump-to-parent-message):
9432         Consider thread modification.
9433
9434 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9435
9436         * wl-message.el (wl-message-normal-get-original-buffer): Use
9437         `save-excursion'.
9438
9439         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9440         (wl-summary-showto-folder-regexp): Ditto.
9441
9442 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9443
9444         * wl-util.el (wl-delete-alist): Doc fix.
9445         (wl-delete-associations): New function.
9446         (wl-inverse-alist): New function.
9447         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9448         Split temporary variables. Use `wl-delete-associations'
9449         and `wl-inverse-alist'.
9450         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9451
9452 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9453
9454         * wl-folder.el (wl-folder-prefetch-entity):
9455         Execute prefetching if new count is unknown.
9456
9457 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9458
9459         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9460
9461         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9462         delete entity.
9463         (wl-thread-set-parent): If insert as top, set linked as nil.
9464
9465         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9466         `wl-thread-cleanup-symbols' when view mode is thread.
9467
9468 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9469
9470         * wl-folder.el (wl-folder-create-folder-entity): Use
9471         with-current-buffer.
9472         (wl-local-folder-init): Call set-buffer to make sure we are in
9473         the Folder buffer. Don't touch buffer-local variables here.
9474         (wl-folder-mode): Initialize buffer-local variables here.
9475
9476         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9477         (wl-folder-entity-assign-id): Ditto.
9478         (wl-folder-create-entity-hashtb): Ditto.
9479         (wl-local-folder-init): Ditto.
9480         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9481
9482 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9483
9484         * wl-summary.el (wl-summary-default-from): Fix probrem when
9485         std11-extract-address-components return (nil "foo@bar").
9486
9487 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9488
9489         * wl-draft.el (wl-draft-clone-local-variables):
9490         Remove redundant `setq'.
9491
9492 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9493
9494         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9495         Bind wl-highlight-x-face-func as nil while highlighting header.
9496
9497 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9498
9499         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9500
9501 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9502
9503         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9504         elmo-msgdb-overview-hashtb from copy-variables.
9505         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9506         instead of `elmo-msgdb-overview-get-entity-by-number'.
9507         (wl-summary-auto-refile): Ditto.
9508
9509         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9510         `elmo-msgdb-overview-get-entity' instead of
9511         `elmo-msgdb-search-overview-entity'.  Use
9512         `elmo-msgdb-overview-get-entity' instead of
9513         `elmo-msgdb-overview-get-entity-by-number'.
9514         (wl-thread-insert-entity-sub): Ditto.
9515         (wl-thread-insert-message): Ditto.
9516
9517         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9518         `elmo-msgdb-overview-get-entity'.
9519         (wl-normal-message-redisplay): Ditto.
9520
9521 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9522
9523         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9524         `wl-thread-entities'.
9525         (wl-thread-delete-message): Fix remove top message from
9526         `wl-thread-entity-list'.
9527
9528         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9529         wl-append(nconc), because update-list is broken on Meadow.
9530
9531         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9532         updating process.
9533         (wl-summary-rescan): Ditto.
9534         (wl-summary-sync-update3): Ditto.
9535         * wl-thread.el (wl-thread-set-parent): Renamed from
9536         `wl-summary-set-parent'.
9537         (wl-thread-insert-message): Updating buffer faster.
9538         (wl-thread-delete-message): Updating buffer faster.
9539
9540         * wl-score.el (wl-summary-score-update-all-lines): Changed
9541         interval for display progress gauge.
9542
9543 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9544
9545         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9546         folder always-sticky.
9547         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9548         defmacro.
9549
9550 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9551
9552         * wl-vars.el (wl-draft-add-references): New user option.
9553
9554         * wl-draft.el (wl-draft-add-references): New function.
9555         (wl-draft-yank-from-mail-reply-buffer): Use it.
9556         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9557         as nil.
9558
9559 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9560
9561         * wl-thread.el (wl-thread-update-line-msgs): Called
9562         `wl-thread-update-line-on-buffer-sub'.
9563         (wl-thread-update-line-on-buffer): Delete routine of inserting
9564         thread.
9565         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9566         moved from `wl-thread-update-line-on-buffer'.
9567         Add threshold for displaying progress gauge.
9568         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9569         argument of `wl-thread-update-line-msgs'.
9570         Add threshold for displaying progress gauge.
9571         * wl-folder.el:
9572         Add threshold for displaying progress gauge.
9573         * wl-score.el: Ditto.
9574
9575         * wl-expire.el (wl-summary-expire): Display deleting info.
9576
9577 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9578
9579         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9580         `no-msg'.
9581         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9582         argument of `wl-thread-update-line-msgs'.
9583         (wl-summary-set-parent): Added optional argument `parent-number'.
9584         (wl-summary-buffer-saved-message): New buffer local variable.
9585         (wl-summary-save-current-message): New command.
9586         (wl-summary-yank-saved-message): Ditto.
9587         (wl-summary-mode-map): Added key binding for
9588         `wl-summary-save-current-message' (\ew) and
9589         `wl-summary-yank-saved-message' (\C-y).
9590         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9591
9592 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9593
9594         * wl-summary.el (wl-summary-mode-map): Added key binding for
9595         `wl-summary-set-parent' (ts).
9596
9597 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9598
9599         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9600         subject faster. If thread number is reverse, delayed updating
9601         thread.
9602         (wl-summary-search-by-subject): Ditto.
9603         (wl-summary-put-alike): Ditto.
9604         (wl-summary-get-alike): Ditto.
9605         (wl-summary-insert-headers): Insert header of all overview in
9606         buffer.
9607         (wl-summary-rescan): Delayed updating thread. Kill search subject
9608         buffer for wl-summary-search-by-subject.
9609         (wl-summary-sync-update3): Ditto.
9610         (wl-summary-exit): Ditto.
9611         (wl-summary-goto-bottom-of-current-thread): Change for linked
9612         thread.
9613         (wl-summary-overview-create-summary-line): Change line for linked
9614         thread.
9615
9616         * wl-summary.el (wl-summary-update-thread): Use
9617         wl-thread-maybe-get-children-num.
9618         (wl-summary-set-parent): If change parent, move sub thread.
9619         (wl-summary-redisplay-internal): Add horizontal recenter.
9620         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9621
9622         * wl-thread.el (wl-thread-entity-get-linked): New function.
9623         (wl-thread-entity-set-linked): New function.
9624         (wl-thread-create-entity): Add linked element.
9625         (wl-thread-entity-insert-as-top): Use wl-append.
9626         (wl-thread-maybe-get-children-num): If closing thread, return
9627         children msgs.
9628         (wl-thread-update-line-msgs): Displaying progress message.
9629         (wl-thread-update-line-on-buffer-sub): Use
9630         wl-thread-maybe-get-children-num.
9631         (wl-thread-update-line-on-buffer): If update line is not exists,
9632         insert thread.
9633         (wl-thread-delete-message): If delete top msg of thread, search
9634         parent by subject.
9635         (wl-thread-insert-entity): Use
9636         wl-thread-maybe-get-children-num.
9637
9638         * wl-highlight.el (wl-highlight-summary-current-line): change
9639         sregexp for linked thread.
9640         * wl-util.el (wl-count-lines): Count lines.
9641         (wl-horizontal-recenter): horizontal recenter.
9642         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9643         (wl-score-get-alike): Ditto.
9644         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9645         (wl-subject-length-limit): New variable.
9646         (wl-highlight-thread-indent-string-regexp): Changed for linked
9647         thread.
9648
9649 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9650
9651         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9652         New variable (revival).
9653         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9654         by subject matching if there's no in-reply-to nor references field
9655         (revival).
9656
9657 \f
9658 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9659
9660         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9661         message.
9662
9663 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9664
9665         * wl-summary.el (wl-summary-reply): Return t if there was a
9666         message at cursor point.
9667         Added unwind-protect.
9668         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9669         returns t.
9670         (wl-summary-cancel-message): Do nothing when there's no message at
9671         cursor point.
9672         (wl-summary-forward): Ditto.
9673         (wl-summary-jump-to-parent-message): Ditto.
9674         (wl-summary-reedit): Ditto.
9675         (wl-summary-edit-addresses): Ditto.
9676         (wl-summary-pipe-message): Ditto.
9677         (wl-summary-print-message-with-ps-print): Ditto.
9678         (wl-summary-print-message): Ditto.
9679         (wl-summary-mark-as-important): Ditto.
9680         (wl-summary-mark-as-unread): Ditto.
9681
9682         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9683         message at cursor point.
9684         (wl-summary-reply-with-citation): Remove unwind-protect.
9685
9686         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9687         subject searching feature.
9688         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9689         Eliminated.
9690
9691 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9692
9693         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9694         New variable.
9695         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9696         by subject matching if there's no in-reply-to nor references field.
9697
9698         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9699
9700         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9701         when display is finished.
9702         (wl-folder-open-all): Ditto.
9703         (wl-folder-update-access-group): Ditto.
9704         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9705         * wl-thread.el (wl-thread-close-all): Ditto.
9706
9707         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9708         progress gauge only when it was displayed.
9709         * wl-folder.el (wl-folder-insert-entity): Ditto.
9710
9711 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9712
9713         * wl-summary.el (wl-summary-incorporate): Enclose
9714         `wl-summary-sync-force-update' with save-excursion.
9715
9716 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9717
9718         * wl-summary.el (wl-summary-prefetch-region):
9719         Pass current cursor point to `pos-visible-in-window-p' after
9720         moving cursor to the started point.
9721
9722 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9723
9724         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9725
9726         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9727         fields from the forwarding message.
9728         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9729         `ignored-fields'.
9730
9731 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9732
9733         * wl-mime.el (wl-message-request-partial):
9734         Eliminated argument `msgdb'.
9735         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9736         (wl-mime-combine-message/partial-pieces): Likewise.
9737         * tm-wl.el (wl-message-request-partial): Likewise.
9738         (wl-mime-combine-message/partial-pieces): Likewise.
9739
9740 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9741
9742         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9743         when display is finished.
9744
9745 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9746
9747         * wl-summary.el (wl-summary-goto-folder-subr):
9748         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9749
9750 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9751
9752         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9753         when cursor point is visible.
9754
9755 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9756
9757         * wl-expire.el (wl-expire-archive-get-max-number):
9758         Don't use `file-name-directory'.
9759
9760 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9761
9762         * wl-expire.el (wl-expire-archive-get-max-number):
9763         Use `file-name-directory'.
9764
9765 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9766
9767         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9768         only when there is progress.
9769
9770 2000-04-13  Mito <mit@nines.nec.co.jp>
9771
9772         * wl-summary.el (wl-summary-sync-marks): Display progress.
9773
9774 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9775
9776         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9777         (wl-summary-prev): Move cursor regardless of unread status.
9778         (wl-summary-next): Ditto.
9779
9780 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9781
9782         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9783         Added argument `target' and `number'.
9784         * tm-wl.el (wl-summary-burst-subr): New function.
9785         (wl-summary-burst): Use it.
9786
9787 2000-04-10  Mito <mit@nines.nec.co.jp>
9788
9789         * wl-mime.el (wl-burst): New function.
9790         (wl-summary-burst): Use it.
9791
9792 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9793
9794         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9795         as petname when there's no candidate.
9796
9797 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9798
9799         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9800         New variable.
9801         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9802
9803         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9804
9805         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9806
9807 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9808
9809         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9810         Use substring of `original' instead of buffer-substring.
9811         (wl-refile-evaluate-rule):
9812         Set `original' argument of wl-refile-expand-newtext.
9813
9814         * wl-summary.el
9815         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9816         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9817         (wl-summary-auto-refile): Check existence of destination folder just
9818         before marking.
9819
9820 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9821
9822         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9823         when wl-refile-get-field-value return nil.
9824
9825 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9826
9827         * wl-refile.el
9828         (wl-refile-expand-newtext): New function imported from Gnus.
9829         (wl-refile-evaluate-rule): Use it.
9830
9831 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9832
9833         * wl-summary.el (wl-summary-print-destination):
9834         Duplicate folder string to avoid putting text-property on
9835         original string.
9836
9837         * wl-refile.el (wl-refile-get-field-value): New function.
9838         (wl-refile-evaluate-rule): New function;
9839         Evaluate refile rule recursively.
9840         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9841         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9842         New function; Check existence of a target folder recursively.
9843         (wl-summary-auto-refile-check-refile-rule-alist):
9844         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9845
9846 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9847
9848         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9849
9850         * wl-folder.el (wl-create-folder-entity-from-buffer):
9851         Fixed problem when '}' character is contained in folder name.
9852
9853         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9854
9855 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9856
9857         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9858         (wl-fldmgr-add-completion-all-completions):
9859         Use wl-fldmgr-add-completion-hashtb.
9860
9861 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9862
9863         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9864         wl-fldmgr-add-completion-subr): New functions.
9865         * wl-folder.el (wl-folder-completion-func): New variable.
9866         * wl-summary.el (wl-summary-read-folder):
9867         Use wl-folder-completion-func.
9868
9869         * wl-refile.el: Eliminate throw & catch.
9870
9871         * wl.el (wl-plugged-sending-queue-status): Fixed.
9872
9873 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9874
9875         * wl-draft.el (wl-draft): Put category property on
9876         mail-header-separator.