* wl-message.el (wl-message-make-display-type): New function.
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-message.el (wl-message-make-display-type): New function.
4         (wl-message-display-type-property): Ditto.
5         (wl-message-mime-analysys-p): Ditto.
6         (wl-message-display-all-header-p): Ditto.
7         (wl-message-redisplay): Removed argument `as-is', `all-header' and
8         added `display-type'.
9         (wl-message-buffer-display): Likewise.
10         (wl-message-display-internal): Likewise.
11         (wl-message-buffer-display-type): Abolish.
12         (wl-message-buffer-prefetch-subr): Follow the API changed.
13
14         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
15         from wl-summary-buffer-display-all-header and changed default value.
16         (wl-summary-message-display-type): New function.
17         (wl-summary-buffer-display-mime-mode): Ditto.
18         (wl-summary-buffer-display-header-mode): Ditto.
19         (wl-summary-toggle-mime): Rewrite with above functions.
20         (wl-summary-toggle-all-header): Ditto.
21         (wl-summary-redisplay): Force redisplay with default mode.
22         (wl-summary-redisplay-internal): Renamed argument from `mode',
23         `all-header' to `mime-mode', `header-mode'.
24         Use `wl-message-make-display-type'.
25
26         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
27         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
28
29 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
30
31         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
32
33 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
34
35         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
36         in original message buffer.
37         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
38         buffer.
39
40 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
41
42         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
43
44 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
45
46         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
47
48 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
49
50         * wl-action.el (wl-summary-exec-action-refile): Display a done message
51         when actions succeeded.
52         (wl-summary-exec-action-copy): Likewise.
53
54 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
55
56         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
57         there is switch-to-buffer at the end of wl-message-select-buffer.
58         (wl-summary-reply): Ditto.
59
60 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
61
62         * wl-summary.el (wl-summary-forward): Put subject in original
63         message buffer as argument of wl-draft-forward.
64         * wl-draft.el (wl-draft-forward): Decode subject as in
65         wl-draft-reply.
66
67 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
68
69         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
70         a folder under access group.
71
72 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
73
74         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
75         wl-message-buffer-display.
76
77         * wl-util.el (wl-set-save-drafts): Fix typo.
78
79 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
80
81         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
82         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
83         wl-highlight-logo-face to set the bg color of an xbm image; fixed
84         the way to measure the width of a bitmap image; don't put face on
85         ascii and bitmap images; put the mark which should not use the
86         variable-pitch face on ascii and bitmap images.
87         (wl-demo-setup-properties): Don't use the variable-pitch face on
88         ascii and bitmap images; made it work on Emacs 20 and earlier.
89         (wl-demo-insert-text): End with a newline at the bottom; don't put
90         face on text.
91
92         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
93
94 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
95
96         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
97
98         * wl-util.el (wl-save-drafts): Moved from sample setting.
99         (wl-set-save-drafts): New function to set idle timer.
100         * wl-draft.el (wl-draft): Call it.
101         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
102
103 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
104
105         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
106         a summary which has toggle display status off.
107
108 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
109
110         * wl-draft.el (wl-draft-do-fcc): No cache save.
111
112 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
113
114         * wl-summary.el (elmo-event-handler-flag-changed): Use
115         `set-buffer' instead of `with-current-buffer'.
116
117 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
118
119         * wl-summary.el (wl-summary-after-resize-function): New function.
120         (wl-summary-mode): Add `wl-summary-after-resize-function' to
121         window-size-change-functions.
122
123 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
124
125         * wl-draft.el (wl-draft-create-buffer): Bind
126         `change-major-mode-hook' after current buffer is changed.
127
128         * wl-summary.el (wl-summary-buffer-detach): New function.
129         (wl-summary-buffer-set-folder): Call it.
130         (wl-summary-mode): Add `wl-summary-buffer-detach' to
131         change-major-mode-hook and kill-buffer-hook.
132         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
133         (wl-summary-switch-to-clone-buffer): Ditto.
134         (wl-summary-goto-folder-subr): Ditto.
135
136 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
137
138         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
139         after boundp check.
140
141 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
142
143         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
144         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
145         for `kill-buffer'.
146
147         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
148         handler of current buffer from elmo-folder.
149
150 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
151
152         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
153
154 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
155
156         * wl-summary.el (wl-summary-buffer-event-handler): New internal
157         variable.
158         (wl-summary-event-handler): New class.
159         (elmo-event-handler-flag-changed): Define to update persistent
160         mark.
161         (wl-summary-buffer-set-folder): Register event handler to
162         elmo-folder.
163         (wl-summary-exit): Unregister event handler.
164         (wl-summary-goto-folder-subr): Ditto.
165         (wl-summary-mark-as-read-all): Does not call
166         `wl-summary-update-persistent-mark' directly.
167         (wl-summary-mark-as-read-internal): Ditto.
168         (wl-summary-set-persistent-mark-internal): Ditto.
169         (wl-summary-set-flags-internal): Ditto.
170
171         * Version number is increased to 2.11.33.
172
173 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
174
175         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
176         to nil.
177
178 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
179
180         * wl-spam.el (wl-spam-setup): Add hook
181         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
182         instead of `wl-summary-prepare-hook'.
183
184         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
185         if folder type is `'flag'.
186         (wl-summary-mark-as-important): Ditto.
187
188 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
189
190         * wl-address.el (wl-address-minibuffer-history): New variable.
191         (wl-address-minibuffer-local-map): New keymap.
192         (wl-address-read-from-minibuffer): New function.
193
194         * wl-action.el (wl-summary-get-resend-address): Use
195         `wl-address-read-from-minibuffer' instead of `completing-read'.
196
197 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
198
199         * Version number is increased to 2.11.32.
200
201 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
202
203         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
204         without mule to iso-8859-1.
205         (wl-draft-add-in-reply-to): Add note in description.
206         (wl-draft-add-references): Ditto.
207
208 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
209
210         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
211         definition for `m'.
212         (wl-summary-mode-line-format): Add '[%m]'.
213         (wl-message-mode-line-format-spec-alist): Ditto.
214         (wl-summary-display-mime-mode-list): New variable.
215
216         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
217         from wl-summary-buffer-display-as-is.
218         (wl-summary-buffer-display-all-header): New buffer local variable.
219         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
220         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
221         instead of wl-summary-buffer-display-as-is.
222         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
223         (wl-summary-set-persistent-mark): Ditto.
224         (wl-summary-set-message-buffer-or-redisplay): Just call
225         `wl-summary-redisplay-internal' without optional arguments.
226         (wl-summary-toggle-mime): Rewrite.
227         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
228         (wl-summary-toggle-all-header): New function.
229         (wl-summary-redisplay-internal): Treat mime mode.
230
231         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
232         to wl-mime-preview-follow-no-mime.
233         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
234         accodring to the display-mode.
235
236         * wl-message.el (wl-message-buffer-display-type): Rewrite.
237         (wl-message-buffer-display): Changed argument name from `as-is' to
238         `mode'.
239         (wl-message-display-internal): Ditto;
240         Bind elmo-mime-display-header-analysis according to the mode.
241         (wl-message-display-internal): Put wl-message-display-mime-mode
242         property on entire buffer.
243
244 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
245
246         * wl-draft.el (wl-draft-do-fcc): Undo last change.
247
248 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
249
250         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
251         Don't extract mail address.
252         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
253
254         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
255
256         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
257
258 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
259
260         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
261         wl-fldmgr-cut-entity-list on confirmation.
262
263 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
264
265         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
266         (wl-mime-quit-preview): Check existence of
267         mime-edit-temp-message-buffer here.
268
269 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
270
271         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
272         after deletion.
273
274         * wl-draft.el (wl-draft-send-confirm): Check major-mode
275         before calling wl-mime-quit-preview.
276
277 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
278
279         * wl-summary.el (wl-summary-pick): If call it with prefix
280         argument, set `delete-marks' as non-nil. Pick from only visible
281         messages.
282         (wl-summary-check-target-mark): New function.
283         (wl-summary-target-mark-mark-as-read): Use it.
284         (wl-summary-target-mark-mark-as-unread): Ditto.
285         (wl-summary-target-mark-operation): Ditto.
286         (wl-summary-target-mark-set-flags): Ditto.
287         (wl-summary-target-mark-save): Ditto.
288         (wl-summary-target-mark-pick): Ditto.
289         (wl-summary-target-mark-forward): Ditto.
290         (wl-summary-target-mark-reply-with-citation): Ditto.
291         (wl-summary-target-mark-print): Ditto.
292         (wl-summary-target-mark-uudecode): Ditto.
293
294         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
295         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
296         with `ask-coding' is non-nil.
297
298 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
299
300         * wl-thread.el (wl-thread-set-parent): If parent is a message
301         which is identified by references, set linked as nil.
302
303 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
304
305         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
306         (wl-message-mode-line-format-spec-alist): Ditto.
307         (wl-message-mode-line-format): Ditto.
308         (wl-summary-mode-line-format): Ditto for docstring.
309         (wl-summary-no-mime-folder-list): Fix typo.
310
311         * wl-util.el (wl-current-message-buffer): Call
312         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
313
314         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
315         variable.
316         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
317         of `wl-summary-redisplay-no-mime'.
318         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
319         (wl-summary-toggle-mime): New function.
320         (wl-summary-redisplay-all-header): Rewrite.
321         (wl-summary-redisplay-no-mime): Ditto.
322         (wl-summary-redisplay-internal): Added argument `as-is' and
323         `all-header'.
324
325         * wl-refile.el (wl-refile-default-from-folder-path-separator):
326         New variable.
327         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
328         bottom.
329         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
330         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
331         "/" unconditionally.
332
333         * wl-mime.el (wl-draft-yank-current-message-entity): Use
334         wl-mime-preview-follow-no-mime for as-is content.
335         (wl-mime-preview-follow-no-mime): New function.
336         (wl-mime-preview-follow-current-region): Fixed parenthesis.
337
338         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
339         and added `as-is', `all-header'.
340         (wl-message-buffer-display): Ditto.
341         (wl-message-buffer-display-type): New function.
342
343 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
344
345         * wl-vars.el (wl-message-header-button-alist): Change default
346         value.
347         (wl-message-body-button-alist): Ditto.
348
349 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
350
351         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
352
353 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
354
355         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
356
357 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
358
359         * wl-summary.el (wl-summary-sync-marks): Remove condition which
360         is always true.
361
362 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
363
364         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
365         on null entity.
366
367 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
368
369         * wl-vars.el (wl-draft-reply-default-position): Fix range.
370
371 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
372
373         * wl-vars.el (wl-summary-resend-hook): New hook.
374
375         * wl-action.el (wl-summary-exec-action-resend-subr): Run
376         `wl-summary-resend-hook'.
377
378 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
379
380         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
381         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
382         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
383         (wl-summary-new-cached-mark): Changed default value to 'n'.
384         (wl-summary-unread-cached-mark): Changed default value to 'u'.
385         (wl-summary-answered-cached-mark): Changed default value to 'a'.
386         (wl-folder-sync-range-alist): Remove spec for 'flag.
387         (wl-summary-force-prefetch-folder-list): New user option.
388
389         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
390         `wl-summary-toggle-persistent-mark'.
391         (wl-summary-update-mark-and-highlight-window): Don't highlight when
392         number is nil.
393         (wl-summary-mark-as-answered-region): Set interactive argument of
394         `wl-summary-set-persistent-mark-internal'.
395         (wl-summary-mark-as-important-region): Ditto.
396         (wl-summary-unset-persistent-mark): Ditto.
397         (wl-summary-set-persistent-mark): Ditto.
398         (wl-summary-mark-as-answered): Ditto.
399         (wl-summary-mark-as-important): Ditto.
400         (wl-summary-set-persistent-mark-internal): Do nothing
401         when `elmo-message-flag-available-p' is nil.
402         (wl-summary-toggle-persistent-mark): New function.
403         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
404         when the folder matches `wl-summary-force-prefetch-folder-list'.
405
406
407         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
408         when number is nil.
409         (wl-highlight-summary-forwarded-face): New face.
410
411 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
412
413         * Version number is increased to 2.11.31.
414
415 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
416
417         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
418         (wl-biff-check-folder-async): Ditto.
419         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
420
421 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
422
423         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
424         Add an argument `reverse'.  All callers are updated.
425         (wl-summary-sort): Add a prefix argument `reverse' to specify
426         reverse sorting.
427         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
428         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
429         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
430
431 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
432
433         * wl-message.el (wl-message-redisplay): Does not narrow header if
434         disply-type is all-header or as-is.
435
436         * wl-summary.el (wl-summary-enter-handler): Use
437         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
438
439 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
440
441         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
442         after adding wl-draft-parent-variables.
443         (wl-draft-forward): Ditto.
444
445 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
446
447         * wl-summary.el (wl-summary-sync-marks): Call
448         `wl-summary-set-persistent-mark' and
449         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
450         (wl-summary-set-persistent-mark-internal): Add 4th argument
451         `no-server'.
452         (wl-summary-unset-persistent-mark): Ditto.
453         (wl-summary-set-persistent-mark): Ditto.
454         (wl-summary-add-flags-internal): Abolish.
455         (wl-summary-remove-flags-internal): Ditto.
456         (wl-summary-mark-as-important-internal): Ditto.
457         (wl-summary-mark-as-important): Use
458         `wl-summary-set-persistent-mark' instead of
459         `wl-summary-add-flags-internal'.
460         (wl-summary-mark-as-important-region): Ditto.
461
462         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
463
464         * wl-summary.el (wl-summary-get-available-flags): New function.
465         (wl-summary-sync-marks): Use it and simplified.
466         (wl-summary-unset-persistent-mark): Use
467         `wl-summary-get-available-flags'.
468         (wl-summary-set-persistent-mark): Ditto.
469
470 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
471
472         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
473         id.
474
475 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
476
477         * wl-summary.el (wl-summary-enter-handler): If argument is not a
478         number, call `wl-summary-prev-line-content'. Show message when the
479         message is not found.
480
481 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
482
483         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
484         wl-summary-enter-handler.
485         (wl-summary-enter-handler): New command.
486
487         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
488         docstring and custom spec.
489
490         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
491         flags too; Don't treat Cached and New.
492         (wl-summary-set-persistent-mark): Ditto.
493
494         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
495         `wl-folder-set-flag'.
496
497         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
498         instead of `wl-folder-set-flag'.
499
500         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
501         for completion.
502         (wl-summary-set-persistent-mark): Ditto.
503
504         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
505         instead of `wl-draft-quit-preview'.
506
507         * wl-mime.el (toplevel): Avoid compile warning.
508         (wl-mime-quit-preview): New function
509         (formarly defined as `wl-draft-quit-preview').
510         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
511         quitting method.
512
513         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
514
515         * wl-folder.el (wl-folder-set-flag): Renamed from
516         `wl-draft-set-flag-on-parent'.
517
518         * wl-draft.el (wl-draft-quit-preview): New function.
519         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
520         (wl-draft-send): Call `wl-folder-set-flag' instead of
521         `wl-draft-set-flag-on-parent'.
522         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
523
524 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
525
526         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
527         (wl-draft-send): Ditto.
528
529 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
530
531         * wl-vars.el (wl-draft-reply-hook): Changed default value.
532         (wl-draft-kill-pre-hook): Set default value as nil.
533         (wl-summary-reply-hook): Ditto.
534         (wl-draft-kill-flags): Abolish.
535
536         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
537         (wl-draft-parent-variables): Renamed from
538         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
539         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
540         argument; Add wl-draft-parent-variables to
541         wl-draft-config-variables.
542         (wl-draft-reply): Likewise.
543         (wl-draft-kill-flags): Abolish.
544         (wl-draft-send): Call wl-draft-set-flag-on-parent.
545         (wl-draft-set-flag-on-parent): New function.
546         (wl-draft-setup-parent-flag): Ditto.
547
548 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
549
550         * wl-draft.el (wl-draft-kill-flags): Avoid error when
551         `wl-draft-parent-folder' is "".
552
553 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
554
555         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
556         (wl-summary-digit-jump): New function.
557         (Adviced by John Owens and Hiroya Murata)
558
559         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
560         (Adviced by John Owens)
561
562         * wl-xmas.el (wl-message-define-keymap): Ditto.
563
564         * wl-mule.el (wl-message-define-keymap): Ditto.
565
566 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
567
568         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
569         change of return value of elmo-folder-count-flags.
570
571         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
572         (wl-summary-mark-as-read-internal): Ditto.
573         (wl-summary-set-persistent-mark-internal): Ditto.
574         (wl-summary-folder-info-update): Ditto.
575         (wl-summary-sync-update): Fixed the last change.
576
577         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
578
579 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
580
581         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
582         (wl-draft-kill-flags): Fixed docstring.
583
584         * wl-draft.el (wl-draft-kill-flags): New function.
585         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
586
587 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
588
589         * wl-vars.el (wl-reply-hook): Abolish.
590         (wl-draft-reply-hook): New hook.
591         (wl-summary-reply-hook): Ditto.
592         (wl-draft-forward-hook): Ditto.
593         (wl-summary-forward-hook): Ditto.
594         (wl-draft-kill-flags): New variable.
595
596         * wl-summary.el (wl-summary-mark-as-answered-region): Use
597         wl-summary-set-persistent-mark-internal.
598         (wl-summary-sync-marks): Use elmo-preserved-flags.
599         (wl-summary-update-persistent-mark): Make it interactive.
600         (wl-summary-set-persistent-mark-internal): New inline function.
601         (wl-summary-mark-as-answered): Use it.
602         (wl-summary-mark-as-unanswered): Ditto.
603         (wl-summary-unset-persistent-mark): New function.
604         (wl-summary-set-persistent-mark): Ditto.
605         (wl-summary-reply): Don't set answered flag;
606         Run wl-summary-reply-hook instead.
607         (wl-summary-forward): Call wl-draft-forward with number.
608         Run wl-summary-forward-hook.
609
610         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
611         (wl-highlight-summary-line-face-spec): Use it as a default
612         persistent mark face.
613
614         * wl-draft.el (wl-draft-forward): Added optional argument number;
615         Set wl-draft-parent-number; Run wl-draft-forward-hook.
616         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
617         (wl-draft-kill): Use wl-draft-kill-flags.
618
619         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
620
621         * wl-folder.el (wl-folder-check-one-entity): Follow the change
622         of return value of elmo-folder-count-flags.
623
624         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
625
626         * wl-summary.el (wl-summary-count-unread): Ditto.
627         (wl-summary-sync-update): Follow the change above.
628         (wl-summary-force-prefetch): New function.
629
630 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
631
632         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
633         variable `buf' with `let' instead of `setq'.
634
635 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
636
637         * wl-mime.el (wl-message-delete-current-part): If filename exists,
638         add Content-Disposition heaeder on the deleted part.
639
640 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
641
642         * wl-draft.el (wl-draft-save): Encode address list under edit by
643         `eword-encode-unstructured-field-body'.
644
645         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
646
647 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
648
649         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
650         wl-current-summary-buffer.
651
652 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
653
654         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
655         `numbers' is ignored.
656
657 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
658
659         * wl-folder.el (wl-folder-open-folder): Avoid error.
660         Reported by John Owens, [wl-en:815]
661
662         * wl.el (wl): Set timer for biff process even if prefix argument
663         is given or auto-checking is quitted.
664
665         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
666         immediately.
667         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
668         (wl-toggle-plugged): Ditto.
669
670         * wl-vars.el (wl-biff-use-idle-timer): New variable.
671         * wl-util.el (wl-biff-start): Use idle timer if
672         `wl-biff-use-idle-timer' is non-nil.
673
674 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
675
676         * wl-highlight.el (wl-highlight-message): Fix description.
677
678 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
679
680         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
681         tty.
682
683 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
684
685         * wl-action.el (wl-summary-exec): Print failure count.
686
687 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
688
689         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
690         to `defun', remove interactive form.
691         Set elmo-message-fetch-confirm when force-reload is non-nil.
692
693 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
694
695         * wl-summary.el (toplevel): Removed unnecessary autoload.
696
697 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
698
699         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
700         the buffer is generated from another message buffer.
701
702 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
703
704         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
705         extracted from `wl-fldmgr-save-folders'.
706         (wl-fldmgr-delete): Call it after deletion.
707
708 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
709
710         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
711         multi-tty support.
712
713 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
714
715         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
716
717 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
718
719         * wl-summary.el (wl-summary-rescan): Remove unused variables.
720         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
721
722 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
723
724         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
725         unsubscribe list only if argument CLEAR is nil.
726
727 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
728
729         * wl-draft.el (wl-draft-reply): Decode subject before removing
730         Re: prefix.
731
732 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
733
734         * wl-summary.el (wl-summary-sort-by-size): New command.
735
736 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
737
738         * wl-summary.el (wl-summary-number-list-from-region): New
739         function.
740         (wl-summary-mark-as-read-region): Use it.
741         (wl-summary-mark-as-unread-region): Ditto.
742         (wl-summary-set-flags-region): Ditto and add optional argument
743         remove.
744         (wl-summary-mark-as-answered-region): Ditto.
745         (wl-summary-mark-as-important-region): Ditto.
746         (wl-summary-target-mark-mark-as-important): Added optional
747         argument remove.
748         (wl-summary-target-mark-mark-as-answered): Ditto.
749         (wl-summary-target-mark-set-flags): Ditto.
750
751 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
752
753         * wl-summary.el (wl-summary-set-flags-region): Call
754         `wl-summary-set-flags-internal' with number list instead of call
755         one by each message.
756         (wl-summary-target-mark-set-flags): Likewise.
757
758 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
759
760         * wl-summary.el (wl-summary-target-mark-operation): Add optional
761         argument `inverse' and use `wl-summary-delete-all-target-marks'.
762         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
763         (wl-summary-target-mark-mark-as-answered): Likewise.
764
765 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
766
767         * wl-summary.el (wl-summary-target-mark-forward): Use
768         `wl-summary-delete-all-target-marks' instead of
769         `wl-summary-delete-all-temp-marks'.
770         (wl-summary-target-mark-reply-with-citation): Ditto.
771         (wl-summary-target-mark-uudecode): Ditto.
772         (wl-summary-target-mark-set-flags): Ditto and remove needless
773         cursor move.
774
775 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
776
777         * wl-summary.el (wl-summary-target-mark-forward): Protect
778         wl-summary-buffer-target-mark-list from nreverse.
779         (wl-summary-target-mark-reply-with-citation): Ditto.
780
781 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
782
783         * wl-thread.el (wl-thread-update-indent-string-thread): Use
784         `elmo-display-progress-threshold'.
785
786 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
787
788         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
789         check `wl-summary-highlight'.
790         (wl-summary-window-scroll-functions): Respect value of
791         `wl-summary-highlight'.
792         (wl-summary-sync-update): Run hooks
793         `wl-summary-buffer-window-scroll-functions' at any time.
794
795 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
796
797         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
798         from `wl-summary-cleanup-temp-marks'.
799         (wl-summary-cleanup-temp-marks): Abolish argument.
800         * wl.el (wl-save-status): Revert previous change.
801         (wl-execute-temp-marks): New function, call
802         `wl-summary-exec-with-confirmation'.
803         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
804         (wl-folder-save-and-exec-marks): Abolished.
805
806 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
807
808         * wl-e21.el (wl-e21-display-image-p): Respect
809         `wl-highlight-folder-with-icon'.
810         (wl-e21-highlight-folder-group-line): Highlight mouse line
811         even if wl-e21-display-image-p is nil.
812
813         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
814         Respect value of `wl-summary-highlight'.
815
816         * wl.el (wl-save-status): Remove unused variable.
817
818         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
819         (wl-folder-mode-map): Bind it to "x".
820
821 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
822
823         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
824
825         * wl-thread.el (wl-thread-get-parent-list): Don't check
826         disconnected ancestors, neglecting needless work in
827         `wl-thread-update-indent-string-thread'.
828
829         * wl.el (wl-save): Take prefix argument to execute remaining marks.
830         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
831         argument, add argument default-keep to keep marks by default.
832
833         * Version number is increased to 2.11.30.
834
835         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
836         customization type and docstring.
837         (wl-draft-reply-without-argument-list): Ditto.
838
839 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
840
841         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
842
843         * wl-spam.el (wl-spam-mark-action-list): Ditto.
844
845 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
846
847         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
848
849 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
850
851         * wl-draft.el (wl-draft-config-exec): Narrow the range of
852         save-excursion so as not to include run-hooks.
853
854 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
855
856         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
857         Clarify that marks are going to be cleared.
858
859 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
860
861         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
862         according to 3rd element of wl-summary-flag-mark.
863
864         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
865
866 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
867
868         * wl-action.el (wl-summary-target-mark-all): Don't set
869         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
870
871 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
872
873         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
874         (wl-forward-subject-prefix): Ditto.
875         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
876         (wl-draft-reply-make-subject): Ditto.
877
878         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
879         `wl-draft-forward'.
880         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
881
882 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
883
884         * wl-action.el (wl-summary-target-mark-set-action): Stop if
885         target message does not exist.
886
887 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
888
889         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
890         `wl-subject-prefix-regexp'.
891         (wl-subject-forward-prefix-regexp): New variable.
892         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
893         `wl-draft-strip-subject-re' and take regexp as argument.
894         (wl-draft-forward): Use it.
895         (wl-draft-reply): Ditto.
896
897 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
898
899         * wl-e21.el (wl-highlight-plugged-current-line): Change for
900         emacs multi-tty support.
901
902 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
903
904         * wl-e21.el (wl-e21-display-image-p): Don't call
905         `display-images-p'.
906         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
907         support.
908         (wl-highlight-folder-current-line): Ditto.
909         (wl-folder-init-icons): Ditto.
910
911 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
912
913         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
914         the last line of summary in unplugged mode.
915
916 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
917
918         * wl-vars.el (wl-refile-rule-alist): Doc fix.
919
920 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
921
922         * wl-vars.el (wl-user-mail-address-regexp): New variable.
923         * wl-address.el (wl-address-user-mail-address-p): Use it.
924         (wl-address-delete-user-mail-addresses): Ditto.
925         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
926
927         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
928         (wl-address-delete-user-mail-addresses): Ditto.
929
930         * wl-address.el (wl-address-delete-user-mail-addresses): New
931         function.
932         * wl-refile.el (wl-refile-guess-by-history): Use it.
933         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
934         (wl-draft-make-mail-followup-to): Ditto and fix logic.
935
936         * wl-draft.el (wl-draft-edit-string): To judge sender address,
937         use wl-address-user-mail-address-p.
938
939 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
940
941         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
942         after opening group.
943
944 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
945
946         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
947         of elmo-set-buffer-multibyte.
948
949         * wl-message.el (wl-original-message-mode): Ditto.
950
951         * wl-score.el (wl-score-insert-header): Ditto.
952
953         * wl-summary.el
954         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
955         (wl-summary-goto-folder-subr): Ditto.
956         (wl-summary-insert-headers): Ditto.
957
958         * wl-util.el (wl-set-string-width): Ditto.
959
960         * Version number is increased to 2.11.29.
961
962 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
963
964         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
965         (wl-highlight-summary-line-help-echo-alist): New variable.
966         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
967         into `wl-highlight-summary-line-help-echo' and
968         `wl-highlight-flag-folder-help-echo'.
969         (wl-highlight-summary-line-string): Change accordingly.
970         (wl-highlight-summary-current-line): Ditto.
971
972 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
973
974         * wl-highlight.el (wl-highlight-message): Ignore white spaces
975         at the beginning of field body (Thanks to Markus Knittig).
976
977         * wl-draft.el (wl-draft-insert-current-message): Also check
978         summary buffer, remove unnecessary tag.
979
980 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
981
982         * wl-draft.el (wl-draft-insert-current-message): Cause error also
983         when wl-message-buffer is nil.
984
985         * wl-folder.el (wl-folder): Abolish unused argument.
986         Call wl-folder-init when wl-folder-entity is nil.
987         * wl.el (wl): Change accordingly.
988
989 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
990
991         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
992         multibyte string before insert into draft buffer.
993         (wl-draft-create-buffer): Always enable multibyte characters for
994         draft buffer.
995
996         * Version number is increased to 2.11.28.
997
998 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
999
1000         * wl-folder.el (wl-folder-open-close): Handle blank line.
1001         (wl-folder-jump-to-current-entity): Ditto.
1002
1003 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1004
1005         * Version number is increased to 2.11.27.
1006
1007 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1008
1009         * wl-thread.el (wl-thread-insert-message): When the thread is
1010         devided by wl-summary-max-thread-depth, insert line at the end of
1011         buffer.
1012
1013 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1014
1015         * Version number is increased to 2.11.26.
1016
1017 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1018
1019         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1020
1021 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1022
1023         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1024         value of stream-type and session.
1025
1026 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1027
1028         * Version number is increased to 2.11.25.
1029
1030 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1031
1032         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1033         in a quit message.
1034
1035 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1036
1037         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1038         (wl-summary-redisplay-no-mime-internal): Ditto.
1039
1040 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1041
1042         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1043         * wl-vars.el (wl-smtp-connection-type): Ditto.
1044
1045 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1046
1047         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1048         for the separator line and quote mail-header-separator.
1049
1050 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1051
1052         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1053         result message.
1054
1055         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1056         `elmo-multiple-fields-body-list' with boundary as
1057         mail-header-separator.
1058
1059 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1060
1061         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1062
1063 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1064
1065         * wl-util.el (wl-list-diff): Remove unused function.
1066
1067         * wl-draft.el (wl-draft-send-confirm): Discard input before
1068         confirmation.
1069
1070 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1071
1072         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1073         order of flag and new.
1074
1075 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1076
1077         * wl-vars.el (wl-refile-policy-alist): Abolished.
1078
1079         * wl-action.el (wl-summary-set-action-refile): Follow the change
1080         above.
1081
1082 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1083
1084         * wl-highlight.el (wl-highlight-signature-search): Don't use
1085         re-search-backward for a long word since it is possible to crash
1086         XEmacs because of a bug.
1087
1088 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1089
1090         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1091
1092 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1093
1094         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1095         argument for wl-summary-sync-force-update.
1096
1097 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1098
1099         * wl-summary.el (wl-summary-mode-map): Revival of
1100         wl-summary-mark-as-important related bindings;
1101         Bind 'F','tF','mF','rF','m&'.
1102         (wl-summary-mark-as-important-region): Revival.
1103         (wl-summary-target-mark-mark-as-important): Ditto.
1104         (wl-summary-target-mark-operation): New function.
1105         (wl-summary-target-mark-mark-as-answered): Use it.
1106         (wl-summary-decide-flag): Don't set Important as default.
1107         (wl-summary-mark-as-important-internal): Revival.
1108         (wl-summary-mark-as-important): Ditto.
1109
1110         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1111
1112         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1113         instead of facep.
1114
1115 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1116
1117         * wl-dnd.el (wl-dnd-drop-func): Fix.
1118
1119         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1120         mouse-set-point instead of posn-point.
1121
1122         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1123
1124         * wl-mule.el (wl-completing-read-multiple): Ditto.
1125
1126 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1127
1128         * wl-demo.el (face-background-name): Defalias to avoid compile
1129         warning.
1130
1131 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1132
1133         * wl-summary.el (wl-summary-decide-flag): Use
1134         wl-completing-read-multiple instead of completing-read-multiple.
1135
1136         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1137         New alias.
1138
1139         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1140         Use face-background-name instead of face-background.
1141
1142         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1143
1144         * wl-summary.el (wl-summary-save): Use it.
1145         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1146
1147         * wl-mime.el (wl-mime-save-content): Fix last change.
1148
1149 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1150
1151         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1152         New function.
1153         (wl-summary-sort-specs): Added sort.
1154         * wl-mime.el (wl-mime-save-content): Expand file name.
1155
1156 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1157
1158         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1159
1160         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1161
1162 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1163
1164         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1165         for flag if it is not defined.
1166
1167 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1168
1169         * wl-e21.el (wl-highlight-folder-current-line): Use
1170         elmo-folder-type-internal when elmo-folder-type returns nil.
1171
1172         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1173
1174         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1175
1176         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1177
1178         * wl-e21.el (wl-summary-toolbar): Ditto.
1179
1180         * wl-vars.el (wl-demo-background-color): Abolished.
1181         (wl-summary-persistent-mark-priority-list): Renamed from
1182         wl-summary-flag-priority-list.
1183         (wl-summary-flag-alist): New user option.
1184         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1185         (wl-message-mode-line-format-spec-alist): Added 'F'.
1186         (wl-message-mode-line-format): Likewise.
1187         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1188         instead of wl-summary-important-mark.
1189         (wl-file-folder-icon): New variable.
1190
1191         * wl-thread.el (wl-thread-set-flags): Renamed from
1192         wl-thread-mark-as-important.
1193
1194         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1195         warning.
1196         (wl-summary-mode-menu-spec): Follow the change of 
1197         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1198         (wl-summary-mode-map): Follow the change of
1199         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1200         (wl-summary-detect-mark-position): Follow the variable name change.
1201         (wl-summary-set-flags-region): New function for the replacement of
1202         wl-summary-mark-as-important-region.
1203         (wl-summary-sync-marks): Sync all global-flags.
1204         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1205         instead of elmo-message-flagged-p.
1206         (wl-summary-persistent-mark-string): Follow the variable name change;
1207         Put wl-summary-flag-mark if the message has global-flag.
1208         (wl-summary-target-mark-set-flags): Renamed from 
1209         wl-summary-target-mark-mark-as-important.
1210         (wl-summary-decide-flag): New function.
1211         (wl-summary-set-flags-internal): Renamed from
1212         wl-summary-mark-as-important-internal.
1213         (wl-summary-add-flags-internal): New function.
1214         (wl-summary-remove-flags-internal): Ditto.
1215         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1216         (wl-summary-mark-as-unimportant): Abolish.
1217         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1218         (wl-summary-next-message): List flagged messages in the msgdb.
1219
1220         * wl-score.el (wl-summary-score-update-all-lines): Use
1221         wl-summary-add-flags-internal instead of 
1222
1223         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1224
1225         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1226         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1227         (wl-message-buffer-require-all-header): Renamed from
1228         wl-message-buffer-all-header-flag (Ditto).
1229         (wl-message-buffer-flag-indicator): New variable.
1230         (wl-message-redisplay): Changed local varibale name from `flag' to
1231         `display-type'; Set up wl-message-buffer-flag-indicator.
1232         (wl-message-buffer-display): Changed varibale name from `flag' to
1233         `display-type'.
1234         (wl-message-display-internal): Likewise.
1235
1236         * wl-highlight.el (wl-highlight-demo-face): Define default background
1237         color.
1238         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1239
1240         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1241
1242         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1243         (wl-demo-setup-properties): Renamed from
1244         `wl-demo-set-background-color'.
1245         (wl-demo): Follow the change above.
1246         
1247         * Version number is increased to 2.11.24.
1248
1249 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1250
1251         * wl-summary.el (wl-summary-toggle-thread): Call
1252         `wl-summary-rescan' with disable-thread as non-nil.
1253         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1254
1255 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1256
1257         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1258         foreground property of the face.
1259         (wl-demo-insert-text): Don't set up face property here.
1260         (wl-demo): Call wl-demo-set-background-color, anyway.
1261
1262 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1263
1264         * wl-vars.el (wl-demo-background-color): The value can be nil.
1265
1266 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1267
1268         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1269         to wl-summary-wheel-dispatcher.
1270
1271         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1272         wl-message-wheel-dispatcher.
1273         (wl-message-wheel-dispatcher): New function.
1274         (wl-summary-wheel-dispatcher): Ditto.
1275
1276 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1277
1278         * wl-action.el (wl-summary-target-mark-all): List messages which are
1279         not in the killed-list.
1280
1281         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1282         only when the folder is 'flag/important.
1283
1284         * wl-address.el (wl-complete-field-body): Complete if the last
1285         character is a space.
1286
1287 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1288
1289         * wl-folder.el (wl-folder-clear-entity-info): Use
1290         elmo-clear-hash-val.
1291
1292         * wl-fldmgr.el (wl-fldmgr-rename): Set
1293         wl-folder-info-alist-modified as t.
1294
1295 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1296
1297         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1298
1299 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1300
1301         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1302         (wl-folder-buffer-last-visited-entity-id): New buffer local
1303         variable.
1304         (wl-folder-revisit-last-visited-folder): New function.
1305         (wl-folder-mode-map): Bind it to "C-i".
1306         (wl-folder-set-current-entity-id): Set last visited folder.
1307         * wl-summary.el (wl-summary-exit): Ditto.
1308
1309 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1310
1311         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1312         before calling `recenter' in order to cope with an XEmacs bug.
1313
1314 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1315
1316         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1317         to the default value.
1318
1319 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1320
1321         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1322         change.
1323         (wl-summary-sync-marks): Ditto.
1324         (wl-summary-mark-as-read-internal): Ditto.
1325         (wl-summary-mark-as-answered-internal): Ditto.
1326         (wl-summary-mark-as-important-internal): Ditto.
1327         (wl-summary-reply): Ditto.
1328
1329         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1330         instead of `elmo-folder-unflag-answered'.
1331
1332         * Version number is increased to 2.11.23.
1333
1334         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1335         the last change.
1336
1337 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1338
1339         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1340         Specify "spam" or "good".
1341
1342 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1343
1344         * wl-spam.el (wl-summary-exec-action-spam): Call
1345         wl-folder-confirm-existence for spam folder.
1346         (wl-spam-setup): Bind "mk".
1347
1348 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1349
1350         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1351
1352 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1353
1354         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1355         destination folder is empty.
1356
1357 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1358
1359         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1360         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1361
1362         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1363         (wl-summary-refile-prev-destination-region): New function.
1364         (wl-thread-refile-prev-destination): Ditto.
1365         (wl-summary-target-mark-refile-prev-destination): Ditto.
1366
1367 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1368
1369         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1370         (wl-demo-background-color): Changed default value.
1371
1372         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1373         color.
1374
1375         * wl-demo.el (wl-demo-set-background-color): New function.
1376         (wl-demo): Call it.
1377
1378 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1379
1380         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1381         * wl-address.el (wl-address-add-or-change): Don't add empty
1382         address.
1383
1384 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1385
1386         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1387
1388 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1389
1390         * wl-vars.el (wl-demo-image-filter-alist): New variable
1391         (wl-demo-background-color): Ditto.
1392
1393         * wl-demo.el (wl-demo-xpm-set-background): New function.
1394         (wl-demo-image-filter): Ditto.
1395         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1396
1397         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1398
1399         * wl-demo.el (wl-demo-icon-name): Define as function.
1400         (wl-demo-insert-image): Use it.
1401
1402 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1403
1404         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1405
1406 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1407
1408         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1409
1410 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1411
1412         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1413
1414 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1415
1416         * wl-thread.el (wl-thread-mark-as-answered): New function.
1417
1418         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1419         answered" entry.
1420         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1421         "r&" and wl-thread-mark-as-answered to "t&".
1422         (wl-summary-mark-as-important-region): Refine to toggle mark.
1423         (wl-summary-mark-as-answered-region): New function.
1424         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1425         and 3rd argument.
1426         (wl-summary-mark-as-important-internal): Likewise.
1427
1428 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1429
1430         * wl-template.el (wl-template-preview): New internal variable.
1431         (wl-template-preview-p): New function.
1432         (wl-template-show): Bind `wl-template-preview' as t.
1433
1434 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1435
1436         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1437         `elmo-message-entity-field' with 3rd argument which is non-nil.
1438
1439 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1440
1441         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1442         Removed duplicate local bind `folder'.
1443
1444 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1445
1446         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1447
1448 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1449
1450         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1451         duplicate definition.
1452
1453 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1454
1455         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1456         non-nil, use it; Don't fetch message if there's no message in the
1457         current cursor position.
1458
1459 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1460
1461         * wl-util.el (wl-region-exists-p): Use region-active-p.
1462         (wl-deactivate-region): New function.
1463         * wl-message.el (wl-message-redisplay): Deactivate region.
1464
1465         * wl-summary.el (wl-summary-reply): Call
1466         `wl-summary-set-message-buffer-or-redisplay' instead of
1467         `wl-summary-redisplay-internal', don't move point.
1468
1469 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1470
1471         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1472         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1473         by regexp.
1474
1475 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1476
1477         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1478         if no need.
1479
1480 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1481
1482         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1483         default value to nil.
1484         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1485         `wl-summary-prepare-hook'; Replace refile action to
1486         `wl-summary-exec-action-refile-with-register'.
1487
1488         * Version number is increased to 2.11.22.
1489
1490 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1491
1492         * wl-summary.el (wl-summary-detect-mark-position): Set
1493         `wl-summary-buffer-weekday-name-lang'.
1494
1495 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1496
1497         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1498         (wl-summary-mark-as-read-all): Ditto.
1499         (wl-summary-delete-messages-on-buffer): Ditto.
1500         (wl-summary-sync-update): Ditto.
1501         (wl-summary-mark-as-read-internal): Ditto.
1502         (wl-summary-mark-as-answered-internal): Ditto.
1503         (wl-summary-update-folder-info): Abolished.
1504
1505 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1506
1507         * wl-summary.el (wl-summary-mark-as-read-all): Use
1508         `wl-summary-update-folder-info' instead of
1509         `wl-folder-update-unread'.
1510
1511 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1512
1513         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1514         `wl-summary-folder-info-update'.
1515         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1516         instead of `wl-summary-folder-info-update'.
1517         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1518         `wl-folder-set-folder-updated'.
1519         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1520         instead of `wl-folder-update-unread'.
1521         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1522         the value of `wl-summary-buffer-unread-count' for the second parameter of
1523         `wl-folder-update-unread'.
1524
1525         * Version number is increased to 2.11.21.
1526
1527 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1528
1529         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1530         a local variable.
1531
1532 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1533
1534         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1535         interactively.
1536
1537         * wl-summary.el (wl-summary-mark-as-important-internal): New
1538         internal function.
1539         (wl-summary-mark-as-important): Use it.
1540         (wl-summary-mark-as-unimportant): New function.
1541         (wl-summary-sync-marks): Follow the API change.
1542
1543         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1544
1545         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1546
1547 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1548
1549         * wl-folder.el (wl-folder-update-unread): Re-indent.
1550         Narrow the scope of a local variable.
1551
1552 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1553
1554         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1555         (wl-addrmgr-merge-entries): Ditto.
1556         (wl-addrmgr): Added to address entry which exists in draft buffer
1557         if no entry is in original.
1558
1559 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1560
1561         * wl-batch.el: New file.
1562
1563 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1564
1565         * wl-vars.el (wl-use-semi): Remove unused variable.
1566
1567 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1568
1569         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1570         "?".
1571
1572 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1573
1574         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1575         wl-summary-new-mark.
1576         (wl-summary-new-cached-mark): New user option.
1577         (wl-summary-score-marks): Follow the change above.
1578         (wl-summary-auto-refile-skip-marks): Ditto.
1579         (wl-summary-incorporate-marks): Ditto.
1580         (wl-summary-expire-reserve-marks): Ditto.
1581
1582         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1583
1584         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1585         (wl-summary-persistent-mark-string): Distinguished between cached
1586         and uncached mark when the message is new.
1587
1588 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1589
1590         * wl-spam.el (wl-spam-domain): Renamed from
1591         `wl-spam-folder-guess-domain'.
1592         (wl-summary-exec-action-spam): Register as spam if domain of the
1593         source folder is good.
1594         (wl-summary-exec-action-refile-with-register): Register message if
1595         domain of the source folder is not undecided.
1596
1597 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1598
1599         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1600         detect thread loop.
1601
1602 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1603
1604         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1605         and wl-summary-skip-mark-list.
1606
1607 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1608
1609         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1610
1611         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1612
1613         * wl-spam.el (toplevel): Require wl-highlight.
1614         (wl-spam-auto-check-policy-alist): Abolish.
1615         (wl-spam-auto-check-folder-regexp-list): New user option.
1616         (wl-spam-auto-check-marks): Ditto.
1617         (wl-spam-mark-action-list): Ditto.
1618         (wl-highlight-summary-spam-face): New face.
1619         (wl-spam-auto-check-message-p): New function.
1620         (wl-spam-map-spam-messages): Fixed message.
1621         (wl-spam-register-spam-messages): Ditto.
1622         (wl-spam-register-good-messages): Ditto.
1623         (wl-summary-spam-map): Add and remove keybind.
1624         (wl-summary-target-mark-spam): Abolish.
1625         (wl-summary-refile-spam): Ditto.
1626         (wl-summary-test-spam): New function.
1627         (wl-summary-mark-spam): Ditto.
1628         (wl-summary-auto-check-spam): Follow the above change.
1629         (wl-summary-exec-action-spam): New function.
1630         (wl-summary-exec-action-refile-with-register): Fixed message.
1631         (wl-message-check-spam): New function.
1632         (wl-spam-setup): Ditto.
1633         (toplevel): Call it if this file is loaded interactivity.
1634
1635         * Version number is increased to 2.11.20.
1636
1637 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1638
1639         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1640         when new optional argument `force' is non nil or modified.
1641
1642 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1643
1644         * wl.el (toplevel): Require wl-spam when compile.
1645         (wl-save-status): Call wl-spam-save-status.
1646
1647         * wl-spam.el (wl-spam-register-spam-messages): New function.
1648         (wl-spam-register-good-messages): Ditto.
1649         (wl-spam-save-status): Ditto.
1650         (wl-summary-mode-map): Bind
1651         wl-summary-target-mark-register-as-spam to "ms" and
1652         wl-summary-target-mark-register-as-good to "mn".
1653         (wl-summary-register-as-spam): Abolish optional argument; Use
1654         wl-spam-register-spam-messages.
1655         (wl-summary-register-as-spam-all): Use
1656         wl-spam-register-spam-messages.
1657         (wl-summary-register-as-good): Abolish optional argument; Use
1658         wl-spam-register-good-messages.
1659         (wl-summary-register-as-good-all): Use
1660         wl-spam-register-good-messages.
1661         (wl-summary-target-mark-register-as-spam): New funtion.
1662         (wl-summary-target-mark-register-as-good): Ditto.
1663
1664 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1665
1666         * wl-spam.el: New file.
1667
1668 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1669
1670         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1671
1672         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1673         (wl-summary-auto-refile): Call wl-refile-guess with
1674         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1675
1676 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1677
1678         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1679         with disable-thread argument non-nil.
1680
1681 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1682
1683         * wl-summary.el (wl-summary-rescan): Added optional argument
1684         disable-thread.
1685         (wl-summary-sync): Call wl-summary-rescan with argument
1686         disable-thread.
1687         (wl-summary-input-range): Added new range `rescan-thread'.
1688
1689 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1690
1691         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1692
1693 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1694
1695         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1696         internal variable.
1697         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1698         wl-summary-search-parent-by-subject-regexp and
1699         wl-summary-divide-thread-when-subject-changed as nil.
1700         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1701         (wl-summary-insert-thread): Search parent entity from
1702         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1703         thread loop.
1704
1705 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1706
1707         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1708
1709         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1710
1711         * wl-util.el (wl-require-update-all-folder-p): New function.
1712         (wl-get-assoc-list-value): Added `function' to match directive.
1713         (wl-collect-draft): Rewrite.
1714
1715         * wl-summary.el (wl-summary-sync-update): Clear faces
1716         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1717         are non-nil.
1718         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1719         argument as function.
1720         (wl-summary-input-range): Ditto.
1721
1722         * wl-folder.el (wl-draft-get-folder): New function.
1723         (wl-folder-get-elmo-folder): Consider draft folder.
1724
1725         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1726         (wl-draft-buffer-message-number): New buffer local variable.
1727         (wl-draft-folder-internal): New internal variable.
1728         (wl-draft-delete): Rewrite.
1729         (wl-draft-save): Ditto.
1730         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1731         wl-folder-get-elmo-folder.
1732         (wl-draft-config-info-operation): Ditto.
1733         (wl-jump-to-draft-folder): Ditto.
1734         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1735         (wl-draft-reedit): Rewrite.
1736
1737         * Version number is increased to 2.11.19.
1738         
1739 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1740
1741         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1742         variable.
1743
1744 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1745
1746         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1747         Use ignore-errors instead of unwind-protect.
1748
1749 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1750
1751         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1752         for updating `wl-thread-entity-list'.
1753
1754 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1755
1756         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1757         parameter from calling `wl-thread-entity-get-older-brothers' and
1758         `wl-thread-entity-get-younger-brothers'.
1759         Replace nested `append' with a single one.
1760
1761 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1762
1763         * wl-summary.el (wl-summary-mode): Don't use the return value of
1764         `make-local-hook'.
1765
1766 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1767
1768         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1769         instead of `let*'.
1770         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1771         of local variables.
1772
1773 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1774
1775         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1776         Renamed from wl-summary-window-scroll-functions.
1777         (wl-summary-window-scroll-functions): Don't set to variable.
1778         (wl-summary-display-top): Use run-hooks.
1779         (wl-summary-display-bottom): Ditto.
1780         (wl-summary-toggle-disp-msg): Ditto.
1781         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1782         Use it instead of wl-summary-window-scroll-functions.
1783         (wl-summary-goto-folder-subr): Don't call
1784         wl-summary-window-scroll-functions, use
1785         wl-summary-buffer-window-scroll-functions instead.
1786
1787 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1788
1789         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1790         make-local-variable.
1791
1792 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1793
1794         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1795         set-buffer-modified-p.
1796         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1797         (wl-summary-display-bottom): Ditto.
1798         (wl-summary-toggle-disp-msg): Ditto.
1799
1800 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1801
1802         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1803
1804         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1805         (wl-summary-forward): Use elmo-message-entity-field instead of
1806         elmo-message-field.
1807
1808         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1809
1810 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1811
1812         * wl-summary.el (wl-summary-window-scroll-functions): No use
1813         `append'.
1814
1815 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1816
1817         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1818         function.
1819         (wl-summary-window-scroll-functions): Call it when both
1820         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1821         (wl-summary-temp-mark): Added optional argument number.
1822         (wl-summary-message-mark): Added optional argument flag.
1823         (wl-summary-persistent-mark): Added optional argument number and flag.
1824         (wl-summary-update-persistent-mark): Ditto.
1825         (wl-summary-update-status-marks): Set "r" for interactive spec.
1826
1827         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1828         argument number and flag.
1829
1830         * wl-action.el (wl-summary-registered-temp-mark): 
1831         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1832
1833 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1834
1835         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1836         internal variable (buffer local).
1837         (wl-summary-window-scroll-functions): New function.
1838         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1839         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1840         as nil.
1841         (wl-summary-update-status-marks): Added arguments beg, end and
1842         check.
1843         (wl-summary-update-mark-window): Use function.
1844         (wl-summary-sync-update): Follow the change above.
1845         (wl-summary-switch-to-clone-buffer): Copy
1846         wl-summary-buffer-unsync-mark-number-list.
1847         (wl-summary-goto-folder-subr): Set
1848         wl-summary-buffer-unsync-mark-number-list and
1849         use wl-summary-window-scroll-functions instead of
1850         wl-summary-lazy-highlight.
1851
1852         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1853
1854 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1855
1856         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1857
1858         * wl-summary.el (wl-summary-update-persistent-mark): Call
1859         wl-summary-set-message-modified.
1860
1861         * wl-summary.el (wl-summary-sync-update): Don't call
1862         wl-summary-update-status-marks.
1863
1864         * Version number is increased to 2.11.18.
1865
1866 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1867
1868         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1869         (wl-message-next-page): Ditto.
1870
1871 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1872
1873         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1874         local variable.  Change the order of a collected list into the
1875         same as the specified range.  Remove nil from a collected list.
1876
1877 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1878
1879         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1880         argument for elmo-folder-list-messages.
1881
1882 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1883
1884         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1885         change (wl-summary-count-unreads return a list instead of a cons
1886         cell).
1887
1888 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1889
1890         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1891         `wl-summary-folder-info-update'.
1892
1893 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1894
1895         * wl-summary.el (wl-summary-set-message-modified): No use
1896         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1897         (wl-summary-set-mark-modified): Abolish.
1898         (wl-summary-mark-modified-p): Ditto.
1899         (wl-summary-save-view): Follow the change above.
1900
1901         * wl-expire.el (wl-summary-expire): Likewise.
1902
1903 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1904
1905         * wl-summary.el (wl-summary-detect-mark-position): Use
1906         modb-entity-handler.
1907         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1908
1909         * Version number is increased to 2.11.17.
1910
1911 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1912
1913         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1914         entity field value.
1915         (wl-summary-prefetch-msg): Ditto.
1916         (wl-summary-print-message-with-ps-print): Ditto.
1917
1918 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1919
1920         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1921         for dummy entity.
1922         (wl-summary-insert-thread): Use elmo-message-entity-field.
1923         (wl-summary-update-thread): Use elmo-message-entity-field and
1924         elmo-message-entity-number.
1925         (wl-summary-line-number):  Use elmo-message-entity-number.
1926         (wl-summary-line-size): Use elmo-message-entity-field.
1927         (wl-summary-line-subject): Ditto.
1928         (wl-summary-line-from): Ditto.
1929         (wl-summary-line-attached): Ditto.
1930         (wl-summary-create-line): Ditto.
1931         (wl-summary-create-line): Use elmo-message-entity-number.
1932         (wl-summary-print-message-with-ps-print): Use
1933         elmo-message-entity-field.
1934
1935 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1936
1937         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1938         change in elmo-msgdb-make-message-entity.
1939         (wl-summary-buffer-set-folder): Don't call
1940         wl-summary-detect-mark-position here.
1941         (wl-summary-rescan): Call elmo-message-entity-number.
1942         (wl-summary-sync-update): Ditto.
1943         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1944
1945         * wl-score.el (wl-score-header-index): Redefine 2th element.
1946         (wl-score-overview-entity-get-extra): Abolish.
1947         (wl-score-ov-entity-get): Rewrite.
1948         (wl-score-string-index<, wl-score-string-func<): Abolish.
1949         (wl-score-string<): New function.
1950         (wl-score-string-sort): Use it.
1951
1952         * wl-refile.el (wl-refile-guess-by-history): Use
1953         elmo-message-entity-field.
1954         (wl-refile-guess-by-from): Ditto.
1955         (wl-refile-guess-by-msgid): Ditto.
1956
1957         * Version number is increased to 2.11.16.
1958
1959 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1960
1961         * wl-folder.el (wl-folder-confirm-existence): Don't call
1962         file-exists-p if msgdb-path is nil.
1963         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1964         `wl-read-folder-hist' to `wl-read-folder-history'.
1965
1966 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1967
1968         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1969         `y-or-n-p'.
1970
1971 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1972
1973         * wl-score.el (wl-score-headers): Don't use
1974         elmo-folder-do-each-message-entity.
1975
1976         * Version number is increased to 2.11.15.
1977
1978 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1979
1980         * wl-summary.el (wl-summary-delete-all-msgs): Use
1981         elmo-folder-move-messages instead of elmo-folder-delete-messages
1982         and elmo-folder-detach-messages.
1983         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1984
1985         * wl-expire.el (wl-expire-delete): Ditto.
1986         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1987
1988 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1989
1990         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1991         (wl-message-header-narrowing-fields): Ditto.
1992         (wl-message-header-narrowing-lines): Ditto.
1993         (wl-message-header-narrowing-string): Ditto.
1994
1995         * wl-summary.el (wl-summary-mode-map): Bind
1996         wl-summary-toggle-header-narrowing to "C-cC-f".
1997         (wl-summary-toggle-header-narrowing): New function.
1998
1999         * wl-message.el (wl-message-buffer-create): Call
2000         wl-message-header-narrowing-setup.
2001         (wl-message-redisplay): Call wl-message-header-narrowing.
2002         (wl-message-header-narrowing): New function.
2003         (wl-message-header-narrowing-map): New keymap.
2004         (wl-message-header-narrowing-widen-map): New keymap.
2005         (wl-message-header-narrowing-again-at-mouse): New function.
2006         (wl-message-header-narrowing-1): Ditto.
2007         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2008         (wl-message-header-narrowing-setup): Ditto.
2009         (wl-message-header-narrowing-toggle): Ditto.
2010         
2011         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2012
2013         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2014         'flag as all.
2015         (wl-use-flag-folder-help-echo): New user option.
2016
2017         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2018         wl-summary-highlight as nil.
2019         (wl-summary-set-mark-modified): Follow the API change.
2020         (wl-summary-mark-modified-p): Ditto.
2021         (wl-summary-mark-as-read-all): Ditto.
2022         (wl-summary-sync-marks): Don't call
2023         elmo-folder-list-messages-with-global-mark.
2024         (wl-summary-mark-as-read-internal): Follow the API change.
2025         (wl-summary-mark-as-answered-internal): Ditto.
2026         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2027         Follow the API change.
2028         (wl-summary-create-line): Call with number argument.
2029         (wl-summary-reply): Follow the API change.
2030
2031         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2032         function.
2033         (wl-highlight-summary-line-string): Call it when
2034         wl-use-flag-folder-help-echo is non-nil.
2035         (wl-highlight-summary-current-line): Ditto.
2036         (elmo-flag-folder-referrer): Added autoload setting.
2037
2038         * wl-draft.el (wl-draft-kill): Follow the API change.
2039
2040         * Version number is increased to 2.11.14.
2041         
2042 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2043
2044         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2045
2046 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2047
2048         * Version number is increased to 2.11.13.
2049
2050 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2051
2052         * wl-draft.el (wl-draft-previous-history-element): Fixed
2053         unbalanced parenthesis and bind unbound local variables.
2054
2055 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2056
2057         * wl-draft.el (wl-draft-previous-history-element): New function.
2058         (wl-draft-next-history-element): Ditto.
2059         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2060         them to M-p and M-n.
2061
2062 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2063
2064         * Version number is increased to 2.11.12.
2065
2066 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2067
2068         * wl-draft.el (wl-draft-hide): Select buffer-window.
2069
2070 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2071
2072         * wl-summary.el (wl-summary-narrow-to-region): New function.
2073         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2074         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2075         (wl-summary-save-region): Use it.
2076         * wl-action.el (wl-summary-collect-numbers-region)
2077         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2078
2079 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2080
2081         * wl-folder.el (wl-folder-count-incorporates): Don't use
2082         `elmo-msgdb-mark-load'
2083
2084         * Version number is increased to 2.11.11.
2085
2086 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2087
2088         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2089         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2090
2091 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2092
2093         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2094
2095 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2096
2097         * Version number is increased to 2.11.10.
2098
2099 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2100
2101         * wl-mime.el (wl-draft-attribute-value): Fixed.
2102
2103 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2104
2105         * wl-util.el (wl-copy-local-variables): New function.
2106
2107         * wl-mime.el (wl-draft-attribute-recipients): New function.
2108         (wl-draft-attribute-envelope-from): Ditto.
2109         (wl-draft-attribute-smtp-posting-server): Ditto.
2110         (wl-draft-attribute-smtp-posting-port): Ditto.
2111         (wl-draft-attribute-value): Ditto.
2112         (wl-draft-preview-message): Use it to get value for
2113         attributes. Reflect result of `wl-draft-config'.
2114
2115         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2116         and call `wl-summary-mark-as-read' before to call
2117         `wl-summary-unset-mark'.
2118         (wl-summary-target-mark-mark-as-unread): Likewise.
2119         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2120
2121 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2122
2123         * wl-mime.el (wl-draft-preview-message): Use actual value for
2124         attributes; Fix for small window.
2125
2126 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2127
2128         * wl-refile.el (wl-refile-get-field-value): Call
2129         `elmo-message-entity-field' with 3rd argument is non-nil.
2130
2131 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2132
2133         * wl-vars.el (wl-draft-preview-attributes): New user option.
2134         (wl-draft-preview-attributes-list): Ditto.
2135         (wl-draft-preview-attributes-buffer-lines): Ditto.
2136         (wl-draft-preview-attributes-buffer-name): Ditto.
2137
2138         * wl-mime.el (wl-draft-preview-message): Display attributes.
2139
2140 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2141
2142         * wl-summary.el (wl-summary-detect-mark-position): Bind
2143         wl-summary-flag-priority-list to '(new).
2144
2145 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2146
2147         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2148         funtion.
2149         (wl-highlight-summary-line-string): Use it.
2150         (wl-highlight-summary-current-line): Ditto.
2151
2152 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2153
2154         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2155         line even when the mark string is not changed.
2156
2157         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2158         argument change in the wl-summary-create-line.
2159         (wl-thread-insert-entity-sub): Ditto.
2160
2161         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2162         argument change in the wl-summary-create-line.
2163         (wl-summary-insert-sequential): Ditto.
2164         (wl-summary-update-thread): Ditto.
2165         (wl-summary-persistent-mark-string): New inline function.
2166         (wl-summary-message-mark): Use it.
2167         (wl-summary-create-line): Abolish argument wl-persistent-mark
2168         and added wl-flags, wl-cached.
2169
2170         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2171         mark to flags.
2172         (wl-highlight-summary-current-line): Decide the face not by the 
2173         persistent mark but flags.
2174
2175 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2176
2177         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2178         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2179         wl-summary-read-uncached-mark): Revive.
2180         (wl-summary-answered-cached-mark,
2181         wl-summary-answered-uncached-mark): New user option.
2182         (wl-summary-score-marks): Follow the change above.
2183         (wl-summary-auto-refile-skip-marks): Ditto.
2184         (wl-summary-incorporate-marks): Ditto.
2185         (wl-summary-expire-reserve-marks): Ditto.
2186         (wl-summary-flag-priority-list): New user option.
2187
2188         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2189         changes.
2190         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2191         of elmo-message-mark.
2192         (wl-summary-mark-as-read-internal): Ditto.
2193         (wl-summary-mark-as-answered): Ditto.
2194         (wl-summary-mark-as-important): Ditto.
2195         (wl-summary-redisplay-internal): Ditto.
2196         (wl-summary-redisplay-no-mime-internal): Ditto.
2197         (wl-summary-message-mark): New function.
2198         (wl-summary-insert-sequential): Use wl-summary-message-mark
2199         instead of elmo-message-mark.
2200         (wl-summary-update-thread): Ditto.
2201         (wl-summary-persistent-mark): Ditto.
2202         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2203         instead of elmo-message-mark.
2204
2205         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2206         wl-summary-message-mark instead of elmo-message-mark.
2207         (wl-thread-insert-entity-sub): Ditto.
2208         (wl-thread-get-children-msgs-uncached): Ditto.
2209
2210         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2211         variable name changes.
2212         (wl-highlight-summary-current-line): Ditto.
2213
2214         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2215         wl-summary-message-mark instead of elmo-message-mark.
2216
2217         * wl-expire.el (wl-expire-message-p): Ditto.
2218
2219         * wl-score.el (wl-score-headers): Ditto.
2220
2221         * Version number is increased to 2.11.9.
2222
2223         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2224         (wl-summary-sync-update): Follow the change above.
2225         (wl-summary-switch-to-clone-buffer): Ditto.
2226         (wl-summary-open-folder): Ditto.
2227
2228 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2229
2230         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2231         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2232
2233         * Version number is increased to 2.11.8.
2234
2235         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2236
2237         * wl-expire.el (wl-expire-refile): Follow the API change on
2238         `elmo-folder-move-messages'.
2239         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2240
2241         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2242         (wl-summary-exec-action-refile): Ditto.
2243         (wl-summary-exec-action-copy): Ditto.
2244         (wl-summary-no-auto-refile-message-p): No use
2245         `wl-summary-buffer-msgdb'.
2246         (wl-summary-auto-refile): Ditto.
2247
2248 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2249
2250         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2251
2252 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2253
2254         * wl-summary.el (wl-summary-sync): Treat no-sync.
2255
2256         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2257         (wl-default-sync-range): Ditto.
2258
2259 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2260
2261         * wl-refile.el (wl-refile-subject-learn): Call
2262         `elmo-message-entity-field' with 3rd argument is non-nil.
2263         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2264         instead of `elmo-msgdb-overview-entity-get-subject'.
2265
2266 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2267
2268         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2269         scan-type is rescan.
2270         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2271         new optional argument force is non-nil.
2272         (wl-summary-save-view-cache): Call it with force argument non-nil.
2273
2274         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2275
2276 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2277
2278         * wl-action.el (wl-summary-print-argument): Fixed last change.
2279
2280 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2281
2282         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2283         simplified.
2284         (wl-summary-target-mark-mark-as-unread): Likewise.
2285         (wl-summary-target-mark-mark-as-important): Likewise.
2286
2287 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2288
2289         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2290         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2291         (wl-summary-mark-as-important-region): Change accordingly.
2292         (wl-summary-target-mark-mark-as-important): Ditto.
2293
2294 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2295
2296         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2297
2298         * wl-action.el (wl-summary-print-argument): Print argument to
2299         right side of window if `wl-summary-print-argument-within-window'
2300         is non-nil.
2301
2302 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2303
2304         * wl-action.el (wl-summary-set-mark): Use
2305         `wl-summary-message-visible-p' to check visibility of the message
2306         and jump to message only when the message line is visible and have
2307         different number; Call wl-summary-unset-mark with number argument.
2308         (wl-summary-unset-mark): 
2309         Use `wl-summary-message-visible-p'
2310         to check visibility of the message and jump to message only when
2311         the message line is visible and have different number;
2312
2313 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2314
2315         * Version number is increased to 2.11.7.
2316
2317         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2318         and wl-folder-summary-line-format.
2319
2320         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2321         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2322         (wl-summary-set-score-mark): Use it.
2323         (wl-summary-target-mark-mark-as-read): Ditto.
2324         (wl-summary-target-mark-mark-as-unread): Ditto.
2325         (wl-summary-target-mark-mark-as-important): Ditto.
2326         (wl-summary-target-mark-msgs): Simplified.
2327         (wl-summary-detect-mark-position): Fixed problem when
2328         summary-line-format no contain persisten/temp mark spec.
2329         (wl-summary-temp-mark): Ditto.
2330         (wl-summary-persistent-mark): Ditto.
2331         (wl-summary-update-persistent-mark): Ditto.
2332
2333         * wl-action.el (wl-summary-set-mark): Ditto.
2334         (wl-summary-unset-mark): Ditto.
2335         All other related portions are changed.
2336
2337 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2338
2339         * Version number is increased to 2.11.6.
2340
2341 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2342
2343         * wl-util.el (wl-current-message-buffer): Define as function;
2344         Don't use the value of wl-messge-buffer.
2345
2346         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2347         persistent mark.
2348
2349         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2350         no current message, cause an error.
2351
2352 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2353
2354         * wl-summary.el (wl-summary-set-message-modified): Use
2355         elmo-folder-set-message-modified instead of
2356         elmo-folder-set-message-modified-internal.
2357
2358 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2359
2360         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2361         interactively.
2362         (wl-summary-sync): nokill->entirely.
2363         (wl-summary-sync-marks): Fixed message.
2364         (wl-summary-input-range): Added mark, nokill->entirely.
2365
2366         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2367         messages as read.
2368
2369 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2370
2371         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2372         update-noscore.
2373         (wl-summary-sync): Follow the change above.
2374
2375 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2376
2377         * wl-action.el (wl-summary-target-mark-all): Use
2378         elmo-folder-list-messages.
2379
2380 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2381
2382         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2383         (wl-summary-rescan): Set wl-summary-scored as nil.
2384         (wl-summary-sync-force-update): Follow the change above.
2385         (wl-summary-sync): Ditto.
2386         (wl-summary-sync-update): Added argument disable-killed.
2387         (wl-summary-insert-headers): Set visible-only argument for
2388         elmo-folder-list-messages.
2389         (wl-summary-input-range): Added update-nokill, update-noscore,
2390         all-nokill, all-noscore and mark.
2391
2392         * Version number is increased to 2.11.5.
2393
2394         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2395
2396 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2397
2398         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2399         (wl-summary-prefetch-region-no-mark): Change accordingly.
2400         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2401
2402 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2403
2404         * wl-address.el (wl-complete-field-to): Abolished.
2405         (wl-complete-address): Completion function for completing-read.
2406         * wl-action.el (wl-summary-get-resend-address): Use it.
2407
2408         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2409         wl-summary-update-mark and abolish unused argument.
2410         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2411         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2412         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2413         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2414         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2415         * wl-draft.el (wl-draft-kill): Ditto.
2416
2417         * wl-summary.el: Remove unused binding of case-fold-search.
2418         (wl-summary-replace-status-marks): Abolished.
2419
2420 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2421
2422         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2423         is specified or folder length is zero.
2424
2425 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2426
2427         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2428         (wl-folder-archive-current-entity): Ditto.
2429
2430 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2431
2432         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2433         retrieving message mark.
2434         (wl-summary-redisplay-internal): Ditto.
2435
2436         * wl-message.el (wl-message-buffer-display): Ignore errors while
2437         retrieving message-id field.
2438
2439         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2440         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2441         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2442         order of the arguments for `wl-expire-message-p'.
2443         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2444
2445         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2446         Check return value of wl-summary-reply.
2447         (wl-summary-reply): Recover window configuration when an error occured.
2448
2449 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2450
2451         * wl-summary.el (wl-summary-resend-message): Abolished, the
2452         feature is inherited by wl-summary-resend (put resend mark).
2453
2454 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2455
2456         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2457         wl-message-buffer to nil when the message is hide.
2458
2459 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2460
2461         * .cvsignore: New file.
2462
2463 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2464
2465         * wl-action.el (wl-summary-action-docstring): Add more info.
2466         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2467         duplicate definition.
2468         (wl-summary-define-mark-action): Functions wl-summary-*-region
2469         keep current position.
2470         (wl-summary-unregister-target-mark): Store result to the variable.
2471
2472 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2473
2474         * Version number is increased to 2.11.4.
2475
2476 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2477
2478         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2479         wl-summary-delete-all-temp-marks.
2480         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2481
2482         * wl-action.el (wl-summary-set-mark): Changed terminology
2483         refile-destination -> action-argument.
2484         (wl-summary-unset-mark): Ditto.
2485         (wl-summary-remove-argument): Ditto.
2486         (wl-summary-print-argument): Ditto.
2487
2488         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2489         (wl-thread-remove-argument-region): Ditto.
2490         (wl-thread-print-argument-region): Ditto.
2491         (wl-thread-close): Ditto.
2492         (wl-thread-open): Ditto.
2493
2494         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2495         (wl-highlight-refile-destination-face is abolished)
2496         (wl-highlight-action-argument-string): Ditto.
2497         (wl-highlight-summary-current-line): Highlight action argument.
2498
2499         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2500         color for light backgrounds.
2501         (wl-highlight-summary-answered-face): Ditto.
2502
2503 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2504
2505         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2506
2507         * wl-score.el (wl-summary-score-update-all-lines): Use
2508         wl-summary-set-mark.
2509         (wl-summary-score-update-all-lines): Kill expunged messages.
2510
2511         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2512
2513 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2514
2515         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2516         directly.
2517         (wl-score-overview-entity-get-lines): Ditto.
2518         (wl-score-overview-entity-get-xref): Ditto.
2519         (wl-score-get-latest-msgs): Ditto.
2520         (wl-summary-rescore): Ditto.
2521
2522         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2523         to "&".
2524         (wl-summary-mark-as-answered-internal): New inline function.
2525         (wl-summary-mark-as-answered): New function.
2526         (wl-summary-mark-as-unanswered): Ditto.
2527         (wl-summary-sync-marks): Modified for answered-mark synching.
2528
2529 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2530
2531         * wl-action.el (wl-summary-set-mark): Fixed last change.
2532
2533 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2534
2535         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2536         behavior of wl-summary-unread-message-hook
2537         (Pointed out by akira yamada <akira@arika.org>).
2538
2539 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2540
2541         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2542         wl-summary-delete.
2543         * wl-xmas.el (wl-summary-toolbar): Ditto.
2544
2545         * wl-action.el (wl-summary-set-mark): Don't override current
2546         temp-mark.
2547
2548         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2549
2550 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2551
2552         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2553         (wl-refile-msgid-learn): Ditto.
2554         (wl-refile-get-field-value): Ditto.
2555
2556         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2557
2558         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2559         (wl-expire-delete-reserved-messages): Renamed from
2560         wl-expire-reserve-marked-msgs-from-list.
2561         (wl-expire-delete): Removed argument `msgdb'.
2562         (wl-expire-refile): Ditto.
2563         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2564         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2565         mark-alist as argument.
2566         (wl-expire-archive-number1): Removed argument `msgdb'.
2567         (wl-expire-archive-number2): Ditto.
2568         (wl-expire-archive-date): Ditto.
2569         (wl-expire-localdir-date): Ditto.
2570         (wl-expire-hide): Ditto.
2571         (wl-archive-number1): Ditto.
2572         (wl-archive-number2): Ditto.
2573         (wl-archive-date): Ditto.
2574         (wl-archive-folder): Ditto.
2575         All other related portions are changed.
2576
2577 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2578
2579         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2580         mean move up and down. (suggested by Takashi Kawachi)
2581
2582 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2583
2584         * wl-acap.el (toplevel): Don't require un-define.
2585
2586 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2587
2588         * wl-thread.el (wl-thread-delete-message): Always update
2589         wl-summary-buffer-number-list.
2590
2591         * wl-action.el (wl-summary-print-destination): 
2592         Do nothing when folder is nil.
2593
2594 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2595
2596         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2597         persistent mark when prefetch is succeeded.
2598
2599 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2600
2601         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2602         instead of elmo-msgdb-delete-msgs.
2603         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2604         (wl-expire-hide): Ditto.
2605
2606         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2607
2608         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2609         elmo-msgdb interface.
2610         (wl-thread-get-exist-children): Likewise.
2611         (wl-thread-insert-message): Likewise.
2612         (wl-thread-msg-mark-as-important): Likewise.
2613         (wl-thread-insert-entity-sub): Likewise.
2614         (wl-thread-get-children-msgs-uncached): Likewise.
2615
2616         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2617         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2618         (wl-summary-sync-update): Likewise.
2619         (wl-summary-auto-select-msg-p): Likewise.
2620         (wl-summary-update-thread): Likewise.
2621         (wl-summary-mark-as-important): Likewise.
2622         (wl-summary-jump-to-msg-internal): Likewise.
2623         (wl-summary-redisplay-internal): Likewise.
2624         (wl-summary-print-message-with-ps-print): Likewise.
2625         (wl-summary-folder-info-update): Likewise.
2626
2627         * wl-folder.el (wl-folder-check-one-entity):
2628         elmo-folder-count-flags instead of wl-summary-count-unread.
2629
2630         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2631
2632         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2633
2634         * wl-summary.el (wl-summary-set-message-modified): 
2635         Call wl-summary-set-mark-modified.
2636         (wl-summary-delete-messages-on-buffer): Call
2637         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2638         (wl-summary-sync-update): Call elmo-folder-length instead of
2639         elmo-folder-messages.
2640         (wl-summary-insert-headers): Don't call
2641         elmo-folder-list-message-entities.
2642
2643 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2644
2645         * wl-action.el (wl-summary-define-mark-action): Call
2646         `wl-summary-set-mark' with argument `data'.
2647         (wl-summary-auto-refile): Fixed order of arguments when call
2648         `wl-summary-refile'.
2649
2650 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2651
2652         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2653
2654         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2655
2656         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2657         (Renamed from wl-highlight-summary-deleted-face).
2658         (wl-highlight-summary-resend-face): New face.
2659
2660         (wl-highlight-summary-deleted-face): Renamed from
2661         wl-highlight-summary-erased-face.
2662
2663         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2664
2665         * wl-action.el (wl-summary-get-resend-address): New function.
2666         (wl-summary-exec-action-resend): Ditto.
2667         (wl-summary-exec-action-resend-subr): Ditto.
2668
2669         * w-thread.el (wl-thread-copy): Removed definition.
2670         (wl-thread-refile): Ditto.
2671         (wl-thread-delete): Ditto.
2672         (wl-thread-target-mark): Ditto.
2673
2674         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2675         (wl-summary-target-mark-set-action): Fixed.
2676         (wl-summary-define-mark-action): Fixed quotation.
2677         (wl-summary-move-mark-list-messages): Display message.
2678         (wl-summary-define-mark-action): Define thread functions.
2679         (wl-summary-exec-action-refile): Changed message.
2680         (wl-summary-exec): Ditto.
2681
2682 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2683         
2684         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2685         '%%'.
2686
2687 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2688
2689         * wl.el (toplevel): Require wl-action.
2690         (wl-init): Call wl-summary-define-mark-action.
2691
2692         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2693
2694         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2695         wl-summary-delete and wl-summary-erase.
2696         (wl-summary-mode-map): Ditto.
2697
2698         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2699         wl-delete-folder-alist.
2700
2701         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2702         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2703         (toplevel): Moved mark & action related functions to the wl-action.el.
2704
2705         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2706         in wl-summary-mark-action-list.
2707         (wl-highlight-summary-current-line): Ditto.
2708
2709         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2710         empty lines.
2711
2712         * wl-action.el: New file. 
2713
2714 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2715
2716         * wl-summary.el (wl-summary-target-mark-replace): New function.
2717         (wl-summary-target-mark-prefetch): Use it.
2718         (wl-summary-target-mark-delete): Ditto.
2719         (toplevel): Rearranged definition order.
2720         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2721         (wl-summary-target-mark-erase): Rewrite.
2722         (wl-summary-erase-region): New function.
2723         (wl-summary-exec-action-erase): Changed message.
2724         (wl-summary-move-mark-list-messages): New function.
2725         (wl-summary-exec-action-delete): Use it.
2726         (wl-summary-exec-action-erase): Ditto.
2727
2728         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2729         (wl-summary-skip-mark-list): Added "d".
2730
2731         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2732         while searching.
2733
2734         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2735         and define using defcustom;
2736         Define 4th element as a face.
2737         
2738         * wl-summary.el (wl-summary-incorporate): Use 
2739         `wl-summary-prefetch-region-no-mark' instead of
2740         `wl-summary-prefetch-region'.
2741         (wl-summary-prefetch-region-no-mark): Revival of old
2742         `wl-summary-prefetch-region'.
2743         (wl-summary-mark-action-list): Moved to wl-vars.el
2744
2745         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2746         face according to the `wl-summary-mark-action-list'.
2747         (wl-highlight-summary-current-line): Ditto;
2748         Removed destination highlighting.
2749
2750         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2751         (wl-highlight-summary-line-string): Highlight for "i" mark.
2752         (wl-highlight-summary-current-line): Ditto.
2753
2754         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2755         no destination.
2756
2757         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2758         exists, just go ahead.
2759         (wl-summary-prefetch-region): Rewrite.
2760         (wl-summary-prefetch): Ditto.
2761         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2762         (wl-summary-exec-action-prefetch): New function.
2763         (wl-summary-target-mark-prefetch): Rewrite.
2764
2765 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2766
2767         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2768         (wl-highlight-summary-line-string): Added "d" and "D".
2769         (wl-highlight-summary-current-line): Ditto.
2770
2771         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2772         in wl-summary.el.
2773         (wl-thread-insert-entity-sub): Ditto.
2774         (wl-thread-remove-destination-region): Ditto.
2775         (wl-thread-print-destination-region): Ditto.
2776
2777         * wl-summary.el (wl-summary-buffer-refile-list,
2778         wl-summary-buffer-delete-list,
2779         wl-summary-buffer-copy-list): Abolish.
2780         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2781         All other related portions are changed.
2782         (wl-summary-mark-action-list): New variable.
2783         (wl-summary-set-mark): New function.
2784         (wl-summary-register-target-mark): Ditto.
2785         (wl-summary-unregister-target-mark): Ditto.
2786         (wl-summary-have-target-mark-p): Ditto.
2787         (wl-summary-register-temp-mark): Ditto.
2788         (wl-summary-unregister-temp-mark): Ditto.
2789         (wl-summary-registered-temp-mark): Ditto.
2790         (wl-summary-collect-temp-mark): Ditto.
2791         (wl-summary-unset-mark): Ditto.
2792         (wl-summary-set-target-mark): Ditto.
2793         (wl-summary-unset-target-mark): Ditto.
2794         (wl-summary-set-action-generic): Ditto.
2795         (wl-summary-unset-action-generic): Ditto.
2796         (wl-summary-exec-action-delete): Ditto.
2797         (wl-summary-exec-action-erase): Ditto.
2798         (wl-summary-set-action-refile): Ditto.
2799         (wl-summary-set-action-refile-subr): Ditto.
2800         (wl-summary-unset-action-refile): Ditto.
2801         (wl-summary-make-destination-numbers-list): Ditto.
2802         (wl-summary-exec-action-refile): Ditto.
2803         (wl-summary-set-action-copy): Ditto.
2804         (wl-summary-unset-action-copy): Ditto.
2805         (wl-summary-exec-action-copy): Ditto.
2806         (wl-summary-collect-numbers-region): Ditto.
2807         (wl-summary-delete): Rewrite.
2808         (wl-summary-erase): Ditto.
2809         (wl-summary-remove-destination): Ditto.
2810         (wl-summary-exec): Ditto.
2811         (wl-summary-exec-region): Ditto.
2812         (wl-summary-target-mark-erase): Ditto.
2813         (wl-summary-refile): Ditto.
2814         (wl-summary-copy): Ditto.
2815         (wl-summary-unmark): Ditto.
2816         (wl-summary-delete-all-mark): Ditto.
2817         (wl-summary-mark-line): Don't highlight.
2818         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2819         (wl-summary-target-mark-refile-subr): Rewrite.
2820
2821         (wl-summary-copy-prev-destination): Abolish.
2822
2823 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2824
2825         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2826         default values along the value of wl-on-mule.
2827         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2828         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2829         It is not used anywhere.
2830
2831 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2832
2833         * wl-summary.el (wl-summary-print-destination): Keep position.
2834         (wl-summary-cursor-move-surface): Keep horizontal position.
2835
2836 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2837
2838         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2839         write sendlog.
2840
2841 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2842
2843         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2844         `wl-summary-highlight'.
2845
2846 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2847
2848         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2849         trivial condition for temp-mark.
2850
2851 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2852
2853         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2854         when it hits killed buffer.
2855
2856 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2857
2858         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2859         * wl-news.el.in: `message' and `error' take format string.
2860
2861 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2862
2863         * wl-folder (wl-folder-insert-entity): Display a message,
2864         `...done', when the work finish.
2865         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2866
2867 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2868
2869         * wl-message.el (wl-message-redisplay): Remove unused local
2870         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2871
2872 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2873
2874         * wl-summary.el (wl-summary-replace-status-marks): Disable
2875         interactive use.
2876         (wl-summary-reedit): Check message existence at first.
2877         (wl-summary-mark-line): Fix doc, return value is indefinite.
2878
2879         * wl-highlight.el (wl-highlight-message): Arranged.
2880
2881         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2882         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2883         check temp-mark by wl-summary-temp-mark always.
2884         (wl-highlight-summary): Change accordingly.
2885         * wl-summary.el (wl-summary-mark-as-read-all)
2886         (wl-summary-delete-cache, wl-summary-set-score-mark)
2887         (wl-summary-mark-as-unread, wl-summary-unmark)
2888         (wl-summary-mark-line, wl-summary-mark-as-read)
2889         (wl-summary-mark-as-important): Ditto.
2890
2891         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2892         end of the window if possible.
2893         * wl-summary.el (wl-summary-sync-update): Support lazy
2894         highlighting.
2895         (wl-summary-toggle-disp-msg): Ditto.
2896
2897 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2898
2899         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2900
2901 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2902
2903         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2904         change.
2905
2906 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2907
2908         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2909         API.
2910         (wl-summary-sync-update): Ditto.
2911
2912         * wl-score.el (wl-score-get-score-alist): Changed argument.
2913         (wl-summary-rescore-msgs): Likewise.
2914         (wl-summary-score-headers): Likewise.
2915         (wl-score-headers): Likewise;
2916         Use elmo-folder-do-each-message-entity, etc.
2917         (wl-summary-score-effect): Follow the changes above.
2918         (wl-summary-rescore): Ditto.
2919         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2920         (wl-score-get-overview): Abolish.
2921
2922         * wl-summary.el (wl-summary-default-from): Follow the API change in
2923         elmo-msgdb.
2924         (wl-summary-count-unread): Ditto.
2925         (wl-summary-detect-mark-position): Ditto.
2926         (wl-summary-overview-entity-compare-by-date): Ditto.
2927         (wl-summary-overview-entity-compare-by-number): Ditto.
2928         (wl-summary-overview-entity-compare-by-from): Ditto.
2929         (wl-summary-overview-entity-compare-by-subject): Ditto.
2930         (wl-summary-get-list-info): Ditto.
2931         (wl-summary-rescan): Ditto.
2932         (wl-summary-jump-to-msg-by-message-id): Ditto.
2933         (wl-summary-sync-update): Ditto; Removed comment.
2934         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2935         (wl-summary-insert-message): Use wl-summary-insert
2936         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2937         (wl-summary-insert-headers): Changed argument overview to folder.
2938         (wl-summary-search-by-subject): Likewise.
2939         (wl-summary-insert-thread): Renamed from 
2940         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2941
2942         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2943         too.
2944
2945         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2946         wl-string-member.
2947
2948 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2949
2950         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2951         elmo-folder-append-buffer.
2952         (wl-draft-queue-append): Likewise.
2953
2954         * wl-mime.el (wl-message-delete-current-part): Ditto.
2955         (wl-summary-burst-subr): Ditto.
2956
2957         * wl-news.el.in (wl-news-send-news): Ditto.
2958
2959 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2960
2961         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2962         function.
2963         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2964         (wl-summary-update-mark): Enclose with save-excursion.
2965         (wl-summary-mark-as-read-internal): Fixed last change.
2966         (wl-summary-mark-as-important): Use 3rd argument of
2967         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2968         Don't use elmo-msgdb-set-mark.
2969         (wl-summary-redisplay-internal): If msgdb flag is already read,
2970         just update the mark on buffer.
2971
2972 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2973
2974         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2975         cut visible folder when elmo-folder-delete returns non-nil value.
2976
2977 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2978
2979         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2980         by Kenichi OKADA <okada@opaopa.org>).
2981
2982 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2983
2984         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2985
2986 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2987
2988         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2989         Fixed the last change, search group entity by its real name.
2990         (Thanks to: KOBAYASHI Shinji)
2991
2992 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2993
2994         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2995         (wl-fldmgr-access-display-all): Don't refer visible name.
2996         * wl-expire.el (wl-folder-archive-current-entity)
2997         (wl-folder-expire-current-entity): Ditto.
2998         * wl-folder.el (wl-folder-jump-to-current-entity)
2999         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3000         (wl-folder-open-folder-sub,wl-folder-open-all)
3001         (wl-folder-write-current-folder): Ditto.
3002         (wl-folder-insert-entity): Don't use petname for normal group.
3003         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3004         is the real name.
3005         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3006         Abolished.
3007
3008 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3009
3010         * wl-draft.el (wl-draft-create-buffer): Add
3011         `wl-summary-reply-with-citation'
3012
3013 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3014
3015         * wl-draft.el (wl-draft-reply): Fixed.
3016
3017 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3018
3019         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3020         when `wl-draft-send-confirm-with-preview' is non-nil.
3021         You can scroll up/down by j/k.
3022         (wl-draft-send-confirm-with-preview): New variable (default=t).
3023
3024 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3025
3026         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3027         (wl-fldmgr-save-folders): Fix comment.
3028
3029 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3030
3031         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3032         along the last change in `wl-folder-buffer-group-p'.
3033
3034 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3035
3036         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3037         folder.
3038
3039         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3040         the default value.
3041
3042         * wl-mime.el (wl-summary-burst): Update summary only when target
3043         folder equals current folder.
3044
3045 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3046
3047         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3048
3049 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3050
3051         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3052         value.
3053
3054 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3055
3056         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3057         `map-extents' instead of `extent-at' repeatedly.
3058         (wl-highlight-folder-current-line): Ditto.
3059
3060         * wl-highlight.el: Remove useless dummy functions.
3061
3062 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3063
3064         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3065         (wl-folder-put-folder-property): New function to put text property.
3066         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3067         (wl-folder-insert-entity, wl-folder-update-diff-line)
3068         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3069         * wl-e21.el, wl-xmas.el, wl-mule.el
3070         (wl-highlight-folder-current-line): Ditto.
3071         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3072         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3073         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3074         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3075
3076 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3077
3078         * Version number is increased to 2.11.3.
3079
3080 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3081
3082         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3083         Resume current-buffer since it is assumed by remaining tasks.
3084
3085 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3086
3087         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3088         (wl-folder-completion-function): Abolished.
3089         (wl-folder-complete-folder): New function.
3090         (wl-folder-complete-filter-condition): Ditto.
3091         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3092         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3093
3094 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3095
3096         * wl-draft.el (wl-draft-send-confirm): New function.
3097         (wl-draft-send): Use it.
3098
3099         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3100         cursor-in-echo-area while confirming.
3101
3102         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3103
3104         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3105         searching via nntp if wl-summary-search-via-nntp is 'force.
3106         Otherwise, invoke searching in nntp folder only.
3107         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3108
3109         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3110         explicitly for mime-make-text-tag.
3111
3112 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3113
3114         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3115         `mime-make-text-tag' instead of `mime-create-tag'.
3116
3117 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3118
3119         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3120         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3121
3122 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3123
3124         * wl-score.el (wl-score-save): Bind print-length and print-level.
3125         (wl-score-pretty-print): Ditto.
3126         (wl-score-edit-insert-header-entry): Ditto.
3127
3128         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3129         "From" entry to be treated with wl-draft-eword-encode-address-list.
3130         * wl-mime.el (wl-draft-preview-message): Ditto.
3131
3132         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3133         (wl-summary-mark-as-unread): Ditto.
3134         (wl-summary-mark-as-read-region): Change accordingly.
3135         (wl-summary-mark-as-unread-region): Ditto.
3136         (wl-summary-target-mark-mark-as-read): Ditto.
3137         (wl-summary-target-mark-mark-as-unread): Ditto.
3138
3139 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3140
3141         * Version number is increased to 2.11.2.
3142
3143 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3144
3145         * wl-news.el.in (wl-news-previous-version-save): Bind
3146         print-length and print-level.
3147         * wl-thread.el (wl-thread-save-entities): Ditto.
3148         (wl-thread-save-top-list): Bind print-length.
3149
3150 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3151
3152         * wl-highlight.el (wl-highlight-summary-line-string): Use
3153         wl-summary-score-below-mark, wl-summary-score-over-mark.
3154         (wl-highlight-summary-current-line): Ditto.
3155
3156 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3157
3158         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3159         insert it.
3160
3161 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3162
3163         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3164
3165 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3166
3167         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3168         message without msgid.
3169         Rewrite with elmo-folder-move-messages.
3170         Set wl-message-buffer to nil.
3171
3172         * wl-summary.el (wl-summary-erase-subr): New function. Use
3173         elmo-folder-move-messages.
3174         (wl-summary-erase): Call it.
3175         (wl-summary-target-mark-erase): Ditto.
3176
3177 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3178
3179         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3180         it is not up-tp-date.
3181
3182 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3183
3184         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3185         buffer after calling `wl-summary-goto-folder-subr' without the
3186         argument `interactive'.
3187         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3188
3189 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3190
3191         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3192         `mime-create-tag'. Use `string=' instead of `looking-at'.
3193
3194 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3195
3196         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3197         to avoid compile warning.
3198
3199         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3200         entity-id when folder is given.
3201         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3202         save-excursion, use save-selected-window instead.
3203         Select folder buffer window if exists.
3204         (To correct behavior with wl-folder-move-cur-folder.)
3205
3206 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3207
3208         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3209
3210 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3211
3212         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3213         list-count instead of %d.
3214
3215 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3216
3217         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3218         (wl-news): Set it.
3219         (wl-news-append-to-folder): Use it.
3220
3221         * wl-news.el.in (wl-news-send-news): Append to specified folder
3222         instead of wl-default-folder.
3223         (wl-news-append-to-folder): Show error message with specified folder.
3224
3225         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3226                 In most major modes, Emacs assumes that any opening
3227                 delimiter found at the left margin is the start of a
3228                 top-level definition, or defun. Therefore, *never put an
3229                 opening delimiter at the left margin unless it should have
3230                 that significance.*
3231
3232         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3233
3234 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3235
3236         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3237
3238 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3239
3240         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3241
3242 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3243
3244         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3245         for sequential numbering case.
3246
3247 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3248
3249         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3250         value.
3251         (wl-draft-reply-without-argument-list): Ditto.
3252         (wl-draft-reply-myself-with-argument-list): Abolish.
3253         (wl-draft-reply-myself-without-argument-list): Ditto.
3254         * wl-draft.el (wl-draft-self-reply-p): New function.
3255         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3256
3257 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3258
3259         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3260         (avoid error for the case without byte-compiling)
3261
3262 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3263
3264         * wl-news.el.in (wl-news-append-to-folder): New function.
3265         (wl-news-exit): Rewrite.
3266         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3267
3268 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3269
3270         * wl-draft.el (wl-draft-reply-position): New function.
3271         (wl-draft-reply-position): Fix.
3272         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3273         (wl-summary-target-mark-reply-with-citation): Ditto.
3274         (wl-summary-reply-with-citation): Ditto.
3275         * wl-vars.el (wl-draft-reply-default-position): New variable.
3276
3277 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3278
3279         * wl-draft.el (wl-draft-send): Preview when interactive send.
3280
3281 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3282
3283         * wl-draft.el (wl-draft-reply): Set default position.
3284         * wl-summary.el (wl-summary-reply): Ditto.
3285         (wl-summary-reply-with-citation): Ditto.
3286         (wl-summary-target-mark-reply-with-citation): Ditto.
3287
3288 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3289
3290         * wl-news.el.in (wl-news-lang): Set default value according to
3291         current-language-environment.
3292         (wl-news-append-news): Do nothing when news-list is nil.
3293
3294 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3295
3296         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3297         (wl-news): Change message.
3298         (wl-news-exit): Check buffer.
3299         (wl-news-force-exit): New function.
3300         (wl-news-show-all): New function.
3301         (wl-news-discard-and-exit): Fix.
3302
3303 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3304
3305         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3306         according to current-language-environment.
3307
3308         * wl-news.el.in (wl-news): If arg, show all NEWS after
3309         wl-news-default-previous-version.
3310
3311 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3312
3313         * wl-news.el.in (wl-news-check): Rewritten.
3314         (wl-news-previous-version-load): Change data type.
3315         (wl-news-previous-version-save): Change data type.
3316         (wl-news-append-news): Add return value.
3317         (wl-news-check-news): New function.
3318         (wl-news-already-current-p): New function.
3319         (wl-news-send-news): Rewritten.
3320         (wl-news-mode-map): Add new keybind.
3321         (wl-news): Rewritten.
3322         (wl-news-exit): Rewritten.
3323         (wl-news-discard-and-mail): New function.
3324         (wl-news-send-to-address): Abolished.
3325         * wl.el (wl-init): Delete a message.
3326
3327 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3328
3329         * wl-news.el.in (wl-news-exit): Update previous version.
3330         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3331
3332 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3333
3334         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3335
3336 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3337
3338         * wl-news.el.in (wl-news): New function.
3339         (wl-news-mode): New function.
3340         (wl-news-next-line): New function.
3341         (wl-news-next-page): New function.
3342         (wl-news-exit): New function.
3343         (wl-news-buf-name): New variable.
3344         (wl-news-mode-map): New variable.
3345         (wl-news-winconf): New variable.
3346         (wl-news-append-news): Add an option.
3347
3348 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3349
3350         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3351
3352 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3353
3354         * wl-news.el.in (wl-news-send-to-address): New variable.
3355         (wl-news-send-news): Use it.
3356         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3357         Return updating status.
3358         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3359
3360 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3361
3362         * wl-news.el.in (wl-news-send-news): Delete
3363         Organization and X-Face.
3364
3365 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3366
3367         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3368         (wl-news-append-news): New function.
3369         (wl-news-send-news): New function.
3370
3371 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3372
3373         * Version number is increased to 2.11.1.
3374
3375 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3376
3377         * wl-news.el.in : New file.
3378
3379 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3380
3381         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3382         default value.
3383         (wl-draft-reply-without-argument-list): Ditto.
3384
3385 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3386
3387         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3388         (wl-message-buffer-prefetch-idle-time): Ditto.
3389         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3390
3391 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3392
3393         * wl-thread.el (wl-thread-insert-message): Use
3394         wl-summary-max-thread-depth.
3395
3396         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3397         loop detection.
3398
3399         * wl-message.el (wl-message-buffer-display): Back to the first page
3400         when cache is hit.
3401
3402 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3403
3404         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3405
3406         * wl-summary.el (wl-summary-insert-thread-entity):
3407         If the thread depth is reached to wl-summary-max-thread-depth,
3408         divide the thread.
3409
3410 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3411
3412         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3413         for elmo-remove-passwd.
3414
3415 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3416
3417         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3418         folder is sticky.
3419         (wl-folder-mark-as-read-all-entity): Ditto.
3420         (wl-folder-prefetch-entity): Ditto.
3421
3422 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3423
3424         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3425
3426 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3427
3428         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3429         Delete messages on buffer for unplugged operation.
3430         (wl-summary-erase): Ditto.
3431
3432 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3433
3434         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3435         take nil so as not to search parent by subject.
3436
3437 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3438
3439         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3440         (wl-folder-get-next-folder): Ditto.
3441         (wl-folder-get-path): Ditto.
3442
3443 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3444
3445         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3446         system and encode the region with it before verifying.
3447
3448 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3449
3450         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3451         system of the echo buffer before decoding.
3452
3453 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3454
3455         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3456         original contents.
3457
3458 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3459
3460         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3461         with argument 'any-exists.
3462
3463 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3464
3465         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3466         Use `wl-cs-autoconv'.
3467
3468 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3469
3470         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3471         by `mime-view-automatic-conversion'.
3472
3473         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3474         (wl-message-verify-pgp-nonmime): Ditto.
3475         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3476         Bind them to C-c:d and C-c:v respectively.
3477
3478         Merge following code by Teranishi-san from [wl-en:00167].
3479         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3480         (wl-mime-preview-application/pgp-encrypted): Ditto.
3481         (wl-mime-setup): Add entry.
3482
3483 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3484
3485         * wl-summary.el (wl-summary-target-mark-erase): New function.
3486         Bind it to "mD".
3487
3488 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3489
3490         * wl-vars.el (wl-draft-write-file-function): Fix.
3491         (wl-draft-reedit-hook): Changed default value.
3492
3493         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3494         wl-draft-reedit-hook.
3495         (wl-draft-remove-text-plain-tag): New function.
3496         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3497
3498         * wl-vars.el (wl-draft-write-file-function): New user option.
3499
3500         * wl-draft.el (wl-draft-prepare-edit): Use it for
3501         local-write-file-hooks.
3502         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3503
3504         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3505         (wl-draft-insert-mail-header-separator): Return the body beginning
3506         point.
3507         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3508         text/plain.
3509         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3510
3511 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3512
3513         * wl-summary.el (wl-summary-erase): New function to erase message
3514         without moving it to trash. Bind to "D".
3515
3516         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3517         as `keep' unless switch-function.
3518
3519 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3520
3521         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3522         message buffer by using `wl-summary-toggle-disp-msg'.
3523         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3524         buffer window.
3525         (wl-summary-supresedes-message): Ditto.
3526
3527         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3528         Do not delete other windows.
3529         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3530         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3531         (wl-draft-create-buffer): Set reply-or-forward also for target
3532         mark commands.
3533
3534 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3535
3536         * wl-draft.el (wl-user-agent-compose): Delete special case for
3537         switch-to-buffer-other-window.
3538
3539         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3540         (wl-summary-forward): Ditto.
3541
3542         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3543         function.
3544         (wl-draft-buffer-style): New use option.
3545
3546         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3547         (wl-draft): Follow the change above.
3548         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3549         wl-draft-buffer-style.
3550         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3551         switch-function.
3552
3553 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3554
3555         * wl-address.el (wl-address-make-completion-entry): Extracted from
3556         `wl-address-make-completion-list'.
3557         (wl-address-enable-strict-loading): New variable.
3558         (wl-address-make-completion-list): Revive petname duplication
3559         inquiry, and enable it if `wl-address-enable-strict-loading'.
3560         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3561
3562 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3563
3564         * wl-message.el (wl-message-get-original-buffer): Avoid
3565         'Selecting deleted buffer' error when original buffer is killed.
3566
3567 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3568
3569         * wl-summary.el (wl-summary-next-message): Use
3570         elmo-message-accessible-p instead of elmo-message-cached-p.
3571
3572 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3573
3574         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3575
3576         * wl-thread.el (wl-thread-open-all-unread): Use
3577         elmo-folder-list-flagged instead of
3578         elmo-folder-list-messages-mark-match.
3579
3580         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3581         instead of elmo-folder-list-messages-mark-match.
3582         (wl-summary-move-spec-alist): New variable.
3583         (wl-summary-move-spec-plugged-alist,
3584         wl-summary-move-spec-unplugged-alist): Abolish.
3585         (wl-summary-next-message): Follow the change above.
3586         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3587         with 'no-msg' argument.
3588
3589         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3590         variable.
3591         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3592         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3593         (wl-message-buffer-prefetch-get-next): Follow the change above.
3594
3595 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3596
3597         * wl-version.el (wl-version): Changed codename.
3598
3599         * Version number is increased to 2.11.0.
3600
3601 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3602
3603         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3604         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3605         `wl-draft-config-variables'.
3606         (wl-draft-kill): Fixed problem when the draft is reedit.
3607
3608 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3609
3610         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3611         buffer-modified status (Thanks to
3612         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3613
3614 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3615
3616         * wl-util.el (wl-region-exists-p): New function.
3617
3618         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3619         Remove defvars for byte-compile warnings.
3620
3621 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3622
3623         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3624         defvar-maybe. Removed unused bind.
3625
3626 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3627
3628         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3629         summary buffer window before creating new frame.
3630         (wl-draft-reply): Ditto.
3631
3632 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3633
3634         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3635
3636 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3637
3638         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3639
3640 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3641
3642         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3643         instead of `kill-region'.
3644
3645 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3646
3647         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3648         (wl-highlight-summary-line-string): Use it.
3649         (wl-highlight-summary-current-line): Ditto.
3650
3651         * wl-mime.el (wl-message-delete-current-part): Check the class of
3652         mime-entity.
3653
3654         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3655
3656         * wl-summary.el (wl-summary-make-number-list): Initialize.
3657         (wl-summary-update-mark): New function.
3658         (wl-summary-reply): Put `answered' mark on the message.
3659         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3660
3661         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3662         (wl-draft-reply): Added optional argument `number';
3663         Set wl-draft-parent-number.
3664         (wl-draft-kill): Delete answered mark if it is a reply.
3665
3666 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3667
3668         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3669         that originates in mime-preview-follow-current-entity.
3670         (wl-draft-yank-current-message-entity): Use it if region is active.
3671
3672         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3673         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3674         `wl-message-delete-current-part'.
3675         * wl-mule.el (wl-message-define-keymap): Ditto.
3676         * wl-xmas.el (wl-message-define-keymap): Ditto.
3677
3678 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3679
3680         * wl-mime.el (wl-message-delete-current-part): New function.
3681         (wl-mime-node-id-to-string): Ditto.
3682
3683         * wl-mime.el (wl-message-delete-current-part): Use existing
3684         original buffer which corresponds current mime-view buffer.
3685         (fetched buffer might have different structure, possibly)
3686
3687         * wl-mime.el (wl-message-delete-current-part): Quit if the
3688         message content differs from the actual message.
3689
3690 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3691
3692         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3693         order.
3694         (wl-summary-search-by-subject): Search parent message from tail;
3695         Check the existence of the parent message on the current thread tree.
3696         (wl-summary-update-thread): Check whether the line is inserted.
3697
3698 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3699
3700         * wl-vars.el (wl-summary-line-format): Undo last change.
3701         * wl-summary.el (wl-summary-print-destination): Do not put
3702         invisible property when `wl-summary-width' is nil.
3703         (wl-summary-line-subject-minimum-length): Abolished.
3704         (wl-summary-line-subject): Ditto.
3705
3706 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3707
3708         * wl-vars.el (wl-summary-line-format): Change default value.
3709         (wl-summary-subject-length-limit): Abolished.
3710         * wl-summary.el (wl-summary-line-subject): Ditto.
3711
3712 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3713
3714         * wl-template.el (wl-template-select): Added optional argument.
3715         If optional argument is specified, reverse
3716         `wl-template-visible-select'.
3717
3718 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3719
3720         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3721         Take prefix argument to force asking the destination folder.
3722
3723 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3724
3725         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3726         count and update status.
3727
3728 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3729
3730         * wl-summary.el (wl-summary-redisplay-internal): If
3731         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3732         after fetching.
3733
3734 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3735
3736         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3737         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3738
3739         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3740
3741 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3742
3743         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3744         (All other related portions are changed).
3745         (wl-summary-mark-as-read-all): Rewrite.
3746
3747 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3748
3749         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3750         `wl-summary-mark-as-read'.
3751         (wl-summary-mark-as-unread): Rewrite.
3752         (wl-summary-mark-as-read): Added no-modeline argument.
3753         (wl-summary-resume-cache-status): Rewrite.
3754         (wl-summary-exec-subr): Remove unused local variable.
3755
3756 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3757
3758         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3759         logic to call `wl-summary-buffer-prev-folder-function'.
3760         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3761
3762 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3763
3764         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3765         is nil.
3766
3767 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3768
3769         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3770         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3771         (wl-mime-setup): Add its entry.
3772
3773 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3774
3775         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3776         (wl-summary-delete-cache): Likewise.
3777         (wl-summary-mark-as-read): Rewrite.
3778
3779 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3780
3781         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3782         `wl-summary-count-unread'.
3783
3784         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3785
3786         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3787
3788 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3789
3790         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3791         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3792         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3793         Renamed to the elmo-msgdb-*-mark.
3794         (wl-summary-score-marks): Follow the change above.
3795         (wl-summary-auto-refile-skip-marks): Ditto.
3796         (wl-summary-incorporate-marks): Ditto.
3797         (wl-summary-expire-reserve-marks): Ditto.
3798
3799         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3800         changes.
3801         (wl-thread-insert-top): Changed updating message.
3802
3803         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3804         variable.
3805         (wl-summary-count-unread): Count answered marks.
3806         (wl-summary-rescan): Call wl-summary-insert-message instead of
3807         wl-summary-append-message-func-internal.
3808         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3809         (wl-summary-prefetch-msg): Follow the variable name changes.
3810         (wl-summary-prefetch-region): Ditto.
3811         (wl-summary-mark-as-read-all): Follow the API changes;
3812         Don't call elmo-folder-replace-marks.
3813         (wl-summary-delete-cache): Follow the variable name changes.
3814         (wl-summary-resume-cache-status): Ditto.
3815         (wl-summary-update-status-marks): New function.
3816         (wl-summary-insert-message): New function.
3817         (wl-summary-sync-marks): Follow the variable name changes.
3818         (wl-summary-sync-update): Synchronize to the msgdb, too;
3819         Changed update messages.
3820         (wl-summary-make-number-list): Rewrite.
3821         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3822         (wl-summary-mark-as-unread): Follow the API changes.
3823         (wl-summary-exec-subr): Follow the variable name changes.
3824         (wl-summary-mark-as-read): Ditto.
3825         (wl-summary-move-spec-plugged-alist): Ditto.
3826         (wl-summary-move-spec-unplugged-alist): Ditto.
3827         (wl-summary-cursor-move-surface): Ditto.
3828
3829         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3830         variable name changes.
3831         (wl-highlight-summary-current-line): Ditto.
3832
3833         * wl-expire.el (wl-expire-refile): Follow the API change in
3834         elmo-folder-move-messages.
3835         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3836         (wl-summary-archive): Use elmo-folder-msgdb instead of
3837         elmo-msgdb-load.
3838
3839 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3840
3841         * wl-mime.el (wl-draft-preview-message): Restore the position
3842         before evaluating wl-draft-send-hook in preview buffer.
3843
3844 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3845
3846         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3847         when it creates new draft buffer.
3848
3849         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3850         without argument.
3851
3852         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3853         Evaluate content and if the value is string, insert it.
3854         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3855         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3856         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3857         wl-draft-config-sub-part-bottom): Use it.
3858
3859         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3860         with the folder name. The question was unintelligible when it is
3861         called from wl-save-status.
3862
3863 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3864
3865         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3866         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3867         cannot take second argument).
3868
3869 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3870
3871         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3872         as t. Since type and subtype are not case sensitive (RFC 2045).
3873
3874 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3875
3876         * wl-vars.el (wl-message-mode-line-format): New variable.
3877         (wl-message-mode-line-format-spec-alist): Ditto.
3878         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3879         (wl-message-redisplay): Use wl-message-mode-line-format.
3880
3881 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3882
3883         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3884
3885 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3886
3887         * wl-summary.el (wl-summary-default-from): Write description.
3888
3889 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3890
3891         * wl-vars.el (wl-ldap-objectclass): Abolish.
3892
3893         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3894         (wl-ldap-make-filter): Removed condition for objectclass.
3895         (wl-ldap-make-matched-value-list): Remove meaningless process.
3896         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3897         (wl-address-ldap-search): Don't add `*' to `pat' string;
3898         use ignore-errors; added `email';
3899         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3900         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3901         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3902
3903
3904 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3905
3906         * wl-draft.el (wl-draft-parent-folder): Write description.
3907         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3908
3909 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3910
3911         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3912         as "" (zero-length string) if no parent.
3913         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3914
3915 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3916
3917         * wl-address.el (wl-address-make-completion-list): Skip duplication
3918         checking.
3919         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3920         `append'.
3921
3922 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3923
3924         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3925         instead of `beginning-of-buffer'.
3926
3927 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3928
3929         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3930
3931 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3932
3933         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3934         Refer wl-message-buffer-name.
3935         (wl-message-wheel-down): Ditto.
3936
3937 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3938
3939         * wl-vars.el (wl-message-buffer-name): New user option.
3940
3941         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3942         directly instead of making alist dinamically.
3943
3944         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3945         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3946         wl-message-buffer-cache-name.
3947         (wl-message-buffer-cache-clean-up): Ditto.
3948
3949         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3950
3951         * Version number is increased to 2.9.15.
3952
3953 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3954
3955         * wl-vars.el (wl-summary-default-view-alist): New user option.
3956
3957         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3958
3959         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3960         while deleting address.
3961         (wl-draft-delete-myself-from-cc): Ditto.
3962
3963         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3964         If optional argument is specified, reverse sort order.
3965
3966         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3967
3968 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3969
3970         * wl-thread.el (wl-thread-insert-message): Return parent number if
3971         exists.
3972         (wl-thread-update-indent-string-region): Use
3973         wl-thread-update-line-on-buffer-sub instead of
3974         wl-thread-update-line-on-buffer.
3975
3976 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3977
3978         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3979         (wl-folder-close-all): Ditto.
3980
3981 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3982
3983         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3984         and mailing-list:.
3985         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3986         value.
3987         (wl-summary-line-list-info): Print mailing-list name even when 
3988         list-number is empty.
3989
3990 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3991
3992         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3993
3994         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3995         (wl-draft-open-file): Ditto.
3996         (wl-draft-random-alphabet): Ditto.
3997
3998         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3999         bindings.
4000
4001 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4002
4003         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4004         * wl-vars.el (wl-draft-config-alist): Ditto.
4005
4006 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4007
4008         * Version number is increased to 2.9.14.
4009
4010         * wl.el (wl): Don't set wl-init as nil when error occured while
4011         auto-checking folders.
4012
4013         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4014         `elmo-expand-newtext'.
4015
4016 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4017
4018         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4019         `this-command' so that `wl-folder-goto-folder' contained in
4020         `wl-summary-keep-cursor-command' work.
4021
4022 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4023
4024         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4025         message buffer displaying state.
4026
4027 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4028
4029         * wl-vars.el (wl-summary-default-view): New variable to specify
4030         default value for `wl-summary-buffer-view' instead of using
4031         set-default.
4032         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4033
4034 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4035
4036         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4037
4038         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4039
4040 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4041
4042         * wl-vars.el (wl-forward-subject-prefix): New variable.
4043         * wl-draft.el (wl-draft-forward): Use it.
4044
4045 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4046
4047         * wl-message.el (wl-message-prev-page): When it is called without
4048         lines argument, scroll down by wl-message-scroll-amount lines.
4049         (wl-message-next-page): Ditto.
4050         * wl-vars.el (wl-message-scroll-amount): Change default value
4051         to preserve current behavior.
4052
4053 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4054
4055         * wl-summary.el (wl-summary-prefetch-msg): Bind
4056         `wl-message-entity' to call `wl-summary-from-function'.
4057
4058 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4059
4060         * wl-message.el (wl-message-buffer-create): Run
4061         wl-message-buffer-created-hook.
4062
4063 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4064
4065         * wl-summary.el (wl-summary-sort-specs): New variable.
4066         (wl-summary-default-sort-spec): Ditto.
4067         (wl-summary-sort): Rewrite.
4068         (wl-summary-sort-by-list-info): New function.
4069
4070 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4071
4072         * wl-summary.el (wl-summary-get-list-info): New function.
4073         (wl-summary-sort): Rewrite.
4074         (wl-summary-line-list-info): Ditto.
4075         (wl-summary-line-list-count): Ditto.
4076         (wl-summary-refile-region): Fixed docstring.
4077
4078 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4079
4080         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4081         `wl-folder-entity-hashtb' as completion table.
4082
4083 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4084
4085         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4086         only when this command is called interactively; silence the byte-
4087         compiler.
4088
4089 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4090
4091         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4092         active in XEmacs.
4093
4094 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4095
4096         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4097         plural lines.
4098
4099 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4100
4101         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4102         of current line when the cursor is on the header name.
4103         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4104
4105 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4106
4107         * wl-util.el (wl-read-directory-name): Return displayed directory
4108         as the default value also on XEmacs.
4109
4110 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4111
4112         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4113         formatting.
4114
4115 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4116
4117         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4118         argument and when it is non-nil, check face property before
4119         highlighting for each line.
4120         (wl-highlight-summary-window): Set it.
4121
4122 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4123
4124         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4125         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4126
4127         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4128         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4129         (wl-draft-get-fcc-list): Likewise.
4130
4131 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4132
4133         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4134         (wl-thread-entity-cur): Ditto.
4135         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4136         wl-thread-indent-regexp setting.
4137         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4138
4139         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4140         wl-summary-lazy-highlight.
4141         (wl-summary-display-bottom): Ditto.
4142
4143         * wl-thread.el (wl-thread-open-close): Likewise.
4144
4145         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4146         from and subject;
4147         Bind wl-draft-use-frame;
4148         Enclose with save-window-excursion;
4149         Use wl-draft-create-buffer instead of with-temp-buffer;
4150         Use wl-draft-prepare-edit;
4151         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4152         Use wl-draft-send instead of wl-draft-raw-send.
4153
4154 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4155
4156         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4157         of using wl-from.
4158
4159 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4160
4161         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4162         insert-buffer instead of clone-buffer.
4163         (wl-draft-doing-mime-bcc): New variable.
4164         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4165         infinite loop.
4166         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4167
4168         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4169         (wl-draft-mime-bcc-body): Ditto.
4170
4171         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4172         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4173         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4174         wl-draft-do-mime-bcc.
4175         (wl-draft-mime-bcc-field): New function.
4176         (wl-draft-do-mime-bcc): Ditto.
4177
4178         * wl-address.el (wl-address-complete-header-list): New variable.
4179         (wl-address-complete-header-regexp): Changed default value.
4180
4181         * Version number is increased to 2.9.13.
4182
4183 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4184
4185         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4186         it is differed.
4187
4188 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4189
4190         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4191         (wl-summary-line-list-count): Ditto.
4192
4193 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4194
4195         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4196         (wl-nntp-posting-function): New variable.
4197         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4198         `wl-nntp-posting-config-alist'.
4199
4200 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4201
4202         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4203         FLIM.
4204
4205 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4206
4207         * wl-summary.el (wl-summary-target-mark-refile-sub):
4208         Remove a nuisance funcall.
4209
4210 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4211
4212         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4213         as t for `try-completion'.
4214
4215 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4216
4217         * wl-summary.el (wl-summary-default-from): Use
4218         wl-address-header-extract-address instead of
4219         std11-extract-address-components.
4220         (wl-summary-simple-from): Ditto.
4221         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4222         (wl-summary-insert-headers): Show message.
4223         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4224         for whole line.
4225         (wl-summary-default-from): Revert last change.
4226         (wl-summary-simple-from): Ditto.
4227         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4228         (wl-summary-mark-as-read-region): Follow the change above.
4229         (wl-summary-sync-marks): Ditto.
4230         (wl-summary-target-mark-mark-as-read): Ditto.
4231         (wl-summary-redisplay-internal): Ditto.
4232         (wl-summary-redisplay-no-mime-internal): Ditto.
4233         (wl-summary-redisplay-all-header): Ditto.
4234         (wl-summary-mark-as-read): Removed argument `cached';
4235         Use current cache status to set cache mark.
4236         (wl-summary-redisplay-internal): Follow the change above.
4237         (wl-summary-redisplay-no-mime-internal): Ditto.
4238         (wl-summary-redisplay-all-header): Ditto.
4239
4240         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4241
4242         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4243         Don't call itself recursively (Adviced by Yamaoka-san).
4244
4245 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4246
4247         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4248         bind wl-summary-highlight as nil to avoid error caused by missing
4249         local variables.
4250
4251 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4252
4253         * wl-vars.el (wl-invalid-character-message): New user option.
4254
4255         * wl-util.el (wl-set-string-width): If truncated string-width is
4256         larger than specified width, use `wl-invalid-character-message'.
4257
4258 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4259
4260         * wl-summary.el (wl-summary-prefetch-msg): 
4261         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4262
4263 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4264
4265         * wl-vars.el (wl-summary-check-line-format): New user option.
4266         (wl-summary-line-format-file): Ditto.
4267
4268         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4269         variable.
4270         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4271         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4272         and `wl-summary-view-old-p' to check whether do a rescan or not.
4273         (wl-summary-view-old-p): New function.
4274         (wl-summary-line-format-changed-p): Ditto.
4275         (wl-summary-line-format-save): Ditto.
4276         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4277
4278         * wl-util.el (wl-set-string-width): Avoid using negative number
4279         for make-string.
4280
4281 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4282
4283         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4284         return value.
4285
4286         * wl-util.el (wl-set-string-width): Added optional argument
4287         `padding' (All other related portions are changed).
4288         (wl-line-parse-format): If the first letter of column number is
4289         `0', zero-padding the result (ex: "%05l").
4290
4291         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4292
4293 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4294
4295         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4296         sequential summary view.
4297
4298 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4299
4300         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4301         if it doesn't have a -unix version.
4302
4303 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4304
4305         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4306
4307 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4308
4309         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4310         content.
4311         (wl-draft): Follow the change above.
4312
4313         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4314
4315         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4316         and wl-folder-summary-line-format-alist contain %T and %P.
4317
4318         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4319         (wl-summary-mode-line-format): New user option.
4320         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4321         (wl-summary-line-format): Changed default value.
4322         (wl-summary-lazy-highlight): Changed default value.
4323
4324         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4325         change in wl-summary-create-line.
4326         (wl-thread-insert-entity-sub): Ditto.
4327
4328         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4329         (wl-summary-buffer-unread-status): Ditto.
4330         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4331         (wl-summary-buffer-persistent-mark-column): Ditto.
4332         (wl-summary-buffer-mode-line-formatter): Ditto.
4333         (wl-summary-buffer-mode-line): Ditto.
4334         (wl-summary-message-regexp): Abolished.
4335         (All other related portions are changed.)
4336         (wl-summary-detect-mark-position): New function.
4337         (wl-summary-buffer-set-folder): Setup
4338         wl-summary-buffer-mode-line-formatter.
4339         (wl-summary-mode): Setup selective-display;
4340         Setup pre-idle-hook when xemacs.
4341         (wl-summary-update-modeline): Rewrite.
4342         (wl-summary-jump-to-msg): Define as function;
4343         Changed regexp for searching messages.
4344         (wl-summary-message-number): Rewrite.
4345         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4346         Do rescan when old type summary cache.
4347         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4348         (wl-summary-remove-destination): Use '\r' to detect EOL.
4349         (wl-summary-print-destination): Ditto.
4350         (wl-summary-temp-mark): New inline function.
4351         (wl-summary-persistent-mark): Ditto.
4352         (wl-summary-line-number): New function.
4353         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4354         (wl-summary-line-list-count): New function.
4355         (wl-summary-create-line): Added argument persistent-mark.
4356         (All other related portions are changed)
4357         (wl-summary-create-line): Insert '\r'.
4358         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4359         (wl-summary-cursor-move-surface): New inline function.
4360         (wl-summary-prev): Use it.
4361         (wl-summary-next): Ditto.
4362
4363         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4364         wl-summary-message-regexp.
4365         (wl-highlight-summary): Delete progress message.
4366         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4367
4368         * Version number is increased to 2.9.12.
4369
4370 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4371
4372         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4373         variable (nil: no minimum).
4374         (wl-summary-line-subject): Add some spaces after subject by
4375         wl-summary-line-subject-minimum-length.
4376
4377 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4378
4379         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4380         and removed `F'.
4381         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4382         change above).
4383
4384 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4385
4386         * wl-summary.el (wl-summary-line-list-count): Reverted.
4387         (example setting in samples/*/dot.wl is also updated)
4388
4389 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4390
4391         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4392
4393         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4394
4395         * wl-vars.el (wl-summary-line-format): Addes some description to the
4396         docstring.
4397
4398         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4399         (wl-summary-line-close-bracket): Ditto.
4400         (wl-summary-line-children-number): Ditto.
4401         (wl-summary-line-thread-indent): Ditto.
4402         (wl-summary-line-children-and-from): Ditto.
4403
4404         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4405         't', 'c', 'F' and added 'C'.
4406
4407         * wl-util.el (wl-set-string-width): Accept negative value.
4408         (wl-line-parse-format): Added "%number(" and "%)".
4409
4410 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4411
4412         * wl-summary.el (wl-summary-line-list-count): Change format of the
4413         return value.
4414
4415 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4416
4417         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4418         from the recent message.el.
4419         (wl-draft-point-in-header-p): Ditto.
4420         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4421         wl-draft-beginning-of-line.
4422         * wl-e21.el (wl-draft-mode-map): Ditto.
4423         * wl-xmas.el (wl-draft-mode-map): Ditto.
4424
4425         * wl-folder.el: Sort macrodefs by dependencies.
4426
4427 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4428
4429         * wl-summary.el (wl-summary-prev): Fixed regexp.
4430         (wl-summary-next): Ditto.
4431
4432 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4433
4434         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4435
4436 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4437
4438         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4439         for backward compatibility.
4440
4441 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4442
4443         * wl-summary.el (wl-summary-line-list-count): New function, merged
4444         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4445         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4446         list counts.
4447
4448 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4449
4450         * wl-summary.el (wl-summary-create-line): Ignore errors while
4451         timezone-fix-time.
4452
4453         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4454
4455         * wl-summary.el (wl-summary-sync-update): Ditto.
4456         (wl-summary-default-from): Use wl-message-entity
4457         instead of entity.
4458
4459         * wl-summary.el (wl-summary-create-line): Fix.
4460
4461         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4462         (wl-summary-line-format): New user option.
4463         (wl-folder-summary-line-format-alist): Ditto.
4464         (wl-summary-from-width): Abolished.
4465
4466         * wl-util.el (toplevel): Require 'bytecomp.
4467         (wl-line-parse-format): New function.
4468         (wl-line-formatter-setup): New macro.
4469
4470         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4471         (wl-summary-buffer-line-formatter): New buffer local variable.
4472         (wl-summary-switch-to-clone-buffer): Follow the change above.
4473         (wl-summary-message-regexp): Fix.
4474         (wl-summary-from-func-internal): Abolished.
4475         (wl-summary-subject-func-internal): Ditto.
4476         (wl-summary-subject-filter-func-internal): Ditto.
4477         (All other related portions are changed.)
4478         (wl-summary-buffer-set-folder):
4479         Set up wl-summary-buffer-number-column and 
4480         wl-summary-buffer-line-formatter
4481         (All other related portions are changed.)
4482         (wl-summary-buffer-number-column-detect): Abolished.
4483         (All other related portions are changed.)
4484         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4485         (wl-summary-delete-all-temp-marks-on-buffer): Use
4486         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4487         (wl-summary-target-mark-delete): Ditto.
4488         (wl-summary-target-mark-refile-subr): Ditto.
4489         (wl-summary-target-mark-mark-as-read): Ditto.
4490         (wl-summary-target-mark-mark-as-unread): Ditto.
4491         (wl-summary-target-mark-mark-as-important): Ditto.
4492         (wl-summary-target-mark-save): Ditto.
4493         (wl-summary-replace-status-marks): Renamed from
4494         wl-summary-set-status-marks-on-buffer;
4495         Use wl-summary-message-regexp instead of
4496         wl-summary-buffer-number-regexp.
4497         (wl-summary-sync-update): Follow the change above.
4498         (wl-summary-goto-previous-message-beginning): New function.
4499         (wl-summary-mark-as-unread): Use it.
4500         (wl-summary-mark-as-important): Ditto.
4501         (wl-summary-line-formatter): New variable.
4502         (wl-summary-line-year): New function.
4503         (wl-summary-line-day): Ditto.
4504         (wl-summary-line-day-of-week): Ditto.
4505         (wl-summary-line-hour): Ditto.
4506         (wl-summary-line-minute): Ditto.
4507         (wl-summary-line-open-bracket): Ditto.
4508         (wl-summary-line-close-bracket): Ditto.
4509         (wl-summary-line-children-number): Ditto.
4510         (wl-summary-line-thread-indent): Ditto.
4511         (wl-summary-line-size): Ditto.
4512         (wl-summary-line-subject): Ditto.
4513         (wl-summary-line-from): Ditto.
4514         (wl-summary-line-children-and-from): Ditto.
4515         (wl-summary-create-line): Rewritten.
4516         (wl-summary-format-date): Abolished.
4517
4518         * wl-highlight.el (wl-highlight-summary-current-line): Use
4519         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4520         Use thread structure to detect thread top message.
4521
4522         * wl-draft.el (wl-default-draft-cite): Don't use
4523         wl-summary-from-func-internal.
4524
4525         * wl-refile.el (wl-refile-subject-learn): Don't use
4526         wl-summary-subject-filter-func-internal.
4527         (wl-refile-guess-by-subject): Ditto.
4528
4529         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4530         parameters.
4531
4532         * wl-thread.el (wl-thread-update-indent-string-region):
4533         Use wl-thread-update-line-on-buffer instead of
4534         wl-thread-update-indent-string.
4535         (wl-thread-update-children-number): Redefine using
4536         wl-thread-update-line-on-buffer.
4537         (wl-thread-update-indent-string): Abolished.
4538
4539         * Version number is increased to 2.9.11.
4540
4541 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4542
4543         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4544         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4545         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4546
4547         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4548         as nil.
4549
4550         * wl-thread.el (wl-thread-open-all-unread): Use 
4551         elmo-folder-list-messages-mark-match.
4552         (wl-thread-insert-message): Removed argument `mark-alist'.
4553         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4554         elmo-msgdb-set-mark.
4555         (wl-thread-get-children-msgs-uncached): Likewise.
4556         (wl-thread-get-exist-children): Added argument include-self.
4557         (wl-thread-delete-message): Follow the change above.
4558
4559         * wl-summary.el (wl-summary-count-unread): Removed argument.
4560         (wl-summary-rescan): Follow the change above.
4561         (wl-summary-mark-as-read-region): Ditto
4562         (wl-summary-mark-as-unread-region): Ditto.
4563         (wl-summary-delete-messages-on-buffer): Ditto.
4564         (wl-summary-sync-update): Ditto.
4565         (wl-summary-switch-to-clone-buffer): Ditto.
4566         (wl-summary-goto-folder-subr): Ditto.
4567         (wl-summary-target-mark-mark-as-read): Ditto.
4568         (wl-summary-target-mark-mark-as-unread): Ditto.
4569         (wl-summary-target-mark-mark-as-important): Ditto.
4570         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4571         (wl-summary-update-thread): Removed argument `mark-alist'.
4572         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4573         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4574         (wl-summary-resume-cache-status): Likewise.
4575         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4576         elmo-msgdb-set-mark.
4577         (wl-summary-mark-as-read-all): Likewise.
4578         (wl-summary-delete-cache): Ditto.
4579         (wl-summary-auto-select-msg-p): Ditto.
4580         (wl-summary-mark-as-unread): Ditto.
4581         (wl-summary-no-auto-refile-message-p): Ditto.
4582         (wl-summary-mark-as-read): Ditto.
4583         (wl-summary-mark-as-important): Ditto.
4584         (wl-summary-auto-refile): Follow the change above.
4585         (wl-summary-delete-all-marks): Removed.
4586         (wl-summary-resume-marks-and-highlight): Ditto.
4587         (wl-summary-resume-marks): Ditto.
4588         (wl-summary-delete-important-msgs-from-list): Ditto.
4589         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4590
4591         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4592         wl-summary-count-unread.
4593
4594         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4595         (wl-summary-score-update-all-lines): Use
4596         elmo-msgdb-set-mark.
4597
4598 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4599
4600         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4601         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4602         (wl-summary-create-line): Renamed from
4603         wl-summary-overview-create-summary-line;
4604         Argument rearrangement.
4605         (wl-summary-update-thread): Follow the change above.
4606
4607         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4608         (wl-thread-insert-entity-sub): Likewise.
4609
4610         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4611         argument `overview', `mark-alist' and added `msgdb'.
4612
4613         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4614
4615         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4616         (wl-summary-rescan): Follow the change above.
4617         (wl-summary-sync-update): Ditto.
4618         (wl-summary-insert-thread-entity): Ditto;
4619         Don't use `let*' in every while loop;
4620         Detect infinite loop of threads.
4621         (wl-summary-update-thread): Removed argument `overview'.
4622
4623         * wl-thread.el (wl-thread-insert-message): Ditto.
4624
4625         * Version number is increased to 2.9.10.
4626
4627         * wl-message.el (wl-message-redisplay): Ignore errors while
4628         wl-message-redisplay-hook.
4629
4630 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4631
4632         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4633
4634 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4635
4636         * wl.el (wl): inhibit-quit while wl-folder.
4637
4638 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4639
4640         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4641         while msgdb access.
4642
4643 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4644
4645         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4646         even if no folder is not created.
4647
4648 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4649
4650         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4651
4652         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4653         implementation.
4654         (wl-summary-target-mark-thread): Ditto.
4655
4656         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4657
4658 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4659
4660         * wl-util.el (wl-display-bytes): Remove unused function.
4661
4662 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4663
4664         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4665         seems critical one (partially reverse the change in 2002/03/17).
4666
4667 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4668
4669         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4670         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4671
4672 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4673
4674         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4675         is not writable.
4676         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4677         plugged status instead of `'force' as 2nd argument.
4678
4679         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4680         is not creatable.
4681
4682         * Version number is increased to 2.9.9.
4683
4684 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4685
4686         * wl-summary.el (wl-summary-suspend): New function.
4687
4688 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4689
4690         * wl.el (wl): Do not check variables if check is nil.
4691         * wl-utils.el (wl-collect-draft): New function.
4692         * wl-folder.el (wl-folder-suspend): Put summary buffers
4693         and draft buffers at the end of buffer list.
4694         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4695
4696 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4697
4698         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4699         loop instead of recursive call.
4700
4701         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4702         2nd argument.
4703
4704 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4705
4706         * wl-draft.el (wl-draft-create-contents): Don't take neither
4707         (function . args) nor (string . something) any more.
4708
4709         * wl-version.el (wl-generate-user-agent-string): Return string
4710         without header symbol.
4711         * wl-draft.el (wl-draft-default-headers): Use it.
4712
4713         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4714         `wl-draft-insert-ccs' and return field value instead of inserting
4715         the header. Abolish cc argument.
4716         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4717
4718         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4719         rather than one with string car.
4720
4721         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4722         * wl-draft.el (wl-draft-create-contents): Add it after the default
4723         headers.
4724
4725         * wl-draft.el (wl-draft-create-contents): For the case of
4726         (symbol-or-string . function) insert header only when the function
4727         returns string value.
4728
4729 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4730
4731         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4732         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4733
4734 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4735
4736         * wl.el (wl-check-environment): Don't check Message-ID when
4737         `wl-insert-message-id' is nil.
4738         Revive checking if `wl-message-id-domain' contains "@".
4739
4740 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4741
4742         * wl.el (wl-check-environment): Merge examination for "@" at
4743         inappropriate position into the first string-match.
4744
4745         * wl-summary.el (wl-summary-target-mark-print): New function.
4746         (wl-summary-pipe-message-subr): Extracted from
4747         `wl-summary-pipe-message'.
4748         (wl-summary-target-mark-pipe): New function.
4749         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4750         `wl-summary-target-mark-pipe'.
4751
4752 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4753
4754         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4755
4756 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4757
4758         * wl.el (wl-check-environment): Use elmo-warning instead of
4759         error for non-critical ones.
4760         Remove trash folder check.
4761         (wl): Don't ignore error in wl-check-environment.
4762
4763         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4764         check, which is moved from `wl-check-environment'.
4765         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4766
4767 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4768
4769         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4770         guess anything, call wl-summary-write.
4771         (wl-summary-write): Create draft with blank To field.
4772         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4773
4774 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4775
4776         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4777         argument full as well for wl-folder-write-current-folder.
4778         If wl-*-write-current-folder cannot guess addressee, add blank
4779         To header.
4780         Rewrite condition for positioning cursor.
4781
4782 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4783
4784         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4785         summary buffer is present, use it.
4786         (wl-folder-jump-to-previous-summary): Ditto.
4787
4788 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4789
4790         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4791
4792         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4793         wl-summary-previous-buffer and wl-summary-next-buffer.
4794
4795         * wl-folder.el (wl-folder-mode-map): Bind
4796         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4797         (wl-folder-jump-to-next-summary): New function.
4798         (wl-folder-jump-to-previous-summary): Ditto.
4799
4800         * wl-draft.el (wl-draft): Rearranged.
4801
4802 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4803
4804         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4805         of header.
4806         (wl-draft): Collect arguments for the header as header-alist.
4807         (wl-draft-forward): Arrange arguments for wl-draft.
4808         (wl-draft-reply): Ditto.
4809         (wl-draft-edit-string): Ditto.
4810         * wl-summary.el (wl-summary-write): Ditto.
4811         (wl-summary-write-current-folder): Ditto.
4812
4813         * Version number is increased to 2.9.8.
4814
4815 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4816
4817         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4818
4819         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4820
4821         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4822         even if the guess failed.
4823
4824         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4825         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4826         wl-summary-write-current-folder.
4827         * wl-xmas.el: Ditto.
4828
4829 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4830
4831         * wl-summary.el (wl-summary-next-page): Force display message if
4832         message is not displayed yet.
4833         (wl-summary-prev-page): Ditto.
4834
4835 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4836
4837         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4838
4839 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4840
4841         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4842         add "Preview Message" and "Save Draft and Exit".
4843
4844 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4845
4846         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4847         if addrmgr is called from draft in splitted window.
4848
4849         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4850         * wl-mule.el: Ditto.
4851         * wl-xmas.el: Ditto.
4852
4853 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4854
4855         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4856
4857         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4858         * wl-xmas.el (wl-folder-toolbar): Ditto.
4859
4860 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4861
4862         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4863         and wl-draft-save-and-exit.
4864         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4865         * wl-xmas.el: Ditto.
4866         * wl-mule.el: Ditto.
4867
4868         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4869         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4870
4871 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4872
4873         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4874         lists for saving buffer.
4875
4876 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4877
4878         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4879         parent-folder argument instead of it.
4880         (wl-draft-create-buffer): Ditto.
4881         (wl-draft-forward): Ditto.
4882         (wl-draft-reply): Ditto.
4883         * wl-summary.el (wl-summary-write): Ditto.
4884         (wl-summary-write-current-folder): Ditto.
4885
4886         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4887         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4888         Folder buffer after composing.
4889
4890 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4891
4892         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4893         header if the file `wl-x-face-file' already contains it.
4894
4895 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4896
4897         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4898         folder" entry.
4899         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4900         * wl-e21.el (wl-folder-toolbar): Ditto.
4901         * wl-xmas.el (wl-folder-toolbar): Ditto.
4902
4903 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4904
4905         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4906         wl-folder-goto-folder with sticky argument.
4907         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4908
4909 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4910
4911         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4912         and wl-summary-previous-buffer.
4913         (wl-summary-next-buffer): New function.
4914         (wl-summary-previous-buffer): Ditto.
4915
4916 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4917
4918         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4919         wl-folder-jump-to-current-entity-with-arg.
4920         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4921         `wl-folder-jump-to-current-entity'.
4922         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4923         `wl-summary-goto-folder-sticky'.
4924         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4925         `wl-summary-goto-folder'.
4926         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4927         Unless force-exit, do not clean temp. marks for sticky summary.
4928         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4929
4930 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4931
4932         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4933         not entire.
4934
4935 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4936
4937         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4938         to `C-x C-s'.
4939         (wl-summary-save-status): New command.
4940         (wl-summary-exit): Don't clean-up temp marks when sticky.
4941         (Applied patch from Nakayama-san [wl: 09548])
4942         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4943         Do nothing when no mark data.
4944         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4945         Call `wl-summary-delete-all-temp-marks' before saving.
4946
4947 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4948
4949         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4950
4951 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4952
4953         * wl.el (wl-check-environment): Also cause error when (system-name)
4954         returns "localhost.localdomain". (Although it doesn't affect because
4955         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4956
4957 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4958
4959         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4960         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4961
4962         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4963         value.
4964
4965 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4966
4967         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4968         Likewise r-cc-list and r-ng-list.
4969
4970 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4971
4972         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4973         only if it is bound as variable.
4974
4975         * wl-mime.el (wl-draft-preview-message): Ditto.
4976
4977 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4978
4979         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4980         needless `goto-char'.
4981
4982         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4983         `wl-summary-redisplay-no-mime-internal' instead of
4984         `wl-summary-redisplay-no-mime'.
4985         (wl-summary-redisplay-no-mime): Changed argument;
4986         Call `wl-summary-redisplay-no-mime-internal'.
4987
4988         * wl-mime.el (wl-draft-preview-message): Bind
4989         `mime-header-encode-method-alist' locally.
4990
4991         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4992         (wl-draft-std11-parse-addresses): Added the first address check.
4993         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4994
4995         * Version number is increased to 2.9.7.
4996
4997 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4998
4999         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5000
5001 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5002
5003         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5004         related to scrollbar support, if there is no such a feature
5005         compiled in.
5006
5007 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5008
5009         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5010         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5011         for prefetch.
5012
5013 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5014
5015         * wl-summary.el (wl-summary-pick): Fix for no match.
5016
5017 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5018
5019         * wl-draft.el (wl-draft-save):
5020         Override `mime-header-encode-method-alist'.
5021
5022 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5023
5024         * wl-folder.el (wl-folder-pick): New function.
5025         Define key as "?".
5026
5027 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5028
5029         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5030         Fix for unplugged.
5031
5032 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5033
5034         * wl-folder.el (wl-folder-virtual): New function.
5035         Define key as "V".
5036
5037 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5038
5039         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5040         multi folder if entity is group.
5041
5042 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5043
5044         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5045         is nil.
5046
5047 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5048
5049         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5050         (wl-summary-target-mark-msgs): Return the number of marked messages.
5051
5052 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5053
5054         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5055         "first:" is specified.
5056
5057 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5058
5059         * wl-vars.el (wl-from): Use return value of function
5060         user-full-name instead of the variable user-full-name since
5061         XEmacs-20.4 doesn't set this variable.
5062
5063 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5064
5065         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5066         call `wl' directly.
5067
5068 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5069
5070         * wl-draft.el (wl-draft-reedit): Removed duplicated
5071         switch-to-buffers.
5072
5073 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5074
5075         * wl.el (wl-other-frame): Removed garbages.
5076
5077 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5078
5079         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5080
5081         * wl-xmas.el (wl-draft-key-setup): Ditto.
5082
5083         * wl-mule.el (wl-draft-key-setup): Ditto.
5084
5085         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5086         (wl-draft-reedit): Ditto.
5087         (wl-draft-prepare-edit): Add `wl-draft-save' to
5088         `local-write-file-hooks'.
5089         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5090         (wl-draft-reedit): Set buffer-file-name.
5091         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5092
5093
5094         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5095         call it.
5096         (wl-delete-startup-frame-function): New variable.
5097         (wl-other-frame): New function
5098         (Original was written by Yamaoka san [wl: 09239]).
5099
5100         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5101         if `wl-folder-use-frame'.
5102
5103 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5104
5105         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5106
5107 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5108
5109         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5110         New variable.
5111         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5112         (wl-message-buffer-prefetch-get-next): Use them.
5113         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5114
5115 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5116
5117         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5118         with unwind-protect.
5119
5120         * wl-draft.el (wl-draft-reedit): Rewrite.
5121         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5122         (wl-draft-save): Insert header separator if it does not exist;
5123         Removed condition-case.
5124
5125         * wl-summary.el (wl-summary-reedit): Revert last change.
5126
5127         * wl-draft.el (wl-draft-save): Rewrite.
5128         (wl-draft-create-buffer): Set buffer-file-name as nil.
5129
5130         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5131
5132         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5133
5134         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5135         nil.
5136
5137 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5138
5139         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5140         If count is nil, do not prefetch.
5141         (wl-message-buffer-prefetch-next): Next.
5142
5143 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5144
5145         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5146
5147 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5148
5149         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5150         `delete-backward-char'
5151         (wl-draft-prepare-edit): Check major-mode.
5152         (wl-draft-decode-header): Rewrite.
5153         (wl-draft): Fix.
5154
5155 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5156
5157         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5158
5159 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5160
5161         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5162         (wl-message-buffer-prefetch-get-next): Remove size checking.
5163         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5164
5165 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5166
5167         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5168         (wl-draft-default-headers): Fix.
5169
5170 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5171
5172         * wl-draft.el (wl-draft-default-headers): Insert return value of
5173         `wl-generate-mailer-string-function'.
5174
5175 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5176
5177         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5178         (wl-draft-insert-mail-header-separator): Ditto.
5179
5180         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5181         again (Reverted the change on 2002-01-17 by OKADA san).
5182
5183 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5184
5185         * wl-draft.el (wl-draft): Rewrite.
5186         (wl-draft-create-buffer): New function.
5187         (wl-draft-create-contents): Ditto.
5188         (wl-draft-prepare-edit): Ditto.
5189         (wl-draft-decode-header): Ditto.
5190         (wl-draft-decode-body): Ditto.
5191         (wl-draft-check-new-line): Ditto.
5192         (wl-draft-default-headers): Ditto.
5193         (wl-draft-insert-mail-header-separator): Ditto.
5194
5195 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5196
5197         * Version number is increased to 2.9.6.
5198
5199 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5200
5201         * wl-draft.el (wl-draft-delete-field): Optional argument.
5202         (wl-draft-delete-fields): Ditto.
5203
5204 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5205
5206         * wl-message.el (toplevel): Eliminated byte-compile warning.
5207         for `itimer-function', `delete-timer' and `itimer-list'.
5208
5209 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5210
5211         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5212         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5213         `wl-message-buffer-prefetch-threshold'.
5214         * wl-summary.el (wl-summary-redisplay-internal): Remove
5215         the check of `wl-message-buffer-prefetch-depth'.
5216
5217 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5218
5219         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5220         size of article.
5221         (wl-message-buffer-prefetch-subr): Remove size check.
5222
5223 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5224
5225         * wl-vars.el (wl-plugged): Make customizable.
5226
5227 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5228
5229         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5230         (wl-message-buffer-prefetch-set-timer): New function.
5231         (wl-message-buffer-prefetch-get-next): New function.
5232         (wl-message-buffer-prefetch): New function.
5233         (wl-message-buffer-prefetch-next): Rewrite.
5234         (wl-message-buffer-prefetch-subr): Rewrite.
5235         * wl-vars.el (wl-auto-prefetch-first): New variable.
5236         * wl-summary.el (wl-summary-goto-folder-subr): Call
5237         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5238
5239 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5240
5241         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5242         `wl-summary-unread-message-hook'.
5243
5244 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5245
5246         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5247         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5248         if range is `cache-status'.
5249
5250 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5251
5252         * wl-message.el (wl-message-buffer-prefetch-subr):
5253         Improve debug message.
5254
5255 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5256
5257         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5258         `wl-mail-send-pre-hook'.
5259         (wl-draft-send-mail-with-qmail): Ditto.
5260         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5261
5262 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5263
5264         * wl-message.el (wl-message-buffer-prefetch-subr):
5265         Fix for cancel-function-timers bug.
5266         (wl-message-buffer-prefetch-debug): Default value is t.
5267
5268 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5269
5270         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5271         (wl-message-buffer-prefetch-subr): Rewrite.
5272         Rename from `wl-message-buffer-prefetch'.
5273
5274 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5275
5276         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5277         (wl-default-draft-cite-decorate-author): Ditto.
5278
5279         * wl-draft.el (wl-draft-cite-function): Removed.
5280         (wl-default-draft-cite-decorate-author): Ditto.
5281
5282 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5283
5284         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5285         (wl-default-draft-cite): Do not arrange author name if the value of
5286         `wl-default-draft-cite-decorate-author' is nil.
5287
5288 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5289
5290         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5291
5292         * wl-folder.el (wl-folder-check-one-entity): Don't care
5293         `elmo-folder-use-flag-p'.
5294
5295 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5296
5297         * wl-folder (wl-folder-check-one-entity): Fix
5298         problem if unread is nil.
5299
5300 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5301
5302         * wl-address.el (wl-address-make-completion-list): Check whether
5303         the address is a group list.
5304         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5305
5306 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5307
5308         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5309         The number of the messages of new and unread does not count
5310         correctly.
5311
5312         * wl-summary.el (wl-summary-count-unread): Changed to return
5313         `(new . unread)' instead of total.
5314         (wl-summary-sync-update): Follow the change above.
5315
5316         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5317
5318 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5319
5320         * wl-address.el (wl-address-make-completion-list): Do not enclose
5321         address by " <" and ">" if associated realname is "".
5322         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5323         This is against the promblem with group list in .addresses pointed
5324         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5325
5326 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5327
5328         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5329         message is a format control string.
5330         * wl-expire.el (wl-expire-append-log): Ditto.
5331         * wl-mime.el (wl-summary-burst-subr): Ditto.
5332         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5333         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5334
5335 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5336
5337         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5338         wl.el (wl-check-variables): Rename from `wl-check-type'.
5339         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5340         (wl-check-variables-2): New function.
5341         (wl): Call `wl-check-variables-2'.
5342
5343 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5344
5345         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5346         after renaming folder in access group.
5347
5348 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5349
5350         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5351         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5352         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5353         (wl-message-buffer-prefetch): Rewrite.
5354         (wl-message-buffer-prefetch-idle-time): Removed.
5355         * wl-summary.el (wl-summary-redisplay-internal):
5356         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5357         Error check for `wl-message-buffer-prefetch-depht'.
5358
5359 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5360
5361         * Version number is increased to 2.9.5.
5362         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5363
5364 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5365
5366         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5367         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5368         Based on the patch written by
5369         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5370
5371 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5372
5373         * wl-draft.el (wl-draft-raw-send): Fix for
5374         `wl-news-send-pre-hook'
5375
5376 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5377
5378         * wl-utils.el (wl-message-id-function): New variable.
5379         * wl-draft.el (wl-draft-insert-required-fields):
5380         Use `wl-message-id-function'.
5381
5382 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5383
5384         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5385         * wl-utils.el (wl-draft-make-message-id-string):
5386         Use `wl-from' for domain part of Message-ID
5387         if `wl-message-id-use-wl-from' if non-nil.
5388         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5389
5390 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5391
5392         * wl.el (wl): Call `wl-check-type'
5393         Do not 'condition-case'.
5394
5395 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5396
5397         * wl.el (wl-check-type): New function.
5398         (wl-check-type-variables): New variable.
5399
5400 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5401
5402         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5403
5404 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5405
5406         * wl-draft.el (wl-smtp-password-key): New function.
5407         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5408         (wl-draft-send-mail-with-smtp): Ditto.
5409         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5410
5411 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5412
5413         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5414         * wl-utils.el (wl-unique-id-suffix): Remove.
5415
5416 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5417
5418         * Version number is increased to 2.9.4.
5419
5420 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5421
5422         * wl-utils.el (wl-unique-id-suffix): New variable.
5423         (wl-unique-id): Use `wl-unique-id-suffix'
5424
5425 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5426
5427         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5428         instead of `elmo-msgdb-search'.
5429
5430         * Version number is increased to 2.9.3.
5431
5432 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5433
5434         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5435
5436 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5437
5438         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5439         (wl-draft-dispatch-message): Changed for send-later.
5440         (wl-draft-queue-flush): Ditto.
5441         (wl-draft): Clear `wl-sent-message-queued'.
5442         (wl-draft-reedit): Ditto.
5443         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5444         * wl-vars.el (wl-draft-force-queuing): New variable.
5445         (wl-draft-force-queuing-mail): New variable.
5446         (wl-draft-force-queuing-news): New variable.
5447
5448 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5449
5450         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5451         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5452
5453 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5454
5455         * Version number is increased to 2.9.2.
5456
5457 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * wl-draft.el (wl-draft-elide-region): New user command.
5460         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5461
5462         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5463         command `wl-draft-elide-region'.
5464         * wl-mule.el: Ditto.
5465         * wl-xmas.el: Ditto.
5466
5467 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5468
5469         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5470         (wl-biff-check-folder-async): Removed needless let.
5471
5472 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5473
5474         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5475         wl-folder-get-elmo-folder.
5476         (wl-biff-check-folder): Set `biff' argument of
5477         `wl-folder-check-one-entity'.
5478         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5479
5480         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5481         (wl-folder-check-one-entity): Added `biff' argument;
5482         Setup `biff' slot of folder.
5483
5484         * Version number is increased to 2.9.1.
5485
5486 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5487
5488         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5489         comment out and fixed.
5490         (wl-fldmgr-add-completion-subr): Ditto.
5491
5492         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5493         and msgdb.
5494
5495         * wl.el (wl-toggle-plugged): Save summary view.
5496
5497 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5498
5499         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5500
5501 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5502
5503         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5504
5505 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5508         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5509         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5510
5511         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5512         if it was failed.
5513         (wl-demo): Disable undo in the demo buffer.
5514
5515 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5516
5517         * wl-version.el (wl-version): Changed codename.
5518
5519         * Version number is increased to 2.9.0.
5520
5521 2001-12-14  Takuo KITAME <kitame@northeye.org>
5522
5523         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5524         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5525         (wl-folder-mark-as-read-all-current-entity): Ditto.
5526
5527 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5528
5529         * wl-vars.el (wl-from-width): Define as obsolete variable.
5530         (wl-subject-length-limit): Ditto.
5531
5532         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5533
5534         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5535         wl-summary-save-view.
5536
5537         * wl.el (wl-save-status): Ditto.
5538         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5539
5540         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5541         (wl-summary-exit): Follow the change above.
5542         (wl-summary-goto-folder-subr): Ditto.
5543
5544         * wl-folder.el (wl-folder-create-subr): Don't use
5545         `elmo-folder-creatable-p'.
5546
5547 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5548
5549         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5550
5551 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5552
5553         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5554         rather than bitmap on Emacs 21.
5555         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5556         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5557         for xbm if the new redisplay engine is not available.
5558
5559 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5560
5561         * wl-folder.el (wl-folder-init-hook): New hook.
5562         (wl-folder-init): Run `wl-folder-init-hook'.
5563
5564 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5565
5566         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5567
5568 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5569
5570         * wl-acap.el (wl-acap-cache-filename): New variable.
5571         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5572         (wl-acap-init): Use cache if no ACAP server found.
5573
5574 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5575
5576         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5577         `wl-acap-original-msgdb-dir'.
5578
5579         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5580         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5581
5582         * wl-mime.el (wl-mime-save-directory): Renamed from
5583         `wl-mime-save-dir'.
5584
5585 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5586
5587         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5588
5589         * wl-demo.el: Require `path-util'.
5590         (wl-demo-bitmap-mule-available-p): New internal variable.
5591         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5592         `module-installed-p' instead.
5593         (wl-demo-insert-image): Use *.img file for a bitmap image.
5594         (wl-demo): Don't call the ascii demo recursively.
5595
5596 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5597
5598         * Version number is increased to 2.7.7.
5599
5600 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5601
5602         * wl.el (wl-exit): Eliminated byte-compile warning.
5603
5604 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5605
5606         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5607         obsolete variable using `elmo-define-obsolete-variable'.
5608         (wl-fetch-confirm-threshold): Ditto.
5609         (wl-cache-prefetch-folder-type-list): Ditto.
5610         (wl-cache-prefetch-folder-list): Ditto.
5611
5612 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5613
5614         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5615         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5616         (wl-demo-insert-image): New function.
5617         (wl-demo-insert-text): New function.
5618         (wl-demo-image-type-alist): Redefine as a function.
5619         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5620         (wl-demo-with-temp-file-buffer): Removed.
5621         (wl-logo-xpm): Removed.
5622         (wl-logo-xbm): Removed.
5623         (wl-logo-bitmap): Removed.
5624
5625 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5626
5627         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5628         (wl-expire-localdir-get-folder-function): New user option.
5629         (wl-expire-localdir-get-folder): New function.
5630         (wl-expire-localdir-date): Ditto.
5631
5632 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5633
5634         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5635         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5636         Fixed unread number mismatch when all-unread < unread.
5637
5638 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5639
5640         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5641         (wl-fetch-confirm-threshold): Ditto.
5642
5643         * wl-summary.el (wl-summary-confirm-appends): Removed.
5644         (wl-summary-sync-update): Don't refer
5645         `wl-summary-update-confirm-threshold' (It is now abolished).
5646
5647         * wl-message.el (wl-message-display-internal): Don't refer
5648         `wl-fetch-confirm-threshold' (It is now abolished).
5649
5650 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5651
5652         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5653
5654 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5655
5656         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5657         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5658         Change default value to nil.
5659         (wl-summary-indent-length-limit): The value can be nil, nil means
5660         unlimited.
5661
5662         * wl-summary.el: Don't set limit for indent length if the value of
5663         wl-summary-indent-length-limit is nil.
5664         If the value of wl-summary-width is nil, it means only that the width
5665         of summary is unlimited (nil doesn't mean that the indent length is
5666         unlimited).
5667
5668         * wl-thread.el: Ditto.
5669
5670 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5671
5672         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5673         be nil, nil means never confirm.
5674         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5675
5676 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5677
5678         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5679         means unlimited).
5680
5681 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5682
5683         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5684         Use `with-temp-buffer'.
5685
5686 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5687
5688         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5689         with new backquote style).
5690         (wl-folder-get-entity-from-buffer): Ditto.
5691
5692 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5693
5694         * wl-version.el (nemacs-version): Eliminated.
5695         (wl-extended-emacs-version2): Ignore nemacs.
5696         (wl-extended-emacs-version3): Ditto.
5697
5698 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5699
5700         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5701         (wl-draft-add-in-reply-to): New variable.
5702         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5703         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5704         (wl-draft-yank-from-mail-reply-buffer): Use
5705         `wl-draft-add-in-reply-to'.
5706         (wl-draft-insert-current-message): Ditto.
5707
5708 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5709
5710         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5711         typo (kill->hide).
5712         (wl-message-buffer-prefetch-folder-type-list): Added elements
5713         `mark' and `cache' instead of `internal'.
5714
5715 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5716
5717         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5718         resume msgdb directory.
5719
5720 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5721
5722         * wl.el (wl-exit): Call `wl-acap-exit'.
5723
5724         * wl-summary.el (wl-summary-message-string): New function.
5725         (wl-summary-reedit): Use it.
5726         (wl-summary-resend-bounced-mail): Remove needless let.
5727         (wl-summary-supersedes-message): Ditto.
5728         (wl-summary-save): Ditto.
5729
5730         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5731         (wl-acap-init): Set it.
5732         (wl-acap-exit): New function.
5733
5734 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5735
5736         * wl.el (wl-init): Revert (require 'mime-setup). move from
5737         toplevel.
5738
5739 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5740
5741         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5742         local variables.  Add error when guess function return invalid
5743         value.
5744
5745 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5746
5747         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5748         Change local variable name.
5749         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5750         (wl-folder-get-newsgroups): Return nil when non-news folder.
5751         * wl-summary.el (wl-summary-write-current-folder): State through
5752         when guess-list return nil.
5753         (wl-summary-write-current-folder-functions): Fixed docstring.
5754
5755         * wl.el (wl-exit): Changed confirm message.
5756
5757         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5758         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5759
5760         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5761
5762 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5763
5764         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5765         user option (Renamed from wl-cache-prefetch-folder-type-list).
5766         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5767         from wl-cache-prefetch-folder-list).
5768
5769         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5770         Move to wl-vars.el.
5771         (wl-message-buffer-prefetch-p): Changed to enable
5772         `wl-message-buffer-prefetch-folder-list'.
5773
5774         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5775         `ignore-cache'.
5776
5777 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5778
5779         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5780         `part-top' and `part-bottom'.
5781         (wl-draft-config-sub-part-top): New function.
5782         (wl-draft-config-sub-part-bottom): New function.
5783
5784 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5785
5786         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5787
5788 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5789
5790         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5791
5792 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5793
5794         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5795
5796         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5797         (wl-summary-write-current-folder): Ditto.
5798
5799 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5800
5801         * wl-folder.el (wl-folder-get-newsgroups): Use
5802         `elmo-folder-newsgroups'.
5803
5804 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5805
5806         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5807         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5808         `wl-draft-config-sub-header-bottom'.
5809
5810 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5811
5812         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5813         localnews folder.
5814
5815 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5816
5817         * wl-summary.el (wl-summary-mode): Undo last change.
5818
5819         * wl-folder.el (wl-folder-mode): Ditto.
5820
5821 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5822
5823         * wl-summary.el (wl-summary-mode): Locally set
5824         truncate-partial-window-width to nil.
5825         (for XEmacs)
5826
5827         * wl-folder.el (wl-folder-mode): Ditto.
5828
5829 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5830
5831         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5832
5833 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5834
5835         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5836         number.
5837
5838         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5839
5840         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5841
5842         * Version number is increased to 2.7.6.
5843
5844 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5845
5846         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5847
5848 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5849
5850         * wl-summary.el (wl-summary-sync-update): Enclose network
5851         related portion with `unwind-protect'.
5852
5853 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5854
5855         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5856
5857 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5858
5859         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5860         element.
5861         * wl-vars.el (wl-message-body-button-alist): Ditto.
5862
5863         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5864         max match length.
5865         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5866
5867         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5868         for the max match length;
5869         Use 4th element value for the button string regexp group.
5870
5871         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5872         candidate exists, prompt to select.
5873
5874 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5875
5876         * wl-summary.el (wl-summary-jump-to-msg): Search before
5877         calibration point by `beginning-of-line'.
5878
5879 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5880
5881         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5882         for access group.
5883
5884 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5885
5886         * wl-message.el (wl-message-display-internal): Bind
5887         `default-mime-charset'.
5888
5889         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5890
5891         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5892
5893         * Version number is increased to 2.7.5.
5894
5895 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5896
5897         * wl-expire.el (wl-summary-archive): Fixed;
5898         Use `elmo-folder-name-internal'.
5899
5900 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5901
5902         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5903         from `elmo-folder-move-messages' caller.
5904         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5905
5906         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5907         related portions are changed).
5908
5909 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5910
5911         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5912         counter.
5913
5914 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5915
5916         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5917         buffer local and set it to nil.
5918
5919         * wl-message.el (wl-message-redisplay): Ditto.
5920
5921 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5922
5923         * wl-summary.el (wl-summary-mark-as-important): If message is
5924         already cached, set messag as read, otherwise encache and mark as read.
5925
5926 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5927
5928         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5929         point-min.
5930
5931 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5932
5933         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5934         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5935         a keymap.
5936
5937 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5938
5939         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5940         parent.
5941
5942         * wl-mule.el (wl-message-define-keymap): Ditto.
5943
5944         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5945
5946         * wl-xmas.el (wl-message-display-internal-hook): Define.
5947         (wl-xmas-setup-message-toolbar): Define as function.
5948         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5949         (wl-message-overload-functions): Abolished.
5950         (wl-message-define-keymap): New function.
5951
5952         * wl-vars.el (wl-message-display-internal-hook): New variable.
5953         (wl-message-header-button-alist): New variable (Renamed from
5954         wl-highlight-message-header-button-alist).
5955         (wl-message-body-button-alist): Ditto.
5956
5957         * wl-mule.el (wl-message-define-keymap): New function.
5958         (wl-message-overload-functions): Abolished.
5959
5960         * wl-message.el (wl-message-add-buttons-to-body): New function.
5961         (wl-message-redisplay): Don't call wl-message-overload-functions;
5962         Call wl-message-add-buttons-to-header and
5963         wl-message-add-buttons-to-body.
5964         (wl-message-display-internal): Set keymap argument for
5965         elmo-mime-display-as-is, elmo-mime-message-display;
5966         Run wl-message-display-internal-hook.
5967         (wl-message-refer-article-or-url): Abolished.
5968
5969         * wl-highlight.el (wl-highlight-headers): Don't call
5970         wl-highlight-message-add-buttons-to-header.
5971         (wl-highlight-message-add-buttons-to-header): Abolished.
5972
5973
5974         * wl-e21.el (wl-message-display-internal-hook): Define.
5975         (wl-e21-setup-toolbar): Deleted duplicated binding.
5976         (wl-e21-setup-message-toolbar): Define as function.
5977         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5978         (wl-message-define-keymap): New function.
5979         (wl-message-overload-functions): Abolished.
5980
5981 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5982
5983         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5984         and elmo-folder-close.
5985
5986         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5987
5988 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5989
5990         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5991         boolean value.
5992         * wl-draft.el (wl-draft-do-fcc): Ditto.
5993
5994 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5995
5996         * wl-vars.el (wl-fcc-force-as-read): New variable.
5997         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5998         mark copied message as read.
5999
6000 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6001
6002         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6003
6004 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6005
6006         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6007         `wl-summary-target-above' instead of obsolete variable
6008         `wl-summary-temp-above'.
6009
6010         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6011         instead of `make-obsolete-variable'.
6012         * wl-refile.el (toplevel): Ditto.
6013
6014 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6015
6016         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6017         with third argument t.
6018         (wl-draft): Set first argument for wl-plugged-init as t.
6019
6020         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6021         definition.
6022
6023 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6024
6025         * wl-vars.el: Tabify.
6026         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6027
6028         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6029         message.
6030
6031 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6032
6033         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6034         and set default to beep.
6035
6036 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6037
6038         * wl-vars.el (wl-draft-truncate-lines): New variable.
6039
6040         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6041         instead of wl-message-truncate-lines for truncate-lines.
6042
6043 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6044
6045         * wl-message.el (wl-message-display-internal): Call
6046         `wl-highlight-message' after `elmo-mime-display-as-is'.
6047
6048         * wl-mime.el (wl-mime-display-text/plain): New function.
6049         (wl-mime-display-header): Ditto.
6050         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6051         body-presentation-method for text/plain;
6052         Register `wl-mime-display-header' as a header-presentation-method;
6053         Don't set up `elmo-message-text-content-inserted-hook' and
6054         `elmo-message-header-inserted-hook'.
6055
6056         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6057         variable.
6058         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6059         as t if flag is 'all-header;
6060         Don't bind `elmo-message-ignored-field-list',
6061         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6062
6063 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6064
6065         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6066         for xemacs with non-mule environment.
6067
6068 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6069
6070         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6071         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6072         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6073
6074 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6075
6076         * wl-vars.el (wl-interactive-send): Set default value as t.
6077
6078 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6079
6080         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6081         (wl-addrmgr-method-list): Abolished.
6082         (wl-addrmgr-change-method): Follow above change.
6083
6084         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6085
6086 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6087
6088         * wl-vars.el (wl-message-truncate-lines): Change default value
6089         to default-truncate-lines.
6090
6091         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6092
6093 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6094
6095         * wl-vars.el (wl-message-truncate-lines): New variable.
6096
6097         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6098         wl-message-truncate-lines.
6099
6100 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6101
6102         * wl-acap.el (wl-acap-init): Remove period from error message.
6103         (wl-acap-find-acap-service): Remove period from message.
6104
6105 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6106
6107         * wl.el (wl-check-environment): Undo last change.
6108
6109         * wl-vars.el (wl-from): Changed default value.
6110
6111         * wl-util.el (toplevel): Don't require tm-edit.
6112
6113         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6114         `wl-folder-init';
6115         Don't set mark on mail body.
6116         (wl-draft-reedit): Ditto.
6117
6118         * wl-address.el (wl-address-quote-specials): Define as an alias for
6119         elmo-address-quote-specials.
6120
6121 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6122
6123         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6124
6125         * wl-vars.el (wl-from): Set default value as nil.
6126         (wl-organization): Set default value as ORGANIZATION environment
6127         variable.
6128
6129         * wl-draft.el (wl-smtp-extension-bind): Check value of
6130         wl-smtp-connection-type.
6131
6132         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6133         error.
6134
6135 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6136
6137         * Version number is increased to 2.7.4.
6138
6139         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6140         arguments from `wl-highlight-x-face-function' caller.
6141         Use x-face-1.3.6.12 or later.
6142
6143 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6144
6145         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6146
6147 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6148
6149         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6150         (wl-fcc): Fix to accept function.
6151         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6152
6153 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6154
6155         * wl-acap.el (toplevel): Added `product-provide' declare.
6156         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6157
6158 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6159
6160         * wl.el (wl): Changed order of calling `elmo-init'
6161         and `elmo-folder-init'.
6162
6163 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6164
6165         * wl-mime.el (wl-summary-burst): Extract message when content-type
6166         of root entity is not only `multipart' but also `message/rfc822'.
6167         (wl-summary-burst-subr): Ditto.
6168
6169 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6170
6171         * wl-vars.el (toplevel): Require 'custom.
6172         (wl-trash-folder): Added to `wl-setting' group.
6173
6174         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6175         exists.
6176         (wl-addrmgr-draw): Insert empty line when no entry exists.
6177
6178         * wl-mule.el (wl-message-wheel-up): Fixed.
6179         (wl-message-wheel-down): Ditto.
6180
6181 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6182
6183         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6184         config is an anonymous lambda expression.
6185
6186 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6187
6188         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6189         when Mule 2 is running.
6190
6191 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6192
6193         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6194
6195 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6196
6197         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6198         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6199
6200         * wl-address.el (wl-address-specials-regexp): Eliminated.
6201         (wl-address-quote-specials): Rewrite.
6202
6203 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6204
6205         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6206         shy-groups for regexp.
6207
6208         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6209         character classes and Perl style shy-groups for regexp.
6210         (wl-highlight-plugged-current-line): Use Posix style character
6211         classes for regexp.
6212         (wl-e21-highlight-folder-by-numbers): Ditto.
6213         (wl-e21-display-image-p): Use `display-images-p' instead of
6214         `display-graphic-p'.
6215         (display-images-p): Make an alias to `display-graphic-p' if it is
6216         not available.  It is for Emacs version prior to 21.0.105.
6217
6218         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6219         `display-graphic-p'.
6220         (wl-demo-image-type-alist): Ditto.
6221         (display-images-p): Make an alias to `display-graphic-p' if it is
6222         not available.  It is for Emacs version prior to 21.0.105.
6223
6224 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6225
6226         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6227         support.
6228         (wl-generate-user-agent-string): Ditto.
6229
6230         * wl-version.el (wl-version): Update docsting.
6231         (wl-version-status): Ditto.
6232
6233 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6234
6235         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6236         21.0.105.  For Emacs 21.0.104 or earlier.
6237
6238 2001-09-03  Takuo KITAME <kitame@northeye.org>
6239
6240         * wl-e21.el (wl-plugged-init-icons): Use
6241         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6242         (wl-biff-init-icons): Ditto.
6243
6244 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6245
6246         * wl-highlight.el (wl-highlight-summary-current-line):
6247         Fixed highlighting refile/copy destination.
6248
6249         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6250         (wl-acap-store): Encode string by wl-acap-coding-system.
6251
6252 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6253
6254         * wl-acap.el (toplevel): Check and require 'un-define before
6255         'xemacs-ucs;
6256          Added checking for UTF-2000.
6257
6258 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6259
6260         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6261         Don't enclose with `eval-and-compile'.
6262
6263         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6264         wl-init is non-nil.
6265
6266         * wl-draft.el (wl-draft): Ditto.
6267
6268         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6269
6270         * wl-acap.el (toplevel): Require 'wl.
6271         (wl-acap-store): Call `elmo-init'.
6272
6273         * wl.el (wl): Changed position of `wl-check-environment'.
6274         (toplevel): Added autoload setting for wl-acap.
6275
6276         * wl-vars.el (wl-setting): New custom group.
6277         (wl-from): Added wl-setting group.
6278         (wl-user-mail-address-list): Ditto.
6279         (wl-organization): Ditto.
6280         (wl-subscribed-mailing-list): Ditto.
6281         (wl-envelope-from): Ditto.
6282         (wl-smtp-posting-user): Ditto.
6283         (wl-smtp-posting-server): Ditto.
6284         (wl-smtp-posting-port): Ditto.
6285         (wl-smtp-authenticate-type): Ditto.
6286         (wl-pop-before-smtp-user): Ditto.
6287         (wl-pop-before-smtp-server): Ditto.
6288         (wl-pop-before-smtp-port): Ditto.
6289         (wl-pop-before-smtp-authenticate-type): Ditto.
6290         (wl-nntp-posting-server): Ditto.
6291         (wl-nntp-posting-user): Ditto.
6292         (wl-nntp-posting-port): Ditto.
6293         (wl-fetch-confirm-threshold): Ditto.
6294         (wl-prefetch-threshold): Ditto.
6295         (wl-thread-insert-opened): Ditto.
6296         (wl-ldap-server): Ditto.
6297         (wl-ldap-port): Ditto.
6298         (wl-ldap-base): Ditto.
6299         (wl-ldap-objectclass): Ditto.
6300         (wl-use-ldap): Ditto.
6301         (wl-draft-config-alist): Ditto.
6302         (wl-draft-config-matchone): Ditto.
6303         (wl-template-alist): Ditto.
6304         (wl-message-sort-field-list): Ditto.
6305         (wl-message-ignored-field-list): Ditto.
6306         (wl-message-visible-field-list): Ditto.
6307         (wl-interactive-send): Ditto.
6308         (wl-summary-move-order): Ditto.
6309         (wl-auto-select-first): Ditto.
6310         (wl-auto-select-next): Ditto.
6311         (wl-interactive-save-folders): Ditto.
6312
6313         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6314         Initialization codes are moved from wl-local-folder-init.
6315         (wl-local-folder-init): Follow the change above.
6316         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6317
6318         * wl-acap.el: New file.
6319
6320         * Version number is increased to 2.7.3.
6321
6322 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6323
6324         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6325
6326 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6327
6328         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6329         (wl-addrmgr-address-entry-list): Ditto.
6330
6331 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6332
6333         * wl-e21.el (wl-draft-mode-map): Removed binding for
6334         `wl-draft-insert-x-face-field'.
6335
6336         * wl-mule.el (wl-draft-mode-map): Ditto.
6337
6338         * wl-xmas.el (wl-draft-mode-map): Ditto.
6339
6340         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6341         (wl-cs-autoconv): Ditto.
6342         (wl-cs-local): Ditto.
6343         (wl-use-scoring): Ditto.
6344         (wl-mime-charset): Ditto.
6345         (wl-folder-check-async): Ditto.
6346
6347         * wl.el (toplevel): Ignore nemacs and tm.
6348         (wl-exit): Ditto.
6349
6350         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6351         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6352         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6353         instead of wl-address-petname-add-or-change.
6354         (wl-summary-edit-addresses-subr): Use wl-address-delete
6355         instead of wl-address-petname-delete.
6356
6357         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6358
6359         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6360         if error occured.
6361
6362         * wl-message.el (require): Remove tm support.
6363
6364         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6365
6366         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6367         (wl-folder-jump-to-current-entity): Ditto.
6368         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6369
6370         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6371         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6372         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6373
6374         * wl-mule.el (wl-draft-key-setup): Ditto.
6375
6376         * wl-xmas.el (wl-draft-key-setup): Ditto.
6377
6378         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6379         (wl-draft-std11-parse-addresses): New function.
6380         (wl-draft-parse-mailbox-list): Use it.
6381         (wl-draft): Ignore nemacs.
6382         (wl-draft-reedit): Ditto.
6383
6384         * wl-addrmgr.el: New file.
6385         (Original is wl-rcpt.el written by
6386         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6387         Thanks Kitamoto-san.)
6388
6389         * wl-address.el (wl-address-make-address-list): Modified parsing
6390         process.
6391         (wl-address-delete): Renamed from `wl-address-petname-delete';
6392         Modify wl-address-list too.
6393         (wl-address-add-or-change): Renamed from
6394         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6395
6396 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6397
6398         * wl-highlight.el (wl-highlight-summary-current-line):
6399           Work with transient-mark-mode
6400
6401 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6402
6403         * Version number is increased to 2.7.2.
6404
6405         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6406         instead of elmo-dop-queue-method.
6407
6408 2001-08-06  SAITO Atsunori <sai@yedo.com>
6409
6410         * wl-vars.el (wl-ldap-objectclass): New user option.
6411
6412         * wl-address.el (wl-ldap-make-filter): Use it.
6413
6414 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6415
6416         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6417
6418 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6419
6420         * wl-folder.el (wl-folder): redisplay after folder insertion.
6421
6422         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6423
6424         * wl-summary.el (wl-summary-sync-update):
6425         Change status mark only when new-msgdb exists.
6426         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6427
6428 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6429
6430         * wl-summary.el (wl-summary-open-folder): New function.
6431         (wl-summary-goto-folder-subr): Use it.
6432         (wl-summary-mark-as-important): Fix;
6433         Encache only when no cache exists.
6434
6435 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6436
6437         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6438         Use with-current-buffer.
6439
6440 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6441
6442         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6443         before call `get-buffer'. Fixed parenthesis.
6444         (wl-score-get-header-entry): Clear message and help window when
6445         keyboard quit.
6446         (wl-score-edit-insert-header): Ditto.
6447
6448 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6449
6450         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6451         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6452         (wl-default-draft-cite): Fix.
6453
6454         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6455         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6456
6457 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6458
6459         * wl-message.el (wl-message-prev-page): Do same bahavior
6460         as summary when it is called in the message buffer.
6461         (wl-message-next-page): Ditto.
6462
6463 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6464
6465         * wl-summary.el (wl-summary-forward): Use cache if it is not
6466         section cache.
6467
6468 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6469
6470         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6471         Removed redundant require of elmo-vars.
6472         (wl-biff-state-indicator-on): Changed default value for
6473         xemacs with non-mule environment.
6474
6475         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6476         wl-message-buffer is nil;
6477         Hide progress bar after moving messages.
6478
6479 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6480
6481         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6482         message at cursor point is deleted.
6483
6484 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6485
6486         * wl-vars.el: Changed file coding system to euc-japan.
6487         Added -*-coding:-*- magic to the first line.
6488
6489         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6490         Search parent from the first message.
6491
6492         * Version number is increased to 2.7.1.
6493
6494 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6495
6496         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6497
6498 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6499
6500         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6501         refile/delete execution.
6502
6503         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6504         Fixed docstring.
6505
6506 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6507
6508         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6509         do update process;
6510         Don't update marks when update process is interrupted.
6511
6512 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6513
6514         * wl-summary.el (wl-summary-reply): Fixed problem when
6515         wl-draft-use-frame is non-nil.
6516         (wl-summary-forward): Ditto.
6517
6518         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6519         as nil.
6520         (wl-folder-mark-as-read-all-entity): Ditto.
6521         (wl-folder-prefetch-entity): Ditto.
6522
6523         * wl.el (wl): Check environment before wl-init.
6524
6525         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6526         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6527         instead of wl-summary-collect-unread.
6528         (wl-summary-reply): Split message window.
6529
6530 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6531
6532         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6533         only if current language environment is japanese,
6534
6535         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6536         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6537         (wl-folder-goto-folder-subr): Ditto.
6538
6539         * wl-draft.el (wl-draft-dispatch-message): Call
6540         `elmo-file-cache-get-path'.
6541
6542 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6543
6544         * wl-summary.el (wl-summary-cursor-move): If return value of
6545         wl-summary-next-message is not number, don't jump.
6546
6547 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6548
6549         * wl-summary.el (wl-summary-buffer-next-message-function): New
6550         variable.
6551         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6552         if it is bound.
6553
6554         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6555         string.
6556
6557         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6558         (wl-plugged-drawing): Ditto.
6559
6560 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6561
6562         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6563         process.
6564         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6565         with unwind-protect.
6566
6567         * wl.el (wl-init): Require mime-setup.
6568         (wl-check-environment): Don't require mime-setup.
6569
6570         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6571         instead of elmo-folder-type.
6572
6573         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6574         value as nil.
6575
6576 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6577
6578         * Version number is increased to 2.7.0.
6579
6580         * wl-version.el (wl-version): Changed codename.
6581
6582         * wl-summary.el (wl-summary-delete-cache): Fixed.
6583
6584         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6585         Workaround for net folders.
6586         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6587
6588         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6589         value to nil (According to the patch from
6590         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6591
6592         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6593         of elmo-folder-close.
6594
6595 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6596
6597         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6598         for postfix.
6599
6600 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6601
6602         * wl-summary.el (wl-summary-resend-message): Fixed.
6603
6604         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6605         Call wl-draft with `from' argument if its address is included in
6606         `wl-user-mail-address-list'.
6607         (wl-draft): Added `from' argument.
6608
6609         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6610         non-nil.
6611         (wl): Don't show demo if wl-demo is nil.
6612
6613         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6614         wl-summary-use-frame.
6615
6616         * wl-vars.el (wl-summary-use-frame): New user option.
6617         (wl-folder-use-frame): Changed docstring.
6618
6619         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6620         non-nil.
6621         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6622         wl-summary-use-frame.
6623
6624         * wl-vars.el (wl-folder-use-frame): New user option.
6625
6626         * wl-summary.el (wl-summary-exit): Back to folder frame if
6627         wl-folder-use-frame is non-nil.
6628         (wl-summary-redisplay-internal): Ignore cache if current folder
6629         is draft folder,
6630         (wl-summary-redisplay-no-mime): Ditto.
6631         (wl-summary-redisplay-all-header): Ditto.
6632
6633         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6634         if wl-folder-use-frame is non-nil.
6635
6636 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6637
6638         * wl-summary.el (wl-summary-sync-update): Bind
6639         elmo-folder-update-threshold.
6640         (wl-summary-mark-as-important): Enclosed server mark processing
6641         with `save-match-data'.
6642
6643         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6644         only when it is already defined.
6645
6646 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6647
6648         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6649         name of folder exclude localdir is wrong.
6650         * wl-folder.el (wl-folder-sync-entity):
6651         Set `wl-summary-always-sticky-folder-list' as nil.
6652         (wl-folder-mark-as-read-all-entity): Ditto.
6653         (wl-folder-prefetch-entity): Ditto.
6654
6655 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6656
6657         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6658         instead of `wl-summary-write-current-newsgroup'.
6659
6660 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6661
6662         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6663         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6664         non-nil and selected message is important, do not display.
6665
6666 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6667
6668         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6669
6670 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6671
6672         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6673
6674         * wl-summary.el (wl-summary-mark-as-important): Set message number
6675         using wl-summary-message-number.
6676
6677 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6678
6679         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6680         destination folder is 'null.
6681
6682 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6683
6684         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6685         New function.
6686         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6687         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6688         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6689
6690 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6691
6692         * wl-mime.el (wl-mime-setup): Added setting for
6693         `mime-setup-signature-key-alist' to avoid overriding key bind for
6694         `wl-draft-send'.
6695
6696         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6697         for `wl-draft-send'.
6698         * wl-mule.el (wl-draft-overload-functions): Ditto.
6699         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6700         * wl-draft.el (wl-draft-send): Ditto.
6701
6702         * wl-message.el (wl-message-display-internal):
6703         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6704         (Patch is provided by <kita@coe.nttdata.co.jp>).
6705
6706 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6707
6708         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6709
6710 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6711
6712         * wl.el (wl): Fix for wl-demo.
6713
6714 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6715
6716         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6717
6718 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6719
6720         * wl-folder.el (wl-folder-prefetch-entity): Use
6721         `wl-folder-get-elmo-folder'.
6722         (wl-folder-count-incorporates): Do not use
6723         `wl-folder-get-elmo-folder'.
6724
6725 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6726
6727         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6728         instead of `elmo-folder-get-type'.
6729
6730 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6731
6732         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6733         position on Subject: field.
6734         (Advised by Mito <mit@nines.nec.co.jp>)
6735
6736 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6737
6738         * wl-folder.el (wl-folder-prefetch-entity): Use
6739         `wl-folder-get-elmo-folder'.
6740
6741 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6742
6743         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6744
6745         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6746         `process-duplicates' slot.
6747
6748         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6749         if detection failed.
6750
6751 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6752
6753         * wl-version.el (wl-version-status): Set to "alpha".
6754
6755 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6756
6757         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6758         Check wl-message-buffer lives before set-buffer.
6759
6760 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6761
6762         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6763         called in folder mode.
6764         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6765         * wl-summary.el (wl-summary-exit-pre-hook): Run
6766         `wl-summary-exit-pre-hook' before exit summary mode.
6767
6768 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6769
6770         * wl-version.el (wl-version-status): New variable.
6771         (wl-version-status-alist): Removed.
6772         (wl-version-status): Rule included.
6773
6774 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6775
6776         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6777         @sponichi.
6778
6779         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6780         when `mail-reply-buffer' is buffer-local variable.
6781         (Reported by <kita@coe.nttdata.co.jp>).
6782
6783 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6784
6785         * wl-vars.el (toplevel): Require 'elmo-util.
6786
6787 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6788
6789         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6790         (All other related portions are changed)
6791
6792         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6793
6794         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6795
6796 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6797
6798         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6799
6800 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6801
6802         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6803         Delete other windows to avoid an error.
6804         Use `point-marker' instead of `point' to remember the start point
6805         of body.
6806
6807         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6808
6809         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6810         number not to exceed all message number.
6811
6812 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6813
6814         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6815         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6816
6817 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6818
6819         * wl-summary.el (wl-summary-sync-force-update): Added argument
6820         no-check.
6821         (wl-summary-sync-update): Ditto.
6822         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6823         with `no-check'.
6824
6825         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6826         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6827         already running.
6828
6829 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6830
6831         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6832         `dst-folder-arg'.
6833         (wl-expire-archive-number1): Diito.
6834         (wl-expire-archive-number2): Diito.
6835         (wl-expire-archive-Date): Diito.
6836         (wl-archive-number1): Diito.
6837         (wl-archive-number2): Diito.
6838         (wl-archive-date): Diito.
6839         (wl-archive-folder-p): New function.
6840         (wl-summary-expire): Support of expand folder name at
6841         wl-expire-alist.
6842         * wl-util.el (wl-expand-newtext): Renamed from
6843         `wl-refile-expand-newtext'.
6844
6845 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6846
6847         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6848         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6849         `(elmo-msgdb-get-overview msgdb)'.
6850         (wl-summary-prefetch): Bind match data before call
6851         `wl-summay-prefetch-msg'.
6852         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6853         'off if `wl-summary-buffer-disp-msg' is non-nil.
6854         Fixed problem that couldn't show only one new or unread message when
6855         enter folder.
6856         (wl-summary-reply): Don't call `split-window-vertically' and other
6857         window.
6858
6859 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6860
6861         * wl-expire.el (wl-expire-refile): Fixed.
6862
6863 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6864
6865         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6866
6867         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6868         biff notification is removed.
6869
6870         * wl.el (wl): Changed position of `elmo-init'.
6871
6872         * wl-draft.el (wl-default-draft-cite): Use date field
6873         on the citation buffer.
6874
6875         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6876
6877         * wl-xmas.el (wl-folder-internal-icon-list): Added
6878         `wl-folder-shimbun-image'.
6879
6880         * wl-e21.el (wl-folder-internal-icon-list): Added
6881         `wl-folder-shimbun-image'.
6882
6883 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6884
6885         * wl.el (wl-init): Eliminated argument.
6886         (wl): Rewrite.
6887
6888         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6889         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6890         instead of `elmo-folder-msgdb-internal'.
6891         (wl-summary-sync-update): Ditto.
6892         (wl-summary-flush-pending-append-operations): Eliminated.
6893         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6894         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6895         `elmo-folder-open'.
6896
6897         * wl-mime.el (wl-summary-burst): Fixed.
6898
6899         * wl-folder.el (wl-folder-info-save): Check data type.
6900
6901         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6902         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6903         instead of `elmo-folder-msgdb-internal'.
6904         (wl-expire-hide): Ditto.
6905
6906
6907         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6908
6909 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6910
6911         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6912
6913 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6914
6915         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6916
6917 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6918
6919         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6920         Fixed `match-beginning' argument mismatch.
6921
6922 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6923
6924         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6925         the default value.
6926
6927 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6928
6929         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6930         instead of `elmo-nntp-default-port'.
6931
6932         * wl-vars.el: Fixed some doc strings.
6933
6934 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6935
6936         * wl-summary.el (wl-summary-prefetch-msg): Use
6937         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6938
6939         * wl-vars.el: Define *-func as obsolete variable using
6940         `elmo-define-obsolete-variable'.
6941
6942         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6943         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6944         instead of `wl-message-buffer-prefetch-threshold'.
6945
6946         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6947
6948         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6949
6950         * wl-draft.el (wl-caesar-region-func): Ditto.
6951
6952         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6953         Keep unread status in elmo-folder-move-messages.
6954         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6955
6956 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6957
6958         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6959         `wl-summary-buffer-exit-func'
6960         (wl-summary-buffer-message-redisplay-function): Renamed from
6961         `wl-summary-buffer-message-redisplay-func'
6962         (wl-summary-buffer-next-folder-function): Renamed from
6963         `wl-summary-buffer-next-folder-func'.
6964         (wl-summary-buffer-prev-folder-function): Renamed from
6965         `wl-summary-buffer-prev-folder-func'.
6966         (wl-summary-get-petname-function): Renamed from
6967         `wl-summary-get-petname-func'.
6968
6969         * wl-score.el (wl-score-edit-exit-function): Renamed from
6970         `wl-score-edit-exit-func'.
6971
6972         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6973         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6974
6975         * wl-util.el (wl-load-profile-function): Renamed from
6976         `wl-load-profile-func'.
6977
6978         * wl-folder.el (wl-folder-completion-function): Renamed from
6979         `wl-folder-completion-func'.
6980         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6981
6982         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6983         `wl-expire-archive-get-folder-func'.
6984         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6985         (wl-draft-send-mail-function): Renamed from
6986         `wl-draft-send-mail-func'.
6987         (wl-draft-send-news-function): Renamed from
6988         `wl-draft-send-news-func'.
6989         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6990         (wl-generate-mailer-string-function): Renamed from
6991         `wl-generate-mailer-string-func'.
6992         (wl-highlight-signature-search-function): Renamed from
6993         `wl-highlight-signature-search-func'.
6994         (wl-highlight-x-face-function): Renamed from
6995         `wl-highlight-x-face-func'
6996         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6997         (wl-ps-print-buffer-function): Renamed from
6998         `wl-ps-print-buffer-func'
6999         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7000         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7001         (wl-summary-subject-filter-function): Renamed from
7002         `wl-summary-subject-filter-func'.
7003
7004         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7005         `wl-draft-queue-flush-send-func'
7006         (wl-draft-cite-function): Renamed from
7007         `wl-draft-cite-func'
7008
7009         * wl-address.el (wl-address-init-function): Renamed from
7010         `wl-address-init-func'.
7011
7012 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7013
7014         * wl-draft.el (wl-draft-queue-flush): Don't call
7015         `elmo-dop-unlock-message'.
7016         * wl-draft.el (wl-draft-queue-append): Don't call
7017         `elmo-dop-lock-message'.
7018
7019         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7020         (wl-summary-buffer-folder-name): Ditto.
7021         (wl-summary-message-regexp): Added '-' (all other related portions
7022         are changed).
7023         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7024         wl-summary-buffer-folder-name.
7025
7026 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7027
7028         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7029         the number of mails in the folder buffer is not updated by wl-biff.
7030
7031 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7032
7033         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7034         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7035
7036 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7037
7038         * wl-summary.el (wl-summary-next-message):
7039         Return next message number when wl-summary-move-order is nil.
7040
7041 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7042
7043         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7044         `wl-summary-move-spec-alist'.
7045         (wl-summary-move-spec-unplugged-alist): New variable
7046         (Move spec for unplugged status).
7047         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7048         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7049
7050 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7051
7052         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7053         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7054
7055 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7056
7057         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7058         simple quotation to quote the anonymous function.
7059         * tm-wl.el (wl-draft-preview-message): Ditto.
7060
7061 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7062
7063         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7064         Eliminate redundant `save-excursion'.
7065         (wl-highlight-summary-current-line): Ditto.
7066
7067         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7068         accessing match data when `looking-at' failed.
7069
7070         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7071         `elmo-match-string' where users don't care about the speed.
7072         (wl-draft-save): Ditto.
7073
7074 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7075
7076         * wl-util.el (wl-regexp-opt): New function.
7077
7078         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7079         number from `wl-summary-buffer-number-list'.
7080         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7081         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7082         (wl-summary-move-spec-alist): Changed default setting.
7083
7084 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7085
7086         * wl-vars.el (wl-biff-notify-hook): New hook.
7087         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7088         the arrival of new mail.
7089         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7090         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7091
7092 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7093
7094         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7095
7096 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7097
7098         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7099
7100         * Version number is increased to 2.5.8.
7101
7102         * wl-thread.el (toplevel): require 'cl.
7103         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7104         (wl-thread-make-number-list): New function.
7105         (wl-thread-entity-make-number-list-from-children): Ditto.
7106         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7107         (wl-thread-entity-insert-as-children): Likewise.
7108         (wl-thread-delete-message): Likewise.
7109         (wl-meaning-of-mark): Eliminated.
7110         (wl-thread-next-failure-mark-p): Ditto.
7111         (wl-thread-entity-get-mark): Ditto.
7112         (wl-thread-meaning-alist-get-result): Ditto.
7113         (wl-thread-entity-check-prev-mark): Ditto.
7114         (wl-thread-entity-check-next-mark): Ditto.
7115         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7116         (wl-thread-entity-get-prev-marked-entity): Ditto.
7117         (wl-thread-get-prev-unread): Ditto.
7118         (wl-thread-jump-to-prev-unread): Ditto.
7119         (wl-thread-get-next-unread): Ditto.
7120         (wl-thread-jump-to-next-unread): Ditto.
7121         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7122         (wl-thread-entity-get-next-marked-entity): Ditto.
7123
7124         * wl-summary.el (wl-summary-buffer-number-list):
7125         New bufer-local variable.
7126         (wl-summary-switch-to-clone-buffer): Clone
7127         `wl-summary-buffer-number-list'.
7128         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7129         (wl-summary-cursor-move-regex): Eliminated.
7130         (wl-summary-cursor-up): Rewrite.
7131         (wl-summary-cursor-down): Ditto.
7132         (wl-summary-mode-spec-alist): New variable.
7133         (wl-summary-next-message): New inline function.
7134         (wl-summary-cursor-move): New function.
7135         (wl-summary-default-get-next-msg): Rewrite.
7136         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7137         (wl-summary-rescan): Ditto.
7138         (wl-summary-sync-all-init): Ditto.
7139         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7140         summary is not thread view.
7141         (wl-summary-sync-update): Ditto.
7142         (wl-summary-rescan): Ditto.
7143         (wl-summary-make-number-list): New function.
7144
7145         * wl-draft.el: "FCC" -> "Fcc".
7146
7147 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7148
7149         * wl-highlight.el (wl-highlight-summary-window):
7150         Call `set-buffer-modified-p'.
7151
7152         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7153         (wl): Call `elmo-init' and fix.
7154
7155         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7156         Use new variables.
7157
7158         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7159
7160 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7161
7162         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7163
7164 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7165
7166         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7167
7168 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7169
7170         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7171         `wl-use-toolbar' nor `display-graphic-p'.
7172         (wl-e21-setup-message-toolbar): Ditto.
7173         (wl-e21-setup-summary-toolbar): Ditto.
7174         (wl-e21-setup-folder-toolbar): Ditto.
7175
7176         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7177         (wl-plugged-init-icons): Ditto.
7178
7179         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7180         `display-graphic-p'.
7181         (wl-plugged-set-folder-icon): Ditto.
7182         (wl-highlight-plugged-current-line): Ditto.
7183         (wl-highlight-folder-current-line): Ditto.
7184         (wl-e21-highlight-folder-group-line): Ditto.
7185         (wl-e21-setup-toolbar): Ditto.
7186         (wl-e21-display-image-p): New macro.
7187
7188         * wl-demo.el (wl-demo): Simplified.
7189         (wl-demo-image-type-alist): Use `image-type-available-p' for
7190         checking whether the image type `xbm' is available.
7191
7192 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7193
7194         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7195         (wl-summary-input-range): Ditto.
7196
7197 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7198
7199         * wl-summary.el (wl-summary-edit-addresses): Use
7200         `wl-summary-get-original-buffer'
7201         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7202         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7203         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7204         (wl-summary-get-newsgroups): Eliminated.
7205         (wl-summary-set-crosspost): Ditto.
7206         (wl-summary-is-crosspost-folder): Ditto.
7207         (wl-crosspost-alist-load): Ditto.
7208         (wl-crosspost-alist-save): Ditto.
7209
7210         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7211         `elmo-setup-subscribed-newsgroups' instead of
7212         `elmo-nntp-make-groups-hashtb'.
7213         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7214         instead of `wl-crosspost-alist-save'.
7215
7216         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7217         of `elmo-folder-message-appendable-p'.
7218         (wl-mime-header-presentation-method): Eliminated.
7219
7220         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7221         (Error occurs in emacs21).
7222
7223         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7224         the current buffer).
7225
7226         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7227         instead of `wl-crosspost-alist-save'.
7228         (wl-init): `elmo-crosspost-message-alist-load'
7229         instead of `wl-crosspost-alist-load'
7230
7231         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7232         (wl-parse-newsgroups): Likewise.
7233         (wl-biff-notify): Run `wl-biff-notify-hook'.
7234
7235 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7236
7237         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7238
7239         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7240         when `wl-summary-lazy-highlight' is non-nil.
7241         (wl-summary-goto-folder-subr): Highlight only when
7242         `wl-summary-lazy-highlight' is non-nil.
7243
7244         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7245         Don't display progress and highlight temp-mark when
7246         `wl-summary-lazy-highlight' is non-nil.
7247         (wl-highlight-summary-window): New function.
7248         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7249
7250 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7251
7252         * wl-summary.el (wl-summary-sync): Change `all-visible'
7253         from `all-shown'
7254         (wl-summary-input-range): Ditto.
7255
7256 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7257
7258         * wl-e21.el (wl-highlight-folder-current-line): Call
7259         `wl-folder-init-icons' when folder icons have not been initialized.
7260
7261         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7262
7263         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7264         (wl-demo-image-type-alist): New macro.
7265
7266 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7267
7268         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7269         display does not support graphics.
7270         (wl-plugged-init-icons): Ditto.
7271         (wl-folder-init-icons): Ditto.
7272
7273         * wl-demo.el (wl-demo): Chech closely whether the display
7274         supports graphics.
7275
7276 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7277
7278         * wl-summary.el (wl-summary-get-original-buffer): New function.
7279         (wl-summary-set-crosspost): Use it.
7280         (wl-summary-target-mark-uudecode): Ditto.
7281         (wl-summary-reedit): Ditto.
7282         (wl-summary-resend-bounced-mail): Ditto.
7283         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7284         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7285
7286         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7287         (wl-message-display-internal): Ditto.
7288
7289 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7290
7291         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7292
7293 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7294
7295         * wl-summary.el (wl-summary-save-view): Renamed from
7296         `wl-summary-save-status'.
7297
7298 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7299
7300         * wl-summary.el (wl-summary-sync): Added `all-shown'
7301
7302 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7303
7304         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7305
7306 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7307
7308         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7309
7310 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7311
7312         * wl-highlight.el (wl-highlight-summary-line-string): Use
7313         `zerop' instead of `= 0'.
7314         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7315
7316         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7317         for comparing numbers.
7318         (wl-template-prev): Use `zerop' instead of `eq 0'.
7319
7320         * wl-draft.el (wl-draft-insert-current-message): Use
7321         `with-current-buffer' instead of `save-excursion'.
7322         Use `zerop' instead of `eq 0'.
7323
7324 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7325
7326         * wl-draft.el (wl-draft-insert-ccs): New function.
7327         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7328         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7329
7330 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7331
7332         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7333
7334 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7335
7336         * wl-expire.el (wl-expire-refile): Don't call
7337         elmo-msgdb-add-msgs-to-seen-list;
7338         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7339         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7340
7341 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7342
7343         * wl-message.el (wl-message-prev-page): Ignore errors while
7344         scroll-down.
7345
7346 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7347
7348         * wl-mime.el: Use elmo-original-message-mode instead of
7349         mmelmo-original-mode.
7350
7351         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7352         `elmo-folder-get-spec';
7353         (wl-fldmgr-add-completion-all-completions):
7354         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7355
7356         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7357         of `elmo-folder-get-type'.
7358
7359         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7360         `elmo-folder-get-spec';
7361         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7362         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7363         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7364         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7365         `elmo-read-msg-no-cache';
7366         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7367         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7368         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7369         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7370         `elmo-cache-save';
7371         (wl-draft-reedit): Use `elmo-message-file-name'.
7372
7373         * wl-expire.el: Use `elmo-folder-name-internal';
7374         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7375         Use macro `wl-summary-buffer-msgdb' instead of variable
7376         `wl-summary-buffer-msgdb';
7377         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7378         Use macro `wl-summary-buffer-folder-name' instead of variable
7379         `wl-summary-buffer-folder-name'.
7380         * wl-score.el: Likewise.
7381
7382         * wl-message.el: Rewrite for new message buffer cache mechanism.
7383         (wl-message-buffer-cache-buffer-get): New macro.
7384         (wl-message-buffer-cache-folder-get): Ditto.
7385         (wl-message-buffer-cache-message-get): Ditto.
7386         (wl-message-buffer-cache-entry-make): Ditto.
7387         (wl-message-buffer-cache-hit): Ditto.
7388         (wl-message-buffer-cache-sort): New function.
7389         (wl-message-buffer-cache-add): Ditto.
7390         (wl-message-buffer-cache-delete): Ditto.
7391         (wl-message-buffer-cache-clean-up): Ditto.
7392         (wl-message-buffer-window): Rewrite.
7393         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7394         (wl-message-buffer-display): New function.
7395         (wl-message-display-internal): New function.
7396
7397 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7398
7399         * wl-folder.el: Use `elmo-folder-name-internal';
7400         Use `wl-folder-get-elmo-folder';
7401         Use `elmo-folder-list-messages' instead of
7402         `elmo-list-folder';
7403         Use `elmo-folder-get-primitive-list' instead of
7404         `elmo-folder-get-primitive-spec-list';
7405         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7406         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7407         Use `elmo-folder-create' instead of `elmo-create-folder'.
7408         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7409         (wl-folder-get-elmo-folder): New macro.
7410         (wl-folder-elmo-folder-cache-get): Ditto.
7411         (wl-folder-elmo-folder-cache-put): Ditto.
7412         (wl-folder-suspend): Call `elmo-quit'.
7413
7414         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7415         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7416         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7417         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7418         (toplevel): require 'cl.
7419         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7420
7421         * wl-summary.el: Rewrite to use new elmo interface.
7422
7423 \f
7424 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7425
7426         * wl-mime.el (wl-draft-preview-message):
7427         Run `wl-draft-send-hook' before collecting recipients information;
7428         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7429
7430         * tm-wl.el (wl-draft-preview-message): Ditto.
7431
7432 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7433
7434         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7435         wrong recipients are displayed when forwarded message.
7436
7437 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7438
7439         * Version number is increased to 2.5.7.
7440
7441 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7442
7443         * wl-message.el (wl-message-next-page): Bind
7444         `window-pixel-scroll-increment' to nil while scrolling up.
7445
7446 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7447
7448         * wl-vars.el (wl-save-hook): New hook.
7449         * wl.el (wl-save): Call `wl-save-hook'.
7450
7451 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7452
7453         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7454         Argument WITH-ARG instead of NO-ARG (negative mean).
7455         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7456         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7457         * wl-message.el (wl-message-follow-current-entity): Likewise.
7458
7459 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7460
7461         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7462         FROM was optional argument.
7463         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7464
7465 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7466
7467         * Version number is increased to 2.5.6.
7468
7469 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7470
7471         * wl-version.el (wl-version-show): Removed.
7472         (wl-version): Add `interactive'.
7473
7474 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7475
7476         * wl-summary.el (wl-summary-get-petname-func): New variable.
7477         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7478         instead of `wl-address-get-petname-1'.
7479         (wl-summary-simple-from): Ditto.
7480
7481         * wl-address.el (wl-address-get-petname-1): Define as function.
7482
7483 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7484
7485         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7486         field in the original message.
7487         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7488
7489 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7490
7491         * wl-expire.el (wl-expire-hide):
7492         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7493
7494 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7495
7496         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7497         find decoder for To, Cc, and Subject.
7498
7499 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7500
7501         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7502         for checking `elmo-use-buffer-cache'.
7503         (wl-summary-mark-as-important): Fixed typo in comment.
7504
7505 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7506
7507         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7508         field in the original message.
7509         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7510
7511 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7512
7513         * wl-expire.el (wl-expire-hide):
7514         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7515
7516 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7517
7518         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7519         find decoder for To, Cc, and Subject.
7520
7521 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7522
7523         * Version number is increased to 2.5.5.
7524
7525         * wl-address.el (wl-address-specials-regexp): New constant.
7526         (wl-address-quote-specials): Use it.
7527
7528 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7529
7530         * wl-summary.el (wl-summary-rescan):
7531         Call `wl-summary-buffer-number-column-detect'.
7532         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7533
7534         * wl-message.el (wl-message-mode-map): Define.
7535         (wl-message-decode): Use it as local-map.
7536
7537 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7538
7539         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7540         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7541
7542 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7543
7544         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7545
7546         * wl-mule.el (wl-read-event-char): Ditto.
7547
7548         * wl-e21.el (wl-read-event-char): Ditto.
7549
7550         * wl-nemacs.el (wl-read-event-char): Ditto.
7551         (read-event): Removed.
7552
7553         * wl-util.el (toplevel): Removed dummy definition of
7554         `read-event'.
7555         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7556
7557 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7558
7559         * wl-nemacs.el (elmo-archive-call-process): Moved to
7560         elmo-archive.el.
7561
7562 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7563
7564         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7565         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7566
7567         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7568         instead of magic-number 6.  Use `not' instead of `null' for symbol
7569         `nil' check (not empty list).
7570         (wl-draft-insert-x-face-field): Fixed paren style.
7571
7572         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7573         one-branch conditional statement, instead of `and' and `if'.
7574         (wl-draft-forward): Likewise.
7575         (wl-draft-add-references): Likewise.
7576         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7577
7578         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7579         conditional steatment.  Use `cond' instead of `if'.
7580         (wl-draft-confirm): Likewise.
7581
7582 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7583
7584         * wl-version.el (wl-version-show): Use `product-string-1'
7585         instead of `wl-version'.
7586         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7587
7588         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7589
7590 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7591
7592         * wl-highlight.el (wl-highlight-headers): Revert
7593         `wl-highlight-x-face-func' argument (`beg' and `end').
7594
7595 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7596
7597         * wl.el (toplevel): Move `product-provide' declare.
7598         * wl-demo.el (toplevel): Ditto.
7599         * wl-dnd.el (toplevel): Ditto.
7600         * wl-highlight.el (toplevel): Ditto.
7601         * wl-message.el (toplevel): Ditto.
7602         * wl-refile.el (toplevel): Ditto.
7603         * wl-util.el (toplevel): Ditto.
7604
7605 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7606
7607         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7608         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7609         (wl-thread-close-all): keep cursor position.
7610
7611 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7612
7613         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7614         (eq x 0).
7615         (wl-generate-user-agent-string-1): Fix conditional statement.
7616
7617 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7618
7619         * wl.el (wl-check-environment): Additional check for
7620         'wl-local-domain' and `wl-message-id-domain'.
7621
7622 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7623
7624         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7625
7626 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7627
7628         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7629         instead of `smtp-sasl-user-realm'.
7630
7631 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7632
7633         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7634
7635 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7636
7637         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7638         to the default value as well as `eword-lexical-analyzer'.
7639
7640 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7641
7642         * wl-version.el (wl-extended-emacs-version,
7643         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7644         `elmo-match-string' instead of `wl-match-string'.
7645
7646 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7647
7648         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7649         docstring.
7650
7651 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7652
7653         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7654
7655 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7656
7657         * wl-highlight.el (wl-highlight-headers): Remove
7658         `wl-highlight-x-face-func' argument (`beg' and `end').
7659
7660 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7661
7662         * wl-summary.el (wl-summary-mark-as-important):
7663         Remove cache if folder is local.
7664
7665 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7666
7667         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7668         to get existing e-mail address string.
7669
7670 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7671
7672         * wl-version.el (wl-generate-user-agent-string): Commentary.
7673         (wl-generate-user-agent-string-1): Use `when' for
7674         one-branch conditional statement, instead of `and' and `if'.
7675         (wl-extended-emacs-version, wl-extended-emacs-version2,
7676         wl-extended-emacs-version3): Ditto.
7677
7678 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7679
7680         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7681         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7682         condition-case; Remove initialization.
7683         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7684         (wl-summary-sync-update3): Added argument `sync-all';
7685         Eliminated local variable `msgdb';
7686         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7687         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7688         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7689
7690 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7691
7692         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7693         connection before call `wl-draft-send-mail-with-smtp'.
7694
7695 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7696
7697         * Version number is increased to 2.5.4.
7698
7699 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7700
7701         * wl.el (wl-check-environment): Additional check for
7702         'wl-local-domain' and `wl-message-id-domain'.
7703
7704 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7705
7706         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7707         buffer as command specific.
7708         (wl-folder-mark-as-read-all-entity): Ditto.
7709         (wl-folder-prefetch-entity): Ditto.
7710         (wl-folder-drop-unsync-entity): Ditto.
7711
7712         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7713         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7714         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7715
7716         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7717         save-excursion.
7718
7719 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7720
7721         * Version number is increased to 2.5.3.
7722
7723         * wl-summary.el (wl-summary-save-view-cache):
7724         Delete duplicated `write-region';
7725         Use `write-region-as-binary' instead of `as-binary-output-file' and
7726         `write-region'.
7727
7728 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7729
7730         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7731
7732 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7733
7734         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7735         instead of `smtp-via-smtp'.
7736
7737 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7738
7739         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7740
7741 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7742
7743         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7744         instead of `smtp-sasl-user-realm'.
7745
7746 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7747
7748         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7749
7750 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7751
7752         * Version number is increased to 2.5.2.
7753
7754 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7755
7756         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7757         does not exist.
7758         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7759         (wl-biff-start): Call `timer-activate' if timer already exists.
7760
7761         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7762         only when it is bound as function.
7763
7764 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7765
7766         * Version number is increased to 2.5.1.
7767
7768 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7769
7770         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7771         Print refile/copy destination.
7772
7773 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7774
7775         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7776         queue-flush-only is non-nil.
7777
7778         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7779
7780         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7781         checking cache folder.
7782
7783 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7784
7785         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7786         `regexp-quote'.
7787
7788 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7789
7790         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7791         function.
7792         * wl-summary.el (wl-summary-write-current-folder-functions):
7793         Change default value.  Use it.
7794
7795 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7796
7797         * Version number is increased to 2.5.0.
7798
7799         * wl-version.el (wl-version): Changed codename.
7800
7801 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7802
7803         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7804         (wl-summary-supersedes-message): Ditto.
7805
7806 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7807
7808         * wl-refile.el (wl-refile-guess-functions): Renamed from
7809         `wl-refile-guess-func-list'.
7810
7811 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7812
7813         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7814         Fixed problem when no rule was matched.
7815
7816 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7817
7818         * wl-summary.el (wl-summary-get-mark): Fixed
7819         `wl-summary-buffer-target-mark' check logic.
7820
7821 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7822
7823         * wl-folder.el (wl-folder-write-current-folder): Added group
7824         folder check.
7825
7826         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7827         `wl-summary-write-current-newsgroup'.
7828         (wl-summary-write-current-folder-functions): New variable.
7829         * wl-folder.el (wl-folder-get-newsgroups): New function.
7830         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7831         (wl-folder-write-current-folder): Renamed from
7832         `wl-folder-write-current-newsgroup'.
7833
7834 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7835
7836         * Version number is increased to 2.3.93.
7837
7838 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7839
7840         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7841         (wl-ldap-make-matched-value-list): Ditto.
7842         (wl-ldap-alias-safe-string): Split e-mail address.
7843
7844         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7845         petname folder default was selected.
7846         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7847         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7848
7849 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7850
7851         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7852         to `wl-draft-config-exec'.
7853
7854         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7855         instead of calling `wl-draft-config-exec';
7856         Process group-list and show recipients in minibuffer.
7857
7858         * tm-wl.el (wl-draft-preview-message): Ditto.
7859
7860 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7861
7862         * wl.el (toplevel): Added (C) to copyright notice, and
7863         sync Author header.
7864         * tm-wl.el (toplevel): Ditto.
7865         * wl-address.el (toplevel): Ditto.
7866         * wl-demo.el (toplevel): Ditto.
7867         * wl-dnd.el (toplevel): Ditto.
7868         * wl-draft.el (toplevel): Ditto.
7869         * wl-e21.el (toplevel): Ditto.
7870         * wl-expire.el (toplevel): Ditto.
7871         * wl-folder.el (toplevel): Ditto.
7872         * wl-highlight.el (toplevel): Ditto.
7873         * wl-message.el (toplevel): Ditto.
7874         * wl-mime.el (toplevel): Ditto.
7875         * wl-mule.el (toplevel): Ditto.
7876         * wl-nemacs.el (toplevel): Ditto.
7877         * wl-refile.el (toplevel): Ditto.
7878         * wl-score.el (toplevel): Ditto.
7879         * wl-summary.el (toplevel): Ditto.
7880         * wl-template.el (toplevel): Ditto.
7881         * wl-thread.el (toplevel): Ditto.
7882         * wl-util.el (toplevel): Ditto.
7883         * wl-vars.el (toplevel): Ditto.
7884         * wl-xmas.el (toplevel): Ditto.
7885
7886 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7887
7888         * wl.el (wl-init): Added comment about `wl-init-hook'.
7889         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7890         * wl-vars.el (wl-init-hook): Added docs.
7891         (wl-make-plugged-hook): Removed useless docs.
7892         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7893         * wl-xmas.el (toplevel): Ditto.
7894
7895 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7896
7897         * wl-address.el (toplevel): Fixed multiple Author header format.
7898         * wl-demo.el (toplevel): Ditto.
7899         * wl-draft.el (toplevel): Ditto.
7900         * wl-folder.el (toplevel): Ditto.
7901         * wl-summary.el (toplevel): Ditto.
7902         * wl-thread.el (toplevel): Ditto.
7903         * wl-util.el (toplevel): Ditto.
7904         * wl-vars.el (toplevel): Ditto.
7905         * wl-version.el (toplevel): Ditto.
7906         * wl-xmas.el (toplevel): Ditto.
7907         * wl.el (toplevel): Ditto.
7908
7909         * wl-version.el (toplevel): Added require `elmo-version' for
7910         `product-version-as-string'.
7911
7912 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7913
7914         * wl-vars.el (wl-draft-send-hook): Changed default value to
7915         '(wl-draft-config-exec).
7916
7917         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7918         explicitly.
7919         (wl-draft): Set `wl-draft-config-exec-flag' before running
7920         `wl-mail-setup-hook'.
7921
7922         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7923         `wl-biff-init-icons' to `wl-init-hook' instead of
7924         `wl-make-plugged-hook'.
7925         (Because if `wl-draft' command is invoked at first,
7926         they are not initialized)
7927         Updated copyright notice.
7928
7929         * wl-e21.el (toplevel): Ditto;
7930
7931         * wl-demo.el (toplevel): Updated copyright notice.
7932         * wl-address.el (toplevel): Ditto.
7933         * wl-draft.el (toplevel): Ditto.
7934         * wl-version.el (toplevel): Ditto.
7935         * wl-folder.el (toplevel): Ditto.
7936         * wl-summary.el (toplevel): Ditto.
7937         * wl-thread.el (toplevel): Ditto.
7938         * wl-util.el (toplevel): Ditto.
7939         * wl-vars.el (toplevel): Ditto.
7940         * wl.el (toplevel): Ditto.
7941
7942 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7943
7944         * wl-highlight.el (wl-highlight-message): Fixed problem of
7945         highlighting failure which occured when the last field contains
7946         multiple lines in the draft buffer.
7947
7948         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7949         `wl-biff-start' if plugged.
7950
7951         * wl-util.el (wl-biff-check-folder): New function.
7952         (wl-biff-check-folders): Don't set session name prefix.
7953         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7954         (wl-biff-check-folder-async): Ditto.
7955
7956         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7957         in email address.
7958
7959 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7960
7961         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7962
7963         * wl-draft.el (wl-draft-strip-subject-re): New function.
7964
7965         * wl-draft.el (wl-draft-reply): Use it.
7966
7967 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7968
7969         * wl-message.el (wl-mmelmo-message-redisplay): Use
7970         `mime-display-message' instead of `wl-mime-display-message'.
7971
7972         * wl-mime.el (toplevel): Removed compatibility workaround
7973         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7974         (wl-mime-display-message): Abolished.
7975         (wl-mime-entity-read-field): Ditto.
7976         (wl-mime-combine-message/partial-pieces): Use
7977         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7978
7979 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7980
7981         * wl-template.el: Doc fixes.
7982
7983 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7984
7985         * wl-e21.el (wl-message-overload-functions): Do nothing if
7986         `current-local-map' is not available.
7987         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7988
7989 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7990
7991         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7992         representation.
7993
7994         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7995         number.
7996         (wl-fldmgr-save-folders): Don't use `format' when insert
7997         `wl-fldmgr-folders-header'.
7998
7999 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8000
8001         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8002
8003 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8004
8005         * wl-highlight.el (wl-highlight-message):
8006         Use `std11-field-end' to detect end point of the header field.
8007         Refer `wl-highlight-max-header-size'.
8008
8009         * wl-vars.el (wl-highlight-max-header-size): New variable.
8010
8011         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8012
8013         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8014         Set `for-draft' argument of wl-highlight-headers.
8015         (wl-draft): Ditto.
8016         (wl-draft-reedit): Ditto.
8017         (wl-user-agent-compose-internal): Ditto.
8018
8019 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8020
8021         * wl-message.el (wl-message-add-button): Use overlay.
8022
8023 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8024
8025         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8026
8027         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8028         problem when group-list content is nothing.
8029         (Reported by Mito <mit@nines.nec.co.jp>)
8030
8031 2000-10-18  SAITO Atsunori <sai@yedo.com>
8032
8033         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8034
8035 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8036
8037         * tm-wl.el (toplevel): Use product-provide.
8038
8039 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8040
8041         * Version number is increased to 2.3.92.
8042
8043 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8044
8045         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8046         title text, use `display' property for left margin under Emacs 21.
8047
8048         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8049         properties.
8050         (wl-plugged-init-icons): Ditto.
8051
8052 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8053
8054         * wl.el (wl-save-status, wl-init): Remove last period in
8055         "...done." message.
8056         * tm-wl.el (wl-summary-burst): Ditto.
8057         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8058         wl-summary-resume-cache-status,
8059         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8060         wl-summary-sync-update3, wl-summary-highlight-msgs,
8061         wl-summary-flush-pending-append-operations,
8062         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8063         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8064         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8065         wl-thread-open-all): Ditto.
8066         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8067         * wl-mime.el (wl-summary-burst): Ditto.
8068         * wl-highlight.el (wl-highlight-summary): Ditto.
8069         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8070         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8071         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8072         * wl-address.el (wl-local-address-init): Ditto.
8073
8074 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8075
8076         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8077         `add-text-properties'.
8078         (wl-plugged-init-icons): Ditto.
8079         (wl-folder-init-icons): Use `propertize' instead of
8080         `put-text-property'.
8081         (wl-plugged-set-folder-icon): Ditto.
8082         (wl-e21-highlight-folder-group-line): Ditto.
8083
8084 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8085
8086         * wl-version.el (wl-version-status-alist): New variable.
8087         (wl-version-status): New function.
8088
8089         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8090         "Cc" part of the case "Reply-To".
8091
8092         * wl-draft.el (wl-draft-reply): Use result of
8093         `eword-extract-address-components'.
8094
8095         * wl-demo.el (wl-demo-icon-name): New constant.
8096         (wl-logo-xpm): Use it.
8097         (wl-logo-xbm): Ditto.
8098         (wl-logo-bitmap): Ditto.
8099
8100         * Version number is increased to 2.3.91.
8101
8102 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8103
8104         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8105         (wl-extended-emacs-version, wl-extended-emacs-version2,
8106         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8107         docstring.
8108
8109         * wl-version.el (wl-generate-user-agent-string-1): New function.
8110         (wl-generate-user-agent-string): Use it.
8111
8112         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8113         `mime-edit-insert-user-agent-field'.
8114         (wl-generate-user-agent-string): Check
8115         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8116
8117         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8118         instead of `if', when verbose case.
8119
8120 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8121
8122         * wl-expire.el (wl-summary-expire): Fix.
8123
8124 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8125
8126         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8127         and `elmo-lost+found-folder' if 'wl-draft.
8128         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8129
8130 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8131
8132         * wl-expire.el (wl-summary-expire): Change messages.
8133         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8134         `deleing-info' instead of "Deleting..."
8135
8136 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8137
8138         * wl-summary.el (wl-summary-refile-subr): Fix.
8139
8140 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8141
8142         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8143         if pipe folder.
8144
8145 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8146
8147         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8148
8149 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8150
8151         * wl-expire.el (wl-expire-hide): New function.
8152         (wl-summary-expire): Add `hide'.
8153
8154 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8155
8156         * wl-vars.el (wl-draft-reply-without-argument-list):
8157         Changed default value to consider `Reply-To:'.
8158         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8159
8160         * Version number is increased to 2.3.90.
8161
8162         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8163         elmo-imap4-get-session with unwind-protect.
8164         Don't cause error.
8165         (wl-summary-sync-marks): Don't check plugged nor folder type.
8166         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8167         (Always keep current buffer).
8168
8169 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8170
8171         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8172         Enclose with `save-excursion'.
8173
8174 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8175
8176         * wl-version.el (wl-version): Remove interactive.
8177
8178 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8179
8180         * wl-version.el (wl-generate-user-agent-string): Use
8181         `product-string-verbose' instead of `product-string-1'.
8182
8183 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8184
8185         * wl-vars.el (wl-draft-use-cache): New variable.
8186         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8187         if wl-draft-use-cache is non-nil.
8188
8189 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8190
8191         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8192         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8193
8194 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8195
8196         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8197         (wl-thread-msg-mark-as-unread): Ditto.
8198
8199         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8200         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8201         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8202         Don't set mark in summary if return value of `elmo-mark-as-read'
8203         is nil.
8204         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8205         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8206         instead of `wl-thread-msg-mark-as-read'.
8207         (wl-summary-mark-as-unread-region): Ditto.
8208         (wl-summary-target-mark-mark-as-read): Ditto.
8209
8210         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8211
8212 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8213
8214         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8215
8216         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8217
8218 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8219
8220         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8221         face.
8222
8223 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8224
8225         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8226         `running-xemacs'.
8227
8228 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8229
8230         * wl-version.el (toplevel): Use `product-version-as-string' for
8231         set verstion-string, if defined.
8232
8233         * wl-version.el (wl-version-show): Insert string at point, when
8234         call with argument.
8235
8236         * wl-version.el (wl-generate-user-agent-string): Use
8237         `product-string-1' instead of `wl-appname', `wl-version' and
8238         `wl-codename'.
8239
8240 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8241
8242         * wl-address.el (toplevel): Use product-provide.
8243         * wl-demo.el (toplevel): Ditto.
8244         * wl-dnd.el (toplevel): Ditto.
8245         * wl-draft.el (toplevel): Ditto.
8246         * wl-e21.el (toplevel): Ditto.
8247         * wl-expire.el (toplevel): Ditto.
8248         * wl-fldmgr.el (toplevel): Ditto.
8249         * wl-folder.el (toplevel): Ditto.
8250         * wl-highlight.el (toplevel): Ditto.
8251         * wl-message.el (toplevel): Ditto.
8252         * wl-mime.el (toplevel): Ditto.
8253         * wl-mule.el (toplevel): Ditto.
8254         * wl-nemacs.el (toplevel): Ditto.
8255         * wl-refile.el (toplevel): Ditto.
8256         * wl-score.el (toplevel): Ditto.
8257         * wl-summary.el (toplevel): Ditto.
8258         * wl-template.el (toplevel): Ditto.
8259         * wl-thread.el (toplevel): Ditto.
8260         * wl-util.el (toplevel): Ditto.
8261         * wl-vars.el (toplevel): Ditto.
8262         * wl-xmas.el (toplevel): Ditto.
8263         * wl.el (toplevel): Ditto.
8264
8265 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8266
8267         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8268         instead of product.
8269
8270         * wl-version.el (wl-version): Compile time evalution elmo-version.
8271
8272 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8273
8274         * wl-summary.el (wl-summary-sync-force-update): Append queue
8275         `mark-as-read'if unplugged.
8276
8277 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8278
8279         * wl-version.el: New file.  Use product.el.
8280         * wl.el: add (require 'wl-version).
8281         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8282         for ~/.folders header.
8283         (wl-fldmgr-folders-header): Changed.
8284         * wl-demo.el (wl-demo): Use product.el.
8285
8286         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8287         wl-version.el.
8288         * wl-util.el (wl-version, wl-version-show): Ditto.
8289
8290         * wl-util.el (wl-generate-user-agent-string,
8291         wl-extended-emacs-version, wl-extended-emacs-version2,
8292         wl-extended-emacs-version3): Move to wl-version.el.
8293         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8294         xemacs-codename, mime-edit-insert-user-agent-field,
8295         mime-edit-user-agent-value, mime-editor/version,
8296         mime-editor/codename): Compile warning killer move to
8297         wl-version.el
8298
8299 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8300
8301         * wl-summary.el (wl-summary-refile-subr): Fix.
8302
8303 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8304
8305         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8306         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8307
8308 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8309
8310         * wl.el (wl-check-environment): Check too many `@'.
8311
8312 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8313
8314         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8315
8316 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8317
8318         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8319         wl-draft-reply-myself-without-argument-list): Add variables.
8320         * wl-draft.el (wl-draft-reply): Use it.
8321
8322 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8323
8324         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8325         the 5th argument of `elmo-network-get-spec'.
8326
8327         * wl-thread.el (wl-thread-reparent-children): New inline function.
8328         (wl-thread-delete-message): Use it.
8329
8330         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8331         (wl-summary-score-update-all-lines): Don't use `dolist'.
8332
8333 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8334
8335         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8336         (require 'elmo-msgdb) for inline function.
8337
8338 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8339
8340         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8341
8342 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8343
8344         * wl-score.el (wl-score-headers): Fix for the confusing macro
8345         `elmo-kill-buffer'.
8346
8347 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8348
8349         * wl-summary.el: Don't use the 3rd argument of `require' because
8350         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8351         * wl-util.el: Ditto.
8352         * wl-draft.el: Ditto.
8353
8354 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8355
8356         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8357         window system is not used.
8358
8359 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8360
8361         * wl-thread.el: Don't use `mapcar' only for iteration.
8362         (wl-thread-resume-entity): Ditto.
8363         (wl-thread-delete-message): Ditto.
8364
8365         * wl-summary.el: Bind `dragdrop-drop-functions',
8366         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8367         of `require' for `timezone', `easymenu' and `ps-print';
8368         don't use `mapcar' only for iteration.
8369
8370         * wl-util.el: Bind `mule-version', `nemacs-version',
8371         `emacs-beta-version', `xemacs-codename',
8372         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8373         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8374         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8375         only for iteration.
8376
8377         * wl-score.el: Don't use `mapcar' only for iteration.
8378         (wl-score-simplify-buffer-fuzzy): Ditto.
8379         (wl-score-simplify-subject): Ditto.
8380         (wl-score-headers): Ditto.
8381         (wl-summary-score-update-all-lines): Ditto.
8382
8383         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8384         `enable-multibyte-characters' and `mule-version'.
8385
8386         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8387         `mapcar' only for iteration.
8388
8389         * wl-demo.el: Don't use `mapcar' only for iteration.
8390
8391         * wl-folder.el: Don't use `mapcar' only for iteration.
8392         (wl-folder-open-all): Ditto.
8393         (wl-folder-count-incorporates): Ditto.
8394
8395         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8396         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8397
8398         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8399         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8400         `smtp-connection-type'; specify 3rd argument of `require' for
8401         `timezone'; don't use `mapcar' only for iteration.
8402         (wl-draft-clone-local-variables): Don't use `mapcar'.
8403         (wl-draft-generate-clone-buffer): Ditto.
8404         (wl-user-agent-compose-internal): Ditto.
8405
8406         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8407
8408         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8409         (wl-save-status): Ditto.
8410
8411         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8412         for iteration.
8413
8414 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8415
8416         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8417         removed `Date'.
8418         (wl-fldmgr-make-filter-default): New user option.
8419
8420         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8421         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8422         (wl-fldmgr-filter-completion-alist): Abolish.
8423
8424         * wl.el (wl): Don't check servers if arg is non-nil.
8425
8426         * wl-draft.el (wl-draft-reply): Set only message-id string to
8427         In-Reply-To field.
8428
8429 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8430
8431         * wl-summary.el (wl-summary-pick): Rewrite.
8432
8433         * wl-draft.el (wl-draft-forward): Get references field from
8434         original buffer.
8435         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8436
8437 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8438
8439         * wl-draft.el (wl-draft-forward): Add references field.
8440
8441 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8442
8443         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8444         (wl-draft-reply): Use it.
8445
8446 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8447
8448         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8449         when Emacs 21 is running.
8450
8451         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8452         bindings.
8453
8454 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8455
8456         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8457         XPM icons transparent.
8458
8459         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8460         Emacs 21.
8461
8462 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8463
8464         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8465         nil.
8466
8467         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8468         when it is persistent.
8469         (wl-summary-sync-marks): Changed argument for
8470         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8471         (wl-summary-virtual): Use `elmo-read-search-condition'.
8472         (wl-summary-redisplay-internal): If folder is local, mark as read
8473         even when folder is plugged.
8474
8475 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8476
8477         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8478         of `tool-bar-lines' in the frame parameters.
8479         (after-make-frame-functions, post-command-hook): Don't modify the
8480         value.
8481         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8482         wl-e21-tool-bar-lines): Removed.
8483
8484 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8485
8486         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8487         properties `evaporate' and `wl-momentary-overlay' as well.
8488         (wl-highlight-summary-displaying): Ditto.
8489         (wl-delete-all-overlays): Don't delete overlay which does not have
8490         a property `wl-momentary-overlay'.
8491
8492         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8493         `display-mouse-p' and `display-graphic-p'.
8494         (wl-folder-init-icons): Don't search for XBM or the other files.
8495         (wl-plugged-set-folder-icon): Make icons if and only if
8496         `display-graphic-p' returns non-nil.
8497         (wl-highlight-plugged-current-line): Use `before-string' overlay
8498         property to show icon images.
8499         (wl-highlight-folder-current-line): Ditto.
8500         (wl-e21-highlight-folder-group-line): Ditto.
8501         (wl-e21-highlight-folder-by-numbers): Ditto.
8502         (wl-e21-insert-image): Removed.
8503         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8504         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8505         said.
8506         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8507         `wl-e21-force-switch-toolbar'.
8508         (wl-e21-make-icon-image): Removed.
8509         (wl-e21-setup-toolbar): Don't search for XBM files.
8510         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8511         the default value.
8512
8513 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8514
8515         * wl-util.el (wl-biff-check-folder-async): Set
8516         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8517
8518 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8519
8520         * wl-e21.el (after-make-frame-functions): Add
8521         `wl-e21-force-switch-toolbar'.
8522         (wl-e21-force-switch-toolbar): New function force to switch the
8523         toolbar appearance automatically.
8524         (post-command-hook): Add `wl-e21-switch-toolbar'.
8525         (wl-e21-switch-toolbar): New function to switch the toolbar
8526         appearance automatically.
8527         (wl-e21-tool-bar-lines): New buffer local variable.
8528
8529 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8530
8531         * wl-util.el (wl-biff-check-folders-running): New variable.
8532         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8533         (wl-biff-check-folder-async-callback):
8534         Set `wl-biff-check-folders-running'.
8535         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8536         with unwind-protect.
8537
8538         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8539         Enclose `wl-folder-auto-check' with unwind-protect.
8540
8541         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8542         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8543
8544         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8545
8546         * wl-util.el (wl-biff-notify): New inline function.
8547         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8548         locally.
8549         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8550         folder-list' is 1.
8551         Use `wl-biff-notify'.
8552         (wl-biff-check-folder-async-callback): New function.
8553         (wl-biff-check-folder-async): Ditto.
8554
8555         * wl-folder.el (wl-folder): Don't check folders.
8556         (wl-folder-auto-check): New function.
8557
8558 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8559
8560         * wl-util.el (wl-biff-start) [Emacs19+]:
8561         Use `timer-next-integral-multiple-of-time'.
8562         (wl-biff-check-folders): Use `wl-default-folder'
8563         if `wl-biff-check-folder-list' is nil.
8564
8565 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8566
8567         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8568         instead of `elmo-delete-lists'.
8569
8570 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8571
8572         * wl.el (wl-plugged-toggle-all): Set the value of
8573         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8574         (wl-plugged-toggle): Ditto.
8575         (wl-toggle-plugged): Ditto.
8576         (wl-plugged-init): Ditto.
8577
8578         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8579         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8580         instead of `wl-biff-state-indicator-off' and
8581         `wl-biff-state-indicator-on'; don't modify the value and the type
8582         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8583         (wl-plugged-init-icons): Set icons data to
8584         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8585         instead of `wl-plug-state-indicator-off' and
8586         `wl-plug-state-indicator-on'; don't modify the value and the type
8587         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8588
8589         * wl-vars.el (wl-modeline-biff-state-off,
8590         wl-modeline-biff-state-on, wl-modeline-biff-status,
8591         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8592         wl-modeline-plug-status): New internal variables.
8593         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8594         wl-biff-check-interval, wl-biff-check-folder-list): Change
8595         customization group from `wl-folder' to `wl-highlight'.
8596         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8597         wl-show-plug-status-on-modeline): Defcustomized.
8598
8599         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8600         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8601         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8602         a flag to `mode-line-buffer-identification'.
8603
8604         * wl-e21.el (wl-biff-init-icons): Set icons data to
8605         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8606         instead of `wl-biff-state-indicator-off' and
8607         `wl-biff-state-indicator-on'.
8608         (wl-plugged-init-icons): Set icons data to
8609         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8610         instead of `wl-plug-state-indicator-off' and
8611         `wl-plug-state-indicator-on'.
8612
8613 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8614
8615         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8616         excessive titles.
8617
8618 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8619
8620         * wl.el (wl-plugged-mode): Use revised
8621         `wl-mode-line-buffer-identification'.
8622         (wl-plugged-init): Don't use `force-mode-line-update'.
8623
8624         * wl-xmas.el (wl-draft-overload-functions): Use revised
8625         `wl-mode-line-buffer-identification'.
8626         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8627         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8628         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8629         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8630         `wl-make-plugged-hook';
8631         add `wl-folder-init-icons' and `wl-setup-folder' to
8632         `wl-folder-mode-hook'.
8633
8634         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8635         19 as well.
8636         (wl-mode-line-display-priority-list): New user option.
8637         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8638         Defcustomized.
8639         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8640         Add docs.
8641
8642         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8643         start.
8644         (wl-mode-line-buffer-identification): Revised as a function.
8645
8646         * wl-summary.el (wl-summary-mode): Use revised
8647         `wl-mode-line-buffer-identification'; don't call
8648         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8649         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8650         `wl-xmas-setup-summary'.
8651
8652         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8653         `wl-mode-line-buffer-identification'.
8654
8655         * wl-mule.el (wl-draft-overload-functions): Use revised
8656         `wl-mode-line-buffer-identification'.
8657
8658         * wl-folder.el (wl-make-plugged-alist): Don't call
8659         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8660         (wl-folder): Don't call `wl-folder-init-icons' directly.
8661         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8662         `wl-xmas-setup-folder' directly;
8663         use revised `wl-mode-line-buffer-identification'.
8664         (TopLevel): Don't bind `wl-biff-init-icons',
8665         `wl-plugged-init-icons', `wl-folder-init-icons',
8666         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8667
8668         * wl-e21.el (wl-draft-overload-functions): Use revised
8669         `wl-mode-line-buffer-identification'.
8670         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8671         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8672         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8673         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8674         `wl-make-plugged-hook';
8675         add `wl-folder-init-icons' and `wl-setup-folder' to
8676         `wl-folder-mode-hook'.
8677
8678 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8679             Katsumi Yamaoka    <yamaoka@jpl.org>
8680
8681         * wl.el (wl): Call `wl-biff-start'.
8682         (wl-exit): Call `wl-biff-stop'.
8683         (wl-plugged-mode): Show biff in modeline.
8684         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8685
8686         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8687         (wl-biff-init-icons): New function.
8688         (wl-plugged-init-icons): Don't make too much keymaps.
8689         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8690
8691         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8692         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8693         variables.
8694         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8695         options.
8696
8697         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8698         wl-biff-start, wl-biff-stop): New functions.
8699         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8700         (wl-biff-timer-name): New variable.
8701
8702         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8703
8704         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8705         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8706
8707         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8708         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8709
8710         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8711         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8712         `wl-folder-init-icons' to `ignore' if they are not available.
8713         (wl-folder-mode): Show biff in modeline.
8714
8715         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8716         (wl-biff-init-icons): New function.
8717         (wl-plugged-init-icons): Don't make too much keymaps.
8718         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8719
8720 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8721
8722         * wl-vars.el (wl-strict-diff-folders): Customization Type
8723         and doc fix.  Define as a list of regular expressions for
8724         folders or nil.
8725         * wl-folder.el (wl-folder-check-one-entity): Use
8726         `wl-string-match-member' instead of `wl-string-member' for
8727         `wl-strict-diff-folders'.
8728
8729 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8730
8731         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8732         (wl-highlight-folder-current-line): Use it; new implementation.
8733         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8734         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8735         `defsubst' instead of `defun'.
8736
8737         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8738         `wl-highlight-group-folder-by-numbers'; made it can also be a
8739         number.  See info for more details.
8740
8741         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8742         running.
8743
8744         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8745         to bind them.
8746
8747         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8748         (wl-highlight-folder-current-line): New implementation.
8749
8750         * wl-highlight.el (wl-highlight-folder-group-line): New
8751         implementation.
8752         (wl-delete-all-overlays): Rewrite as a marco.
8753         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8754
8755         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8756         running.
8757         (wl-folder-*-glyph): No need to bind them.
8758
8759         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8760         `wl-e21-highlight-folder-group-icon'; rewrite.
8761         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8762         `defsubst' instead of `defun'.
8763         (wl-folder-mode-map): Bind it when compiling.
8764
8765 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8766
8767         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8768
8769         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8770
8771 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8772
8773         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8774
8775 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8776
8777         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8778         (wl-highlight-folder-current-line): Use it.
8779
8780         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8781         in `id-name'.
8782
8783 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8784
8785         * wl.el: Require `wl-e21' when Emacs 21 is running.
8786
8787         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8788         default when Emacs 21 is running.
8789         (wl-use-highlight-mouse-line): Ditto.
8790         (wl-on-emacs21): New constant.
8791         (wl-on-emacs20): Removed.
8792
8793         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8794         Emacs 21 is running.
8795
8796         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8797         Emacs 21 is running.
8798
8799         * wl-e21.el: New file.
8800
8801 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8802
8803         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8804         (wl-toggle-plugged): Ditto.
8805         (wl-plugged-toggle): Ditto.
8806         (wl-plugged-toggle-all): Ditto.
8807
8808         * wl-vars.el (wl-plug-state-indicator): Refer
8809         `wl-plug-state-indicator-on' indirectly.
8810
8811 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8812
8813         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8814         Call `wl-folder-confirm-existence'.
8815
8816         * wl-folder.el (wl-folder-confirm-existence): Added optional
8817         argument `force'.
8818
8819 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8820
8821         * wl-summary.el (wl-summary-refile-subr): Assume
8822         `copy-or-refile' as symbol.
8823         (wl-summary-refile): Follow up above change.
8824         (wl-summary-copy): Ditto.  Doc fix.
8825
8826 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8827
8828         * wl-summary.el (wl-summary-pick): Don't bind
8829         `elmo-search-mime-charset'.
8830
8831         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8832         default using old backquote style.
8833         (wl-search-mime-charset): Abolished.
8834
8835         * wl-highlight.el (wl-highlight-headers):
8836         Call `point' after `re-search-forward'(for Nemacs).
8837
8838         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8839         for elmo-imap4.el.
8840
8841 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8842
8843         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8844         `wl-message-ignored-field-list' instead of
8845         `mime-view-ignored-field-list'.
8846
8847         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8848         Add interactive spec.
8849         (wl-folder-goto-bottom-of-current-folder): Ditto.
8850         (wl-folder-mode-map): Bind them.
8851
8852         * wl-vars.el (wl-message-ignored-field-list): New variable.
8853         (wl-message-visible-field-list): New variable.
8854
8855         * wl-mime.el (wl-mime-header-presentation-method): New function.
8856         (wl-mime-setup): Set header-presentation-method.
8857
8858 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8859
8860         * wl-nemacs.el (wl-draft-overload-functions): Set
8861         `mode-line-buffer-identification' instead of using
8862         `wl-make-modeline'.
8863
8864         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8865         instead of using `wl-make-modeline'.
8866
8867         * wl-xmas.el (wl-plugged-init-icons): Set up
8868         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8869         (wl-make-modeline): Abolish.
8870         (wl-draft-overload-functions): Set
8871         `mode-line-buffer-identification' instead of using
8872         `wl-make-modeline'.
8873
8874         * wl-util.el (wl-make-modeline-subr): Abolish.
8875         (wl-mode-line-buffer-identification): New alias.
8876
8877         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8878         (wl-summary-make-modeline): Abolish.
8879         (wl-summary-buffer-set-folder): Set
8880         `wl-summary-buffer-folder-indicator'.
8881         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8882         of using `wl-make-modeline'.
8883         (wl-summary-switch-to-clone-buffer): Don't set
8884         `mode-line-buffer-identification'.
8885         (wl-summary-goto-folder-subr): Ditto.
8886
8887         * wl-mule.el (wl-draft-overload-functions): Set
8888         `mode-line-buffer-identification' instead of using
8889         `wl-make-modeline'.
8890
8891         * wl-folder.el (wl-folder-mode): Set
8892         `mode-line-buffer-identification' instead of using
8893         `wl-make-modeline'.
8894         (wl-folder): Don't set `mode-line-buffer-identification'.
8895
8896 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8897
8898         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8899         instead of `member' for `wl-refile-guess-func-list' look-ups.
8900         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8901
8902 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8903
8904         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8905         `wl-message-button-dispatcher'.
8906
8907         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8908
8909         * wl-message.el (wl-message-button-dispatcher): Use it.
8910
8911         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8912         "In-Reply-To".
8913
8914         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8915         Bind `case-fold-search' to t.
8916
8917 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8918
8919         * wl-xmas.el (wl-message-overload-functions): Initialize
8920         `wl-message-button-map'.
8921
8922         * wl-mule.el (wl-message-overload-functions): Initialize
8923         `wl-message-button-map'.
8924
8925         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8926
8927         * wl-message.el (wl-message-button-map): New keymap.
8928         (wl-message-add-button): New function.
8929         (wl-message-button-dispatcher): New function.
8930         (wl-message-button-refer-article): New function.
8931
8932         * wl-highlight.el
8933         (wl-highlight-message-add-buttons-to-header): New function.
8934         (wl-highlight-headers): Use it.
8935
8936 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8937
8938         * wl-summary.el (wl-summary-default-from): Use
8939         `wl-address-get-petname-1'.
8940         (wl-summary-simple-from): Ditto.
8941
8942         * wl-address.el (wl-address-get-petname-1): New inline function.
8943         (wl-address-get-petname): Use it.
8944
8945 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8946
8947         * wl-summary.el (wl-summary-default-from): Return full-name part
8948         from the address if no petname was found.
8949         (wl-summary-simple-from): Ditto.
8950
8951         * wl-address.el (wl-address-get-petname): Return nil if no petname
8952         associated with the address was found.
8953
8954 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8955
8956         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8957         display is finished.
8958
8959 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8960
8961         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8962         `elmo-folder-exists-p' argument.
8963
8964 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8965
8966         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8967         the folder.
8968
8969 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8970
8971         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8972
8973         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8974         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8975
8976 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8977
8978         * wl-folder.el (wl-folder-create-subr): New function.
8979         (wl-folder-confirm-existence): Use it.
8980         (wl-folder-check-one-entity): Use it.
8981         Check the error symbol is derived from 'elmo-open-error.
8982
8983         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8984         `ignore-error'.
8985
8986 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8987
8988         * wl-util.el (toplevel): Add (eval-when-compile (require
8989         'elmo-util)).  (Maybe `provide' is typo.)
8990
8991 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8992
8993         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8994         (I don't know why this was needed.)
8995
8996         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8997         Follow up changes for stream-type.
8998
8999         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9000         (wl-draft-elmo-nntp-send): Ditto.
9001
9002         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9003         (wl-nntp-posting-stream-type): Ditto.
9004         (wl-pop-before-smtp-ssl): Abolished.
9005         (wl-nntp-posting-ssl): Ditto.
9006
9007         * wl-address.el (wl-address-quote-specials): New function.
9008         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9009
9010         * wl-draft.el (wl-draft-reply): Ditto.
9011
9012 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9013
9014         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9015         use function `wl-string-match-assoc'.
9016
9017 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9018
9019         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9020
9021         * wl-draft.el (wl-draft-deduce-address-list): New function.
9022         (wl-draft-parse-mailbox-list): Ditto.
9023         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9024         instead of `smtp-deduce-address-list'.
9025         (wl-draft-on-field-p): Follow group list.
9026
9027         * wl-address.el (wl-address-concat-token): New function.
9028         (wl-address-string-without-group-list-contents): Ditto.
9029         (wl-complete-field-body): Fixed problem of completion
9030         by japanese petname.
9031         (wl-address-make-completion-list): Rewrite.
9032
9033 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9034
9035         * wl-address.el (wl-address-make-completion-list): Completion by
9036         petname.
9037         (wl-complete-field-body): Likewise.
9038
9039 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9040
9041         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9042         contains invalid address syntax.
9043
9044 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9045
9046         * wl-folder.el (wl-folder-check-entity-async): Use
9047         `elmo-nntp-spec-hostname'.
9048
9049 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9050
9051         * wl-summary.el (wl-summary-msgdb-load-async): Use
9052         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9053
9054 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9055
9056         * wl-draft.el (wl-draft-reply): Set argument
9057         `content-transfer-encoding' as nil.
9058
9059 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9060
9061         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9062         `wl-refile-alist'.
9063
9064 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9065
9066         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9067         (wl-draft-edit-string): Ditto.
9068         (wl-draft-forward): Ditto.
9069         * wl-summary.el (wl-summary-write): Ditto.
9070
9071 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9072
9073         * wl-summary.el (wl-summary-sync-update3): Call
9074         `wl-summary-buffer-number-column-detect'.
9075         (wl-summary-buffer-number-column-detect): Search from point-min.
9076
9077 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9078
9079         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9080         contains an address which is not included in original to or cc.
9081
9082 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9083
9084         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9085         begin-line does not exist.
9086         * wl-message.el (wl-message-uu-substring): Ditto.
9087
9088 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9089
9090         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9091         clear local variables.
9092         (wl-summary-exit): Call `elmo-commit'.
9093         (wl-summary-switch-to-clone-buffer): Call
9094         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9095         (wl-summary-goto-folder-subr): Ditto.
9096
9097         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9098         POP folder.
9099
9100 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9101
9102         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9103         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9104         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9105         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9106         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9107         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9108
9109         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9110
9111 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9112
9113         * wl-summary.el (wl-summary-search-by-subject):
9114         Search parent message from the latest one.
9115
9116 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9117
9118         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9119         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9120
9121         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9122         New user option.
9123
9124         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9125         if elmo-nntp-use-killed-list is nil.
9126         Use `elmo-msgdb-append-to-killed-list'.
9127         (Append numbers confirmed as disappeared to the killed list.)
9128         (wl-summary-confirm-appends): Don't display negative number.
9129
9130 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9131
9132         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9133
9134 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9135
9136         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9137         range is `all'.
9138         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9139         `elmo-list-bigger-diff'.
9140
9141 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9142
9143         * wl-summary.el (wl-summary-buffer-exit-func):
9144         New buffer local variable.
9145         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9146
9147 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9148
9149         * wl-demo.el (wl-demo): Fix the last change.
9150
9151 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9152
9153         * wl-demo.el (wl-demo): Don't use `eval'.
9154
9155 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9156
9157         * wl-summary.el (wl-summary-buffer-thread-modified):
9158         New buffer-local variable.
9159         (wl-summary-set-thread-modified): New function.
9160         (wl-summary-thread-modified-p): New function.
9161         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9162         (wl-summary-yank-saved-message): Use function
9163         `wl-summary-set-thread-modified'
9164         (wl-summary-switch-to-clone-buffer): Add
9165         `wl-summary-buffer-thread-modified'.
9166
9167         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9168         (wl-summary-buffer-mark-saved-hook): Ditto.
9169         * wl-summary.el (wl-summary-msgdb-save): New hook
9170         `wl-summary-buffer-message-saved-hook' and
9171         `wl-summary-buffer-mark-saved-hook'.
9172
9173 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9174
9175         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9176
9177 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9178
9179         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9180         don't hide scroll bars under FSF Emacsen because it may incur an
9181         undesirable redrawing.
9182
9183 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9184
9185         * wl-draft.el (wl-draft-edit-string): Call
9186         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9187
9188 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9189
9190         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9191
9192 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9193
9194         * wl-summary.el (wl-summary-msgdb-load-async): Call
9195         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9196
9197 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9198
9199         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9200         fringes in demo buffer; center bitmap logo correctly even if old
9201         Mule is used.
9202
9203 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9204
9205         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9206
9207         * wl-refile.el (wl-refile-subject-alist): New variable.
9208         (wl-refile-subject-alist-file-name): Ditto.
9209         (wl-refile-alist-setup): Rewrite.
9210         (wl-refile-alist-save): Use `elmo-object-save'.
9211         Eliminated arguments.
9212         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9213         (wl-refile-guess-by-subject): New function.
9214         (wl-refile-guess-func-list): Added it.
9215
9216 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9217
9218         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9219         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9220
9221 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9222
9223         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9224         New buffer-local variable.
9225         (wl-summary-buffer-next-folder-func): Ditto.
9226         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9227         if non-nil.
9228         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9229         if non-nil.
9230         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9231         if non-nil.
9232         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9233         if non-nil.
9234
9235 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9236
9237         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9238         permanently in the demo buffer.
9239
9240 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9241
9242         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9243         `mime-entity-fetch-field'.
9244
9245         * wl.el (wl-exit): Delete plugged buffer.
9246
9247         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9248         XEmacs has menubar feature.
9249
9250 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9251
9252         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9253         cannot arrive at the beginning of the buffer under old Emacsen.
9254
9255 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9256
9257         * wl-address.el (wl-address-ldap-search):
9258         Call `ldap-search-entries' with `withdn' argument t.
9259         (wl-complete-field-body): Bind completion-ignore-case as t.
9260         Clear ldap search hash when it was sole completion.
9261         Use elmo-string for pattern string.
9262         (wl-ldap-alias-safe-string): Eliminated needless let.
9263
9264 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9265
9266         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9267         (wl-ldap-alias-sep): New constant.
9268         (wl-ldap-search-attribute-type-list): Ditto.
9269         (wl-ldap-get-value): New function.
9270         (wl-ldap-make-filter): Ditto.
9271         (wl-ldap-make-matched-value-list): Ditto.
9272         (wl-ldap-alias-safe-string): Ditto.
9273         (wl-ldap-register-dn-string): Ditto.
9274         (wl-address-ldap-search): Rewrite.
9275
9276 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9277
9278         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9279         thread is deleted.
9280         (wl-thread-delete-line-from-buffer): Ditto.
9281         (wl-thread-get-exist-children): New function.
9282
9283 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9284
9285         * wl-demo.el (wl-demo): Made it to select various image types.
9286         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9287         from `wl-title-logo'.
9288         (wl-logo-ascii): New variable.
9289         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9290         (wl-demo-copyright-notice): New constant.
9291
9292         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9293
9294 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9295
9296         * wl-vars.el (wl-summary-target-above): Renamed from
9297         wl-summary-temp-above.
9298         * wl-score.el (wl-score-get-score-alist): Use it.
9299         (wl-summary-score-update-all-lines): Use it.
9300         * wl-summary.el: Ditto. (make-variable-buffer-local).
9301
9302 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9303
9304         * wl-vars.el (wl-ldap-port): New user option.
9305
9306         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9307         Rewite whole implementation.
9308         (wl-complete-field-body): Fixed.
9309
9310 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9311
9312         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9313         Choose implementation at compile time.
9314
9315 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9316
9317         * wl-address.el (wl-ldap-search-internal): New function.
9318         (wl-complete-field-to): Use it.
9319
9320 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9321
9322         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9323         Use `let' instead of `let*'.
9324         Require 'wl-vars.
9325
9326         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9327         Define as defcustom.
9328         (wl-ldap-base): Ditto.
9329         (wl-use-ldap): Ditto.
9330
9331 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9332
9333         * wl-address.el (wl-ldap-search): New function.
9334         (wl-complete-field-body): Use `wl-ldap-search'.
9335         (wl-ldap-server): New variable.
9336         (wl-ldap-base): Ditto.
9337         (wl-use-ldap): Ditto.
9338
9339 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9340
9341         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9342         (Pointed out by Mito <mit@nines.nec.co.jp>).
9343         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9344         buffer-local variables like `wl-summary-redisplay-internal'.
9345         (wl-summary-redisplay-all-header): Likewise.  Update
9346         Summary view too.
9347
9348 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9349
9350         * wl-summary.el (wl-summary-jump-to-parent-message):
9351         Consider prefix argument.
9352
9353         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9354         when closed thread is deleted.
9355
9356 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9357
9358         * wl-summary.el (wl-summary-jump-to-parent-message):
9359         Consider thread modification.
9360
9361 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9362
9363         * wl-message.el (wl-message-normal-get-original-buffer): Use
9364         `save-excursion'.
9365
9366         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9367         (wl-summary-showto-folder-regexp): Ditto.
9368
9369 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9370
9371         * wl-util.el (wl-delete-alist): Doc fix.
9372         (wl-delete-associations): New function.
9373         (wl-inverse-alist): New function.
9374         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9375         Split temporary variables. Use `wl-delete-associations'
9376         and `wl-inverse-alist'.
9377         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9378
9379 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9380
9381         * wl-folder.el (wl-folder-prefetch-entity):
9382         Execute prefetching if new count is unknown.
9383
9384 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9385
9386         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9387
9388         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9389         delete entity.
9390         (wl-thread-set-parent): If insert as top, set linked as nil.
9391
9392         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9393         `wl-thread-cleanup-symbols' when view mode is thread.
9394
9395 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9396
9397         * wl-folder.el (wl-folder-create-folder-entity): Use
9398         with-current-buffer.
9399         (wl-local-folder-init): Call set-buffer to make sure we are in
9400         the Folder buffer. Don't touch buffer-local variables here.
9401         (wl-folder-mode): Initialize buffer-local variables here.
9402
9403         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9404         (wl-folder-entity-assign-id): Ditto.
9405         (wl-folder-create-entity-hashtb): Ditto.
9406         (wl-local-folder-init): Ditto.
9407         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9408
9409 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9410
9411         * wl-summary.el (wl-summary-default-from): Fix probrem when
9412         std11-extract-address-components return (nil "foo@bar").
9413
9414 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9415
9416         * wl-draft.el (wl-draft-clone-local-variables):
9417         Remove redundant `setq'.
9418
9419 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9420
9421         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9422         Bind wl-highlight-x-face-func as nil while highlighting header.
9423
9424 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9425
9426         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9427
9428 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9429
9430         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9431         elmo-msgdb-overview-hashtb from copy-variables.
9432         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9433         instead of `elmo-msgdb-overview-get-entity-by-number'.
9434         (wl-summary-auto-refile): Ditto.
9435
9436         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9437         `elmo-msgdb-overview-get-entity' instead of
9438         `elmo-msgdb-search-overview-entity'.  Use
9439         `elmo-msgdb-overview-get-entity' instead of
9440         `elmo-msgdb-overview-get-entity-by-number'.
9441         (wl-thread-insert-entity-sub): Ditto.
9442         (wl-thread-insert-message): Ditto.
9443
9444         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9445         `elmo-msgdb-overview-get-entity'.
9446         (wl-normal-message-redisplay): Ditto.
9447
9448 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9449
9450         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9451         `wl-thread-entities'.
9452         (wl-thread-delete-message): Fix remove top message from
9453         `wl-thread-entity-list'.
9454
9455         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9456         wl-append(nconc), because update-list is broken on Meadow.
9457
9458         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9459         updating process.
9460         (wl-summary-rescan): Ditto.
9461         (wl-summary-sync-update3): Ditto.
9462         * wl-thread.el (wl-thread-set-parent): Renamed from
9463         `wl-summary-set-parent'.
9464         (wl-thread-insert-message): Updating buffer faster.
9465         (wl-thread-delete-message): Updating buffer faster.
9466
9467         * wl-score.el (wl-summary-score-update-all-lines): Changed
9468         interval for display progress gauge.
9469
9470 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9471
9472         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9473         folder always-sticky.
9474         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9475         defmacro.
9476
9477 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9478
9479         * wl-vars.el (wl-draft-add-references): New user option.
9480
9481         * wl-draft.el (wl-draft-add-references): New function.
9482         (wl-draft-yank-from-mail-reply-buffer): Use it.
9483         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9484         as nil.
9485
9486 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9487
9488         * wl-thread.el (wl-thread-update-line-msgs): Called
9489         `wl-thread-update-line-on-buffer-sub'.
9490         (wl-thread-update-line-on-buffer): Delete routine of inserting
9491         thread.
9492         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9493         moved from `wl-thread-update-line-on-buffer'.
9494         Add threshold for displaying progress gauge.
9495         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9496         argument of `wl-thread-update-line-msgs'.
9497         Add threshold for displaying progress gauge.
9498         * wl-folder.el:
9499         Add threshold for displaying progress gauge.
9500         * wl-score.el: Ditto.
9501
9502         * wl-expire.el (wl-summary-expire): Display deleting info.
9503
9504 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9505
9506         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9507         `no-msg'.
9508         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9509         argument of `wl-thread-update-line-msgs'.
9510         (wl-summary-set-parent): Added optional argument `parent-number'.
9511         (wl-summary-buffer-saved-message): New buffer local variable.
9512         (wl-summary-save-current-message): New command.
9513         (wl-summary-yank-saved-message): Ditto.
9514         (wl-summary-mode-map): Added key binding for
9515         `wl-summary-save-current-message' (\ew) and
9516         `wl-summary-yank-saved-message' (\C-y).
9517         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9518
9519 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9520
9521         * wl-summary.el (wl-summary-mode-map): Added key binding for
9522         `wl-summary-set-parent' (ts).
9523
9524 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9525
9526         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9527         subject faster. If thread number is reverse, delayed updating
9528         thread.
9529         (wl-summary-search-by-subject): Ditto.
9530         (wl-summary-put-alike): Ditto.
9531         (wl-summary-get-alike): Ditto.
9532         (wl-summary-insert-headers): Insert header of all overview in
9533         buffer.
9534         (wl-summary-rescan): Delayed updating thread. Kill search subject
9535         buffer for wl-summary-search-by-subject.
9536         (wl-summary-sync-update3): Ditto.
9537         (wl-summary-exit): Ditto.
9538         (wl-summary-goto-bottom-of-current-thread): Change for linked
9539         thread.
9540         (wl-summary-overview-create-summary-line): Change line for linked
9541         thread.
9542
9543         * wl-summary.el (wl-summary-update-thread): Use
9544         wl-thread-maybe-get-children-num.
9545         (wl-summary-set-parent): If change parent, move sub thread.
9546         (wl-summary-redisplay-internal): Add horizontal recenter.
9547         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9548
9549         * wl-thread.el (wl-thread-entity-get-linked): New function.
9550         (wl-thread-entity-set-linked): New function.
9551         (wl-thread-create-entity): Add linked element.
9552         (wl-thread-entity-insert-as-top): Use wl-append.
9553         (wl-thread-maybe-get-children-num): If closing thread, return
9554         children msgs.
9555         (wl-thread-update-line-msgs): Displaying progress message.
9556         (wl-thread-update-line-on-buffer-sub): Use
9557         wl-thread-maybe-get-children-num.
9558         (wl-thread-update-line-on-buffer): If update line is not exists,
9559         insert thread.
9560         (wl-thread-delete-message): If delete top msg of thread, search
9561         parent by subject.
9562         (wl-thread-insert-entity): Use
9563         wl-thread-maybe-get-children-num.
9564
9565         * wl-highlight.el (wl-highlight-summary-current-line): change
9566         sregexp for linked thread.
9567         * wl-util.el (wl-count-lines): Count lines.
9568         (wl-horizontal-recenter): horizontal recenter.
9569         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9570         (wl-score-get-alike): Ditto.
9571         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9572         (wl-subject-length-limit): New variable.
9573         (wl-highlight-thread-indent-string-regexp): Changed for linked
9574         thread.
9575
9576 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9577
9578         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9579         New variable (revival).
9580         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9581         by subject matching if there's no in-reply-to nor references field
9582         (revival).
9583
9584 \f
9585 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9586
9587         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9588         message.
9589
9590 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9591
9592         * wl-summary.el (wl-summary-reply): Return t if there was a
9593         message at cursor point.
9594         Added unwind-protect.
9595         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9596         returns t.
9597         (wl-summary-cancel-message): Do nothing when there's no message at
9598         cursor point.
9599         (wl-summary-forward): Ditto.
9600         (wl-summary-jump-to-parent-message): Ditto.
9601         (wl-summary-reedit): Ditto.
9602         (wl-summary-edit-addresses): Ditto.
9603         (wl-summary-pipe-message): Ditto.
9604         (wl-summary-print-message-with-ps-print): Ditto.
9605         (wl-summary-print-message): Ditto.
9606         (wl-summary-mark-as-important): Ditto.
9607         (wl-summary-mark-as-unread): Ditto.
9608
9609         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9610         message at cursor point.
9611         (wl-summary-reply-with-citation): Remove unwind-protect.
9612
9613         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9614         subject searching feature.
9615         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9616         Eliminated.
9617
9618 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9619
9620         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9621         New variable.
9622         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9623         by subject matching if there's no in-reply-to nor references field.
9624
9625         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9626
9627         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9628         when display is finished.
9629         (wl-folder-open-all): Ditto.
9630         (wl-folder-update-access-group): Ditto.
9631         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9632         * wl-thread.el (wl-thread-close-all): Ditto.
9633
9634         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9635         progress gauge only when it was displayed.
9636         * wl-folder.el (wl-folder-insert-entity): Ditto.
9637
9638 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9639
9640         * wl-summary.el (wl-summary-incorporate): Enclose
9641         `wl-summary-sync-force-update' with save-excursion.
9642
9643 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9644
9645         * wl-summary.el (wl-summary-prefetch-region):
9646         Pass current cursor point to `pos-visible-in-window-p' after
9647         moving cursor to the started point.
9648
9649 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9650
9651         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9652
9653         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9654         fields from the forwarding message.
9655         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9656         `ignored-fields'.
9657
9658 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9659
9660         * wl-mime.el (wl-message-request-partial):
9661         Eliminated argument `msgdb'.
9662         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9663         (wl-mime-combine-message/partial-pieces): Likewise.
9664         * tm-wl.el (wl-message-request-partial): Likewise.
9665         (wl-mime-combine-message/partial-pieces): Likewise.
9666
9667 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9668
9669         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9670         when display is finished.
9671
9672 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9673
9674         * wl-summary.el (wl-summary-goto-folder-subr):
9675         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9676
9677 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9678
9679         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9680         when cursor point is visible.
9681
9682 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9683
9684         * wl-expire.el (wl-expire-archive-get-max-number):
9685         Don't use `file-name-directory'.
9686
9687 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9688
9689         * wl-expire.el (wl-expire-archive-get-max-number):
9690         Use `file-name-directory'.
9691
9692 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9693
9694         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9695         only when there is progress.
9696
9697 2000-04-13  Mito <mit@nines.nec.co.jp>
9698
9699         * wl-summary.el (wl-summary-sync-marks): Display progress.
9700
9701 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9702
9703         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9704         (wl-summary-prev): Move cursor regardless of unread status.
9705         (wl-summary-next): Ditto.
9706
9707 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9708
9709         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9710         Added argument `target' and `number'.
9711         * tm-wl.el (wl-summary-burst-subr): New function.
9712         (wl-summary-burst): Use it.
9713
9714 2000-04-10  Mito <mit@nines.nec.co.jp>
9715
9716         * wl-mime.el (wl-burst): New function.
9717         (wl-summary-burst): Use it.
9718
9719 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9720
9721         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9722         as petname when there's no candidate.
9723
9724 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9725
9726         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9727         New variable.
9728         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9729
9730         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9731
9732         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9733
9734 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9735
9736         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9737         Use substring of `original' instead of buffer-substring.
9738         (wl-refile-evaluate-rule):
9739         Set `original' argument of wl-refile-expand-newtext.
9740
9741         * wl-summary.el
9742         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9743         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9744         (wl-summary-auto-refile): Check existence of destination folder just
9745         before marking.
9746
9747 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9748
9749         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9750         when wl-refile-get-field-value return nil.
9751
9752 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9753
9754         * wl-refile.el
9755         (wl-refile-expand-newtext): New function imported from Gnus.
9756         (wl-refile-evaluate-rule): Use it.
9757
9758 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9759
9760         * wl-summary.el (wl-summary-print-destination):
9761         Duplicate folder string to avoid putting text-property on
9762         original string.
9763
9764         * wl-refile.el (wl-refile-get-field-value): New function.
9765         (wl-refile-evaluate-rule): New function;
9766         Evaluate refile rule recursively.
9767         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9768         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9769         New function; Check existence of a target folder recursively.
9770         (wl-summary-auto-refile-check-refile-rule-alist):
9771         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9772
9773 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9774
9775         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9776
9777         * wl-folder.el (wl-create-folder-entity-from-buffer):
9778         Fixed problem when '}' character is contained in folder name.
9779
9780         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9781
9782 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9783
9784         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9785         (wl-fldmgr-add-completion-all-completions):
9786         Use wl-fldmgr-add-completion-hashtb.
9787
9788 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9789
9790         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9791         wl-fldmgr-add-completion-subr): New functions.
9792         * wl-folder.el (wl-folder-completion-func): New variable.
9793         * wl-summary.el (wl-summary-read-folder):
9794         Use wl-folder-completion-func.
9795
9796         * wl-refile.el: Eliminate throw & catch.
9797
9798         * wl.el (wl-plugged-sending-queue-status): Fixed.
9799
9800 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9801
9802         * wl-draft.el (wl-draft): Put category property on
9803         mail-header-separator.