(wl-mime-preview-follow-no-mime): Call
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
4         `wl-message-mime-analysis-p' with argument `header'.
5
6 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7
8         * wl-mime.el (wl-draft-yank-current-message-entity): 
9         Switch to no-mime following method according to wl-message-display-type
10         property.
11         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
12
13         * wl-message.el (wl-message-display-internal): 
14         Put wl-message-display-type property on message buffer.
15
16         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
17         (wl-message-display-internal): Ditto;
18
19         * wl-summary.el (wl-summary-toggle-mime): Ditto.
20
21 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
22
23         * wl-message.el (wl-message-make-display-type): New function.
24         (wl-message-display-type-property): Ditto.
25         (wl-message-mime-analysys-p): Ditto.
26         (wl-message-display-all-header-p): Ditto.
27         (wl-message-redisplay): Removed argument `as-is', `all-header' and
28         added `display-type'.
29         (wl-message-buffer-display): Likewise.
30         (wl-message-display-internal): Likewise.
31         (wl-message-buffer-display-type): Abolish.
32         (wl-message-buffer-prefetch-subr): Follow the API changed.
33
34         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
35         from wl-summary-buffer-display-all-header and changed default value.
36         (wl-summary-message-display-type): New function.
37         (wl-summary-buffer-display-mime-mode): Ditto.
38         (wl-summary-buffer-display-header-mode): Ditto.
39         (wl-summary-toggle-mime): Rewrite with above functions.
40         (wl-summary-toggle-all-header): Ditto.
41         (wl-summary-redisplay): Force redisplay with default mode.
42         (wl-summary-redisplay-internal): Renamed argument from `mode',
43         `all-header' to `mime-mode', `header-mode'.
44         Use `wl-message-make-display-type'.
45
46         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
47         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
48
49 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
50
51         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
52
53 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
54
55         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
56         in original message buffer.
57         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
58         buffer.
59
60 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
61
62         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
63
64 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
65
66         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
67
68 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
69
70         * wl-action.el (wl-summary-exec-action-refile): Display a done message
71         when actions succeeded.
72         (wl-summary-exec-action-copy): Likewise.
73
74 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
75
76         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
77         there is switch-to-buffer at the end of wl-message-select-buffer.
78         (wl-summary-reply): Ditto.
79
80 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
81
82         * wl-summary.el (wl-summary-forward): Put subject in original
83         message buffer as argument of wl-draft-forward.
84         * wl-draft.el (wl-draft-forward): Decode subject as in
85         wl-draft-reply.
86
87 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
88
89         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
90         a folder under access group.
91
92 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
93
94         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
95         wl-message-buffer-display.
96
97         * wl-util.el (wl-set-save-drafts): Fix typo.
98
99 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
100
101         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
102         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
103         wl-highlight-logo-face to set the bg color of an xbm image; fixed
104         the way to measure the width of a bitmap image; don't put face on
105         ascii and bitmap images; put the mark which should not use the
106         variable-pitch face on ascii and bitmap images.
107         (wl-demo-setup-properties): Don't use the variable-pitch face on
108         ascii and bitmap images; made it work on Emacs 20 and earlier.
109         (wl-demo-insert-text): End with a newline at the bottom; don't put
110         face on text.
111
112         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
113
114 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
115
116         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
117
118         * wl-util.el (wl-save-drafts): Moved from sample setting.
119         (wl-set-save-drafts): New function to set idle timer.
120         * wl-draft.el (wl-draft): Call it.
121         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
122
123 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
124
125         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
126         a summary which has toggle display status off.
127
128 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
129
130         * wl-draft.el (wl-draft-do-fcc): No cache save.
131
132 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
133
134         * wl-summary.el (elmo-event-handler-flag-changed): Use
135         `set-buffer' instead of `with-current-buffer'.
136
137 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
138
139         * wl-summary.el (wl-summary-after-resize-function): New function.
140         (wl-summary-mode): Add `wl-summary-after-resize-function' to
141         window-size-change-functions.
142
143 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
144
145         * wl-draft.el (wl-draft-create-buffer): Bind
146         `change-major-mode-hook' after current buffer is changed.
147
148         * wl-summary.el (wl-summary-buffer-detach): New function.
149         (wl-summary-buffer-set-folder): Call it.
150         (wl-summary-mode): Add `wl-summary-buffer-detach' to
151         change-major-mode-hook and kill-buffer-hook.
152         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
153         (wl-summary-switch-to-clone-buffer): Ditto.
154         (wl-summary-goto-folder-subr): Ditto.
155
156 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
157
158         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
159         after boundp check.
160
161 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
162
163         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
164         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
165         for `kill-buffer'.
166
167         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
168         handler of current buffer from elmo-folder.
169
170 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
171
172         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
173
174 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
175
176         * wl-summary.el (wl-summary-buffer-event-handler): New internal
177         variable.
178         (wl-summary-event-handler): New class.
179         (elmo-event-handler-flag-changed): Define to update persistent
180         mark.
181         (wl-summary-buffer-set-folder): Register event handler to
182         elmo-folder.
183         (wl-summary-exit): Unregister event handler.
184         (wl-summary-goto-folder-subr): Ditto.
185         (wl-summary-mark-as-read-all): Does not call
186         `wl-summary-update-persistent-mark' directly.
187         (wl-summary-mark-as-read-internal): Ditto.
188         (wl-summary-set-persistent-mark-internal): Ditto.
189         (wl-summary-set-flags-internal): Ditto.
190
191         * Version number is increased to 2.11.33.
192
193 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
194
195         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
196         to nil.
197
198 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
199
200         * wl-spam.el (wl-spam-setup): Add hook
201         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
202         instead of `wl-summary-prepare-hook'.
203
204         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
205         if folder type is `'flag'.
206         (wl-summary-mark-as-important): Ditto.
207
208 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
209
210         * wl-address.el (wl-address-minibuffer-history): New variable.
211         (wl-address-minibuffer-local-map): New keymap.
212         (wl-address-read-from-minibuffer): New function.
213
214         * wl-action.el (wl-summary-get-resend-address): Use
215         `wl-address-read-from-minibuffer' instead of `completing-read'.
216
217 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
218
219         * Version number is increased to 2.11.32.
220
221 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
222
223         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
224         without mule to iso-8859-1.
225         (wl-draft-add-in-reply-to): Add note in description.
226         (wl-draft-add-references): Ditto.
227
228 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
229
230         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
231         definition for `m'.
232         (wl-summary-mode-line-format): Add '[%m]'.
233         (wl-message-mode-line-format-spec-alist): Ditto.
234         (wl-summary-display-mime-mode-list): New variable.
235
236         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
237         from wl-summary-buffer-display-as-is.
238         (wl-summary-buffer-display-all-header): New buffer local variable.
239         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
240         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
241         instead of wl-summary-buffer-display-as-is.
242         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
243         (wl-summary-set-persistent-mark): Ditto.
244         (wl-summary-set-message-buffer-or-redisplay): Just call
245         `wl-summary-redisplay-internal' without optional arguments.
246         (wl-summary-toggle-mime): Rewrite.
247         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
248         (wl-summary-toggle-all-header): New function.
249         (wl-summary-redisplay-internal): Treat mime mode.
250
251         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
252         to wl-mime-preview-follow-no-mime.
253         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
254         accodring to the display-mode.
255
256         * wl-message.el (wl-message-buffer-display-type): Rewrite.
257         (wl-message-buffer-display): Changed argument name from `as-is' to
258         `mode'.
259         (wl-message-display-internal): Ditto;
260         Bind elmo-mime-display-header-analysis according to the mode.
261         (wl-message-display-internal): Put wl-message-display-mime-mode
262         property on entire buffer.
263
264 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
265
266         * wl-draft.el (wl-draft-do-fcc): Undo last change.
267
268 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
269
270         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
271         Don't extract mail address.
272         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
273
274         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
275
276         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
277
278 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
279
280         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
281         wl-fldmgr-cut-entity-list on confirmation.
282
283 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
284
285         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
286         (wl-mime-quit-preview): Check existence of
287         mime-edit-temp-message-buffer here.
288
289 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
290
291         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
292         after deletion.
293
294         * wl-draft.el (wl-draft-send-confirm): Check major-mode
295         before calling wl-mime-quit-preview.
296
297 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
298
299         * wl-summary.el (wl-summary-pick): If call it with prefix
300         argument, set `delete-marks' as non-nil. Pick from only visible
301         messages.
302         (wl-summary-check-target-mark): New function.
303         (wl-summary-target-mark-mark-as-read): Use it.
304         (wl-summary-target-mark-mark-as-unread): Ditto.
305         (wl-summary-target-mark-operation): Ditto.
306         (wl-summary-target-mark-set-flags): Ditto.
307         (wl-summary-target-mark-save): Ditto.
308         (wl-summary-target-mark-pick): Ditto.
309         (wl-summary-target-mark-forward): Ditto.
310         (wl-summary-target-mark-reply-with-citation): Ditto.
311         (wl-summary-target-mark-print): Ditto.
312         (wl-summary-target-mark-uudecode): Ditto.
313
314         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
315         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
316         with `ask-coding' is non-nil.
317
318 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
319
320         * wl-thread.el (wl-thread-set-parent): If parent is a message
321         which is identified by references, set linked as nil.
322
323 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
324
325         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
326         (wl-message-mode-line-format-spec-alist): Ditto.
327         (wl-message-mode-line-format): Ditto.
328         (wl-summary-mode-line-format): Ditto for docstring.
329         (wl-summary-no-mime-folder-list): Fix typo.
330
331         * wl-util.el (wl-current-message-buffer): Call
332         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
333
334         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
335         variable.
336         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
337         of `wl-summary-redisplay-no-mime'.
338         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
339         (wl-summary-toggle-mime): New function.
340         (wl-summary-redisplay-all-header): Rewrite.
341         (wl-summary-redisplay-no-mime): Ditto.
342         (wl-summary-redisplay-internal): Added argument `as-is' and
343         `all-header'.
344
345         * wl-refile.el (wl-refile-default-from-folder-path-separator):
346         New variable.
347         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
348         bottom.
349         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
350         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
351         "/" unconditionally.
352
353         * wl-mime.el (wl-draft-yank-current-message-entity): Use
354         wl-mime-preview-follow-no-mime for as-is content.
355         (wl-mime-preview-follow-no-mime): New function.
356         (wl-mime-preview-follow-current-region): Fixed parenthesis.
357
358         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
359         and added `as-is', `all-header'.
360         (wl-message-buffer-display): Ditto.
361         (wl-message-buffer-display-type): New function.
362
363 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
364
365         * wl-vars.el (wl-message-header-button-alist): Change default
366         value.
367         (wl-message-body-button-alist): Ditto.
368
369 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
370
371         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
372
373 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
374
375         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
376
377 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
378
379         * wl-summary.el (wl-summary-sync-marks): Remove condition which
380         is always true.
381
382 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
383
384         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
385         on null entity.
386
387 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
388
389         * wl-vars.el (wl-draft-reply-default-position): Fix range.
390
391 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
392
393         * wl-vars.el (wl-summary-resend-hook): New hook.
394
395         * wl-action.el (wl-summary-exec-action-resend-subr): Run
396         `wl-summary-resend-hook'.
397
398 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
399
400         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
401         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
402         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
403         (wl-summary-new-cached-mark): Changed default value to 'n'.
404         (wl-summary-unread-cached-mark): Changed default value to 'u'.
405         (wl-summary-answered-cached-mark): Changed default value to 'a'.
406         (wl-folder-sync-range-alist): Remove spec for 'flag.
407         (wl-summary-force-prefetch-folder-list): New user option.
408
409         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
410         `wl-summary-toggle-persistent-mark'.
411         (wl-summary-update-mark-and-highlight-window): Don't highlight when
412         number is nil.
413         (wl-summary-mark-as-answered-region): Set interactive argument of
414         `wl-summary-set-persistent-mark-internal'.
415         (wl-summary-mark-as-important-region): Ditto.
416         (wl-summary-unset-persistent-mark): Ditto.
417         (wl-summary-set-persistent-mark): Ditto.
418         (wl-summary-mark-as-answered): Ditto.
419         (wl-summary-mark-as-important): Ditto.
420         (wl-summary-set-persistent-mark-internal): Do nothing
421         when `elmo-message-flag-available-p' is nil.
422         (wl-summary-toggle-persistent-mark): New function.
423         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
424         when the folder matches `wl-summary-force-prefetch-folder-list'.
425
426
427         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
428         when number is nil.
429         (wl-highlight-summary-forwarded-face): New face.
430
431 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
432
433         * Version number is increased to 2.11.31.
434
435 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
436
437         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
438         (wl-biff-check-folder-async): Ditto.
439         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
440
441 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
442
443         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
444         Add an argument `reverse'.  All callers are updated.
445         (wl-summary-sort): Add a prefix argument `reverse' to specify
446         reverse sorting.
447         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
448         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
449         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
450
451 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
452
453         * wl-message.el (wl-message-redisplay): Does not narrow header if
454         disply-type is all-header or as-is.
455
456         * wl-summary.el (wl-summary-enter-handler): Use
457         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
458
459 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
460
461         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
462         after adding wl-draft-parent-variables.
463         (wl-draft-forward): Ditto.
464
465 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
466
467         * wl-summary.el (wl-summary-sync-marks): Call
468         `wl-summary-set-persistent-mark' and
469         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
470         (wl-summary-set-persistent-mark-internal): Add 4th argument
471         `no-server'.
472         (wl-summary-unset-persistent-mark): Ditto.
473         (wl-summary-set-persistent-mark): Ditto.
474         (wl-summary-add-flags-internal): Abolish.
475         (wl-summary-remove-flags-internal): Ditto.
476         (wl-summary-mark-as-important-internal): Ditto.
477         (wl-summary-mark-as-important): Use
478         `wl-summary-set-persistent-mark' instead of
479         `wl-summary-add-flags-internal'.
480         (wl-summary-mark-as-important-region): Ditto.
481
482         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
483
484         * wl-summary.el (wl-summary-get-available-flags): New function.
485         (wl-summary-sync-marks): Use it and simplified.
486         (wl-summary-unset-persistent-mark): Use
487         `wl-summary-get-available-flags'.
488         (wl-summary-set-persistent-mark): Ditto.
489
490 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
491
492         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
493         id.
494
495 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
496
497         * wl-summary.el (wl-summary-enter-handler): If argument is not a
498         number, call `wl-summary-prev-line-content'. Show message when the
499         message is not found.
500
501 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
502
503         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
504         wl-summary-enter-handler.
505         (wl-summary-enter-handler): New command.
506
507         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
508         docstring and custom spec.
509
510         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
511         flags too; Don't treat Cached and New.
512         (wl-summary-set-persistent-mark): Ditto.
513
514         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
515         `wl-folder-set-flag'.
516
517         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
518         instead of `wl-folder-set-flag'.
519
520         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
521         for completion.
522         (wl-summary-set-persistent-mark): Ditto.
523
524         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
525         instead of `wl-draft-quit-preview'.
526
527         * wl-mime.el (toplevel): Avoid compile warning.
528         (wl-mime-quit-preview): New function
529         (formarly defined as `wl-draft-quit-preview').
530         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
531         quitting method.
532
533         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
534
535         * wl-folder.el (wl-folder-set-flag): Renamed from
536         `wl-draft-set-flag-on-parent'.
537
538         * wl-draft.el (wl-draft-quit-preview): New function.
539         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
540         (wl-draft-send): Call `wl-folder-set-flag' instead of
541         `wl-draft-set-flag-on-parent'.
542         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
543
544 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
545
546         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
547         (wl-draft-send): Ditto.
548
549 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
550
551         * wl-vars.el (wl-draft-reply-hook): Changed default value.
552         (wl-draft-kill-pre-hook): Set default value as nil.
553         (wl-summary-reply-hook): Ditto.
554         (wl-draft-kill-flags): Abolish.
555
556         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
557         (wl-draft-parent-variables): Renamed from
558         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
559         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
560         argument; Add wl-draft-parent-variables to
561         wl-draft-config-variables.
562         (wl-draft-reply): Likewise.
563         (wl-draft-kill-flags): Abolish.
564         (wl-draft-send): Call wl-draft-set-flag-on-parent.
565         (wl-draft-set-flag-on-parent): New function.
566         (wl-draft-setup-parent-flag): Ditto.
567
568 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
569
570         * wl-draft.el (wl-draft-kill-flags): Avoid error when
571         `wl-draft-parent-folder' is "".
572
573 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
574
575         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
576         (wl-summary-digit-jump): New function.
577         (Adviced by John Owens and Hiroya Murata)
578
579         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
580         (Adviced by John Owens)
581
582         * wl-xmas.el (wl-message-define-keymap): Ditto.
583
584         * wl-mule.el (wl-message-define-keymap): Ditto.
585
586 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
587
588         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
589         change of return value of elmo-folder-count-flags.
590
591         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
592         (wl-summary-mark-as-read-internal): Ditto.
593         (wl-summary-set-persistent-mark-internal): Ditto.
594         (wl-summary-folder-info-update): Ditto.
595         (wl-summary-sync-update): Fixed the last change.
596
597         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
598
599 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
600
601         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
602         (wl-draft-kill-flags): Fixed docstring.
603
604         * wl-draft.el (wl-draft-kill-flags): New function.
605         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
606
607 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
608
609         * wl-vars.el (wl-reply-hook): Abolish.
610         (wl-draft-reply-hook): New hook.
611         (wl-summary-reply-hook): Ditto.
612         (wl-draft-forward-hook): Ditto.
613         (wl-summary-forward-hook): Ditto.
614         (wl-draft-kill-flags): New variable.
615
616         * wl-summary.el (wl-summary-mark-as-answered-region): Use
617         wl-summary-set-persistent-mark-internal.
618         (wl-summary-sync-marks): Use elmo-preserved-flags.
619         (wl-summary-update-persistent-mark): Make it interactive.
620         (wl-summary-set-persistent-mark-internal): New inline function.
621         (wl-summary-mark-as-answered): Use it.
622         (wl-summary-mark-as-unanswered): Ditto.
623         (wl-summary-unset-persistent-mark): New function.
624         (wl-summary-set-persistent-mark): Ditto.
625         (wl-summary-reply): Don't set answered flag;
626         Run wl-summary-reply-hook instead.
627         (wl-summary-forward): Call wl-draft-forward with number.
628         Run wl-summary-forward-hook.
629
630         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
631         (wl-highlight-summary-line-face-spec): Use it as a default
632         persistent mark face.
633
634         * wl-draft.el (wl-draft-forward): Added optional argument number;
635         Set wl-draft-parent-number; Run wl-draft-forward-hook.
636         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
637         (wl-draft-kill): Use wl-draft-kill-flags.
638
639         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
640
641         * wl-folder.el (wl-folder-check-one-entity): Follow the change
642         of return value of elmo-folder-count-flags.
643
644         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
645
646         * wl-summary.el (wl-summary-count-unread): Ditto.
647         (wl-summary-sync-update): Follow the change above.
648         (wl-summary-force-prefetch): New function.
649
650 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
651
652         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
653         variable `buf' with `let' instead of `setq'.
654
655 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
656
657         * wl-mime.el (wl-message-delete-current-part): If filename exists,
658         add Content-Disposition heaeder on the deleted part.
659
660 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
661
662         * wl-draft.el (wl-draft-save): Encode address list under edit by
663         `eword-encode-unstructured-field-body'.
664
665         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
666
667 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
668
669         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
670         wl-current-summary-buffer.
671
672 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
673
674         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
675         `numbers' is ignored.
676
677 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
678
679         * wl-folder.el (wl-folder-open-folder): Avoid error.
680         Reported by John Owens, [wl-en:815]
681
682         * wl.el (wl): Set timer for biff process even if prefix argument
683         is given or auto-checking is quitted.
684
685         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
686         immediately.
687         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
688         (wl-toggle-plugged): Ditto.
689
690         * wl-vars.el (wl-biff-use-idle-timer): New variable.
691         * wl-util.el (wl-biff-start): Use idle timer if
692         `wl-biff-use-idle-timer' is non-nil.
693
694 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
695
696         * wl-highlight.el (wl-highlight-message): Fix description.
697
698 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
699
700         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
701         tty.
702
703 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
704
705         * wl-action.el (wl-summary-exec): Print failure count.
706
707 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
708
709         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
710         to `defun', remove interactive form.
711         Set elmo-message-fetch-confirm when force-reload is non-nil.
712
713 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
714
715         * wl-summary.el (toplevel): Removed unnecessary autoload.
716
717 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
718
719         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
720         the buffer is generated from another message buffer.
721
722 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
723
724         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
725         extracted from `wl-fldmgr-save-folders'.
726         (wl-fldmgr-delete): Call it after deletion.
727
728 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
729
730         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
731         multi-tty support.
732
733 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
734
735         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
736
737 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
738
739         * wl-summary.el (wl-summary-rescan): Remove unused variables.
740         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
741
742 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
743
744         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
745         unsubscribe list only if argument CLEAR is nil.
746
747 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
748
749         * wl-draft.el (wl-draft-reply): Decode subject before removing
750         Re: prefix.
751
752 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
753
754         * wl-summary.el (wl-summary-sort-by-size): New command.
755
756 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
757
758         * wl-summary.el (wl-summary-number-list-from-region): New
759         function.
760         (wl-summary-mark-as-read-region): Use it.
761         (wl-summary-mark-as-unread-region): Ditto.
762         (wl-summary-set-flags-region): Ditto and add optional argument
763         remove.
764         (wl-summary-mark-as-answered-region): Ditto.
765         (wl-summary-mark-as-important-region): Ditto.
766         (wl-summary-target-mark-mark-as-important): Added optional
767         argument remove.
768         (wl-summary-target-mark-mark-as-answered): Ditto.
769         (wl-summary-target-mark-set-flags): Ditto.
770
771 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
772
773         * wl-summary.el (wl-summary-set-flags-region): Call
774         `wl-summary-set-flags-internal' with number list instead of call
775         one by each message.
776         (wl-summary-target-mark-set-flags): Likewise.
777
778 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
779
780         * wl-summary.el (wl-summary-target-mark-operation): Add optional
781         argument `inverse' and use `wl-summary-delete-all-target-marks'.
782         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
783         (wl-summary-target-mark-mark-as-answered): Likewise.
784
785 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
786
787         * wl-summary.el (wl-summary-target-mark-forward): Use
788         `wl-summary-delete-all-target-marks' instead of
789         `wl-summary-delete-all-temp-marks'.
790         (wl-summary-target-mark-reply-with-citation): Ditto.
791         (wl-summary-target-mark-uudecode): Ditto.
792         (wl-summary-target-mark-set-flags): Ditto and remove needless
793         cursor move.
794
795 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
796
797         * wl-summary.el (wl-summary-target-mark-forward): Protect
798         wl-summary-buffer-target-mark-list from nreverse.
799         (wl-summary-target-mark-reply-with-citation): Ditto.
800
801 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
802
803         * wl-thread.el (wl-thread-update-indent-string-thread): Use
804         `elmo-display-progress-threshold'.
805
806 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
807
808         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
809         check `wl-summary-highlight'.
810         (wl-summary-window-scroll-functions): Respect value of
811         `wl-summary-highlight'.
812         (wl-summary-sync-update): Run hooks
813         `wl-summary-buffer-window-scroll-functions' at any time.
814
815 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
816
817         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
818         from `wl-summary-cleanup-temp-marks'.
819         (wl-summary-cleanup-temp-marks): Abolish argument.
820         * wl.el (wl-save-status): Revert previous change.
821         (wl-execute-temp-marks): New function, call
822         `wl-summary-exec-with-confirmation'.
823         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
824         (wl-folder-save-and-exec-marks): Abolished.
825
826 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
827
828         * wl-e21.el (wl-e21-display-image-p): Respect
829         `wl-highlight-folder-with-icon'.
830         (wl-e21-highlight-folder-group-line): Highlight mouse line
831         even if wl-e21-display-image-p is nil.
832
833         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
834         Respect value of `wl-summary-highlight'.
835
836         * wl.el (wl-save-status): Remove unused variable.
837
838         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
839         (wl-folder-mode-map): Bind it to "x".
840
841 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
842
843         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
844
845         * wl-thread.el (wl-thread-get-parent-list): Don't check
846         disconnected ancestors, neglecting needless work in
847         `wl-thread-update-indent-string-thread'.
848
849         * wl.el (wl-save): Take prefix argument to execute remaining marks.
850         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
851         argument, add argument default-keep to keep marks by default.
852
853         * Version number is increased to 2.11.30.
854
855         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
856         customization type and docstring.
857         (wl-draft-reply-without-argument-list): Ditto.
858
859 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
860
861         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
862
863         * wl-spam.el (wl-spam-mark-action-list): Ditto.
864
865 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
866
867         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
868
869 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
870
871         * wl-draft.el (wl-draft-config-exec): Narrow the range of
872         save-excursion so as not to include run-hooks.
873
874 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
875
876         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
877         Clarify that marks are going to be cleared.
878
879 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
880
881         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
882         according to 3rd element of wl-summary-flag-mark.
883
884         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
885
886 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
887
888         * wl-action.el (wl-summary-target-mark-all): Don't set
889         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
890
891 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
892
893         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
894         (wl-forward-subject-prefix): Ditto.
895         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
896         (wl-draft-reply-make-subject): Ditto.
897
898         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
899         `wl-draft-forward'.
900         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
901
902 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
903
904         * wl-action.el (wl-summary-target-mark-set-action): Stop if
905         target message does not exist.
906
907 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
908
909         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
910         `wl-subject-prefix-regexp'.
911         (wl-subject-forward-prefix-regexp): New variable.
912         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
913         `wl-draft-strip-subject-re' and take regexp as argument.
914         (wl-draft-forward): Use it.
915         (wl-draft-reply): Ditto.
916
917 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
918
919         * wl-e21.el (wl-highlight-plugged-current-line): Change for
920         emacs multi-tty support.
921
922 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
923
924         * wl-e21.el (wl-e21-display-image-p): Don't call
925         `display-images-p'.
926         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
927         support.
928         (wl-highlight-folder-current-line): Ditto.
929         (wl-folder-init-icons): Ditto.
930
931 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
932
933         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
934         the last line of summary in unplugged mode.
935
936 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
937
938         * wl-vars.el (wl-refile-rule-alist): Doc fix.
939
940 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
941
942         * wl-vars.el (wl-user-mail-address-regexp): New variable.
943         * wl-address.el (wl-address-user-mail-address-p): Use it.
944         (wl-address-delete-user-mail-addresses): Ditto.
945         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
946
947         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
948         (wl-address-delete-user-mail-addresses): Ditto.
949
950         * wl-address.el (wl-address-delete-user-mail-addresses): New
951         function.
952         * wl-refile.el (wl-refile-guess-by-history): Use it.
953         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
954         (wl-draft-make-mail-followup-to): Ditto and fix logic.
955
956         * wl-draft.el (wl-draft-edit-string): To judge sender address,
957         use wl-address-user-mail-address-p.
958
959 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
960
961         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
962         after opening group.
963
964 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
965
966         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
967         of elmo-set-buffer-multibyte.
968
969         * wl-message.el (wl-original-message-mode): Ditto.
970
971         * wl-score.el (wl-score-insert-header): Ditto.
972
973         * wl-summary.el
974         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
975         (wl-summary-goto-folder-subr): Ditto.
976         (wl-summary-insert-headers): Ditto.
977
978         * wl-util.el (wl-set-string-width): Ditto.
979
980         * Version number is increased to 2.11.29.
981
982 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
983
984         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
985         (wl-highlight-summary-line-help-echo-alist): New variable.
986         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
987         into `wl-highlight-summary-line-help-echo' and
988         `wl-highlight-flag-folder-help-echo'.
989         (wl-highlight-summary-line-string): Change accordingly.
990         (wl-highlight-summary-current-line): Ditto.
991
992 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
993
994         * wl-highlight.el (wl-highlight-message): Ignore white spaces
995         at the beginning of field body (Thanks to Markus Knittig).
996
997         * wl-draft.el (wl-draft-insert-current-message): Also check
998         summary buffer, remove unnecessary tag.
999
1000 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1001
1002         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1003         when wl-message-buffer is nil.
1004
1005         * wl-folder.el (wl-folder): Abolish unused argument.
1006         Call wl-folder-init when wl-folder-entity is nil.
1007         * wl.el (wl): Change accordingly.
1008
1009 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1010
1011         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1012         multibyte string before insert into draft buffer.
1013         (wl-draft-create-buffer): Always enable multibyte characters for
1014         draft buffer.
1015
1016         * Version number is increased to 2.11.28.
1017
1018 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1019
1020         * wl-folder.el (wl-folder-open-close): Handle blank line.
1021         (wl-folder-jump-to-current-entity): Ditto.
1022
1023 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1024
1025         * Version number is increased to 2.11.27.
1026
1027 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1028
1029         * wl-thread.el (wl-thread-insert-message): When the thread is
1030         devided by wl-summary-max-thread-depth, insert line at the end of
1031         buffer.
1032
1033 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1034
1035         * Version number is increased to 2.11.26.
1036
1037 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1038
1039         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1040
1041 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1042
1043         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1044         value of stream-type and session.
1045
1046 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1047
1048         * Version number is increased to 2.11.25.
1049
1050 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1051
1052         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1053         in a quit message.
1054
1055 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1056
1057         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1058         (wl-summary-redisplay-no-mime-internal): Ditto.
1059
1060 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1061
1062         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1063         * wl-vars.el (wl-smtp-connection-type): Ditto.
1064
1065 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1066
1067         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1068         for the separator line and quote mail-header-separator.
1069
1070 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1071
1072         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1073         result message.
1074
1075         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1076         `elmo-multiple-fields-body-list' with boundary as
1077         mail-header-separator.
1078
1079 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1080
1081         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1082
1083 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1084
1085         * wl-util.el (wl-list-diff): Remove unused function.
1086
1087         * wl-draft.el (wl-draft-send-confirm): Discard input before
1088         confirmation.
1089
1090 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1091
1092         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1093         order of flag and new.
1094
1095 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1096
1097         * wl-vars.el (wl-refile-policy-alist): Abolished.
1098
1099         * wl-action.el (wl-summary-set-action-refile): Follow the change
1100         above.
1101
1102 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1103
1104         * wl-highlight.el (wl-highlight-signature-search): Don't use
1105         re-search-backward for a long word since it is possible to crash
1106         XEmacs because of a bug.
1107
1108 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1109
1110         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1111
1112 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1113
1114         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1115         argument for wl-summary-sync-force-update.
1116
1117 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1118
1119         * wl-summary.el (wl-summary-mode-map): Revival of
1120         wl-summary-mark-as-important related bindings;
1121         Bind 'F','tF','mF','rF','m&'.
1122         (wl-summary-mark-as-important-region): Revival.
1123         (wl-summary-target-mark-mark-as-important): Ditto.
1124         (wl-summary-target-mark-operation): New function.
1125         (wl-summary-target-mark-mark-as-answered): Use it.
1126         (wl-summary-decide-flag): Don't set Important as default.
1127         (wl-summary-mark-as-important-internal): Revival.
1128         (wl-summary-mark-as-important): Ditto.
1129
1130         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1131
1132         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1133         instead of facep.
1134
1135 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1136
1137         * wl-dnd.el (wl-dnd-drop-func): Fix.
1138
1139         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1140         mouse-set-point instead of posn-point.
1141
1142         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1143
1144         * wl-mule.el (wl-completing-read-multiple): Ditto.
1145
1146 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1147
1148         * wl-demo.el (face-background-name): Defalias to avoid compile
1149         warning.
1150
1151 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1152
1153         * wl-summary.el (wl-summary-decide-flag): Use
1154         wl-completing-read-multiple instead of completing-read-multiple.
1155
1156         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1157         New alias.
1158
1159         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1160         Use face-background-name instead of face-background.
1161
1162         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1163
1164         * wl-summary.el (wl-summary-save): Use it.
1165         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1166
1167         * wl-mime.el (wl-mime-save-content): Fix last change.
1168
1169 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1170
1171         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1172         New function.
1173         (wl-summary-sort-specs): Added sort.
1174         * wl-mime.el (wl-mime-save-content): Expand file name.
1175
1176 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1177
1178         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1179
1180         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1181
1182 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1183
1184         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1185         for flag if it is not defined.
1186
1187 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1188
1189         * wl-e21.el (wl-highlight-folder-current-line): Use
1190         elmo-folder-type-internal when elmo-folder-type returns nil.
1191
1192         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1193
1194         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1195
1196         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1197
1198         * wl-e21.el (wl-summary-toolbar): Ditto.
1199
1200         * wl-vars.el (wl-demo-background-color): Abolished.
1201         (wl-summary-persistent-mark-priority-list): Renamed from
1202         wl-summary-flag-priority-list.
1203         (wl-summary-flag-alist): New user option.
1204         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1205         (wl-message-mode-line-format-spec-alist): Added 'F'.
1206         (wl-message-mode-line-format): Likewise.
1207         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1208         instead of wl-summary-important-mark.
1209         (wl-file-folder-icon): New variable.
1210
1211         * wl-thread.el (wl-thread-set-flags): Renamed from
1212         wl-thread-mark-as-important.
1213
1214         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1215         warning.
1216         (wl-summary-mode-menu-spec): Follow the change of 
1217         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1218         (wl-summary-mode-map): Follow the change of
1219         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1220         (wl-summary-detect-mark-position): Follow the variable name change.
1221         (wl-summary-set-flags-region): New function for the replacement of
1222         wl-summary-mark-as-important-region.
1223         (wl-summary-sync-marks): Sync all global-flags.
1224         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1225         instead of elmo-message-flagged-p.
1226         (wl-summary-persistent-mark-string): Follow the variable name change;
1227         Put wl-summary-flag-mark if the message has global-flag.
1228         (wl-summary-target-mark-set-flags): Renamed from 
1229         wl-summary-target-mark-mark-as-important.
1230         (wl-summary-decide-flag): New function.
1231         (wl-summary-set-flags-internal): Renamed from
1232         wl-summary-mark-as-important-internal.
1233         (wl-summary-add-flags-internal): New function.
1234         (wl-summary-remove-flags-internal): Ditto.
1235         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1236         (wl-summary-mark-as-unimportant): Abolish.
1237         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1238         (wl-summary-next-message): List flagged messages in the msgdb.
1239
1240         * wl-score.el (wl-summary-score-update-all-lines): Use
1241         wl-summary-add-flags-internal instead of 
1242
1243         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1244
1245         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1246         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1247         (wl-message-buffer-require-all-header): Renamed from
1248         wl-message-buffer-all-header-flag (Ditto).
1249         (wl-message-buffer-flag-indicator): New variable.
1250         (wl-message-redisplay): Changed local varibale name from `flag' to
1251         `display-type'; Set up wl-message-buffer-flag-indicator.
1252         (wl-message-buffer-display): Changed varibale name from `flag' to
1253         `display-type'.
1254         (wl-message-display-internal): Likewise.
1255
1256         * wl-highlight.el (wl-highlight-demo-face): Define default background
1257         color.
1258         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1259
1260         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1261
1262         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1263         (wl-demo-setup-properties): Renamed from
1264         `wl-demo-set-background-color'.
1265         (wl-demo): Follow the change above.
1266         
1267         * Version number is increased to 2.11.24.
1268
1269 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1270
1271         * wl-summary.el (wl-summary-toggle-thread): Call
1272         `wl-summary-rescan' with disable-thread as non-nil.
1273         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1274
1275 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1276
1277         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1278         foreground property of the face.
1279         (wl-demo-insert-text): Don't set up face property here.
1280         (wl-demo): Call wl-demo-set-background-color, anyway.
1281
1282 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1283
1284         * wl-vars.el (wl-demo-background-color): The value can be nil.
1285
1286 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1287
1288         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1289         to wl-summary-wheel-dispatcher.
1290
1291         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1292         wl-message-wheel-dispatcher.
1293         (wl-message-wheel-dispatcher): New function.
1294         (wl-summary-wheel-dispatcher): Ditto.
1295
1296 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1297
1298         * wl-action.el (wl-summary-target-mark-all): List messages which are
1299         not in the killed-list.
1300
1301         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1302         only when the folder is 'flag/important.
1303
1304         * wl-address.el (wl-complete-field-body): Complete if the last
1305         character is a space.
1306
1307 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1308
1309         * wl-folder.el (wl-folder-clear-entity-info): Use
1310         elmo-clear-hash-val.
1311
1312         * wl-fldmgr.el (wl-fldmgr-rename): Set
1313         wl-folder-info-alist-modified as t.
1314
1315 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1316
1317         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1318
1319 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1320
1321         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1322         (wl-folder-buffer-last-visited-entity-id): New buffer local
1323         variable.
1324         (wl-folder-revisit-last-visited-folder): New function.
1325         (wl-folder-mode-map): Bind it to "C-i".
1326         (wl-folder-set-current-entity-id): Set last visited folder.
1327         * wl-summary.el (wl-summary-exit): Ditto.
1328
1329 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1330
1331         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1332         before calling `recenter' in order to cope with an XEmacs bug.
1333
1334 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1335
1336         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1337         to the default value.
1338
1339 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1340
1341         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1342         change.
1343         (wl-summary-sync-marks): Ditto.
1344         (wl-summary-mark-as-read-internal): Ditto.
1345         (wl-summary-mark-as-answered-internal): Ditto.
1346         (wl-summary-mark-as-important-internal): Ditto.
1347         (wl-summary-reply): Ditto.
1348
1349         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1350         instead of `elmo-folder-unflag-answered'.
1351
1352         * Version number is increased to 2.11.23.
1353
1354         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1355         the last change.
1356
1357 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1358
1359         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1360         Specify "spam" or "good".
1361
1362 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1363
1364         * wl-spam.el (wl-summary-exec-action-spam): Call
1365         wl-folder-confirm-existence for spam folder.
1366         (wl-spam-setup): Bind "mk".
1367
1368 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1369
1370         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1371
1372 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1373
1374         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1375         destination folder is empty.
1376
1377 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1378
1379         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1380         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1381
1382         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1383         (wl-summary-refile-prev-destination-region): New function.
1384         (wl-thread-refile-prev-destination): Ditto.
1385         (wl-summary-target-mark-refile-prev-destination): Ditto.
1386
1387 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1388
1389         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1390         (wl-demo-background-color): Changed default value.
1391
1392         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1393         color.
1394
1395         * wl-demo.el (wl-demo-set-background-color): New function.
1396         (wl-demo): Call it.
1397
1398 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1399
1400         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1401         * wl-address.el (wl-address-add-or-change): Don't add empty
1402         address.
1403
1404 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1405
1406         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1407
1408 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1409
1410         * wl-vars.el (wl-demo-image-filter-alist): New variable
1411         (wl-demo-background-color): Ditto.
1412
1413         * wl-demo.el (wl-demo-xpm-set-background): New function.
1414         (wl-demo-image-filter): Ditto.
1415         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1416
1417         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1418
1419         * wl-demo.el (wl-demo-icon-name): Define as function.
1420         (wl-demo-insert-image): Use it.
1421
1422 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1423
1424         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1425
1426 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1427
1428         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1429
1430 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1431
1432         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1433
1434 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1435
1436         * wl-thread.el (wl-thread-mark-as-answered): New function.
1437
1438         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1439         answered" entry.
1440         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1441         "r&" and wl-thread-mark-as-answered to "t&".
1442         (wl-summary-mark-as-important-region): Refine to toggle mark.
1443         (wl-summary-mark-as-answered-region): New function.
1444         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1445         and 3rd argument.
1446         (wl-summary-mark-as-important-internal): Likewise.
1447
1448 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1449
1450         * wl-template.el (wl-template-preview): New internal variable.
1451         (wl-template-preview-p): New function.
1452         (wl-template-show): Bind `wl-template-preview' as t.
1453
1454 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1455
1456         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1457         `elmo-message-entity-field' with 3rd argument which is non-nil.
1458
1459 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1460
1461         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1462         Removed duplicate local bind `folder'.
1463
1464 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1465
1466         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1467
1468 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1469
1470         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1471         duplicate definition.
1472
1473 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1474
1475         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1476         non-nil, use it; Don't fetch message if there's no message in the
1477         current cursor position.
1478
1479 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1480
1481         * wl-util.el (wl-region-exists-p): Use region-active-p.
1482         (wl-deactivate-region): New function.
1483         * wl-message.el (wl-message-redisplay): Deactivate region.
1484
1485         * wl-summary.el (wl-summary-reply): Call
1486         `wl-summary-set-message-buffer-or-redisplay' instead of
1487         `wl-summary-redisplay-internal', don't move point.
1488
1489 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1490
1491         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1492         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1493         by regexp.
1494
1495 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1496
1497         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1498         if no need.
1499
1500 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1501
1502         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1503         default value to nil.
1504         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1505         `wl-summary-prepare-hook'; Replace refile action to
1506         `wl-summary-exec-action-refile-with-register'.
1507
1508         * Version number is increased to 2.11.22.
1509
1510 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1511
1512         * wl-summary.el (wl-summary-detect-mark-position): Set
1513         `wl-summary-buffer-weekday-name-lang'.
1514
1515 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1516
1517         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1518         (wl-summary-mark-as-read-all): Ditto.
1519         (wl-summary-delete-messages-on-buffer): Ditto.
1520         (wl-summary-sync-update): Ditto.
1521         (wl-summary-mark-as-read-internal): Ditto.
1522         (wl-summary-mark-as-answered-internal): Ditto.
1523         (wl-summary-update-folder-info): Abolished.
1524
1525 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1526
1527         * wl-summary.el (wl-summary-mark-as-read-all): Use
1528         `wl-summary-update-folder-info' instead of
1529         `wl-folder-update-unread'.
1530
1531 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1532
1533         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1534         `wl-summary-folder-info-update'.
1535         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1536         instead of `wl-summary-folder-info-update'.
1537         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1538         `wl-folder-set-folder-updated'.
1539         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1540         instead of `wl-folder-update-unread'.
1541         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1542         the value of `wl-summary-buffer-unread-count' for the second parameter of
1543         `wl-folder-update-unread'.
1544
1545         * Version number is increased to 2.11.21.
1546
1547 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1548
1549         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1550         a local variable.
1551
1552 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1553
1554         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1555         interactively.
1556
1557         * wl-summary.el (wl-summary-mark-as-important-internal): New
1558         internal function.
1559         (wl-summary-mark-as-important): Use it.
1560         (wl-summary-mark-as-unimportant): New function.
1561         (wl-summary-sync-marks): Follow the API change.
1562
1563         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1564
1565         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1566
1567 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1568
1569         * wl-folder.el (wl-folder-update-unread): Re-indent.
1570         Narrow the scope of a local variable.
1571
1572 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1573
1574         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1575         (wl-addrmgr-merge-entries): Ditto.
1576         (wl-addrmgr): Added to address entry which exists in draft buffer
1577         if no entry is in original.
1578
1579 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1580
1581         * wl-batch.el: New file.
1582
1583 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1584
1585         * wl-vars.el (wl-use-semi): Remove unused variable.
1586
1587 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1588
1589         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1590         "?".
1591
1592 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1593
1594         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1595         wl-summary-new-mark.
1596         (wl-summary-new-cached-mark): New user option.
1597         (wl-summary-score-marks): Follow the change above.
1598         (wl-summary-auto-refile-skip-marks): Ditto.
1599         (wl-summary-incorporate-marks): Ditto.
1600         (wl-summary-expire-reserve-marks): Ditto.
1601
1602         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1603
1604         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1605         (wl-summary-persistent-mark-string): Distinguished between cached
1606         and uncached mark when the message is new.
1607
1608 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1609
1610         * wl-spam.el (wl-spam-domain): Renamed from
1611         `wl-spam-folder-guess-domain'.
1612         (wl-summary-exec-action-spam): Register as spam if domain of the
1613         source folder is good.
1614         (wl-summary-exec-action-refile-with-register): Register message if
1615         domain of the source folder is not undecided.
1616
1617 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1618
1619         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1620         detect thread loop.
1621
1622 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1623
1624         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1625         and wl-summary-skip-mark-list.
1626
1627 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1628
1629         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1630
1631         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1632
1633         * wl-spam.el (toplevel): Require wl-highlight.
1634         (wl-spam-auto-check-policy-alist): Abolish.
1635         (wl-spam-auto-check-folder-regexp-list): New user option.
1636         (wl-spam-auto-check-marks): Ditto.
1637         (wl-spam-mark-action-list): Ditto.
1638         (wl-highlight-summary-spam-face): New face.
1639         (wl-spam-auto-check-message-p): New function.
1640         (wl-spam-map-spam-messages): Fixed message.
1641         (wl-spam-register-spam-messages): Ditto.
1642         (wl-spam-register-good-messages): Ditto.
1643         (wl-summary-spam-map): Add and remove keybind.
1644         (wl-summary-target-mark-spam): Abolish.
1645         (wl-summary-refile-spam): Ditto.
1646         (wl-summary-test-spam): New function.
1647         (wl-summary-mark-spam): Ditto.
1648         (wl-summary-auto-check-spam): Follow the above change.
1649         (wl-summary-exec-action-spam): New function.
1650         (wl-summary-exec-action-refile-with-register): Fixed message.
1651         (wl-message-check-spam): New function.
1652         (wl-spam-setup): Ditto.
1653         (toplevel): Call it if this file is loaded interactivity.
1654
1655         * Version number is increased to 2.11.20.
1656
1657 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1658
1659         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1660         when new optional argument `force' is non nil or modified.
1661
1662 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1663
1664         * wl.el (toplevel): Require wl-spam when compile.
1665         (wl-save-status): Call wl-spam-save-status.
1666
1667         * wl-spam.el (wl-spam-register-spam-messages): New function.
1668         (wl-spam-register-good-messages): Ditto.
1669         (wl-spam-save-status): Ditto.
1670         (wl-summary-mode-map): Bind
1671         wl-summary-target-mark-register-as-spam to "ms" and
1672         wl-summary-target-mark-register-as-good to "mn".
1673         (wl-summary-register-as-spam): Abolish optional argument; Use
1674         wl-spam-register-spam-messages.
1675         (wl-summary-register-as-spam-all): Use
1676         wl-spam-register-spam-messages.
1677         (wl-summary-register-as-good): Abolish optional argument; Use
1678         wl-spam-register-good-messages.
1679         (wl-summary-register-as-good-all): Use
1680         wl-spam-register-good-messages.
1681         (wl-summary-target-mark-register-as-spam): New funtion.
1682         (wl-summary-target-mark-register-as-good): Ditto.
1683
1684 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1685
1686         * wl-spam.el: New file.
1687
1688 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1689
1690         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1691
1692         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1693         (wl-summary-auto-refile): Call wl-refile-guess with
1694         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1695
1696 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1697
1698         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1699         with disable-thread argument non-nil.
1700
1701 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1702
1703         * wl-summary.el (wl-summary-rescan): Added optional argument
1704         disable-thread.
1705         (wl-summary-sync): Call wl-summary-rescan with argument
1706         disable-thread.
1707         (wl-summary-input-range): Added new range `rescan-thread'.
1708
1709 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1710
1711         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1712
1713 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1714
1715         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1716         internal variable.
1717         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1718         wl-summary-search-parent-by-subject-regexp and
1719         wl-summary-divide-thread-when-subject-changed as nil.
1720         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1721         (wl-summary-insert-thread): Search parent entity from
1722         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1723         thread loop.
1724
1725 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1726
1727         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1728
1729         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1730
1731         * wl-util.el (wl-require-update-all-folder-p): New function.
1732         (wl-get-assoc-list-value): Added `function' to match directive.
1733         (wl-collect-draft): Rewrite.
1734
1735         * wl-summary.el (wl-summary-sync-update): Clear faces
1736         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1737         are non-nil.
1738         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1739         argument as function.
1740         (wl-summary-input-range): Ditto.
1741
1742         * wl-folder.el (wl-draft-get-folder): New function.
1743         (wl-folder-get-elmo-folder): Consider draft folder.
1744
1745         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1746         (wl-draft-buffer-message-number): New buffer local variable.
1747         (wl-draft-folder-internal): New internal variable.
1748         (wl-draft-delete): Rewrite.
1749         (wl-draft-save): Ditto.
1750         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1751         wl-folder-get-elmo-folder.
1752         (wl-draft-config-info-operation): Ditto.
1753         (wl-jump-to-draft-folder): Ditto.
1754         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1755         (wl-draft-reedit): Rewrite.
1756
1757         * Version number is increased to 2.11.19.
1758         
1759 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1760
1761         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1762         variable.
1763
1764 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1765
1766         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1767         Use ignore-errors instead of unwind-protect.
1768
1769 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1770
1771         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1772         for updating `wl-thread-entity-list'.
1773
1774 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1775
1776         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1777         parameter from calling `wl-thread-entity-get-older-brothers' and
1778         `wl-thread-entity-get-younger-brothers'.
1779         Replace nested `append' with a single one.
1780
1781 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1782
1783         * wl-summary.el (wl-summary-mode): Don't use the return value of
1784         `make-local-hook'.
1785
1786 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1787
1788         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1789         instead of `let*'.
1790         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1791         of local variables.
1792
1793 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1794
1795         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1796         Renamed from wl-summary-window-scroll-functions.
1797         (wl-summary-window-scroll-functions): Don't set to variable.
1798         (wl-summary-display-top): Use run-hooks.
1799         (wl-summary-display-bottom): Ditto.
1800         (wl-summary-toggle-disp-msg): Ditto.
1801         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1802         Use it instead of wl-summary-window-scroll-functions.
1803         (wl-summary-goto-folder-subr): Don't call
1804         wl-summary-window-scroll-functions, use
1805         wl-summary-buffer-window-scroll-functions instead.
1806
1807 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1808
1809         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1810         make-local-variable.
1811
1812 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1813
1814         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1815         set-buffer-modified-p.
1816         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1817         (wl-summary-display-bottom): Ditto.
1818         (wl-summary-toggle-disp-msg): Ditto.
1819
1820 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1821
1822         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1823
1824         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1825         (wl-summary-forward): Use elmo-message-entity-field instead of
1826         elmo-message-field.
1827
1828         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1829
1830 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1831
1832         * wl-summary.el (wl-summary-window-scroll-functions): No use
1833         `append'.
1834
1835 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1836
1837         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1838         function.
1839         (wl-summary-window-scroll-functions): Call it when both
1840         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1841         (wl-summary-temp-mark): Added optional argument number.
1842         (wl-summary-message-mark): Added optional argument flag.
1843         (wl-summary-persistent-mark): Added optional argument number and flag.
1844         (wl-summary-update-persistent-mark): Ditto.
1845         (wl-summary-update-status-marks): Set "r" for interactive spec.
1846
1847         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1848         argument number and flag.
1849
1850         * wl-action.el (wl-summary-registered-temp-mark): 
1851         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1852
1853 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1854
1855         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1856         internal variable (buffer local).
1857         (wl-summary-window-scroll-functions): New function.
1858         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1859         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1860         as nil.
1861         (wl-summary-update-status-marks): Added arguments beg, end and
1862         check.
1863         (wl-summary-update-mark-window): Use function.
1864         (wl-summary-sync-update): Follow the change above.
1865         (wl-summary-switch-to-clone-buffer): Copy
1866         wl-summary-buffer-unsync-mark-number-list.
1867         (wl-summary-goto-folder-subr): Set
1868         wl-summary-buffer-unsync-mark-number-list and
1869         use wl-summary-window-scroll-functions instead of
1870         wl-summary-lazy-highlight.
1871
1872         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1873
1874 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1875
1876         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1877
1878         * wl-summary.el (wl-summary-update-persistent-mark): Call
1879         wl-summary-set-message-modified.
1880
1881         * wl-summary.el (wl-summary-sync-update): Don't call
1882         wl-summary-update-status-marks.
1883
1884         * Version number is increased to 2.11.18.
1885
1886 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1887
1888         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1889         (wl-message-next-page): Ditto.
1890
1891 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1892
1893         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1894         local variable.  Change the order of a collected list into the
1895         same as the specified range.  Remove nil from a collected list.
1896
1897 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1898
1899         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1900         argument for elmo-folder-list-messages.
1901
1902 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1903
1904         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1905         change (wl-summary-count-unreads return a list instead of a cons
1906         cell).
1907
1908 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1909
1910         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1911         `wl-summary-folder-info-update'.
1912
1913 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1914
1915         * wl-summary.el (wl-summary-set-message-modified): No use
1916         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1917         (wl-summary-set-mark-modified): Abolish.
1918         (wl-summary-mark-modified-p): Ditto.
1919         (wl-summary-save-view): Follow the change above.
1920
1921         * wl-expire.el (wl-summary-expire): Likewise.
1922
1923 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1924
1925         * wl-summary.el (wl-summary-detect-mark-position): Use
1926         modb-entity-handler.
1927         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1928
1929         * Version number is increased to 2.11.17.
1930
1931 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1932
1933         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1934         entity field value.
1935         (wl-summary-prefetch-msg): Ditto.
1936         (wl-summary-print-message-with-ps-print): Ditto.
1937
1938 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1939
1940         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1941         for dummy entity.
1942         (wl-summary-insert-thread): Use elmo-message-entity-field.
1943         (wl-summary-update-thread): Use elmo-message-entity-field and
1944         elmo-message-entity-number.
1945         (wl-summary-line-number):  Use elmo-message-entity-number.
1946         (wl-summary-line-size): Use elmo-message-entity-field.
1947         (wl-summary-line-subject): Ditto.
1948         (wl-summary-line-from): Ditto.
1949         (wl-summary-line-attached): Ditto.
1950         (wl-summary-create-line): Ditto.
1951         (wl-summary-create-line): Use elmo-message-entity-number.
1952         (wl-summary-print-message-with-ps-print): Use
1953         elmo-message-entity-field.
1954
1955 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1956
1957         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1958         change in elmo-msgdb-make-message-entity.
1959         (wl-summary-buffer-set-folder): Don't call
1960         wl-summary-detect-mark-position here.
1961         (wl-summary-rescan): Call elmo-message-entity-number.
1962         (wl-summary-sync-update): Ditto.
1963         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1964
1965         * wl-score.el (wl-score-header-index): Redefine 2th element.
1966         (wl-score-overview-entity-get-extra): Abolish.
1967         (wl-score-ov-entity-get): Rewrite.
1968         (wl-score-string-index<, wl-score-string-func<): Abolish.
1969         (wl-score-string<): New function.
1970         (wl-score-string-sort): Use it.
1971
1972         * wl-refile.el (wl-refile-guess-by-history): Use
1973         elmo-message-entity-field.
1974         (wl-refile-guess-by-from): Ditto.
1975         (wl-refile-guess-by-msgid): Ditto.
1976
1977         * Version number is increased to 2.11.16.
1978
1979 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1980
1981         * wl-folder.el (wl-folder-confirm-existence): Don't call
1982         file-exists-p if msgdb-path is nil.
1983         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1984         `wl-read-folder-hist' to `wl-read-folder-history'.
1985
1986 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1987
1988         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1989         `y-or-n-p'.
1990
1991 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1992
1993         * wl-score.el (wl-score-headers): Don't use
1994         elmo-folder-do-each-message-entity.
1995
1996         * Version number is increased to 2.11.15.
1997
1998 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1999
2000         * wl-summary.el (wl-summary-delete-all-msgs): Use
2001         elmo-folder-move-messages instead of elmo-folder-delete-messages
2002         and elmo-folder-detach-messages.
2003         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2004
2005         * wl-expire.el (wl-expire-delete): Ditto.
2006         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2007
2008 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2009
2010         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2011         (wl-message-header-narrowing-fields): Ditto.
2012         (wl-message-header-narrowing-lines): Ditto.
2013         (wl-message-header-narrowing-string): Ditto.
2014
2015         * wl-summary.el (wl-summary-mode-map): Bind
2016         wl-summary-toggle-header-narrowing to "C-cC-f".
2017         (wl-summary-toggle-header-narrowing): New function.
2018
2019         * wl-message.el (wl-message-buffer-create): Call
2020         wl-message-header-narrowing-setup.
2021         (wl-message-redisplay): Call wl-message-header-narrowing.
2022         (wl-message-header-narrowing): New function.
2023         (wl-message-header-narrowing-map): New keymap.
2024         (wl-message-header-narrowing-widen-map): New keymap.
2025         (wl-message-header-narrowing-again-at-mouse): New function.
2026         (wl-message-header-narrowing-1): Ditto.
2027         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2028         (wl-message-header-narrowing-setup): Ditto.
2029         (wl-message-header-narrowing-toggle): Ditto.
2030         
2031         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2032
2033         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2034         'flag as all.
2035         (wl-use-flag-folder-help-echo): New user option.
2036
2037         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2038         wl-summary-highlight as nil.
2039         (wl-summary-set-mark-modified): Follow the API change.
2040         (wl-summary-mark-modified-p): Ditto.
2041         (wl-summary-mark-as-read-all): Ditto.
2042         (wl-summary-sync-marks): Don't call
2043         elmo-folder-list-messages-with-global-mark.
2044         (wl-summary-mark-as-read-internal): Follow the API change.
2045         (wl-summary-mark-as-answered-internal): Ditto.
2046         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2047         Follow the API change.
2048         (wl-summary-create-line): Call with number argument.
2049         (wl-summary-reply): Follow the API change.
2050
2051         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2052         function.
2053         (wl-highlight-summary-line-string): Call it when
2054         wl-use-flag-folder-help-echo is non-nil.
2055         (wl-highlight-summary-current-line): Ditto.
2056         (elmo-flag-folder-referrer): Added autoload setting.
2057
2058         * wl-draft.el (wl-draft-kill): Follow the API change.
2059
2060         * Version number is increased to 2.11.14.
2061         
2062 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2063
2064         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2065
2066 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2067
2068         * Version number is increased to 2.11.13.
2069
2070 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2071
2072         * wl-draft.el (wl-draft-previous-history-element): Fixed
2073         unbalanced parenthesis and bind unbound local variables.
2074
2075 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2076
2077         * wl-draft.el (wl-draft-previous-history-element): New function.
2078         (wl-draft-next-history-element): Ditto.
2079         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2080         them to M-p and M-n.
2081
2082 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2083
2084         * Version number is increased to 2.11.12.
2085
2086 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2087
2088         * wl-draft.el (wl-draft-hide): Select buffer-window.
2089
2090 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2091
2092         * wl-summary.el (wl-summary-narrow-to-region): New function.
2093         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2094         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2095         (wl-summary-save-region): Use it.
2096         * wl-action.el (wl-summary-collect-numbers-region)
2097         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2098
2099 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2100
2101         * wl-folder.el (wl-folder-count-incorporates): Don't use
2102         `elmo-msgdb-mark-load'
2103
2104         * Version number is increased to 2.11.11.
2105
2106 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2107
2108         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2109         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2110
2111 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2112
2113         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2114
2115 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2116
2117         * Version number is increased to 2.11.10.
2118
2119 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2120
2121         * wl-mime.el (wl-draft-attribute-value): Fixed.
2122
2123 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2124
2125         * wl-util.el (wl-copy-local-variables): New function.
2126
2127         * wl-mime.el (wl-draft-attribute-recipients): New function.
2128         (wl-draft-attribute-envelope-from): Ditto.
2129         (wl-draft-attribute-smtp-posting-server): Ditto.
2130         (wl-draft-attribute-smtp-posting-port): Ditto.
2131         (wl-draft-attribute-value): Ditto.
2132         (wl-draft-preview-message): Use it to get value for
2133         attributes. Reflect result of `wl-draft-config'.
2134
2135         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2136         and call `wl-summary-mark-as-read' before to call
2137         `wl-summary-unset-mark'.
2138         (wl-summary-target-mark-mark-as-unread): Likewise.
2139         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2140
2141 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2142
2143         * wl-mime.el (wl-draft-preview-message): Use actual value for
2144         attributes; Fix for small window.
2145
2146 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2147
2148         * wl-refile.el (wl-refile-get-field-value): Call
2149         `elmo-message-entity-field' with 3rd argument is non-nil.
2150
2151 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2152
2153         * wl-vars.el (wl-draft-preview-attributes): New user option.
2154         (wl-draft-preview-attributes-list): Ditto.
2155         (wl-draft-preview-attributes-buffer-lines): Ditto.
2156         (wl-draft-preview-attributes-buffer-name): Ditto.
2157
2158         * wl-mime.el (wl-draft-preview-message): Display attributes.
2159
2160 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2161
2162         * wl-summary.el (wl-summary-detect-mark-position): Bind
2163         wl-summary-flag-priority-list to '(new).
2164
2165 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2166
2167         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2168         funtion.
2169         (wl-highlight-summary-line-string): Use it.
2170         (wl-highlight-summary-current-line): Ditto.
2171
2172 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2173
2174         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2175         line even when the mark string is not changed.
2176
2177         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2178         argument change in the wl-summary-create-line.
2179         (wl-thread-insert-entity-sub): Ditto.
2180
2181         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2182         argument change in the wl-summary-create-line.
2183         (wl-summary-insert-sequential): Ditto.
2184         (wl-summary-update-thread): Ditto.
2185         (wl-summary-persistent-mark-string): New inline function.
2186         (wl-summary-message-mark): Use it.
2187         (wl-summary-create-line): Abolish argument wl-persistent-mark
2188         and added wl-flags, wl-cached.
2189
2190         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2191         mark to flags.
2192         (wl-highlight-summary-current-line): Decide the face not by the 
2193         persistent mark but flags.
2194
2195 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2196
2197         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2198         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2199         wl-summary-read-uncached-mark): Revive.
2200         (wl-summary-answered-cached-mark,
2201         wl-summary-answered-uncached-mark): New user option.
2202         (wl-summary-score-marks): Follow the change above.
2203         (wl-summary-auto-refile-skip-marks): Ditto.
2204         (wl-summary-incorporate-marks): Ditto.
2205         (wl-summary-expire-reserve-marks): Ditto.
2206         (wl-summary-flag-priority-list): New user option.
2207
2208         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2209         changes.
2210         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2211         of elmo-message-mark.
2212         (wl-summary-mark-as-read-internal): Ditto.
2213         (wl-summary-mark-as-answered): Ditto.
2214         (wl-summary-mark-as-important): Ditto.
2215         (wl-summary-redisplay-internal): Ditto.
2216         (wl-summary-redisplay-no-mime-internal): Ditto.
2217         (wl-summary-message-mark): New function.
2218         (wl-summary-insert-sequential): Use wl-summary-message-mark
2219         instead of elmo-message-mark.
2220         (wl-summary-update-thread): Ditto.
2221         (wl-summary-persistent-mark): Ditto.
2222         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2223         instead of elmo-message-mark.
2224
2225         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2226         wl-summary-message-mark instead of elmo-message-mark.
2227         (wl-thread-insert-entity-sub): Ditto.
2228         (wl-thread-get-children-msgs-uncached): Ditto.
2229
2230         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2231         variable name changes.
2232         (wl-highlight-summary-current-line): Ditto.
2233
2234         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2235         wl-summary-message-mark instead of elmo-message-mark.
2236
2237         * wl-expire.el (wl-expire-message-p): Ditto.
2238
2239         * wl-score.el (wl-score-headers): Ditto.
2240
2241         * Version number is increased to 2.11.9.
2242
2243         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2244         (wl-summary-sync-update): Follow the change above.
2245         (wl-summary-switch-to-clone-buffer): Ditto.
2246         (wl-summary-open-folder): Ditto.
2247
2248 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2249
2250         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2251         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2252
2253         * Version number is increased to 2.11.8.
2254
2255         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2256
2257         * wl-expire.el (wl-expire-refile): Follow the API change on
2258         `elmo-folder-move-messages'.
2259         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2260
2261         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2262         (wl-summary-exec-action-refile): Ditto.
2263         (wl-summary-exec-action-copy): Ditto.
2264         (wl-summary-no-auto-refile-message-p): No use
2265         `wl-summary-buffer-msgdb'.
2266         (wl-summary-auto-refile): Ditto.
2267
2268 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2269
2270         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2271
2272 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2273
2274         * wl-summary.el (wl-summary-sync): Treat no-sync.
2275
2276         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2277         (wl-default-sync-range): Ditto.
2278
2279 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2280
2281         * wl-refile.el (wl-refile-subject-learn): Call
2282         `elmo-message-entity-field' with 3rd argument is non-nil.
2283         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2284         instead of `elmo-msgdb-overview-entity-get-subject'.
2285
2286 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2287
2288         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2289         scan-type is rescan.
2290         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2291         new optional argument force is non-nil.
2292         (wl-summary-save-view-cache): Call it with force argument non-nil.
2293
2294         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2295
2296 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2297
2298         * wl-action.el (wl-summary-print-argument): Fixed last change.
2299
2300 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2301
2302         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2303         simplified.
2304         (wl-summary-target-mark-mark-as-unread): Likewise.
2305         (wl-summary-target-mark-mark-as-important): Likewise.
2306
2307 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2308
2309         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2310         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2311         (wl-summary-mark-as-important-region): Change accordingly.
2312         (wl-summary-target-mark-mark-as-important): Ditto.
2313
2314 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2315
2316         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2317
2318         * wl-action.el (wl-summary-print-argument): Print argument to
2319         right side of window if `wl-summary-print-argument-within-window'
2320         is non-nil.
2321
2322 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2323
2324         * wl-action.el (wl-summary-set-mark): Use
2325         `wl-summary-message-visible-p' to check visibility of the message
2326         and jump to message only when the message line is visible and have
2327         different number; Call wl-summary-unset-mark with number argument.
2328         (wl-summary-unset-mark): 
2329         Use `wl-summary-message-visible-p'
2330         to check visibility of the message and jump to message only when
2331         the message line is visible and have different number;
2332
2333 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2334
2335         * Version number is increased to 2.11.7.
2336
2337         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2338         and wl-folder-summary-line-format.
2339
2340         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2341         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2342         (wl-summary-set-score-mark): Use it.
2343         (wl-summary-target-mark-mark-as-read): Ditto.
2344         (wl-summary-target-mark-mark-as-unread): Ditto.
2345         (wl-summary-target-mark-mark-as-important): Ditto.
2346         (wl-summary-target-mark-msgs): Simplified.
2347         (wl-summary-detect-mark-position): Fixed problem when
2348         summary-line-format no contain persisten/temp mark spec.
2349         (wl-summary-temp-mark): Ditto.
2350         (wl-summary-persistent-mark): Ditto.
2351         (wl-summary-update-persistent-mark): Ditto.
2352
2353         * wl-action.el (wl-summary-set-mark): Ditto.
2354         (wl-summary-unset-mark): Ditto.
2355         All other related portions are changed.
2356
2357 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2358
2359         * Version number is increased to 2.11.6.
2360
2361 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2362
2363         * wl-util.el (wl-current-message-buffer): Define as function;
2364         Don't use the value of wl-messge-buffer.
2365
2366         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2367         persistent mark.
2368
2369         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2370         no current message, cause an error.
2371
2372 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2373
2374         * wl-summary.el (wl-summary-set-message-modified): Use
2375         elmo-folder-set-message-modified instead of
2376         elmo-folder-set-message-modified-internal.
2377
2378 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2379
2380         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2381         interactively.
2382         (wl-summary-sync): nokill->entirely.
2383         (wl-summary-sync-marks): Fixed message.
2384         (wl-summary-input-range): Added mark, nokill->entirely.
2385
2386         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2387         messages as read.
2388
2389 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2390
2391         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2392         update-noscore.
2393         (wl-summary-sync): Follow the change above.
2394
2395 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2396
2397         * wl-action.el (wl-summary-target-mark-all): Use
2398         elmo-folder-list-messages.
2399
2400 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2401
2402         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2403         (wl-summary-rescan): Set wl-summary-scored as nil.
2404         (wl-summary-sync-force-update): Follow the change above.
2405         (wl-summary-sync): Ditto.
2406         (wl-summary-sync-update): Added argument disable-killed.
2407         (wl-summary-insert-headers): Set visible-only argument for
2408         elmo-folder-list-messages.
2409         (wl-summary-input-range): Added update-nokill, update-noscore,
2410         all-nokill, all-noscore and mark.
2411
2412         * Version number is increased to 2.11.5.
2413
2414         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2415
2416 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2417
2418         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2419         (wl-summary-prefetch-region-no-mark): Change accordingly.
2420         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2421
2422 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2423
2424         * wl-address.el (wl-complete-field-to): Abolished.
2425         (wl-complete-address): Completion function for completing-read.
2426         * wl-action.el (wl-summary-get-resend-address): Use it.
2427
2428         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2429         wl-summary-update-mark and abolish unused argument.
2430         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2431         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2432         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2433         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2434         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2435         * wl-draft.el (wl-draft-kill): Ditto.
2436
2437         * wl-summary.el: Remove unused binding of case-fold-search.
2438         (wl-summary-replace-status-marks): Abolished.
2439
2440 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2441
2442         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2443         is specified or folder length is zero.
2444
2445 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2446
2447         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2448         (wl-folder-archive-current-entity): Ditto.
2449
2450 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2451
2452         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2453         retrieving message mark.
2454         (wl-summary-redisplay-internal): Ditto.
2455
2456         * wl-message.el (wl-message-buffer-display): Ignore errors while
2457         retrieving message-id field.
2458
2459         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2460         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2461         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2462         order of the arguments for `wl-expire-message-p'.
2463         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2464
2465         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2466         Check return value of wl-summary-reply.
2467         (wl-summary-reply): Recover window configuration when an error occured.
2468
2469 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2470
2471         * wl-summary.el (wl-summary-resend-message): Abolished, the
2472         feature is inherited by wl-summary-resend (put resend mark).
2473
2474 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2475
2476         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2477         wl-message-buffer to nil when the message is hide.
2478
2479 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2480
2481         * .cvsignore: New file.
2482
2483 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2484
2485         * wl-action.el (wl-summary-action-docstring): Add more info.
2486         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2487         duplicate definition.
2488         (wl-summary-define-mark-action): Functions wl-summary-*-region
2489         keep current position.
2490         (wl-summary-unregister-target-mark): Store result to the variable.
2491
2492 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2493
2494         * Version number is increased to 2.11.4.
2495
2496 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2497
2498         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2499         wl-summary-delete-all-temp-marks.
2500         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2501
2502         * wl-action.el (wl-summary-set-mark): Changed terminology
2503         refile-destination -> action-argument.
2504         (wl-summary-unset-mark): Ditto.
2505         (wl-summary-remove-argument): Ditto.
2506         (wl-summary-print-argument): Ditto.
2507
2508         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2509         (wl-thread-remove-argument-region): Ditto.
2510         (wl-thread-print-argument-region): Ditto.
2511         (wl-thread-close): Ditto.
2512         (wl-thread-open): Ditto.
2513
2514         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2515         (wl-highlight-refile-destination-face is abolished)
2516         (wl-highlight-action-argument-string): Ditto.
2517         (wl-highlight-summary-current-line): Highlight action argument.
2518
2519         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2520         color for light backgrounds.
2521         (wl-highlight-summary-answered-face): Ditto.
2522
2523 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2524
2525         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2526
2527         * wl-score.el (wl-summary-score-update-all-lines): Use
2528         wl-summary-set-mark.
2529         (wl-summary-score-update-all-lines): Kill expunged messages.
2530
2531         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2532
2533 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2534
2535         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2536         directly.
2537         (wl-score-overview-entity-get-lines): Ditto.
2538         (wl-score-overview-entity-get-xref): Ditto.
2539         (wl-score-get-latest-msgs): Ditto.
2540         (wl-summary-rescore): Ditto.
2541
2542         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2543         to "&".
2544         (wl-summary-mark-as-answered-internal): New inline function.
2545         (wl-summary-mark-as-answered): New function.
2546         (wl-summary-mark-as-unanswered): Ditto.
2547         (wl-summary-sync-marks): Modified for answered-mark synching.
2548
2549 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2550
2551         * wl-action.el (wl-summary-set-mark): Fixed last change.
2552
2553 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2554
2555         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2556         behavior of wl-summary-unread-message-hook
2557         (Pointed out by akira yamada <akira@arika.org>).
2558
2559 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2560
2561         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2562         wl-summary-delete.
2563         * wl-xmas.el (wl-summary-toolbar): Ditto.
2564
2565         * wl-action.el (wl-summary-set-mark): Don't override current
2566         temp-mark.
2567
2568         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2569
2570 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2571
2572         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2573         (wl-refile-msgid-learn): Ditto.
2574         (wl-refile-get-field-value): Ditto.
2575
2576         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2577
2578         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2579         (wl-expire-delete-reserved-messages): Renamed from
2580         wl-expire-reserve-marked-msgs-from-list.
2581         (wl-expire-delete): Removed argument `msgdb'.
2582         (wl-expire-refile): Ditto.
2583         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2584         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2585         mark-alist as argument.
2586         (wl-expire-archive-number1): Removed argument `msgdb'.
2587         (wl-expire-archive-number2): Ditto.
2588         (wl-expire-archive-date): Ditto.
2589         (wl-expire-localdir-date): Ditto.
2590         (wl-expire-hide): Ditto.
2591         (wl-archive-number1): Ditto.
2592         (wl-archive-number2): Ditto.
2593         (wl-archive-date): Ditto.
2594         (wl-archive-folder): Ditto.
2595         All other related portions are changed.
2596
2597 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2598
2599         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2600         mean move up and down. (suggested by Takashi Kawachi)
2601
2602 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2603
2604         * wl-acap.el (toplevel): Don't require un-define.
2605
2606 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2607
2608         * wl-thread.el (wl-thread-delete-message): Always update
2609         wl-summary-buffer-number-list.
2610
2611         * wl-action.el (wl-summary-print-destination): 
2612         Do nothing when folder is nil.
2613
2614 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2615
2616         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2617         persistent mark when prefetch is succeeded.
2618
2619 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2620
2621         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2622         instead of elmo-msgdb-delete-msgs.
2623         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2624         (wl-expire-hide): Ditto.
2625
2626         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2627
2628         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2629         elmo-msgdb interface.
2630         (wl-thread-get-exist-children): Likewise.
2631         (wl-thread-insert-message): Likewise.
2632         (wl-thread-msg-mark-as-important): Likewise.
2633         (wl-thread-insert-entity-sub): Likewise.
2634         (wl-thread-get-children-msgs-uncached): Likewise.
2635
2636         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2637         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2638         (wl-summary-sync-update): Likewise.
2639         (wl-summary-auto-select-msg-p): Likewise.
2640         (wl-summary-update-thread): Likewise.
2641         (wl-summary-mark-as-important): Likewise.
2642         (wl-summary-jump-to-msg-internal): Likewise.
2643         (wl-summary-redisplay-internal): Likewise.
2644         (wl-summary-print-message-with-ps-print): Likewise.
2645         (wl-summary-folder-info-update): Likewise.
2646
2647         * wl-folder.el (wl-folder-check-one-entity):
2648         elmo-folder-count-flags instead of wl-summary-count-unread.
2649
2650         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2651
2652         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2653
2654         * wl-summary.el (wl-summary-set-message-modified): 
2655         Call wl-summary-set-mark-modified.
2656         (wl-summary-delete-messages-on-buffer): Call
2657         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2658         (wl-summary-sync-update): Call elmo-folder-length instead of
2659         elmo-folder-messages.
2660         (wl-summary-insert-headers): Don't call
2661         elmo-folder-list-message-entities.
2662
2663 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2664
2665         * wl-action.el (wl-summary-define-mark-action): Call
2666         `wl-summary-set-mark' with argument `data'.
2667         (wl-summary-auto-refile): Fixed order of arguments when call
2668         `wl-summary-refile'.
2669
2670 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2671
2672         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2673
2674         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2675
2676         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2677         (Renamed from wl-highlight-summary-deleted-face).
2678         (wl-highlight-summary-resend-face): New face.
2679
2680         (wl-highlight-summary-deleted-face): Renamed from
2681         wl-highlight-summary-erased-face.
2682
2683         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2684
2685         * wl-action.el (wl-summary-get-resend-address): New function.
2686         (wl-summary-exec-action-resend): Ditto.
2687         (wl-summary-exec-action-resend-subr): Ditto.
2688
2689         * w-thread.el (wl-thread-copy): Removed definition.
2690         (wl-thread-refile): Ditto.
2691         (wl-thread-delete): Ditto.
2692         (wl-thread-target-mark): Ditto.
2693
2694         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2695         (wl-summary-target-mark-set-action): Fixed.
2696         (wl-summary-define-mark-action): Fixed quotation.
2697         (wl-summary-move-mark-list-messages): Display message.
2698         (wl-summary-define-mark-action): Define thread functions.
2699         (wl-summary-exec-action-refile): Changed message.
2700         (wl-summary-exec): Ditto.
2701
2702 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2703         
2704         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2705         '%%'.
2706
2707 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2708
2709         * wl.el (toplevel): Require wl-action.
2710         (wl-init): Call wl-summary-define-mark-action.
2711
2712         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2713
2714         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2715         wl-summary-delete and wl-summary-erase.
2716         (wl-summary-mode-map): Ditto.
2717
2718         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2719         wl-delete-folder-alist.
2720
2721         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2722         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2723         (toplevel): Moved mark & action related functions to the wl-action.el.
2724
2725         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2726         in wl-summary-mark-action-list.
2727         (wl-highlight-summary-current-line): Ditto.
2728
2729         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2730         empty lines.
2731
2732         * wl-action.el: New file. 
2733
2734 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2735
2736         * wl-summary.el (wl-summary-target-mark-replace): New function.
2737         (wl-summary-target-mark-prefetch): Use it.
2738         (wl-summary-target-mark-delete): Ditto.
2739         (toplevel): Rearranged definition order.
2740         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2741         (wl-summary-target-mark-erase): Rewrite.
2742         (wl-summary-erase-region): New function.
2743         (wl-summary-exec-action-erase): Changed message.
2744         (wl-summary-move-mark-list-messages): New function.
2745         (wl-summary-exec-action-delete): Use it.
2746         (wl-summary-exec-action-erase): Ditto.
2747
2748         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2749         (wl-summary-skip-mark-list): Added "d".
2750
2751         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2752         while searching.
2753
2754         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2755         and define using defcustom;
2756         Define 4th element as a face.
2757         
2758         * wl-summary.el (wl-summary-incorporate): Use 
2759         `wl-summary-prefetch-region-no-mark' instead of
2760         `wl-summary-prefetch-region'.
2761         (wl-summary-prefetch-region-no-mark): Revival of old
2762         `wl-summary-prefetch-region'.
2763         (wl-summary-mark-action-list): Moved to wl-vars.el
2764
2765         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2766         face according to the `wl-summary-mark-action-list'.
2767         (wl-highlight-summary-current-line): Ditto;
2768         Removed destination highlighting.
2769
2770         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2771         (wl-highlight-summary-line-string): Highlight for "i" mark.
2772         (wl-highlight-summary-current-line): Ditto.
2773
2774         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2775         no destination.
2776
2777         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2778         exists, just go ahead.
2779         (wl-summary-prefetch-region): Rewrite.
2780         (wl-summary-prefetch): Ditto.
2781         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2782         (wl-summary-exec-action-prefetch): New function.
2783         (wl-summary-target-mark-prefetch): Rewrite.
2784
2785 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2786
2787         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2788         (wl-highlight-summary-line-string): Added "d" and "D".
2789         (wl-highlight-summary-current-line): Ditto.
2790
2791         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2792         in wl-summary.el.
2793         (wl-thread-insert-entity-sub): Ditto.
2794         (wl-thread-remove-destination-region): Ditto.
2795         (wl-thread-print-destination-region): Ditto.
2796
2797         * wl-summary.el (wl-summary-buffer-refile-list,
2798         wl-summary-buffer-delete-list,
2799         wl-summary-buffer-copy-list): Abolish.
2800         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2801         All other related portions are changed.
2802         (wl-summary-mark-action-list): New variable.
2803         (wl-summary-set-mark): New function.
2804         (wl-summary-register-target-mark): Ditto.
2805         (wl-summary-unregister-target-mark): Ditto.
2806         (wl-summary-have-target-mark-p): Ditto.
2807         (wl-summary-register-temp-mark): Ditto.
2808         (wl-summary-unregister-temp-mark): Ditto.
2809         (wl-summary-registered-temp-mark): Ditto.
2810         (wl-summary-collect-temp-mark): Ditto.
2811         (wl-summary-unset-mark): Ditto.
2812         (wl-summary-set-target-mark): Ditto.
2813         (wl-summary-unset-target-mark): Ditto.
2814         (wl-summary-set-action-generic): Ditto.
2815         (wl-summary-unset-action-generic): Ditto.
2816         (wl-summary-exec-action-delete): Ditto.
2817         (wl-summary-exec-action-erase): Ditto.
2818         (wl-summary-set-action-refile): Ditto.
2819         (wl-summary-set-action-refile-subr): Ditto.
2820         (wl-summary-unset-action-refile): Ditto.
2821         (wl-summary-make-destination-numbers-list): Ditto.
2822         (wl-summary-exec-action-refile): Ditto.
2823         (wl-summary-set-action-copy): Ditto.
2824         (wl-summary-unset-action-copy): Ditto.
2825         (wl-summary-exec-action-copy): Ditto.
2826         (wl-summary-collect-numbers-region): Ditto.
2827         (wl-summary-delete): Rewrite.
2828         (wl-summary-erase): Ditto.
2829         (wl-summary-remove-destination): Ditto.
2830         (wl-summary-exec): Ditto.
2831         (wl-summary-exec-region): Ditto.
2832         (wl-summary-target-mark-erase): Ditto.
2833         (wl-summary-refile): Ditto.
2834         (wl-summary-copy): Ditto.
2835         (wl-summary-unmark): Ditto.
2836         (wl-summary-delete-all-mark): Ditto.
2837         (wl-summary-mark-line): Don't highlight.
2838         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2839         (wl-summary-target-mark-refile-subr): Rewrite.
2840
2841         (wl-summary-copy-prev-destination): Abolish.
2842
2843 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2844
2845         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2846         default values along the value of wl-on-mule.
2847         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2848         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2849         It is not used anywhere.
2850
2851 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2852
2853         * wl-summary.el (wl-summary-print-destination): Keep position.
2854         (wl-summary-cursor-move-surface): Keep horizontal position.
2855
2856 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2857
2858         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2859         write sendlog.
2860
2861 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2862
2863         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2864         `wl-summary-highlight'.
2865
2866 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2867
2868         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2869         trivial condition for temp-mark.
2870
2871 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2872
2873         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2874         when it hits killed buffer.
2875
2876 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2877
2878         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2879         * wl-news.el.in: `message' and `error' take format string.
2880
2881 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2882
2883         * wl-folder (wl-folder-insert-entity): Display a message,
2884         `...done', when the work finish.
2885         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2886
2887 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2888
2889         * wl-message.el (wl-message-redisplay): Remove unused local
2890         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2891
2892 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2893
2894         * wl-summary.el (wl-summary-replace-status-marks): Disable
2895         interactive use.
2896         (wl-summary-reedit): Check message existence at first.
2897         (wl-summary-mark-line): Fix doc, return value is indefinite.
2898
2899         * wl-highlight.el (wl-highlight-message): Arranged.
2900
2901         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2902         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2903         check temp-mark by wl-summary-temp-mark always.
2904         (wl-highlight-summary): Change accordingly.
2905         * wl-summary.el (wl-summary-mark-as-read-all)
2906         (wl-summary-delete-cache, wl-summary-set-score-mark)
2907         (wl-summary-mark-as-unread, wl-summary-unmark)
2908         (wl-summary-mark-line, wl-summary-mark-as-read)
2909         (wl-summary-mark-as-important): Ditto.
2910
2911         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2912         end of the window if possible.
2913         * wl-summary.el (wl-summary-sync-update): Support lazy
2914         highlighting.
2915         (wl-summary-toggle-disp-msg): Ditto.
2916
2917 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2918
2919         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2920
2921 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2922
2923         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2924         change.
2925
2926 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2927
2928         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2929         API.
2930         (wl-summary-sync-update): Ditto.
2931
2932         * wl-score.el (wl-score-get-score-alist): Changed argument.
2933         (wl-summary-rescore-msgs): Likewise.
2934         (wl-summary-score-headers): Likewise.
2935         (wl-score-headers): Likewise;
2936         Use elmo-folder-do-each-message-entity, etc.
2937         (wl-summary-score-effect): Follow the changes above.
2938         (wl-summary-rescore): Ditto.
2939         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2940         (wl-score-get-overview): Abolish.
2941
2942         * wl-summary.el (wl-summary-default-from): Follow the API change in
2943         elmo-msgdb.
2944         (wl-summary-count-unread): Ditto.
2945         (wl-summary-detect-mark-position): Ditto.
2946         (wl-summary-overview-entity-compare-by-date): Ditto.
2947         (wl-summary-overview-entity-compare-by-number): Ditto.
2948         (wl-summary-overview-entity-compare-by-from): Ditto.
2949         (wl-summary-overview-entity-compare-by-subject): Ditto.
2950         (wl-summary-get-list-info): Ditto.
2951         (wl-summary-rescan): Ditto.
2952         (wl-summary-jump-to-msg-by-message-id): Ditto.
2953         (wl-summary-sync-update): Ditto; Removed comment.
2954         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2955         (wl-summary-insert-message): Use wl-summary-insert
2956         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2957         (wl-summary-insert-headers): Changed argument overview to folder.
2958         (wl-summary-search-by-subject): Likewise.
2959         (wl-summary-insert-thread): Renamed from 
2960         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2961
2962         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2963         too.
2964
2965         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2966         wl-string-member.
2967
2968 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2969
2970         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2971         elmo-folder-append-buffer.
2972         (wl-draft-queue-append): Likewise.
2973
2974         * wl-mime.el (wl-message-delete-current-part): Ditto.
2975         (wl-summary-burst-subr): Ditto.
2976
2977         * wl-news.el.in (wl-news-send-news): Ditto.
2978
2979 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2980
2981         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2982         function.
2983         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2984         (wl-summary-update-mark): Enclose with save-excursion.
2985         (wl-summary-mark-as-read-internal): Fixed last change.
2986         (wl-summary-mark-as-important): Use 3rd argument of
2987         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2988         Don't use elmo-msgdb-set-mark.
2989         (wl-summary-redisplay-internal): If msgdb flag is already read,
2990         just update the mark on buffer.
2991
2992 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2993
2994         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2995         cut visible folder when elmo-folder-delete returns non-nil value.
2996
2997 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2998
2999         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3000         by Kenichi OKADA <okada@opaopa.org>).
3001
3002 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3003
3004         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3005
3006 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3007
3008         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3009         Fixed the last change, search group entity by its real name.
3010         (Thanks to: KOBAYASHI Shinji)
3011
3012 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3013
3014         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3015         (wl-fldmgr-access-display-all): Don't refer visible name.
3016         * wl-expire.el (wl-folder-archive-current-entity)
3017         (wl-folder-expire-current-entity): Ditto.
3018         * wl-folder.el (wl-folder-jump-to-current-entity)
3019         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3020         (wl-folder-open-folder-sub,wl-folder-open-all)
3021         (wl-folder-write-current-folder): Ditto.
3022         (wl-folder-insert-entity): Don't use petname for normal group.
3023         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3024         is the real name.
3025         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3026         Abolished.
3027
3028 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3029
3030         * wl-draft.el (wl-draft-create-buffer): Add
3031         `wl-summary-reply-with-citation'
3032
3033 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3034
3035         * wl-draft.el (wl-draft-reply): Fixed.
3036
3037 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3038
3039         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3040         when `wl-draft-send-confirm-with-preview' is non-nil.
3041         You can scroll up/down by j/k.
3042         (wl-draft-send-confirm-with-preview): New variable (default=t).
3043
3044 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3045
3046         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3047         (wl-fldmgr-save-folders): Fix comment.
3048
3049 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3050
3051         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3052         along the last change in `wl-folder-buffer-group-p'.
3053
3054 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3055
3056         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3057         folder.
3058
3059         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3060         the default value.
3061
3062         * wl-mime.el (wl-summary-burst): Update summary only when target
3063         folder equals current folder.
3064
3065 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3066
3067         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3068
3069 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3070
3071         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3072         value.
3073
3074 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3075
3076         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3077         `map-extents' instead of `extent-at' repeatedly.
3078         (wl-highlight-folder-current-line): Ditto.
3079
3080         * wl-highlight.el: Remove useless dummy functions.
3081
3082 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3083
3084         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3085         (wl-folder-put-folder-property): New function to put text property.
3086         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3087         (wl-folder-insert-entity, wl-folder-update-diff-line)
3088         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3089         * wl-e21.el, wl-xmas.el, wl-mule.el
3090         (wl-highlight-folder-current-line): Ditto.
3091         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3092         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3093         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3094         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3095
3096 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3097
3098         * Version number is increased to 2.11.3.
3099
3100 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3101
3102         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3103         Resume current-buffer since it is assumed by remaining tasks.
3104
3105 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3106
3107         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3108         (wl-folder-completion-function): Abolished.
3109         (wl-folder-complete-folder): New function.
3110         (wl-folder-complete-filter-condition): Ditto.
3111         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3112         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3113
3114 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3115
3116         * wl-draft.el (wl-draft-send-confirm): New function.
3117         (wl-draft-send): Use it.
3118
3119         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3120         cursor-in-echo-area while confirming.
3121
3122         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3123
3124         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3125         searching via nntp if wl-summary-search-via-nntp is 'force.
3126         Otherwise, invoke searching in nntp folder only.
3127         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3128
3129         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3130         explicitly for mime-make-text-tag.
3131
3132 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3133
3134         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3135         `mime-make-text-tag' instead of `mime-create-tag'.
3136
3137 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3138
3139         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3140         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3141
3142 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3143
3144         * wl-score.el (wl-score-save): Bind print-length and print-level.
3145         (wl-score-pretty-print): Ditto.
3146         (wl-score-edit-insert-header-entry): Ditto.
3147
3148         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3149         "From" entry to be treated with wl-draft-eword-encode-address-list.
3150         * wl-mime.el (wl-draft-preview-message): Ditto.
3151
3152         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3153         (wl-summary-mark-as-unread): Ditto.
3154         (wl-summary-mark-as-read-region): Change accordingly.
3155         (wl-summary-mark-as-unread-region): Ditto.
3156         (wl-summary-target-mark-mark-as-read): Ditto.
3157         (wl-summary-target-mark-mark-as-unread): Ditto.
3158
3159 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3160
3161         * Version number is increased to 2.11.2.
3162
3163 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3164
3165         * wl-news.el.in (wl-news-previous-version-save): Bind
3166         print-length and print-level.
3167         * wl-thread.el (wl-thread-save-entities): Ditto.
3168         (wl-thread-save-top-list): Bind print-length.
3169
3170 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3171
3172         * wl-highlight.el (wl-highlight-summary-line-string): Use
3173         wl-summary-score-below-mark, wl-summary-score-over-mark.
3174         (wl-highlight-summary-current-line): Ditto.
3175
3176 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3177
3178         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3179         insert it.
3180
3181 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3182
3183         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3184
3185 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3186
3187         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3188         message without msgid.
3189         Rewrite with elmo-folder-move-messages.
3190         Set wl-message-buffer to nil.
3191
3192         * wl-summary.el (wl-summary-erase-subr): New function. Use
3193         elmo-folder-move-messages.
3194         (wl-summary-erase): Call it.
3195         (wl-summary-target-mark-erase): Ditto.
3196
3197 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3198
3199         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3200         it is not up-tp-date.
3201
3202 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3203
3204         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3205         buffer after calling `wl-summary-goto-folder-subr' without the
3206         argument `interactive'.
3207         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3208
3209 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3210
3211         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3212         `mime-create-tag'. Use `string=' instead of `looking-at'.
3213
3214 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3215
3216         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3217         to avoid compile warning.
3218
3219         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3220         entity-id when folder is given.
3221         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3222         save-excursion, use save-selected-window instead.
3223         Select folder buffer window if exists.
3224         (To correct behavior with wl-folder-move-cur-folder.)
3225
3226 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3227
3228         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3229
3230 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3231
3232         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3233         list-count instead of %d.
3234
3235 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3236
3237         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3238         (wl-news): Set it.
3239         (wl-news-append-to-folder): Use it.
3240
3241         * wl-news.el.in (wl-news-send-news): Append to specified folder
3242         instead of wl-default-folder.
3243         (wl-news-append-to-folder): Show error message with specified folder.
3244
3245         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3246                 In most major modes, Emacs assumes that any opening
3247                 delimiter found at the left margin is the start of a
3248                 top-level definition, or defun. Therefore, *never put an
3249                 opening delimiter at the left margin unless it should have
3250                 that significance.*
3251
3252         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3253
3254 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3255
3256         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3257
3258 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3259
3260         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3261
3262 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3263
3264         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3265         for sequential numbering case.
3266
3267 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3268
3269         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3270         value.
3271         (wl-draft-reply-without-argument-list): Ditto.
3272         (wl-draft-reply-myself-with-argument-list): Abolish.
3273         (wl-draft-reply-myself-without-argument-list): Ditto.
3274         * wl-draft.el (wl-draft-self-reply-p): New function.
3275         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3276
3277 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3278
3279         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3280         (avoid error for the case without byte-compiling)
3281
3282 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3283
3284         * wl-news.el.in (wl-news-append-to-folder): New function.
3285         (wl-news-exit): Rewrite.
3286         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3287
3288 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3289
3290         * wl-draft.el (wl-draft-reply-position): New function.
3291         (wl-draft-reply-position): Fix.
3292         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3293         (wl-summary-target-mark-reply-with-citation): Ditto.
3294         (wl-summary-reply-with-citation): Ditto.
3295         * wl-vars.el (wl-draft-reply-default-position): New variable.
3296
3297 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3298
3299         * wl-draft.el (wl-draft-send): Preview when interactive send.
3300
3301 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3302
3303         * wl-draft.el (wl-draft-reply): Set default position.
3304         * wl-summary.el (wl-summary-reply): Ditto.
3305         (wl-summary-reply-with-citation): Ditto.
3306         (wl-summary-target-mark-reply-with-citation): Ditto.
3307
3308 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3309
3310         * wl-news.el.in (wl-news-lang): Set default value according to
3311         current-language-environment.
3312         (wl-news-append-news): Do nothing when news-list is nil.
3313
3314 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3315
3316         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3317         (wl-news): Change message.
3318         (wl-news-exit): Check buffer.
3319         (wl-news-force-exit): New function.
3320         (wl-news-show-all): New function.
3321         (wl-news-discard-and-exit): Fix.
3322
3323 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3324
3325         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3326         according to current-language-environment.
3327
3328         * wl-news.el.in (wl-news): If arg, show all NEWS after
3329         wl-news-default-previous-version.
3330
3331 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3332
3333         * wl-news.el.in (wl-news-check): Rewritten.
3334         (wl-news-previous-version-load): Change data type.
3335         (wl-news-previous-version-save): Change data type.
3336         (wl-news-append-news): Add return value.
3337         (wl-news-check-news): New function.
3338         (wl-news-already-current-p): New function.
3339         (wl-news-send-news): Rewritten.
3340         (wl-news-mode-map): Add new keybind.
3341         (wl-news): Rewritten.
3342         (wl-news-exit): Rewritten.
3343         (wl-news-discard-and-mail): New function.
3344         (wl-news-send-to-address): Abolished.
3345         * wl.el (wl-init): Delete a message.
3346
3347 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3348
3349         * wl-news.el.in (wl-news-exit): Update previous version.
3350         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3351
3352 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3353
3354         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3355
3356 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3357
3358         * wl-news.el.in (wl-news): New function.
3359         (wl-news-mode): New function.
3360         (wl-news-next-line): New function.
3361         (wl-news-next-page): New function.
3362         (wl-news-exit): New function.
3363         (wl-news-buf-name): New variable.
3364         (wl-news-mode-map): New variable.
3365         (wl-news-winconf): New variable.
3366         (wl-news-append-news): Add an option.
3367
3368 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3369
3370         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3371
3372 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3373
3374         * wl-news.el.in (wl-news-send-to-address): New variable.
3375         (wl-news-send-news): Use it.
3376         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3377         Return updating status.
3378         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3379
3380 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3381
3382         * wl-news.el.in (wl-news-send-news): Delete
3383         Organization and X-Face.
3384
3385 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3386
3387         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3388         (wl-news-append-news): New function.
3389         (wl-news-send-news): New function.
3390
3391 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3392
3393         * Version number is increased to 2.11.1.
3394
3395 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3396
3397         * wl-news.el.in : New file.
3398
3399 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3400
3401         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3402         default value.
3403         (wl-draft-reply-without-argument-list): Ditto.
3404
3405 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3406
3407         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3408         (wl-message-buffer-prefetch-idle-time): Ditto.
3409         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3410
3411 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3412
3413         * wl-thread.el (wl-thread-insert-message): Use
3414         wl-summary-max-thread-depth.
3415
3416         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3417         loop detection.
3418
3419         * wl-message.el (wl-message-buffer-display): Back to the first page
3420         when cache is hit.
3421
3422 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3423
3424         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3425
3426         * wl-summary.el (wl-summary-insert-thread-entity):
3427         If the thread depth is reached to wl-summary-max-thread-depth,
3428         divide the thread.
3429
3430 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3431
3432         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3433         for elmo-remove-passwd.
3434
3435 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3436
3437         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3438         folder is sticky.
3439         (wl-folder-mark-as-read-all-entity): Ditto.
3440         (wl-folder-prefetch-entity): Ditto.
3441
3442 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3443
3444         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3445
3446 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3447
3448         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3449         Delete messages on buffer for unplugged operation.
3450         (wl-summary-erase): Ditto.
3451
3452 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3453
3454         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3455         take nil so as not to search parent by subject.
3456
3457 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3458
3459         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3460         (wl-folder-get-next-folder): Ditto.
3461         (wl-folder-get-path): Ditto.
3462
3463 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3464
3465         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3466         system and encode the region with it before verifying.
3467
3468 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3469
3470         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3471         system of the echo buffer before decoding.
3472
3473 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3474
3475         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3476         original contents.
3477
3478 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3479
3480         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3481         with argument 'any-exists.
3482
3483 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3484
3485         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3486         Use `wl-cs-autoconv'.
3487
3488 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3489
3490         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3491         by `mime-view-automatic-conversion'.
3492
3493         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3494         (wl-message-verify-pgp-nonmime): Ditto.
3495         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3496         Bind them to C-c:d and C-c:v respectively.
3497
3498         Merge following code by Teranishi-san from [wl-en:00167].
3499         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3500         (wl-mime-preview-application/pgp-encrypted): Ditto.
3501         (wl-mime-setup): Add entry.
3502
3503 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3504
3505         * wl-summary.el (wl-summary-target-mark-erase): New function.
3506         Bind it to "mD".
3507
3508 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3509
3510         * wl-vars.el (wl-draft-write-file-function): Fix.
3511         (wl-draft-reedit-hook): Changed default value.
3512
3513         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3514         wl-draft-reedit-hook.
3515         (wl-draft-remove-text-plain-tag): New function.
3516         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3517
3518         * wl-vars.el (wl-draft-write-file-function): New user option.
3519
3520         * wl-draft.el (wl-draft-prepare-edit): Use it for
3521         local-write-file-hooks.
3522         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3523
3524         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3525         (wl-draft-insert-mail-header-separator): Return the body beginning
3526         point.
3527         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3528         text/plain.
3529         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3530
3531 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3532
3533         * wl-summary.el (wl-summary-erase): New function to erase message
3534         without moving it to trash. Bind to "D".
3535
3536         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3537         as `keep' unless switch-function.
3538
3539 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3540
3541         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3542         message buffer by using `wl-summary-toggle-disp-msg'.
3543         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3544         buffer window.
3545         (wl-summary-supresedes-message): Ditto.
3546
3547         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3548         Do not delete other windows.
3549         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3550         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3551         (wl-draft-create-buffer): Set reply-or-forward also for target
3552         mark commands.
3553
3554 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3555
3556         * wl-draft.el (wl-user-agent-compose): Delete special case for
3557         switch-to-buffer-other-window.
3558
3559         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3560         (wl-summary-forward): Ditto.
3561
3562         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3563         function.
3564         (wl-draft-buffer-style): New use option.
3565
3566         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3567         (wl-draft): Follow the change above.
3568         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3569         wl-draft-buffer-style.
3570         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3571         switch-function.
3572
3573 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3574
3575         * wl-address.el (wl-address-make-completion-entry): Extracted from
3576         `wl-address-make-completion-list'.
3577         (wl-address-enable-strict-loading): New variable.
3578         (wl-address-make-completion-list): Revive petname duplication
3579         inquiry, and enable it if `wl-address-enable-strict-loading'.
3580         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3581
3582 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3583
3584         * wl-message.el (wl-message-get-original-buffer): Avoid
3585         'Selecting deleted buffer' error when original buffer is killed.
3586
3587 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3588
3589         * wl-summary.el (wl-summary-next-message): Use
3590         elmo-message-accessible-p instead of elmo-message-cached-p.
3591
3592 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3593
3594         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3595
3596         * wl-thread.el (wl-thread-open-all-unread): Use
3597         elmo-folder-list-flagged instead of
3598         elmo-folder-list-messages-mark-match.
3599
3600         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3601         instead of elmo-folder-list-messages-mark-match.
3602         (wl-summary-move-spec-alist): New variable.
3603         (wl-summary-move-spec-plugged-alist,
3604         wl-summary-move-spec-unplugged-alist): Abolish.
3605         (wl-summary-next-message): Follow the change above.
3606         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3607         with 'no-msg' argument.
3608
3609         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3610         variable.
3611         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3612         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3613         (wl-message-buffer-prefetch-get-next): Follow the change above.
3614
3615 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3616
3617         * wl-version.el (wl-version): Changed codename.
3618
3619         * Version number is increased to 2.11.0.
3620
3621 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3622
3623         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3624         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3625         `wl-draft-config-variables'.
3626         (wl-draft-kill): Fixed problem when the draft is reedit.
3627
3628 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3629
3630         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3631         buffer-modified status (Thanks to
3632         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3633
3634 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3635
3636         * wl-util.el (wl-region-exists-p): New function.
3637
3638         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3639         Remove defvars for byte-compile warnings.
3640
3641 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3642
3643         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3644         defvar-maybe. Removed unused bind.
3645
3646 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3647
3648         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3649         summary buffer window before creating new frame.
3650         (wl-draft-reply): Ditto.
3651
3652 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3653
3654         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3655
3656 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3657
3658         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3659
3660 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3661
3662         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3663         instead of `kill-region'.
3664
3665 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3666
3667         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3668         (wl-highlight-summary-line-string): Use it.
3669         (wl-highlight-summary-current-line): Ditto.
3670
3671         * wl-mime.el (wl-message-delete-current-part): Check the class of
3672         mime-entity.
3673
3674         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3675
3676         * wl-summary.el (wl-summary-make-number-list): Initialize.
3677         (wl-summary-update-mark): New function.
3678         (wl-summary-reply): Put `answered' mark on the message.
3679         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3680
3681         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3682         (wl-draft-reply): Added optional argument `number';
3683         Set wl-draft-parent-number.
3684         (wl-draft-kill): Delete answered mark if it is a reply.
3685
3686 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3687
3688         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3689         that originates in mime-preview-follow-current-entity.
3690         (wl-draft-yank-current-message-entity): Use it if region is active.
3691
3692         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3693         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3694         `wl-message-delete-current-part'.
3695         * wl-mule.el (wl-message-define-keymap): Ditto.
3696         * wl-xmas.el (wl-message-define-keymap): Ditto.
3697
3698 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3699
3700         * wl-mime.el (wl-message-delete-current-part): New function.
3701         (wl-mime-node-id-to-string): Ditto.
3702
3703         * wl-mime.el (wl-message-delete-current-part): Use existing
3704         original buffer which corresponds current mime-view buffer.
3705         (fetched buffer might have different structure, possibly)
3706
3707         * wl-mime.el (wl-message-delete-current-part): Quit if the
3708         message content differs from the actual message.
3709
3710 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3711
3712         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3713         order.
3714         (wl-summary-search-by-subject): Search parent message from tail;
3715         Check the existence of the parent message on the current thread tree.
3716         (wl-summary-update-thread): Check whether the line is inserted.
3717
3718 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3719
3720         * wl-vars.el (wl-summary-line-format): Undo last change.
3721         * wl-summary.el (wl-summary-print-destination): Do not put
3722         invisible property when `wl-summary-width' is nil.
3723         (wl-summary-line-subject-minimum-length): Abolished.
3724         (wl-summary-line-subject): Ditto.
3725
3726 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3727
3728         * wl-vars.el (wl-summary-line-format): Change default value.
3729         (wl-summary-subject-length-limit): Abolished.
3730         * wl-summary.el (wl-summary-line-subject): Ditto.
3731
3732 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3733
3734         * wl-template.el (wl-template-select): Added optional argument.
3735         If optional argument is specified, reverse
3736         `wl-template-visible-select'.
3737
3738 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3739
3740         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3741         Take prefix argument to force asking the destination folder.
3742
3743 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3744
3745         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3746         count and update status.
3747
3748 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3749
3750         * wl-summary.el (wl-summary-redisplay-internal): If
3751         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3752         after fetching.
3753
3754 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3755
3756         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3757         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3758
3759         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3760
3761 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3762
3763         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3764         (All other related portions are changed).
3765         (wl-summary-mark-as-read-all): Rewrite.
3766
3767 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3768
3769         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3770         `wl-summary-mark-as-read'.
3771         (wl-summary-mark-as-unread): Rewrite.
3772         (wl-summary-mark-as-read): Added no-modeline argument.
3773         (wl-summary-resume-cache-status): Rewrite.
3774         (wl-summary-exec-subr): Remove unused local variable.
3775
3776 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3777
3778         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3779         logic to call `wl-summary-buffer-prev-folder-function'.
3780         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3781
3782 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3783
3784         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3785         is nil.
3786
3787 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3788
3789         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3790         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3791         (wl-mime-setup): Add its entry.
3792
3793 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3794
3795         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3796         (wl-summary-delete-cache): Likewise.
3797         (wl-summary-mark-as-read): Rewrite.
3798
3799 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3800
3801         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3802         `wl-summary-count-unread'.
3803
3804         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3805
3806         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3807
3808 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3809
3810         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3811         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3812         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3813         Renamed to the elmo-msgdb-*-mark.
3814         (wl-summary-score-marks): Follow the change above.
3815         (wl-summary-auto-refile-skip-marks): Ditto.
3816         (wl-summary-incorporate-marks): Ditto.
3817         (wl-summary-expire-reserve-marks): Ditto.
3818
3819         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3820         changes.
3821         (wl-thread-insert-top): Changed updating message.
3822
3823         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3824         variable.
3825         (wl-summary-count-unread): Count answered marks.
3826         (wl-summary-rescan): Call wl-summary-insert-message instead of
3827         wl-summary-append-message-func-internal.
3828         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3829         (wl-summary-prefetch-msg): Follow the variable name changes.
3830         (wl-summary-prefetch-region): Ditto.
3831         (wl-summary-mark-as-read-all): Follow the API changes;
3832         Don't call elmo-folder-replace-marks.
3833         (wl-summary-delete-cache): Follow the variable name changes.
3834         (wl-summary-resume-cache-status): Ditto.
3835         (wl-summary-update-status-marks): New function.
3836         (wl-summary-insert-message): New function.
3837         (wl-summary-sync-marks): Follow the variable name changes.
3838         (wl-summary-sync-update): Synchronize to the msgdb, too;
3839         Changed update messages.
3840         (wl-summary-make-number-list): Rewrite.
3841         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3842         (wl-summary-mark-as-unread): Follow the API changes.
3843         (wl-summary-exec-subr): Follow the variable name changes.
3844         (wl-summary-mark-as-read): Ditto.
3845         (wl-summary-move-spec-plugged-alist): Ditto.
3846         (wl-summary-move-spec-unplugged-alist): Ditto.
3847         (wl-summary-cursor-move-surface): Ditto.
3848
3849         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3850         variable name changes.
3851         (wl-highlight-summary-current-line): Ditto.
3852
3853         * wl-expire.el (wl-expire-refile): Follow the API change in
3854         elmo-folder-move-messages.
3855         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3856         (wl-summary-archive): Use elmo-folder-msgdb instead of
3857         elmo-msgdb-load.
3858
3859 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3860
3861         * wl-mime.el (wl-draft-preview-message): Restore the position
3862         before evaluating wl-draft-send-hook in preview buffer.
3863
3864 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3865
3866         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3867         when it creates new draft buffer.
3868
3869         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3870         without argument.
3871
3872         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3873         Evaluate content and if the value is string, insert it.
3874         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3875         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3876         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3877         wl-draft-config-sub-part-bottom): Use it.
3878
3879         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3880         with the folder name. The question was unintelligible when it is
3881         called from wl-save-status.
3882
3883 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3884
3885         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3886         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3887         cannot take second argument).
3888
3889 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3890
3891         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3892         as t. Since type and subtype are not case sensitive (RFC 2045).
3893
3894 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3895
3896         * wl-vars.el (wl-message-mode-line-format): New variable.
3897         (wl-message-mode-line-format-spec-alist): Ditto.
3898         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3899         (wl-message-redisplay): Use wl-message-mode-line-format.
3900
3901 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3902
3903         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3904
3905 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3906
3907         * wl-summary.el (wl-summary-default-from): Write description.
3908
3909 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3910
3911         * wl-vars.el (wl-ldap-objectclass): Abolish.
3912
3913         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3914         (wl-ldap-make-filter): Removed condition for objectclass.
3915         (wl-ldap-make-matched-value-list): Remove meaningless process.
3916         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3917         (wl-address-ldap-search): Don't add `*' to `pat' string;
3918         use ignore-errors; added `email';
3919         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3920         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3921         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3922
3923
3924 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3925
3926         * wl-draft.el (wl-draft-parent-folder): Write description.
3927         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3928
3929 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3930
3931         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3932         as "" (zero-length string) if no parent.
3933         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3934
3935 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3936
3937         * wl-address.el (wl-address-make-completion-list): Skip duplication
3938         checking.
3939         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3940         `append'.
3941
3942 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3943
3944         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3945         instead of `beginning-of-buffer'.
3946
3947 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3948
3949         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3950
3951 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3952
3953         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3954         Refer wl-message-buffer-name.
3955         (wl-message-wheel-down): Ditto.
3956
3957 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3958
3959         * wl-vars.el (wl-message-buffer-name): New user option.
3960
3961         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3962         directly instead of making alist dinamically.
3963
3964         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3965         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3966         wl-message-buffer-cache-name.
3967         (wl-message-buffer-cache-clean-up): Ditto.
3968
3969         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3970
3971         * Version number is increased to 2.9.15.
3972
3973 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3974
3975         * wl-vars.el (wl-summary-default-view-alist): New user option.
3976
3977         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3978
3979         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3980         while deleting address.
3981         (wl-draft-delete-myself-from-cc): Ditto.
3982
3983         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3984         If optional argument is specified, reverse sort order.
3985
3986         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3987
3988 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3989
3990         * wl-thread.el (wl-thread-insert-message): Return parent number if
3991         exists.
3992         (wl-thread-update-indent-string-region): Use
3993         wl-thread-update-line-on-buffer-sub instead of
3994         wl-thread-update-line-on-buffer.
3995
3996 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3997
3998         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3999         (wl-folder-close-all): Ditto.
4000
4001 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4002
4003         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4004         and mailing-list:.
4005         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4006         value.
4007         (wl-summary-line-list-info): Print mailing-list name even when 
4008         list-number is empty.
4009
4010 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4011
4012         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4013
4014         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4015         (wl-draft-open-file): Ditto.
4016         (wl-draft-random-alphabet): Ditto.
4017
4018         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4019         bindings.
4020
4021 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4022
4023         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4024         * wl-vars.el (wl-draft-config-alist): Ditto.
4025
4026 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4027
4028         * Version number is increased to 2.9.14.
4029
4030         * wl.el (wl): Don't set wl-init as nil when error occured while
4031         auto-checking folders.
4032
4033         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4034         `elmo-expand-newtext'.
4035
4036 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4037
4038         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4039         `this-command' so that `wl-folder-goto-folder' contained in
4040         `wl-summary-keep-cursor-command' work.
4041
4042 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4043
4044         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4045         message buffer displaying state.
4046
4047 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4048
4049         * wl-vars.el (wl-summary-default-view): New variable to specify
4050         default value for `wl-summary-buffer-view' instead of using
4051         set-default.
4052         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4053
4054 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4055
4056         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4057
4058         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4059
4060 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4061
4062         * wl-vars.el (wl-forward-subject-prefix): New variable.
4063         * wl-draft.el (wl-draft-forward): Use it.
4064
4065 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4066
4067         * wl-message.el (wl-message-prev-page): When it is called without
4068         lines argument, scroll down by wl-message-scroll-amount lines.
4069         (wl-message-next-page): Ditto.
4070         * wl-vars.el (wl-message-scroll-amount): Change default value
4071         to preserve current behavior.
4072
4073 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4074
4075         * wl-summary.el (wl-summary-prefetch-msg): Bind
4076         `wl-message-entity' to call `wl-summary-from-function'.
4077
4078 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4079
4080         * wl-message.el (wl-message-buffer-create): Run
4081         wl-message-buffer-created-hook.
4082
4083 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4084
4085         * wl-summary.el (wl-summary-sort-specs): New variable.
4086         (wl-summary-default-sort-spec): Ditto.
4087         (wl-summary-sort): Rewrite.
4088         (wl-summary-sort-by-list-info): New function.
4089
4090 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4091
4092         * wl-summary.el (wl-summary-get-list-info): New function.
4093         (wl-summary-sort): Rewrite.
4094         (wl-summary-line-list-info): Ditto.
4095         (wl-summary-line-list-count): Ditto.
4096         (wl-summary-refile-region): Fixed docstring.
4097
4098 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4099
4100         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4101         `wl-folder-entity-hashtb' as completion table.
4102
4103 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4104
4105         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4106         only when this command is called interactively; silence the byte-
4107         compiler.
4108
4109 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4110
4111         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4112         active in XEmacs.
4113
4114 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4115
4116         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4117         plural lines.
4118
4119 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4120
4121         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4122         of current line when the cursor is on the header name.
4123         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4124
4125 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4126
4127         * wl-util.el (wl-read-directory-name): Return displayed directory
4128         as the default value also on XEmacs.
4129
4130 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4131
4132         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4133         formatting.
4134
4135 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4136
4137         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4138         argument and when it is non-nil, check face property before
4139         highlighting for each line.
4140         (wl-highlight-summary-window): Set it.
4141
4142 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4143
4144         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4145         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4146
4147         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4148         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4149         (wl-draft-get-fcc-list): Likewise.
4150
4151 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4152
4153         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4154         (wl-thread-entity-cur): Ditto.
4155         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4156         wl-thread-indent-regexp setting.
4157         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4158
4159         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4160         wl-summary-lazy-highlight.
4161         (wl-summary-display-bottom): Ditto.
4162
4163         * wl-thread.el (wl-thread-open-close): Likewise.
4164
4165         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4166         from and subject;
4167         Bind wl-draft-use-frame;
4168         Enclose with save-window-excursion;
4169         Use wl-draft-create-buffer instead of with-temp-buffer;
4170         Use wl-draft-prepare-edit;
4171         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4172         Use wl-draft-send instead of wl-draft-raw-send.
4173
4174 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4175
4176         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4177         of using wl-from.
4178
4179 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4180
4181         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4182         insert-buffer instead of clone-buffer.
4183         (wl-draft-doing-mime-bcc): New variable.
4184         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4185         infinite loop.
4186         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4187
4188         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4189         (wl-draft-mime-bcc-body): Ditto.
4190
4191         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4192         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4193         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4194         wl-draft-do-mime-bcc.
4195         (wl-draft-mime-bcc-field): New function.
4196         (wl-draft-do-mime-bcc): Ditto.
4197
4198         * wl-address.el (wl-address-complete-header-list): New variable.
4199         (wl-address-complete-header-regexp): Changed default value.
4200
4201         * Version number is increased to 2.9.13.
4202
4203 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4204
4205         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4206         it is differed.
4207
4208 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4209
4210         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4211         (wl-summary-line-list-count): Ditto.
4212
4213 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4214
4215         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4216         (wl-nntp-posting-function): New variable.
4217         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4218         `wl-nntp-posting-config-alist'.
4219
4220 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4221
4222         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4223         FLIM.
4224
4225 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4226
4227         * wl-summary.el (wl-summary-target-mark-refile-sub):
4228         Remove a nuisance funcall.
4229
4230 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4231
4232         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4233         as t for `try-completion'.
4234
4235 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4236
4237         * wl-summary.el (wl-summary-default-from): Use
4238         wl-address-header-extract-address instead of
4239         std11-extract-address-components.
4240         (wl-summary-simple-from): Ditto.
4241         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4242         (wl-summary-insert-headers): Show message.
4243         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4244         for whole line.
4245         (wl-summary-default-from): Revert last change.
4246         (wl-summary-simple-from): Ditto.
4247         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4248         (wl-summary-mark-as-read-region): Follow the change above.
4249         (wl-summary-sync-marks): Ditto.
4250         (wl-summary-target-mark-mark-as-read): Ditto.
4251         (wl-summary-redisplay-internal): Ditto.
4252         (wl-summary-redisplay-no-mime-internal): Ditto.
4253         (wl-summary-redisplay-all-header): Ditto.
4254         (wl-summary-mark-as-read): Removed argument `cached';
4255         Use current cache status to set cache mark.
4256         (wl-summary-redisplay-internal): Follow the change above.
4257         (wl-summary-redisplay-no-mime-internal): Ditto.
4258         (wl-summary-redisplay-all-header): Ditto.
4259
4260         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4261
4262         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4263         Don't call itself recursively (Adviced by Yamaoka-san).
4264
4265 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4266
4267         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4268         bind wl-summary-highlight as nil to avoid error caused by missing
4269         local variables.
4270
4271 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4272
4273         * wl-vars.el (wl-invalid-character-message): New user option.
4274
4275         * wl-util.el (wl-set-string-width): If truncated string-width is
4276         larger than specified width, use `wl-invalid-character-message'.
4277
4278 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4279
4280         * wl-summary.el (wl-summary-prefetch-msg): 
4281         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4282
4283 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4284
4285         * wl-vars.el (wl-summary-check-line-format): New user option.
4286         (wl-summary-line-format-file): Ditto.
4287
4288         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4289         variable.
4290         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4291         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4292         and `wl-summary-view-old-p' to check whether do a rescan or not.
4293         (wl-summary-view-old-p): New function.
4294         (wl-summary-line-format-changed-p): Ditto.
4295         (wl-summary-line-format-save): Ditto.
4296         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4297
4298         * wl-util.el (wl-set-string-width): Avoid using negative number
4299         for make-string.
4300
4301 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4302
4303         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4304         return value.
4305
4306         * wl-util.el (wl-set-string-width): Added optional argument
4307         `padding' (All other related portions are changed).
4308         (wl-line-parse-format): If the first letter of column number is
4309         `0', zero-padding the result (ex: "%05l").
4310
4311         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4312
4313 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4314
4315         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4316         sequential summary view.
4317
4318 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4319
4320         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4321         if it doesn't have a -unix version.
4322
4323 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4324
4325         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4326
4327 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4328
4329         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4330         content.
4331         (wl-draft): Follow the change above.
4332
4333         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4334
4335         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4336         and wl-folder-summary-line-format-alist contain %T and %P.
4337
4338         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4339         (wl-summary-mode-line-format): New user option.
4340         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4341         (wl-summary-line-format): Changed default value.
4342         (wl-summary-lazy-highlight): Changed default value.
4343
4344         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4345         change in wl-summary-create-line.
4346         (wl-thread-insert-entity-sub): Ditto.
4347
4348         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4349         (wl-summary-buffer-unread-status): Ditto.
4350         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4351         (wl-summary-buffer-persistent-mark-column): Ditto.
4352         (wl-summary-buffer-mode-line-formatter): Ditto.
4353         (wl-summary-buffer-mode-line): Ditto.
4354         (wl-summary-message-regexp): Abolished.
4355         (All other related portions are changed.)
4356         (wl-summary-detect-mark-position): New function.
4357         (wl-summary-buffer-set-folder): Setup
4358         wl-summary-buffer-mode-line-formatter.
4359         (wl-summary-mode): Setup selective-display;
4360         Setup pre-idle-hook when xemacs.
4361         (wl-summary-update-modeline): Rewrite.
4362         (wl-summary-jump-to-msg): Define as function;
4363         Changed regexp for searching messages.
4364         (wl-summary-message-number): Rewrite.
4365         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4366         Do rescan when old type summary cache.
4367         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4368         (wl-summary-remove-destination): Use '\r' to detect EOL.
4369         (wl-summary-print-destination): Ditto.
4370         (wl-summary-temp-mark): New inline function.
4371         (wl-summary-persistent-mark): Ditto.
4372         (wl-summary-line-number): New function.
4373         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4374         (wl-summary-line-list-count): New function.
4375         (wl-summary-create-line): Added argument persistent-mark.
4376         (All other related portions are changed)
4377         (wl-summary-create-line): Insert '\r'.
4378         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4379         (wl-summary-cursor-move-surface): New inline function.
4380         (wl-summary-prev): Use it.
4381         (wl-summary-next): Ditto.
4382
4383         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4384         wl-summary-message-regexp.
4385         (wl-highlight-summary): Delete progress message.
4386         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4387
4388         * Version number is increased to 2.9.12.
4389
4390 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4391
4392         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4393         variable (nil: no minimum).
4394         (wl-summary-line-subject): Add some spaces after subject by
4395         wl-summary-line-subject-minimum-length.
4396
4397 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4398
4399         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4400         and removed `F'.
4401         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4402         change above).
4403
4404 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4405
4406         * wl-summary.el (wl-summary-line-list-count): Reverted.
4407         (example setting in samples/*/dot.wl is also updated)
4408
4409 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4410
4411         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4412
4413         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4414
4415         * wl-vars.el (wl-summary-line-format): Addes some description to the
4416         docstring.
4417
4418         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4419         (wl-summary-line-close-bracket): Ditto.
4420         (wl-summary-line-children-number): Ditto.
4421         (wl-summary-line-thread-indent): Ditto.
4422         (wl-summary-line-children-and-from): Ditto.
4423
4424         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4425         't', 'c', 'F' and added 'C'.
4426
4427         * wl-util.el (wl-set-string-width): Accept negative value.
4428         (wl-line-parse-format): Added "%number(" and "%)".
4429
4430 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4431
4432         * wl-summary.el (wl-summary-line-list-count): Change format of the
4433         return value.
4434
4435 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4436
4437         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4438         from the recent message.el.
4439         (wl-draft-point-in-header-p): Ditto.
4440         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4441         wl-draft-beginning-of-line.
4442         * wl-e21.el (wl-draft-mode-map): Ditto.
4443         * wl-xmas.el (wl-draft-mode-map): Ditto.
4444
4445         * wl-folder.el: Sort macrodefs by dependencies.
4446
4447 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4448
4449         * wl-summary.el (wl-summary-prev): Fixed regexp.
4450         (wl-summary-next): Ditto.
4451
4452 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4453
4454         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4455
4456 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4457
4458         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4459         for backward compatibility.
4460
4461 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4462
4463         * wl-summary.el (wl-summary-line-list-count): New function, merged
4464         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4465         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4466         list counts.
4467
4468 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4469
4470         * wl-summary.el (wl-summary-create-line): Ignore errors while
4471         timezone-fix-time.
4472
4473         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4474
4475         * wl-summary.el (wl-summary-sync-update): Ditto.
4476         (wl-summary-default-from): Use wl-message-entity
4477         instead of entity.
4478
4479         * wl-summary.el (wl-summary-create-line): Fix.
4480
4481         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4482         (wl-summary-line-format): New user option.
4483         (wl-folder-summary-line-format-alist): Ditto.
4484         (wl-summary-from-width): Abolished.
4485
4486         * wl-util.el (toplevel): Require 'bytecomp.
4487         (wl-line-parse-format): New function.
4488         (wl-line-formatter-setup): New macro.
4489
4490         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4491         (wl-summary-buffer-line-formatter): New buffer local variable.
4492         (wl-summary-switch-to-clone-buffer): Follow the change above.
4493         (wl-summary-message-regexp): Fix.
4494         (wl-summary-from-func-internal): Abolished.
4495         (wl-summary-subject-func-internal): Ditto.
4496         (wl-summary-subject-filter-func-internal): Ditto.
4497         (All other related portions are changed.)
4498         (wl-summary-buffer-set-folder):
4499         Set up wl-summary-buffer-number-column and 
4500         wl-summary-buffer-line-formatter
4501         (All other related portions are changed.)
4502         (wl-summary-buffer-number-column-detect): Abolished.
4503         (All other related portions are changed.)
4504         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4505         (wl-summary-delete-all-temp-marks-on-buffer): Use
4506         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4507         (wl-summary-target-mark-delete): Ditto.
4508         (wl-summary-target-mark-refile-subr): Ditto.
4509         (wl-summary-target-mark-mark-as-read): Ditto.
4510         (wl-summary-target-mark-mark-as-unread): Ditto.
4511         (wl-summary-target-mark-mark-as-important): Ditto.
4512         (wl-summary-target-mark-save): Ditto.
4513         (wl-summary-replace-status-marks): Renamed from
4514         wl-summary-set-status-marks-on-buffer;
4515         Use wl-summary-message-regexp instead of
4516         wl-summary-buffer-number-regexp.
4517         (wl-summary-sync-update): Follow the change above.
4518         (wl-summary-goto-previous-message-beginning): New function.
4519         (wl-summary-mark-as-unread): Use it.
4520         (wl-summary-mark-as-important): Ditto.
4521         (wl-summary-line-formatter): New variable.
4522         (wl-summary-line-year): New function.
4523         (wl-summary-line-day): Ditto.
4524         (wl-summary-line-day-of-week): Ditto.
4525         (wl-summary-line-hour): Ditto.
4526         (wl-summary-line-minute): Ditto.
4527         (wl-summary-line-open-bracket): Ditto.
4528         (wl-summary-line-close-bracket): Ditto.
4529         (wl-summary-line-children-number): Ditto.
4530         (wl-summary-line-thread-indent): Ditto.
4531         (wl-summary-line-size): Ditto.
4532         (wl-summary-line-subject): Ditto.
4533         (wl-summary-line-from): Ditto.
4534         (wl-summary-line-children-and-from): Ditto.
4535         (wl-summary-create-line): Rewritten.
4536         (wl-summary-format-date): Abolished.
4537
4538         * wl-highlight.el (wl-highlight-summary-current-line): Use
4539         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4540         Use thread structure to detect thread top message.
4541
4542         * wl-draft.el (wl-default-draft-cite): Don't use
4543         wl-summary-from-func-internal.
4544
4545         * wl-refile.el (wl-refile-subject-learn): Don't use
4546         wl-summary-subject-filter-func-internal.
4547         (wl-refile-guess-by-subject): Ditto.
4548
4549         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4550         parameters.
4551
4552         * wl-thread.el (wl-thread-update-indent-string-region):
4553         Use wl-thread-update-line-on-buffer instead of
4554         wl-thread-update-indent-string.
4555         (wl-thread-update-children-number): Redefine using
4556         wl-thread-update-line-on-buffer.
4557         (wl-thread-update-indent-string): Abolished.
4558
4559         * Version number is increased to 2.9.11.
4560
4561 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4562
4563         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4564         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4565         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4566
4567         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4568         as nil.
4569
4570         * wl-thread.el (wl-thread-open-all-unread): Use 
4571         elmo-folder-list-messages-mark-match.
4572         (wl-thread-insert-message): Removed argument `mark-alist'.
4573         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4574         elmo-msgdb-set-mark.
4575         (wl-thread-get-children-msgs-uncached): Likewise.
4576         (wl-thread-get-exist-children): Added argument include-self.
4577         (wl-thread-delete-message): Follow the change above.
4578
4579         * wl-summary.el (wl-summary-count-unread): Removed argument.
4580         (wl-summary-rescan): Follow the change above.
4581         (wl-summary-mark-as-read-region): Ditto
4582         (wl-summary-mark-as-unread-region): Ditto.
4583         (wl-summary-delete-messages-on-buffer): Ditto.
4584         (wl-summary-sync-update): Ditto.
4585         (wl-summary-switch-to-clone-buffer): Ditto.
4586         (wl-summary-goto-folder-subr): Ditto.
4587         (wl-summary-target-mark-mark-as-read): Ditto.
4588         (wl-summary-target-mark-mark-as-unread): Ditto.
4589         (wl-summary-target-mark-mark-as-important): Ditto.
4590         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4591         (wl-summary-update-thread): Removed argument `mark-alist'.
4592         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4593         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4594         (wl-summary-resume-cache-status): Likewise.
4595         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4596         elmo-msgdb-set-mark.
4597         (wl-summary-mark-as-read-all): Likewise.
4598         (wl-summary-delete-cache): Ditto.
4599         (wl-summary-auto-select-msg-p): Ditto.
4600         (wl-summary-mark-as-unread): Ditto.
4601         (wl-summary-no-auto-refile-message-p): Ditto.
4602         (wl-summary-mark-as-read): Ditto.
4603         (wl-summary-mark-as-important): Ditto.
4604         (wl-summary-auto-refile): Follow the change above.
4605         (wl-summary-delete-all-marks): Removed.
4606         (wl-summary-resume-marks-and-highlight): Ditto.
4607         (wl-summary-resume-marks): Ditto.
4608         (wl-summary-delete-important-msgs-from-list): Ditto.
4609         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4610
4611         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4612         wl-summary-count-unread.
4613
4614         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4615         (wl-summary-score-update-all-lines): Use
4616         elmo-msgdb-set-mark.
4617
4618 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4619
4620         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4621         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4622         (wl-summary-create-line): Renamed from
4623         wl-summary-overview-create-summary-line;
4624         Argument rearrangement.
4625         (wl-summary-update-thread): Follow the change above.
4626
4627         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4628         (wl-thread-insert-entity-sub): Likewise.
4629
4630         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4631         argument `overview', `mark-alist' and added `msgdb'.
4632
4633         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4634
4635         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4636         (wl-summary-rescan): Follow the change above.
4637         (wl-summary-sync-update): Ditto.
4638         (wl-summary-insert-thread-entity): Ditto;
4639         Don't use `let*' in every while loop;
4640         Detect infinite loop of threads.
4641         (wl-summary-update-thread): Removed argument `overview'.
4642
4643         * wl-thread.el (wl-thread-insert-message): Ditto.
4644
4645         * Version number is increased to 2.9.10.
4646
4647         * wl-message.el (wl-message-redisplay): Ignore errors while
4648         wl-message-redisplay-hook.
4649
4650 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4651
4652         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4653
4654 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4655
4656         * wl.el (wl): inhibit-quit while wl-folder.
4657
4658 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4659
4660         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4661         while msgdb access.
4662
4663 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4664
4665         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4666         even if no folder is not created.
4667
4668 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4669
4670         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4671
4672         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4673         implementation.
4674         (wl-summary-target-mark-thread): Ditto.
4675
4676         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4677
4678 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4679
4680         * wl-util.el (wl-display-bytes): Remove unused function.
4681
4682 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4683
4684         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4685         seems critical one (partially reverse the change in 2002/03/17).
4686
4687 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4688
4689         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4690         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4691
4692 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4693
4694         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4695         is not writable.
4696         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4697         plugged status instead of `'force' as 2nd argument.
4698
4699         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4700         is not creatable.
4701
4702         * Version number is increased to 2.9.9.
4703
4704 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4705
4706         * wl-summary.el (wl-summary-suspend): New function.
4707
4708 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4709
4710         * wl.el (wl): Do not check variables if check is nil.
4711         * wl-utils.el (wl-collect-draft): New function.
4712         * wl-folder.el (wl-folder-suspend): Put summary buffers
4713         and draft buffers at the end of buffer list.
4714         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4715
4716 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4717
4718         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4719         loop instead of recursive call.
4720
4721         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4722         2nd argument.
4723
4724 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4725
4726         * wl-draft.el (wl-draft-create-contents): Don't take neither
4727         (function . args) nor (string . something) any more.
4728
4729         * wl-version.el (wl-generate-user-agent-string): Return string
4730         without header symbol.
4731         * wl-draft.el (wl-draft-default-headers): Use it.
4732
4733         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4734         `wl-draft-insert-ccs' and return field value instead of inserting
4735         the header. Abolish cc argument.
4736         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4737
4738         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4739         rather than one with string car.
4740
4741         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4742         * wl-draft.el (wl-draft-create-contents): Add it after the default
4743         headers.
4744
4745         * wl-draft.el (wl-draft-create-contents): For the case of
4746         (symbol-or-string . function) insert header only when the function
4747         returns string value.
4748
4749 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4750
4751         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4752         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4753
4754 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4755
4756         * wl.el (wl-check-environment): Don't check Message-ID when
4757         `wl-insert-message-id' is nil.
4758         Revive checking if `wl-message-id-domain' contains "@".
4759
4760 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4761
4762         * wl.el (wl-check-environment): Merge examination for "@" at
4763         inappropriate position into the first string-match.
4764
4765         * wl-summary.el (wl-summary-target-mark-print): New function.
4766         (wl-summary-pipe-message-subr): Extracted from
4767         `wl-summary-pipe-message'.
4768         (wl-summary-target-mark-pipe): New function.
4769         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4770         `wl-summary-target-mark-pipe'.
4771
4772 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4773
4774         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4775
4776 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4777
4778         * wl.el (wl-check-environment): Use elmo-warning instead of
4779         error for non-critical ones.
4780         Remove trash folder check.
4781         (wl): Don't ignore error in wl-check-environment.
4782
4783         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4784         check, which is moved from `wl-check-environment'.
4785         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4786
4787 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4788
4789         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4790         guess anything, call wl-summary-write.
4791         (wl-summary-write): Create draft with blank To field.
4792         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4793
4794 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4795
4796         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4797         argument full as well for wl-folder-write-current-folder.
4798         If wl-*-write-current-folder cannot guess addressee, add blank
4799         To header.
4800         Rewrite condition for positioning cursor.
4801
4802 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4803
4804         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4805         summary buffer is present, use it.
4806         (wl-folder-jump-to-previous-summary): Ditto.
4807
4808 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4809
4810         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4811
4812         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4813         wl-summary-previous-buffer and wl-summary-next-buffer.
4814
4815         * wl-folder.el (wl-folder-mode-map): Bind
4816         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4817         (wl-folder-jump-to-next-summary): New function.
4818         (wl-folder-jump-to-previous-summary): Ditto.
4819
4820         * wl-draft.el (wl-draft): Rearranged.
4821
4822 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4823
4824         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4825         of header.
4826         (wl-draft): Collect arguments for the header as header-alist.
4827         (wl-draft-forward): Arrange arguments for wl-draft.
4828         (wl-draft-reply): Ditto.
4829         (wl-draft-edit-string): Ditto.
4830         * wl-summary.el (wl-summary-write): Ditto.
4831         (wl-summary-write-current-folder): Ditto.
4832
4833         * Version number is increased to 2.9.8.
4834
4835 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4836
4837         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4838
4839         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4840
4841         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4842         even if the guess failed.
4843
4844         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4845         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4846         wl-summary-write-current-folder.
4847         * wl-xmas.el: Ditto.
4848
4849 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4850
4851         * wl-summary.el (wl-summary-next-page): Force display message if
4852         message is not displayed yet.
4853         (wl-summary-prev-page): Ditto.
4854
4855 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4856
4857         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4858
4859 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4860
4861         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4862         add "Preview Message" and "Save Draft and Exit".
4863
4864 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4865
4866         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4867         if addrmgr is called from draft in splitted window.
4868
4869         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4870         * wl-mule.el: Ditto.
4871         * wl-xmas.el: Ditto.
4872
4873 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4874
4875         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4876
4877         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4878         * wl-xmas.el (wl-folder-toolbar): Ditto.
4879
4880 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4881
4882         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4883         and wl-draft-save-and-exit.
4884         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4885         * wl-xmas.el: Ditto.
4886         * wl-mule.el: Ditto.
4887
4888         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4889         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4890
4891 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4892
4893         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4894         lists for saving buffer.
4895
4896 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4897
4898         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4899         parent-folder argument instead of it.
4900         (wl-draft-create-buffer): Ditto.
4901         (wl-draft-forward): Ditto.
4902         (wl-draft-reply): Ditto.
4903         * wl-summary.el (wl-summary-write): Ditto.
4904         (wl-summary-write-current-folder): Ditto.
4905
4906         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4907         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4908         Folder buffer after composing.
4909
4910 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4911
4912         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4913         header if the file `wl-x-face-file' already contains it.
4914
4915 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4916
4917         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4918         folder" entry.
4919         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4920         * wl-e21.el (wl-folder-toolbar): Ditto.
4921         * wl-xmas.el (wl-folder-toolbar): Ditto.
4922
4923 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4924
4925         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4926         wl-folder-goto-folder with sticky argument.
4927         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4928
4929 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4930
4931         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4932         and wl-summary-previous-buffer.
4933         (wl-summary-next-buffer): New function.
4934         (wl-summary-previous-buffer): Ditto.
4935
4936 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4937
4938         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4939         wl-folder-jump-to-current-entity-with-arg.
4940         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4941         `wl-folder-jump-to-current-entity'.
4942         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4943         `wl-summary-goto-folder-sticky'.
4944         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4945         `wl-summary-goto-folder'.
4946         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4947         Unless force-exit, do not clean temp. marks for sticky summary.
4948         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4949
4950 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4951
4952         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4953         not entire.
4954
4955 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4956
4957         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4958         to `C-x C-s'.
4959         (wl-summary-save-status): New command.
4960         (wl-summary-exit): Don't clean-up temp marks when sticky.
4961         (Applied patch from Nakayama-san [wl: 09548])
4962         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4963         Do nothing when no mark data.
4964         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4965         Call `wl-summary-delete-all-temp-marks' before saving.
4966
4967 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4968
4969         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4970
4971 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4972
4973         * wl.el (wl-check-environment): Also cause error when (system-name)
4974         returns "localhost.localdomain". (Although it doesn't affect because
4975         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4976
4977 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4978
4979         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4980         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4981
4982         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4983         value.
4984
4985 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4986
4987         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4988         Likewise r-cc-list and r-ng-list.
4989
4990 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4991
4992         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4993         only if it is bound as variable.
4994
4995         * wl-mime.el (wl-draft-preview-message): Ditto.
4996
4997 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4998
4999         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5000         needless `goto-char'.
5001
5002         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5003         `wl-summary-redisplay-no-mime-internal' instead of
5004         `wl-summary-redisplay-no-mime'.
5005         (wl-summary-redisplay-no-mime): Changed argument;
5006         Call `wl-summary-redisplay-no-mime-internal'.
5007
5008         * wl-mime.el (wl-draft-preview-message): Bind
5009         `mime-header-encode-method-alist' locally.
5010
5011         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5012         (wl-draft-std11-parse-addresses): Added the first address check.
5013         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5014
5015         * Version number is increased to 2.9.7.
5016
5017 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5018
5019         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5020
5021 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5022
5023         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5024         related to scrollbar support, if there is no such a feature
5025         compiled in.
5026
5027 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5028
5029         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5030         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5031         for prefetch.
5032
5033 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5034
5035         * wl-summary.el (wl-summary-pick): Fix for no match.
5036
5037 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5038
5039         * wl-draft.el (wl-draft-save):
5040         Override `mime-header-encode-method-alist'.
5041
5042 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5043
5044         * wl-folder.el (wl-folder-pick): New function.
5045         Define key as "?".
5046
5047 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5048
5049         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5050         Fix for unplugged.
5051
5052 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5053
5054         * wl-folder.el (wl-folder-virtual): New function.
5055         Define key as "V".
5056
5057 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5058
5059         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5060         multi folder if entity is group.
5061
5062 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5063
5064         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5065         is nil.
5066
5067 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5068
5069         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5070         (wl-summary-target-mark-msgs): Return the number of marked messages.
5071
5072 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5073
5074         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5075         "first:" is specified.
5076
5077 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5078
5079         * wl-vars.el (wl-from): Use return value of function
5080         user-full-name instead of the variable user-full-name since
5081         XEmacs-20.4 doesn't set this variable.
5082
5083 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5084
5085         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5086         call `wl' directly.
5087
5088 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5089
5090         * wl-draft.el (wl-draft-reedit): Removed duplicated
5091         switch-to-buffers.
5092
5093 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5094
5095         * wl.el (wl-other-frame): Removed garbages.
5096
5097 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5098
5099         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5100
5101         * wl-xmas.el (wl-draft-key-setup): Ditto.
5102
5103         * wl-mule.el (wl-draft-key-setup): Ditto.
5104
5105         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5106         (wl-draft-reedit): Ditto.
5107         (wl-draft-prepare-edit): Add `wl-draft-save' to
5108         `local-write-file-hooks'.
5109         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5110         (wl-draft-reedit): Set buffer-file-name.
5111         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5112
5113
5114         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5115         call it.
5116         (wl-delete-startup-frame-function): New variable.
5117         (wl-other-frame): New function
5118         (Original was written by Yamaoka san [wl: 09239]).
5119
5120         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5121         if `wl-folder-use-frame'.
5122
5123 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5124
5125         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5126
5127 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5128
5129         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5130         New variable.
5131         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5132         (wl-message-buffer-prefetch-get-next): Use them.
5133         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5134
5135 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5136
5137         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5138         with unwind-protect.
5139
5140         * wl-draft.el (wl-draft-reedit): Rewrite.
5141         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5142         (wl-draft-save): Insert header separator if it does not exist;
5143         Removed condition-case.
5144
5145         * wl-summary.el (wl-summary-reedit): Revert last change.
5146
5147         * wl-draft.el (wl-draft-save): Rewrite.
5148         (wl-draft-create-buffer): Set buffer-file-name as nil.
5149
5150         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5151
5152         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5153
5154         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5155         nil.
5156
5157 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5158
5159         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5160         If count is nil, do not prefetch.
5161         (wl-message-buffer-prefetch-next): Next.
5162
5163 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5164
5165         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5166
5167 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5168
5169         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5170         `delete-backward-char'
5171         (wl-draft-prepare-edit): Check major-mode.
5172         (wl-draft-decode-header): Rewrite.
5173         (wl-draft): Fix.
5174
5175 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5176
5177         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5178
5179 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5180
5181         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5182         (wl-message-buffer-prefetch-get-next): Remove size checking.
5183         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5184
5185 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5186
5187         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5188         (wl-draft-default-headers): Fix.
5189
5190 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5191
5192         * wl-draft.el (wl-draft-default-headers): Insert return value of
5193         `wl-generate-mailer-string-function'.
5194
5195 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5196
5197         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5198         (wl-draft-insert-mail-header-separator): Ditto.
5199
5200         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5201         again (Reverted the change on 2002-01-17 by OKADA san).
5202
5203 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5204
5205         * wl-draft.el (wl-draft): Rewrite.
5206         (wl-draft-create-buffer): New function.
5207         (wl-draft-create-contents): Ditto.
5208         (wl-draft-prepare-edit): Ditto.
5209         (wl-draft-decode-header): Ditto.
5210         (wl-draft-decode-body): Ditto.
5211         (wl-draft-check-new-line): Ditto.
5212         (wl-draft-default-headers): Ditto.
5213         (wl-draft-insert-mail-header-separator): Ditto.
5214
5215 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5216
5217         * Version number is increased to 2.9.6.
5218
5219 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5220
5221         * wl-draft.el (wl-draft-delete-field): Optional argument.
5222         (wl-draft-delete-fields): Ditto.
5223
5224 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5225
5226         * wl-message.el (toplevel): Eliminated byte-compile warning.
5227         for `itimer-function', `delete-timer' and `itimer-list'.
5228
5229 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5230
5231         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5232         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5233         `wl-message-buffer-prefetch-threshold'.
5234         * wl-summary.el (wl-summary-redisplay-internal): Remove
5235         the check of `wl-message-buffer-prefetch-depth'.
5236
5237 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5238
5239         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5240         size of article.
5241         (wl-message-buffer-prefetch-subr): Remove size check.
5242
5243 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5244
5245         * wl-vars.el (wl-plugged): Make customizable.
5246
5247 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5248
5249         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5250         (wl-message-buffer-prefetch-set-timer): New function.
5251         (wl-message-buffer-prefetch-get-next): New function.
5252         (wl-message-buffer-prefetch): New function.
5253         (wl-message-buffer-prefetch-next): Rewrite.
5254         (wl-message-buffer-prefetch-subr): Rewrite.
5255         * wl-vars.el (wl-auto-prefetch-first): New variable.
5256         * wl-summary.el (wl-summary-goto-folder-subr): Call
5257         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5258
5259 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5260
5261         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5262         `wl-summary-unread-message-hook'.
5263
5264 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5265
5266         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5267         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5268         if range is `cache-status'.
5269
5270 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5271
5272         * wl-message.el (wl-message-buffer-prefetch-subr):
5273         Improve debug message.
5274
5275 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5276
5277         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5278         `wl-mail-send-pre-hook'.
5279         (wl-draft-send-mail-with-qmail): Ditto.
5280         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5281
5282 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5283
5284         * wl-message.el (wl-message-buffer-prefetch-subr):
5285         Fix for cancel-function-timers bug.
5286         (wl-message-buffer-prefetch-debug): Default value is t.
5287
5288 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5289
5290         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5291         (wl-message-buffer-prefetch-subr): Rewrite.
5292         Rename from `wl-message-buffer-prefetch'.
5293
5294 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5295
5296         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5297         (wl-default-draft-cite-decorate-author): Ditto.
5298
5299         * wl-draft.el (wl-draft-cite-function): Removed.
5300         (wl-default-draft-cite-decorate-author): Ditto.
5301
5302 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5303
5304         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5305         (wl-default-draft-cite): Do not arrange author name if the value of
5306         `wl-default-draft-cite-decorate-author' is nil.
5307
5308 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5309
5310         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5311
5312         * wl-folder.el (wl-folder-check-one-entity): Don't care
5313         `elmo-folder-use-flag-p'.
5314
5315 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5316
5317         * wl-folder (wl-folder-check-one-entity): Fix
5318         problem if unread is nil.
5319
5320 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5321
5322         * wl-address.el (wl-address-make-completion-list): Check whether
5323         the address is a group list.
5324         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5325
5326 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5327
5328         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5329         The number of the messages of new and unread does not count
5330         correctly.
5331
5332         * wl-summary.el (wl-summary-count-unread): Changed to return
5333         `(new . unread)' instead of total.
5334         (wl-summary-sync-update): Follow the change above.
5335
5336         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5337
5338 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5339
5340         * wl-address.el (wl-address-make-completion-list): Do not enclose
5341         address by " <" and ">" if associated realname is "".
5342         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5343         This is against the promblem with group list in .addresses pointed
5344         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5345
5346 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5347
5348         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5349         message is a format control string.
5350         * wl-expire.el (wl-expire-append-log): Ditto.
5351         * wl-mime.el (wl-summary-burst-subr): Ditto.
5352         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5353         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5354
5355 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5356
5357         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5358         wl.el (wl-check-variables): Rename from `wl-check-type'.
5359         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5360         (wl-check-variables-2): New function.
5361         (wl): Call `wl-check-variables-2'.
5362
5363 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5364
5365         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5366         after renaming folder in access group.
5367
5368 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5369
5370         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5371         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5372         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5373         (wl-message-buffer-prefetch): Rewrite.
5374         (wl-message-buffer-prefetch-idle-time): Removed.
5375         * wl-summary.el (wl-summary-redisplay-internal):
5376         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5377         Error check for `wl-message-buffer-prefetch-depht'.
5378
5379 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5380
5381         * Version number is increased to 2.9.5.
5382         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5383
5384 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5385
5386         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5387         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5388         Based on the patch written by
5389         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5390
5391 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5392
5393         * wl-draft.el (wl-draft-raw-send): Fix for
5394         `wl-news-send-pre-hook'
5395
5396 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5397
5398         * wl-utils.el (wl-message-id-function): New variable.
5399         * wl-draft.el (wl-draft-insert-required-fields):
5400         Use `wl-message-id-function'.
5401
5402 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5403
5404         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5405         * wl-utils.el (wl-draft-make-message-id-string):
5406         Use `wl-from' for domain part of Message-ID
5407         if `wl-message-id-use-wl-from' if non-nil.
5408         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5409
5410 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5411
5412         * wl.el (wl): Call `wl-check-type'
5413         Do not 'condition-case'.
5414
5415 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5416
5417         * wl.el (wl-check-type): New function.
5418         (wl-check-type-variables): New variable.
5419
5420 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5421
5422         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5423
5424 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5425
5426         * wl-draft.el (wl-smtp-password-key): New function.
5427         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5428         (wl-draft-send-mail-with-smtp): Ditto.
5429         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5430
5431 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5432
5433         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5434         * wl-utils.el (wl-unique-id-suffix): Remove.
5435
5436 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5437
5438         * Version number is increased to 2.9.4.
5439
5440 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5441
5442         * wl-utils.el (wl-unique-id-suffix): New variable.
5443         (wl-unique-id): Use `wl-unique-id-suffix'
5444
5445 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5446
5447         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5448         instead of `elmo-msgdb-search'.
5449
5450         * Version number is increased to 2.9.3.
5451
5452 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5453
5454         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5455
5456 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5457
5458         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5459         (wl-draft-dispatch-message): Changed for send-later.
5460         (wl-draft-queue-flush): Ditto.
5461         (wl-draft): Clear `wl-sent-message-queued'.
5462         (wl-draft-reedit): Ditto.
5463         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5464         * wl-vars.el (wl-draft-force-queuing): New variable.
5465         (wl-draft-force-queuing-mail): New variable.
5466         (wl-draft-force-queuing-news): New variable.
5467
5468 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5469
5470         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5471         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5472
5473 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5474
5475         * Version number is increased to 2.9.2.
5476
5477 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5478
5479         * wl-draft.el (wl-draft-elide-region): New user command.
5480         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5481
5482         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5483         command `wl-draft-elide-region'.
5484         * wl-mule.el: Ditto.
5485         * wl-xmas.el: Ditto.
5486
5487 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5488
5489         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5490         (wl-biff-check-folder-async): Removed needless let.
5491
5492 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5493
5494         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5495         wl-folder-get-elmo-folder.
5496         (wl-biff-check-folder): Set `biff' argument of
5497         `wl-folder-check-one-entity'.
5498         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5499
5500         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5501         (wl-folder-check-one-entity): Added `biff' argument;
5502         Setup `biff' slot of folder.
5503
5504         * Version number is increased to 2.9.1.
5505
5506 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5507
5508         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5509         comment out and fixed.
5510         (wl-fldmgr-add-completion-subr): Ditto.
5511
5512         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5513         and msgdb.
5514
5515         * wl.el (wl-toggle-plugged): Save summary view.
5516
5517 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5518
5519         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5520
5521 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5522
5523         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5524
5525 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5526
5527         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5528         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5529         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5530
5531         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5532         if it was failed.
5533         (wl-demo): Disable undo in the demo buffer.
5534
5535 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5536
5537         * wl-version.el (wl-version): Changed codename.
5538
5539         * Version number is increased to 2.9.0.
5540
5541 2001-12-14  Takuo KITAME <kitame@northeye.org>
5542
5543         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5544         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5545         (wl-folder-mark-as-read-all-current-entity): Ditto.
5546
5547 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5548
5549         * wl-vars.el (wl-from-width): Define as obsolete variable.
5550         (wl-subject-length-limit): Ditto.
5551
5552         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5553
5554         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5555         wl-summary-save-view.
5556
5557         * wl.el (wl-save-status): Ditto.
5558         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5559
5560         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5561         (wl-summary-exit): Follow the change above.
5562         (wl-summary-goto-folder-subr): Ditto.
5563
5564         * wl-folder.el (wl-folder-create-subr): Don't use
5565         `elmo-folder-creatable-p'.
5566
5567 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5568
5569         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5570
5571 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5572
5573         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5574         rather than bitmap on Emacs 21.
5575         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5576         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5577         for xbm if the new redisplay engine is not available.
5578
5579 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5580
5581         * wl-folder.el (wl-folder-init-hook): New hook.
5582         (wl-folder-init): Run `wl-folder-init-hook'.
5583
5584 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5585
5586         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5587
5588 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5589
5590         * wl-acap.el (wl-acap-cache-filename): New variable.
5591         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5592         (wl-acap-init): Use cache if no ACAP server found.
5593
5594 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5595
5596         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5597         `wl-acap-original-msgdb-dir'.
5598
5599         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5600         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5601
5602         * wl-mime.el (wl-mime-save-directory): Renamed from
5603         `wl-mime-save-dir'.
5604
5605 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5606
5607         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5608
5609         * wl-demo.el: Require `path-util'.
5610         (wl-demo-bitmap-mule-available-p): New internal variable.
5611         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5612         `module-installed-p' instead.
5613         (wl-demo-insert-image): Use *.img file for a bitmap image.
5614         (wl-demo): Don't call the ascii demo recursively.
5615
5616 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5617
5618         * Version number is increased to 2.7.7.
5619
5620 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5621
5622         * wl.el (wl-exit): Eliminated byte-compile warning.
5623
5624 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5625
5626         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5627         obsolete variable using `elmo-define-obsolete-variable'.
5628         (wl-fetch-confirm-threshold): Ditto.
5629         (wl-cache-prefetch-folder-type-list): Ditto.
5630         (wl-cache-prefetch-folder-list): Ditto.
5631
5632 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5633
5634         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5635         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5636         (wl-demo-insert-image): New function.
5637         (wl-demo-insert-text): New function.
5638         (wl-demo-image-type-alist): Redefine as a function.
5639         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5640         (wl-demo-with-temp-file-buffer): Removed.
5641         (wl-logo-xpm): Removed.
5642         (wl-logo-xbm): Removed.
5643         (wl-logo-bitmap): Removed.
5644
5645 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5646
5647         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5648         (wl-expire-localdir-get-folder-function): New user option.
5649         (wl-expire-localdir-get-folder): New function.
5650         (wl-expire-localdir-date): Ditto.
5651
5652 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5653
5654         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5655         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5656         Fixed unread number mismatch when all-unread < unread.
5657
5658 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5659
5660         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5661         (wl-fetch-confirm-threshold): Ditto.
5662
5663         * wl-summary.el (wl-summary-confirm-appends): Removed.
5664         (wl-summary-sync-update): Don't refer
5665         `wl-summary-update-confirm-threshold' (It is now abolished).
5666
5667         * wl-message.el (wl-message-display-internal): Don't refer
5668         `wl-fetch-confirm-threshold' (It is now abolished).
5669
5670 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5671
5672         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5673
5674 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5675
5676         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5677         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5678         Change default value to nil.
5679         (wl-summary-indent-length-limit): The value can be nil, nil means
5680         unlimited.
5681
5682         * wl-summary.el: Don't set limit for indent length if the value of
5683         wl-summary-indent-length-limit is nil.
5684         If the value of wl-summary-width is nil, it means only that the width
5685         of summary is unlimited (nil doesn't mean that the indent length is
5686         unlimited).
5687
5688         * wl-thread.el: Ditto.
5689
5690 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5691
5692         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5693         be nil, nil means never confirm.
5694         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5695
5696 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5697
5698         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5699         means unlimited).
5700
5701 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5702
5703         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5704         Use `with-temp-buffer'.
5705
5706 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5707
5708         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5709         with new backquote style).
5710         (wl-folder-get-entity-from-buffer): Ditto.
5711
5712 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5713
5714         * wl-version.el (nemacs-version): Eliminated.
5715         (wl-extended-emacs-version2): Ignore nemacs.
5716         (wl-extended-emacs-version3): Ditto.
5717
5718 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5719
5720         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5721         (wl-draft-add-in-reply-to): New variable.
5722         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5723         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5724         (wl-draft-yank-from-mail-reply-buffer): Use
5725         `wl-draft-add-in-reply-to'.
5726         (wl-draft-insert-current-message): Ditto.
5727
5728 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5729
5730         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5731         typo (kill->hide).
5732         (wl-message-buffer-prefetch-folder-type-list): Added elements
5733         `mark' and `cache' instead of `internal'.
5734
5735 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5736
5737         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5738         resume msgdb directory.
5739
5740 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5741
5742         * wl.el (wl-exit): Call `wl-acap-exit'.
5743
5744         * wl-summary.el (wl-summary-message-string): New function.
5745         (wl-summary-reedit): Use it.
5746         (wl-summary-resend-bounced-mail): Remove needless let.
5747         (wl-summary-supersedes-message): Ditto.
5748         (wl-summary-save): Ditto.
5749
5750         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5751         (wl-acap-init): Set it.
5752         (wl-acap-exit): New function.
5753
5754 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5755
5756         * wl.el (wl-init): Revert (require 'mime-setup). move from
5757         toplevel.
5758
5759 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5760
5761         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5762         local variables.  Add error when guess function return invalid
5763         value.
5764
5765 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5766
5767         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5768         Change local variable name.
5769         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5770         (wl-folder-get-newsgroups): Return nil when non-news folder.
5771         * wl-summary.el (wl-summary-write-current-folder): State through
5772         when guess-list return nil.
5773         (wl-summary-write-current-folder-functions): Fixed docstring.
5774
5775         * wl.el (wl-exit): Changed confirm message.
5776
5777         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5778         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5779
5780         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5781
5782 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5783
5784         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5785         user option (Renamed from wl-cache-prefetch-folder-type-list).
5786         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5787         from wl-cache-prefetch-folder-list).
5788
5789         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5790         Move to wl-vars.el.
5791         (wl-message-buffer-prefetch-p): Changed to enable
5792         `wl-message-buffer-prefetch-folder-list'.
5793
5794         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5795         `ignore-cache'.
5796
5797 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5798
5799         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5800         `part-top' and `part-bottom'.
5801         (wl-draft-config-sub-part-top): New function.
5802         (wl-draft-config-sub-part-bottom): New function.
5803
5804 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5805
5806         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5807
5808 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5809
5810         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5811
5812 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5813
5814         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5815
5816         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5817         (wl-summary-write-current-folder): Ditto.
5818
5819 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5820
5821         * wl-folder.el (wl-folder-get-newsgroups): Use
5822         `elmo-folder-newsgroups'.
5823
5824 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5825
5826         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5827         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5828         `wl-draft-config-sub-header-bottom'.
5829
5830 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5831
5832         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5833         localnews folder.
5834
5835 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5836
5837         * wl-summary.el (wl-summary-mode): Undo last change.
5838
5839         * wl-folder.el (wl-folder-mode): Ditto.
5840
5841 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5842
5843         * wl-summary.el (wl-summary-mode): Locally set
5844         truncate-partial-window-width to nil.
5845         (for XEmacs)
5846
5847         * wl-folder.el (wl-folder-mode): Ditto.
5848
5849 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5850
5851         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5852
5853 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5854
5855         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5856         number.
5857
5858         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5859
5860         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5861
5862         * Version number is increased to 2.7.6.
5863
5864 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5865
5866         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5867
5868 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5869
5870         * wl-summary.el (wl-summary-sync-update): Enclose network
5871         related portion with `unwind-protect'.
5872
5873 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5874
5875         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5876
5877 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5878
5879         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5880         element.
5881         * wl-vars.el (wl-message-body-button-alist): Ditto.
5882
5883         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5884         max match length.
5885         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5886
5887         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5888         for the max match length;
5889         Use 4th element value for the button string regexp group.
5890
5891         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5892         candidate exists, prompt to select.
5893
5894 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5895
5896         * wl-summary.el (wl-summary-jump-to-msg): Search before
5897         calibration point by `beginning-of-line'.
5898
5899 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5900
5901         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5902         for access group.
5903
5904 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5905
5906         * wl-message.el (wl-message-display-internal): Bind
5907         `default-mime-charset'.
5908
5909         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5910
5911         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5912
5913         * Version number is increased to 2.7.5.
5914
5915 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5916
5917         * wl-expire.el (wl-summary-archive): Fixed;
5918         Use `elmo-folder-name-internal'.
5919
5920 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5921
5922         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5923         from `elmo-folder-move-messages' caller.
5924         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5925
5926         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5927         related portions are changed).
5928
5929 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5930
5931         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5932         counter.
5933
5934 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5935
5936         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5937         buffer local and set it to nil.
5938
5939         * wl-message.el (wl-message-redisplay): Ditto.
5940
5941 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5942
5943         * wl-summary.el (wl-summary-mark-as-important): If message is
5944         already cached, set messag as read, otherwise encache and mark as read.
5945
5946 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5947
5948         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5949         point-min.
5950
5951 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5952
5953         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5954         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5955         a keymap.
5956
5957 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5958
5959         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5960         parent.
5961
5962         * wl-mule.el (wl-message-define-keymap): Ditto.
5963
5964         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5965
5966         * wl-xmas.el (wl-message-display-internal-hook): Define.
5967         (wl-xmas-setup-message-toolbar): Define as function.
5968         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5969         (wl-message-overload-functions): Abolished.
5970         (wl-message-define-keymap): New function.
5971
5972         * wl-vars.el (wl-message-display-internal-hook): New variable.
5973         (wl-message-header-button-alist): New variable (Renamed from
5974         wl-highlight-message-header-button-alist).
5975         (wl-message-body-button-alist): Ditto.
5976
5977         * wl-mule.el (wl-message-define-keymap): New function.
5978         (wl-message-overload-functions): Abolished.
5979
5980         * wl-message.el (wl-message-add-buttons-to-body): New function.
5981         (wl-message-redisplay): Don't call wl-message-overload-functions;
5982         Call wl-message-add-buttons-to-header and
5983         wl-message-add-buttons-to-body.
5984         (wl-message-display-internal): Set keymap argument for
5985         elmo-mime-display-as-is, elmo-mime-message-display;
5986         Run wl-message-display-internal-hook.
5987         (wl-message-refer-article-or-url): Abolished.
5988
5989         * wl-highlight.el (wl-highlight-headers): Don't call
5990         wl-highlight-message-add-buttons-to-header.
5991         (wl-highlight-message-add-buttons-to-header): Abolished.
5992
5993
5994         * wl-e21.el (wl-message-display-internal-hook): Define.
5995         (wl-e21-setup-toolbar): Deleted duplicated binding.
5996         (wl-e21-setup-message-toolbar): Define as function.
5997         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5998         (wl-message-define-keymap): New function.
5999         (wl-message-overload-functions): Abolished.
6000
6001 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6002
6003         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6004         and elmo-folder-close.
6005
6006         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6007
6008 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6009
6010         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6011         boolean value.
6012         * wl-draft.el (wl-draft-do-fcc): Ditto.
6013
6014 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6015
6016         * wl-vars.el (wl-fcc-force-as-read): New variable.
6017         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6018         mark copied message as read.
6019
6020 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6021
6022         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6023
6024 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6025
6026         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6027         `wl-summary-target-above' instead of obsolete variable
6028         `wl-summary-temp-above'.
6029
6030         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6031         instead of `make-obsolete-variable'.
6032         * wl-refile.el (toplevel): Ditto.
6033
6034 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6035
6036         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6037         with third argument t.
6038         (wl-draft): Set first argument for wl-plugged-init as t.
6039
6040         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6041         definition.
6042
6043 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6044
6045         * wl-vars.el: Tabify.
6046         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6047
6048         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6049         message.
6050
6051 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6052
6053         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6054         and set default to beep.
6055
6056 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6057
6058         * wl-vars.el (wl-draft-truncate-lines): New variable.
6059
6060         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6061         instead of wl-message-truncate-lines for truncate-lines.
6062
6063 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6064
6065         * wl-message.el (wl-message-display-internal): Call
6066         `wl-highlight-message' after `elmo-mime-display-as-is'.
6067
6068         * wl-mime.el (wl-mime-display-text/plain): New function.
6069         (wl-mime-display-header): Ditto.
6070         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6071         body-presentation-method for text/plain;
6072         Register `wl-mime-display-header' as a header-presentation-method;
6073         Don't set up `elmo-message-text-content-inserted-hook' and
6074         `elmo-message-header-inserted-hook'.
6075
6076         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6077         variable.
6078         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6079         as t if flag is 'all-header;
6080         Don't bind `elmo-message-ignored-field-list',
6081         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6082
6083 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6084
6085         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6086         for xemacs with non-mule environment.
6087
6088 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6089
6090         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6091         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6092         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6093
6094 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6095
6096         * wl-vars.el (wl-interactive-send): Set default value as t.
6097
6098 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6099
6100         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6101         (wl-addrmgr-method-list): Abolished.
6102         (wl-addrmgr-change-method): Follow above change.
6103
6104         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6105
6106 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6107
6108         * wl-vars.el (wl-message-truncate-lines): Change default value
6109         to default-truncate-lines.
6110
6111         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6112
6113 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6114
6115         * wl-vars.el (wl-message-truncate-lines): New variable.
6116
6117         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6118         wl-message-truncate-lines.
6119
6120 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6121
6122         * wl-acap.el (wl-acap-init): Remove period from error message.
6123         (wl-acap-find-acap-service): Remove period from message.
6124
6125 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6126
6127         * wl.el (wl-check-environment): Undo last change.
6128
6129         * wl-vars.el (wl-from): Changed default value.
6130
6131         * wl-util.el (toplevel): Don't require tm-edit.
6132
6133         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6134         `wl-folder-init';
6135         Don't set mark on mail body.
6136         (wl-draft-reedit): Ditto.
6137
6138         * wl-address.el (wl-address-quote-specials): Define as an alias for
6139         elmo-address-quote-specials.
6140
6141 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6142
6143         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6144
6145         * wl-vars.el (wl-from): Set default value as nil.
6146         (wl-organization): Set default value as ORGANIZATION environment
6147         variable.
6148
6149         * wl-draft.el (wl-smtp-extension-bind): Check value of
6150         wl-smtp-connection-type.
6151
6152         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6153         error.
6154
6155 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6156
6157         * Version number is increased to 2.7.4.
6158
6159         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6160         arguments from `wl-highlight-x-face-function' caller.
6161         Use x-face-1.3.6.12 or later.
6162
6163 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6164
6165         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6166
6167 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6168
6169         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6170         (wl-fcc): Fix to accept function.
6171         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6172
6173 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6174
6175         * wl-acap.el (toplevel): Added `product-provide' declare.
6176         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6177
6178 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6179
6180         * wl.el (wl): Changed order of calling `elmo-init'
6181         and `elmo-folder-init'.
6182
6183 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6184
6185         * wl-mime.el (wl-summary-burst): Extract message when content-type
6186         of root entity is not only `multipart' but also `message/rfc822'.
6187         (wl-summary-burst-subr): Ditto.
6188
6189 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6190
6191         * wl-vars.el (toplevel): Require 'custom.
6192         (wl-trash-folder): Added to `wl-setting' group.
6193
6194         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6195         exists.
6196         (wl-addrmgr-draw): Insert empty line when no entry exists.
6197
6198         * wl-mule.el (wl-message-wheel-up): Fixed.
6199         (wl-message-wheel-down): Ditto.
6200
6201 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6202
6203         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6204         config is an anonymous lambda expression.
6205
6206 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6207
6208         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6209         when Mule 2 is running.
6210
6211 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6212
6213         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6214
6215 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6216
6217         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6218         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6219
6220         * wl-address.el (wl-address-specials-regexp): Eliminated.
6221         (wl-address-quote-specials): Rewrite.
6222
6223 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6224
6225         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6226         shy-groups for regexp.
6227
6228         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6229         character classes and Perl style shy-groups for regexp.
6230         (wl-highlight-plugged-current-line): Use Posix style character
6231         classes for regexp.
6232         (wl-e21-highlight-folder-by-numbers): Ditto.
6233         (wl-e21-display-image-p): Use `display-images-p' instead of
6234         `display-graphic-p'.
6235         (display-images-p): Make an alias to `display-graphic-p' if it is
6236         not available.  It is for Emacs version prior to 21.0.105.
6237
6238         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6239         `display-graphic-p'.
6240         (wl-demo-image-type-alist): Ditto.
6241         (display-images-p): Make an alias to `display-graphic-p' if it is
6242         not available.  It is for Emacs version prior to 21.0.105.
6243
6244 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6245
6246         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6247         support.
6248         (wl-generate-user-agent-string): Ditto.
6249
6250         * wl-version.el (wl-version): Update docsting.
6251         (wl-version-status): Ditto.
6252
6253 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6254
6255         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6256         21.0.105.  For Emacs 21.0.104 or earlier.
6257
6258 2001-09-03  Takuo KITAME <kitame@northeye.org>
6259
6260         * wl-e21.el (wl-plugged-init-icons): Use
6261         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6262         (wl-biff-init-icons): Ditto.
6263
6264 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6265
6266         * wl-highlight.el (wl-highlight-summary-current-line):
6267         Fixed highlighting refile/copy destination.
6268
6269         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6270         (wl-acap-store): Encode string by wl-acap-coding-system.
6271
6272 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6273
6274         * wl-acap.el (toplevel): Check and require 'un-define before
6275         'xemacs-ucs;
6276          Added checking for UTF-2000.
6277
6278 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6279
6280         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6281         Don't enclose with `eval-and-compile'.
6282
6283         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6284         wl-init is non-nil.
6285
6286         * wl-draft.el (wl-draft): Ditto.
6287
6288         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6289
6290         * wl-acap.el (toplevel): Require 'wl.
6291         (wl-acap-store): Call `elmo-init'.
6292
6293         * wl.el (wl): Changed position of `wl-check-environment'.
6294         (toplevel): Added autoload setting for wl-acap.
6295
6296         * wl-vars.el (wl-setting): New custom group.
6297         (wl-from): Added wl-setting group.
6298         (wl-user-mail-address-list): Ditto.
6299         (wl-organization): Ditto.
6300         (wl-subscribed-mailing-list): Ditto.
6301         (wl-envelope-from): Ditto.
6302         (wl-smtp-posting-user): Ditto.
6303         (wl-smtp-posting-server): Ditto.
6304         (wl-smtp-posting-port): Ditto.
6305         (wl-smtp-authenticate-type): Ditto.
6306         (wl-pop-before-smtp-user): Ditto.
6307         (wl-pop-before-smtp-server): Ditto.
6308         (wl-pop-before-smtp-port): Ditto.
6309         (wl-pop-before-smtp-authenticate-type): Ditto.
6310         (wl-nntp-posting-server): Ditto.
6311         (wl-nntp-posting-user): Ditto.
6312         (wl-nntp-posting-port): Ditto.
6313         (wl-fetch-confirm-threshold): Ditto.
6314         (wl-prefetch-threshold): Ditto.
6315         (wl-thread-insert-opened): Ditto.
6316         (wl-ldap-server): Ditto.
6317         (wl-ldap-port): Ditto.
6318         (wl-ldap-base): Ditto.
6319         (wl-ldap-objectclass): Ditto.
6320         (wl-use-ldap): Ditto.
6321         (wl-draft-config-alist): Ditto.
6322         (wl-draft-config-matchone): Ditto.
6323         (wl-template-alist): Ditto.
6324         (wl-message-sort-field-list): Ditto.
6325         (wl-message-ignored-field-list): Ditto.
6326         (wl-message-visible-field-list): Ditto.
6327         (wl-interactive-send): Ditto.
6328         (wl-summary-move-order): Ditto.
6329         (wl-auto-select-first): Ditto.
6330         (wl-auto-select-next): Ditto.
6331         (wl-interactive-save-folders): Ditto.
6332
6333         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6334         Initialization codes are moved from wl-local-folder-init.
6335         (wl-local-folder-init): Follow the change above.
6336         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6337
6338         * wl-acap.el: New file.
6339
6340         * Version number is increased to 2.7.3.
6341
6342 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6343
6344         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6345
6346 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6347
6348         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6349         (wl-addrmgr-address-entry-list): Ditto.
6350
6351 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6352
6353         * wl-e21.el (wl-draft-mode-map): Removed binding for
6354         `wl-draft-insert-x-face-field'.
6355
6356         * wl-mule.el (wl-draft-mode-map): Ditto.
6357
6358         * wl-xmas.el (wl-draft-mode-map): Ditto.
6359
6360         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6361         (wl-cs-autoconv): Ditto.
6362         (wl-cs-local): Ditto.
6363         (wl-use-scoring): Ditto.
6364         (wl-mime-charset): Ditto.
6365         (wl-folder-check-async): Ditto.
6366
6367         * wl.el (toplevel): Ignore nemacs and tm.
6368         (wl-exit): Ditto.
6369
6370         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6371         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6372         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6373         instead of wl-address-petname-add-or-change.
6374         (wl-summary-edit-addresses-subr): Use wl-address-delete
6375         instead of wl-address-petname-delete.
6376
6377         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6378
6379         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6380         if error occured.
6381
6382         * wl-message.el (require): Remove tm support.
6383
6384         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6385
6386         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6387         (wl-folder-jump-to-current-entity): Ditto.
6388         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6389
6390         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6391         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6392         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6393
6394         * wl-mule.el (wl-draft-key-setup): Ditto.
6395
6396         * wl-xmas.el (wl-draft-key-setup): Ditto.
6397
6398         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6399         (wl-draft-std11-parse-addresses): New function.
6400         (wl-draft-parse-mailbox-list): Use it.
6401         (wl-draft): Ignore nemacs.
6402         (wl-draft-reedit): Ditto.
6403
6404         * wl-addrmgr.el: New file.
6405         (Original is wl-rcpt.el written by
6406         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6407         Thanks Kitamoto-san.)
6408
6409         * wl-address.el (wl-address-make-address-list): Modified parsing
6410         process.
6411         (wl-address-delete): Renamed from `wl-address-petname-delete';
6412         Modify wl-address-list too.
6413         (wl-address-add-or-change): Renamed from
6414         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6415
6416 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6417
6418         * wl-highlight.el (wl-highlight-summary-current-line):
6419           Work with transient-mark-mode
6420
6421 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6422
6423         * Version number is increased to 2.7.2.
6424
6425         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6426         instead of elmo-dop-queue-method.
6427
6428 2001-08-06  SAITO Atsunori <sai@yedo.com>
6429
6430         * wl-vars.el (wl-ldap-objectclass): New user option.
6431
6432         * wl-address.el (wl-ldap-make-filter): Use it.
6433
6434 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6435
6436         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6437
6438 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6439
6440         * wl-folder.el (wl-folder): redisplay after folder insertion.
6441
6442         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6443
6444         * wl-summary.el (wl-summary-sync-update):
6445         Change status mark only when new-msgdb exists.
6446         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6447
6448 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6449
6450         * wl-summary.el (wl-summary-open-folder): New function.
6451         (wl-summary-goto-folder-subr): Use it.
6452         (wl-summary-mark-as-important): Fix;
6453         Encache only when no cache exists.
6454
6455 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6456
6457         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6458         Use with-current-buffer.
6459
6460 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6461
6462         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6463         before call `get-buffer'. Fixed parenthesis.
6464         (wl-score-get-header-entry): Clear message and help window when
6465         keyboard quit.
6466         (wl-score-edit-insert-header): Ditto.
6467
6468 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6469
6470         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6471         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6472         (wl-default-draft-cite): Fix.
6473
6474         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6475         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6476
6477 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6478
6479         * wl-message.el (wl-message-prev-page): Do same bahavior
6480         as summary when it is called in the message buffer.
6481         (wl-message-next-page): Ditto.
6482
6483 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6484
6485         * wl-summary.el (wl-summary-forward): Use cache if it is not
6486         section cache.
6487
6488 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6489
6490         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6491         Removed redundant require of elmo-vars.
6492         (wl-biff-state-indicator-on): Changed default value for
6493         xemacs with non-mule environment.
6494
6495         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6496         wl-message-buffer is nil;
6497         Hide progress bar after moving messages.
6498
6499 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6500
6501         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6502         message at cursor point is deleted.
6503
6504 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6505
6506         * wl-vars.el: Changed file coding system to euc-japan.
6507         Added -*-coding:-*- magic to the first line.
6508
6509         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6510         Search parent from the first message.
6511
6512         * Version number is increased to 2.7.1.
6513
6514 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6515
6516         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6517
6518 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6519
6520         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6521         refile/delete execution.
6522
6523         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6524         Fixed docstring.
6525
6526 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6527
6528         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6529         do update process;
6530         Don't update marks when update process is interrupted.
6531
6532 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6533
6534         * wl-summary.el (wl-summary-reply): Fixed problem when
6535         wl-draft-use-frame is non-nil.
6536         (wl-summary-forward): Ditto.
6537
6538         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6539         as nil.
6540         (wl-folder-mark-as-read-all-entity): Ditto.
6541         (wl-folder-prefetch-entity): Ditto.
6542
6543         * wl.el (wl): Check environment before wl-init.
6544
6545         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6546         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6547         instead of wl-summary-collect-unread.
6548         (wl-summary-reply): Split message window.
6549
6550 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6551
6552         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6553         only if current language environment is japanese,
6554
6555         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6556         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6557         (wl-folder-goto-folder-subr): Ditto.
6558
6559         * wl-draft.el (wl-draft-dispatch-message): Call
6560         `elmo-file-cache-get-path'.
6561
6562 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6563
6564         * wl-summary.el (wl-summary-cursor-move): If return value of
6565         wl-summary-next-message is not number, don't jump.
6566
6567 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6568
6569         * wl-summary.el (wl-summary-buffer-next-message-function): New
6570         variable.
6571         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6572         if it is bound.
6573
6574         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6575         string.
6576
6577         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6578         (wl-plugged-drawing): Ditto.
6579
6580 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6581
6582         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6583         process.
6584         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6585         with unwind-protect.
6586
6587         * wl.el (wl-init): Require mime-setup.
6588         (wl-check-environment): Don't require mime-setup.
6589
6590         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6591         instead of elmo-folder-type.
6592
6593         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6594         value as nil.
6595
6596 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6597
6598         * Version number is increased to 2.7.0.
6599
6600         * wl-version.el (wl-version): Changed codename.
6601
6602         * wl-summary.el (wl-summary-delete-cache): Fixed.
6603
6604         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6605         Workaround for net folders.
6606         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6607
6608         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6609         value to nil (According to the patch from
6610         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6611
6612         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6613         of elmo-folder-close.
6614
6615 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6616
6617         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6618         for postfix.
6619
6620 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6621
6622         * wl-summary.el (wl-summary-resend-message): Fixed.
6623
6624         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6625         Call wl-draft with `from' argument if its address is included in
6626         `wl-user-mail-address-list'.
6627         (wl-draft): Added `from' argument.
6628
6629         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6630         non-nil.
6631         (wl): Don't show demo if wl-demo is nil.
6632
6633         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6634         wl-summary-use-frame.
6635
6636         * wl-vars.el (wl-summary-use-frame): New user option.
6637         (wl-folder-use-frame): Changed docstring.
6638
6639         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6640         non-nil.
6641         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6642         wl-summary-use-frame.
6643
6644         * wl-vars.el (wl-folder-use-frame): New user option.
6645
6646         * wl-summary.el (wl-summary-exit): Back to folder frame if
6647         wl-folder-use-frame is non-nil.
6648         (wl-summary-redisplay-internal): Ignore cache if current folder
6649         is draft folder,
6650         (wl-summary-redisplay-no-mime): Ditto.
6651         (wl-summary-redisplay-all-header): Ditto.
6652
6653         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6654         if wl-folder-use-frame is non-nil.
6655
6656 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6657
6658         * wl-summary.el (wl-summary-sync-update): Bind
6659         elmo-folder-update-threshold.
6660         (wl-summary-mark-as-important): Enclosed server mark processing
6661         with `save-match-data'.
6662
6663         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6664         only when it is already defined.
6665
6666 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6667
6668         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6669         name of folder exclude localdir is wrong.
6670         * wl-folder.el (wl-folder-sync-entity):
6671         Set `wl-summary-always-sticky-folder-list' as nil.
6672         (wl-folder-mark-as-read-all-entity): Ditto.
6673         (wl-folder-prefetch-entity): Ditto.
6674
6675 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6676
6677         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6678         instead of `wl-summary-write-current-newsgroup'.
6679
6680 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6681
6682         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6683         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6684         non-nil and selected message is important, do not display.
6685
6686 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6687
6688         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6689
6690 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6691
6692         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6693
6694         * wl-summary.el (wl-summary-mark-as-important): Set message number
6695         using wl-summary-message-number.
6696
6697 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6698
6699         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6700         destination folder is 'null.
6701
6702 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6703
6704         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6705         New function.
6706         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6707         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6708         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6709
6710 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6711
6712         * wl-mime.el (wl-mime-setup): Added setting for
6713         `mime-setup-signature-key-alist' to avoid overriding key bind for
6714         `wl-draft-send'.
6715
6716         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6717         for `wl-draft-send'.
6718         * wl-mule.el (wl-draft-overload-functions): Ditto.
6719         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6720         * wl-draft.el (wl-draft-send): Ditto.
6721
6722         * wl-message.el (wl-message-display-internal):
6723         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6724         (Patch is provided by <kita@coe.nttdata.co.jp>).
6725
6726 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6727
6728         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6729
6730 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6731
6732         * wl.el (wl): Fix for wl-demo.
6733
6734 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6735
6736         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6737
6738 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6739
6740         * wl-folder.el (wl-folder-prefetch-entity): Use
6741         `wl-folder-get-elmo-folder'.
6742         (wl-folder-count-incorporates): Do not use
6743         `wl-folder-get-elmo-folder'.
6744
6745 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6746
6747         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6748         instead of `elmo-folder-get-type'.
6749
6750 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6751
6752         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6753         position on Subject: field.
6754         (Advised by Mito <mit@nines.nec.co.jp>)
6755
6756 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6757
6758         * wl-folder.el (wl-folder-prefetch-entity): Use
6759         `wl-folder-get-elmo-folder'.
6760
6761 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6762
6763         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6764
6765         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6766         `process-duplicates' slot.
6767
6768         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6769         if detection failed.
6770
6771 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6772
6773         * wl-version.el (wl-version-status): Set to "alpha".
6774
6775 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6776
6777         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6778         Check wl-message-buffer lives before set-buffer.
6779
6780 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6781
6782         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6783         called in folder mode.
6784         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6785         * wl-summary.el (wl-summary-exit-pre-hook): Run
6786         `wl-summary-exit-pre-hook' before exit summary mode.
6787
6788 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6789
6790         * wl-version.el (wl-version-status): New variable.
6791         (wl-version-status-alist): Removed.
6792         (wl-version-status): Rule included.
6793
6794 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6795
6796         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6797         @sponichi.
6798
6799         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6800         when `mail-reply-buffer' is buffer-local variable.
6801         (Reported by <kita@coe.nttdata.co.jp>).
6802
6803 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6804
6805         * wl-vars.el (toplevel): Require 'elmo-util.
6806
6807 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6808
6809         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6810         (All other related portions are changed)
6811
6812         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6813
6814         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6815
6816 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6817
6818         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6819
6820 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6821
6822         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6823         Delete other windows to avoid an error.
6824         Use `point-marker' instead of `point' to remember the start point
6825         of body.
6826
6827         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6828
6829         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6830         number not to exceed all message number.
6831
6832 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6833
6834         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6835         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6836
6837 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6838
6839         * wl-summary.el (wl-summary-sync-force-update): Added argument
6840         no-check.
6841         (wl-summary-sync-update): Ditto.
6842         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6843         with `no-check'.
6844
6845         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6846         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6847         already running.
6848
6849 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6850
6851         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6852         `dst-folder-arg'.
6853         (wl-expire-archive-number1): Diito.
6854         (wl-expire-archive-number2): Diito.
6855         (wl-expire-archive-Date): Diito.
6856         (wl-archive-number1): Diito.
6857         (wl-archive-number2): Diito.
6858         (wl-archive-date): Diito.
6859         (wl-archive-folder-p): New function.
6860         (wl-summary-expire): Support of expand folder name at
6861         wl-expire-alist.
6862         * wl-util.el (wl-expand-newtext): Renamed from
6863         `wl-refile-expand-newtext'.
6864
6865 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6866
6867         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6868         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6869         `(elmo-msgdb-get-overview msgdb)'.
6870         (wl-summary-prefetch): Bind match data before call
6871         `wl-summay-prefetch-msg'.
6872         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6873         'off if `wl-summary-buffer-disp-msg' is non-nil.
6874         Fixed problem that couldn't show only one new or unread message when
6875         enter folder.
6876         (wl-summary-reply): Don't call `split-window-vertically' and other
6877         window.
6878
6879 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6880
6881         * wl-expire.el (wl-expire-refile): Fixed.
6882
6883 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6884
6885         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6886
6887         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6888         biff notification is removed.
6889
6890         * wl.el (wl): Changed position of `elmo-init'.
6891
6892         * wl-draft.el (wl-default-draft-cite): Use date field
6893         on the citation buffer.
6894
6895         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6896
6897         * wl-xmas.el (wl-folder-internal-icon-list): Added
6898         `wl-folder-shimbun-image'.
6899
6900         * wl-e21.el (wl-folder-internal-icon-list): Added
6901         `wl-folder-shimbun-image'.
6902
6903 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6904
6905         * wl.el (wl-init): Eliminated argument.
6906         (wl): Rewrite.
6907
6908         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6909         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6910         instead of `elmo-folder-msgdb-internal'.
6911         (wl-summary-sync-update): Ditto.
6912         (wl-summary-flush-pending-append-operations): Eliminated.
6913         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6914         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6915         `elmo-folder-open'.
6916
6917         * wl-mime.el (wl-summary-burst): Fixed.
6918
6919         * wl-folder.el (wl-folder-info-save): Check data type.
6920
6921         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6922         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6923         instead of `elmo-folder-msgdb-internal'.
6924         (wl-expire-hide): Ditto.
6925
6926
6927         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6928
6929 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6930
6931         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6932
6933 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6934
6935         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6936
6937 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6938
6939         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6940         Fixed `match-beginning' argument mismatch.
6941
6942 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6943
6944         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6945         the default value.
6946
6947 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6948
6949         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6950         instead of `elmo-nntp-default-port'.
6951
6952         * wl-vars.el: Fixed some doc strings.
6953
6954 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6955
6956         * wl-summary.el (wl-summary-prefetch-msg): Use
6957         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6958
6959         * wl-vars.el: Define *-func as obsolete variable using
6960         `elmo-define-obsolete-variable'.
6961
6962         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6963         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6964         instead of `wl-message-buffer-prefetch-threshold'.
6965
6966         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6967
6968         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6969
6970         * wl-draft.el (wl-caesar-region-func): Ditto.
6971
6972         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6973         Keep unread status in elmo-folder-move-messages.
6974         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6975
6976 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6977
6978         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6979         `wl-summary-buffer-exit-func'
6980         (wl-summary-buffer-message-redisplay-function): Renamed from
6981         `wl-summary-buffer-message-redisplay-func'
6982         (wl-summary-buffer-next-folder-function): Renamed from
6983         `wl-summary-buffer-next-folder-func'.
6984         (wl-summary-buffer-prev-folder-function): Renamed from
6985         `wl-summary-buffer-prev-folder-func'.
6986         (wl-summary-get-petname-function): Renamed from
6987         `wl-summary-get-petname-func'.
6988
6989         * wl-score.el (wl-score-edit-exit-function): Renamed from
6990         `wl-score-edit-exit-func'.
6991
6992         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6993         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6994
6995         * wl-util.el (wl-load-profile-function): Renamed from
6996         `wl-load-profile-func'.
6997
6998         * wl-folder.el (wl-folder-completion-function): Renamed from
6999         `wl-folder-completion-func'.
7000         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7001
7002         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7003         `wl-expire-archive-get-folder-func'.
7004         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7005         (wl-draft-send-mail-function): Renamed from
7006         `wl-draft-send-mail-func'.
7007         (wl-draft-send-news-function): Renamed from
7008         `wl-draft-send-news-func'.
7009         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7010         (wl-generate-mailer-string-function): Renamed from
7011         `wl-generate-mailer-string-func'.
7012         (wl-highlight-signature-search-function): Renamed from
7013         `wl-highlight-signature-search-func'.
7014         (wl-highlight-x-face-function): Renamed from
7015         `wl-highlight-x-face-func'
7016         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7017         (wl-ps-print-buffer-function): Renamed from
7018         `wl-ps-print-buffer-func'
7019         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7020         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7021         (wl-summary-subject-filter-function): Renamed from
7022         `wl-summary-subject-filter-func'.
7023
7024         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7025         `wl-draft-queue-flush-send-func'
7026         (wl-draft-cite-function): Renamed from
7027         `wl-draft-cite-func'
7028
7029         * wl-address.el (wl-address-init-function): Renamed from
7030         `wl-address-init-func'.
7031
7032 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7033
7034         * wl-draft.el (wl-draft-queue-flush): Don't call
7035         `elmo-dop-unlock-message'.
7036         * wl-draft.el (wl-draft-queue-append): Don't call
7037         `elmo-dop-lock-message'.
7038
7039         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7040         (wl-summary-buffer-folder-name): Ditto.
7041         (wl-summary-message-regexp): Added '-' (all other related portions
7042         are changed).
7043         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7044         wl-summary-buffer-folder-name.
7045
7046 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7047
7048         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7049         the number of mails in the folder buffer is not updated by wl-biff.
7050
7051 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7052
7053         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7054         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7055
7056 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7057
7058         * wl-summary.el (wl-summary-next-message):
7059         Return next message number when wl-summary-move-order is nil.
7060
7061 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7062
7063         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7064         `wl-summary-move-spec-alist'.
7065         (wl-summary-move-spec-unplugged-alist): New variable
7066         (Move spec for unplugged status).
7067         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7068         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7069
7070 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7071
7072         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7073         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7074
7075 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7076
7077         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7078         simple quotation to quote the anonymous function.
7079         * tm-wl.el (wl-draft-preview-message): Ditto.
7080
7081 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7082
7083         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7084         Eliminate redundant `save-excursion'.
7085         (wl-highlight-summary-current-line): Ditto.
7086
7087         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7088         accessing match data when `looking-at' failed.
7089
7090         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7091         `elmo-match-string' where users don't care about the speed.
7092         (wl-draft-save): Ditto.
7093
7094 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7095
7096         * wl-util.el (wl-regexp-opt): New function.
7097
7098         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7099         number from `wl-summary-buffer-number-list'.
7100         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7101         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7102         (wl-summary-move-spec-alist): Changed default setting.
7103
7104 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7105
7106         * wl-vars.el (wl-biff-notify-hook): New hook.
7107         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7108         the arrival of new mail.
7109         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7110         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7111
7112 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7113
7114         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7115
7116 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7117
7118         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7119
7120         * Version number is increased to 2.5.8.
7121
7122         * wl-thread.el (toplevel): require 'cl.
7123         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7124         (wl-thread-make-number-list): New function.
7125         (wl-thread-entity-make-number-list-from-children): Ditto.
7126         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7127         (wl-thread-entity-insert-as-children): Likewise.
7128         (wl-thread-delete-message): Likewise.
7129         (wl-meaning-of-mark): Eliminated.
7130         (wl-thread-next-failure-mark-p): Ditto.
7131         (wl-thread-entity-get-mark): Ditto.
7132         (wl-thread-meaning-alist-get-result): Ditto.
7133         (wl-thread-entity-check-prev-mark): Ditto.
7134         (wl-thread-entity-check-next-mark): Ditto.
7135         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7136         (wl-thread-entity-get-prev-marked-entity): Ditto.
7137         (wl-thread-get-prev-unread): Ditto.
7138         (wl-thread-jump-to-prev-unread): Ditto.
7139         (wl-thread-get-next-unread): Ditto.
7140         (wl-thread-jump-to-next-unread): Ditto.
7141         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7142         (wl-thread-entity-get-next-marked-entity): Ditto.
7143
7144         * wl-summary.el (wl-summary-buffer-number-list):
7145         New bufer-local variable.
7146         (wl-summary-switch-to-clone-buffer): Clone
7147         `wl-summary-buffer-number-list'.
7148         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7149         (wl-summary-cursor-move-regex): Eliminated.
7150         (wl-summary-cursor-up): Rewrite.
7151         (wl-summary-cursor-down): Ditto.
7152         (wl-summary-mode-spec-alist): New variable.
7153         (wl-summary-next-message): New inline function.
7154         (wl-summary-cursor-move): New function.
7155         (wl-summary-default-get-next-msg): Rewrite.
7156         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7157         (wl-summary-rescan): Ditto.
7158         (wl-summary-sync-all-init): Ditto.
7159         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7160         summary is not thread view.
7161         (wl-summary-sync-update): Ditto.
7162         (wl-summary-rescan): Ditto.
7163         (wl-summary-make-number-list): New function.
7164
7165         * wl-draft.el: "FCC" -> "Fcc".
7166
7167 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7168
7169         * wl-highlight.el (wl-highlight-summary-window):
7170         Call `set-buffer-modified-p'.
7171
7172         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7173         (wl): Call `elmo-init' and fix.
7174
7175         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7176         Use new variables.
7177
7178         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7179
7180 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7181
7182         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7183
7184 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7185
7186         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7187
7188 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7189
7190         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7191         `wl-use-toolbar' nor `display-graphic-p'.
7192         (wl-e21-setup-message-toolbar): Ditto.
7193         (wl-e21-setup-summary-toolbar): Ditto.
7194         (wl-e21-setup-folder-toolbar): Ditto.
7195
7196         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7197         (wl-plugged-init-icons): Ditto.
7198
7199         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7200         `display-graphic-p'.
7201         (wl-plugged-set-folder-icon): Ditto.
7202         (wl-highlight-plugged-current-line): Ditto.
7203         (wl-highlight-folder-current-line): Ditto.
7204         (wl-e21-highlight-folder-group-line): Ditto.
7205         (wl-e21-setup-toolbar): Ditto.
7206         (wl-e21-display-image-p): New macro.
7207
7208         * wl-demo.el (wl-demo): Simplified.
7209         (wl-demo-image-type-alist): Use `image-type-available-p' for
7210         checking whether the image type `xbm' is available.
7211
7212 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7213
7214         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7215         (wl-summary-input-range): Ditto.
7216
7217 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7218
7219         * wl-summary.el (wl-summary-edit-addresses): Use
7220         `wl-summary-get-original-buffer'
7221         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7222         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7223         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7224         (wl-summary-get-newsgroups): Eliminated.
7225         (wl-summary-set-crosspost): Ditto.
7226         (wl-summary-is-crosspost-folder): Ditto.
7227         (wl-crosspost-alist-load): Ditto.
7228         (wl-crosspost-alist-save): Ditto.
7229
7230         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7231         `elmo-setup-subscribed-newsgroups' instead of
7232         `elmo-nntp-make-groups-hashtb'.
7233         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7234         instead of `wl-crosspost-alist-save'.
7235
7236         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7237         of `elmo-folder-message-appendable-p'.
7238         (wl-mime-header-presentation-method): Eliminated.
7239
7240         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7241         (Error occurs in emacs21).
7242
7243         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7244         the current buffer).
7245
7246         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7247         instead of `wl-crosspost-alist-save'.
7248         (wl-init): `elmo-crosspost-message-alist-load'
7249         instead of `wl-crosspost-alist-load'
7250
7251         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7252         (wl-parse-newsgroups): Likewise.
7253         (wl-biff-notify): Run `wl-biff-notify-hook'.
7254
7255 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7256
7257         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7258
7259         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7260         when `wl-summary-lazy-highlight' is non-nil.
7261         (wl-summary-goto-folder-subr): Highlight only when
7262         `wl-summary-lazy-highlight' is non-nil.
7263
7264         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7265         Don't display progress and highlight temp-mark when
7266         `wl-summary-lazy-highlight' is non-nil.
7267         (wl-highlight-summary-window): New function.
7268         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7269
7270 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7271
7272         * wl-summary.el (wl-summary-sync): Change `all-visible'
7273         from `all-shown'
7274         (wl-summary-input-range): Ditto.
7275
7276 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7277
7278         * wl-e21.el (wl-highlight-folder-current-line): Call
7279         `wl-folder-init-icons' when folder icons have not been initialized.
7280
7281         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7282
7283         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7284         (wl-demo-image-type-alist): New macro.
7285
7286 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7287
7288         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7289         display does not support graphics.
7290         (wl-plugged-init-icons): Ditto.
7291         (wl-folder-init-icons): Ditto.
7292
7293         * wl-demo.el (wl-demo): Chech closely whether the display
7294         supports graphics.
7295
7296 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7297
7298         * wl-summary.el (wl-summary-get-original-buffer): New function.
7299         (wl-summary-set-crosspost): Use it.
7300         (wl-summary-target-mark-uudecode): Ditto.
7301         (wl-summary-reedit): Ditto.
7302         (wl-summary-resend-bounced-mail): Ditto.
7303         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7304         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7305
7306         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7307         (wl-message-display-internal): Ditto.
7308
7309 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7310
7311         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7312
7313 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7314
7315         * wl-summary.el (wl-summary-save-view): Renamed from
7316         `wl-summary-save-status'.
7317
7318 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7319
7320         * wl-summary.el (wl-summary-sync): Added `all-shown'
7321
7322 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7323
7324         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7325
7326 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7327
7328         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7329
7330 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7331
7332         * wl-highlight.el (wl-highlight-summary-line-string): Use
7333         `zerop' instead of `= 0'.
7334         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7335
7336         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7337         for comparing numbers.
7338         (wl-template-prev): Use `zerop' instead of `eq 0'.
7339
7340         * wl-draft.el (wl-draft-insert-current-message): Use
7341         `with-current-buffer' instead of `save-excursion'.
7342         Use `zerop' instead of `eq 0'.
7343
7344 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7345
7346         * wl-draft.el (wl-draft-insert-ccs): New function.
7347         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7348         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7349
7350 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7351
7352         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7353
7354 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7355
7356         * wl-expire.el (wl-expire-refile): Don't call
7357         elmo-msgdb-add-msgs-to-seen-list;
7358         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7359         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7360
7361 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7362
7363         * wl-message.el (wl-message-prev-page): Ignore errors while
7364         scroll-down.
7365
7366 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7367
7368         * wl-mime.el: Use elmo-original-message-mode instead of
7369         mmelmo-original-mode.
7370
7371         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7372         `elmo-folder-get-spec';
7373         (wl-fldmgr-add-completion-all-completions):
7374         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7375
7376         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7377         of `elmo-folder-get-type'.
7378
7379         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7380         `elmo-folder-get-spec';
7381         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7382         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7383         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7384         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7385         `elmo-read-msg-no-cache';
7386         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7387         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7388         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7389         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7390         `elmo-cache-save';
7391         (wl-draft-reedit): Use `elmo-message-file-name'.
7392
7393         * wl-expire.el: Use `elmo-folder-name-internal';
7394         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7395         Use macro `wl-summary-buffer-msgdb' instead of variable
7396         `wl-summary-buffer-msgdb';
7397         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7398         Use macro `wl-summary-buffer-folder-name' instead of variable
7399         `wl-summary-buffer-folder-name'.
7400         * wl-score.el: Likewise.
7401
7402         * wl-message.el: Rewrite for new message buffer cache mechanism.
7403         (wl-message-buffer-cache-buffer-get): New macro.
7404         (wl-message-buffer-cache-folder-get): Ditto.
7405         (wl-message-buffer-cache-message-get): Ditto.
7406         (wl-message-buffer-cache-entry-make): Ditto.
7407         (wl-message-buffer-cache-hit): Ditto.
7408         (wl-message-buffer-cache-sort): New function.
7409         (wl-message-buffer-cache-add): Ditto.
7410         (wl-message-buffer-cache-delete): Ditto.
7411         (wl-message-buffer-cache-clean-up): Ditto.
7412         (wl-message-buffer-window): Rewrite.
7413         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7414         (wl-message-buffer-display): New function.
7415         (wl-message-display-internal): New function.
7416
7417 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7418
7419         * wl-folder.el: Use `elmo-folder-name-internal';
7420         Use `wl-folder-get-elmo-folder';
7421         Use `elmo-folder-list-messages' instead of
7422         `elmo-list-folder';
7423         Use `elmo-folder-get-primitive-list' instead of
7424         `elmo-folder-get-primitive-spec-list';
7425         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7426         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7427         Use `elmo-folder-create' instead of `elmo-create-folder'.
7428         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7429         (wl-folder-get-elmo-folder): New macro.
7430         (wl-folder-elmo-folder-cache-get): Ditto.
7431         (wl-folder-elmo-folder-cache-put): Ditto.
7432         (wl-folder-suspend): Call `elmo-quit'.
7433
7434         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7435         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7436         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7437         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7438         (toplevel): require 'cl.
7439         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7440
7441         * wl-summary.el: Rewrite to use new elmo interface.
7442
7443 \f
7444 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7445
7446         * wl-mime.el (wl-draft-preview-message):
7447         Run `wl-draft-send-hook' before collecting recipients information;
7448         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7449
7450         * tm-wl.el (wl-draft-preview-message): Ditto.
7451
7452 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7453
7454         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7455         wrong recipients are displayed when forwarded message.
7456
7457 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7458
7459         * Version number is increased to 2.5.7.
7460
7461 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7462
7463         * wl-message.el (wl-message-next-page): Bind
7464         `window-pixel-scroll-increment' to nil while scrolling up.
7465
7466 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7467
7468         * wl-vars.el (wl-save-hook): New hook.
7469         * wl.el (wl-save): Call `wl-save-hook'.
7470
7471 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7472
7473         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7474         Argument WITH-ARG instead of NO-ARG (negative mean).
7475         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7476         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7477         * wl-message.el (wl-message-follow-current-entity): Likewise.
7478
7479 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7480
7481         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7482         FROM was optional argument.
7483         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7484
7485 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7486
7487         * Version number is increased to 2.5.6.
7488
7489 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7490
7491         * wl-version.el (wl-version-show): Removed.
7492         (wl-version): Add `interactive'.
7493
7494 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7495
7496         * wl-summary.el (wl-summary-get-petname-func): New variable.
7497         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7498         instead of `wl-address-get-petname-1'.
7499         (wl-summary-simple-from): Ditto.
7500
7501         * wl-address.el (wl-address-get-petname-1): Define as function.
7502
7503 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7504
7505         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7506         field in the original message.
7507         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7508
7509 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7510
7511         * wl-expire.el (wl-expire-hide):
7512         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7513
7514 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7515
7516         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7517         find decoder for To, Cc, and Subject.
7518
7519 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7520
7521         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7522         for checking `elmo-use-buffer-cache'.
7523         (wl-summary-mark-as-important): Fixed typo in comment.
7524
7525 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7526
7527         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7528         field in the original message.
7529         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7530
7531 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7532
7533         * wl-expire.el (wl-expire-hide):
7534         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7535
7536 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7537
7538         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7539         find decoder for To, Cc, and Subject.
7540
7541 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7542
7543         * Version number is increased to 2.5.5.
7544
7545         * wl-address.el (wl-address-specials-regexp): New constant.
7546         (wl-address-quote-specials): Use it.
7547
7548 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7549
7550         * wl-summary.el (wl-summary-rescan):
7551         Call `wl-summary-buffer-number-column-detect'.
7552         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7553
7554         * wl-message.el (wl-message-mode-map): Define.
7555         (wl-message-decode): Use it as local-map.
7556
7557 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7558
7559         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7560         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7561
7562 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7563
7564         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7565
7566         * wl-mule.el (wl-read-event-char): Ditto.
7567
7568         * wl-e21.el (wl-read-event-char): Ditto.
7569
7570         * wl-nemacs.el (wl-read-event-char): Ditto.
7571         (read-event): Removed.
7572
7573         * wl-util.el (toplevel): Removed dummy definition of
7574         `read-event'.
7575         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7576
7577 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7578
7579         * wl-nemacs.el (elmo-archive-call-process): Moved to
7580         elmo-archive.el.
7581
7582 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7583
7584         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7585         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7586
7587         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7588         instead of magic-number 6.  Use `not' instead of `null' for symbol
7589         `nil' check (not empty list).
7590         (wl-draft-insert-x-face-field): Fixed paren style.
7591
7592         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7593         one-branch conditional statement, instead of `and' and `if'.
7594         (wl-draft-forward): Likewise.
7595         (wl-draft-add-references): Likewise.
7596         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7597
7598         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7599         conditional steatment.  Use `cond' instead of `if'.
7600         (wl-draft-confirm): Likewise.
7601
7602 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7603
7604         * wl-version.el (wl-version-show): Use `product-string-1'
7605         instead of `wl-version'.
7606         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7607
7608         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7609
7610 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7611
7612         * wl-highlight.el (wl-highlight-headers): Revert
7613         `wl-highlight-x-face-func' argument (`beg' and `end').
7614
7615 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7616
7617         * wl.el (toplevel): Move `product-provide' declare.
7618         * wl-demo.el (toplevel): Ditto.
7619         * wl-dnd.el (toplevel): Ditto.
7620         * wl-highlight.el (toplevel): Ditto.
7621         * wl-message.el (toplevel): Ditto.
7622         * wl-refile.el (toplevel): Ditto.
7623         * wl-util.el (toplevel): Ditto.
7624
7625 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7626
7627         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7628         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7629         (wl-thread-close-all): keep cursor position.
7630
7631 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7632
7633         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7634         (eq x 0).
7635         (wl-generate-user-agent-string-1): Fix conditional statement.
7636
7637 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7638
7639         * wl.el (wl-check-environment): Additional check for
7640         'wl-local-domain' and `wl-message-id-domain'.
7641
7642 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7643
7644         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7645
7646 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7647
7648         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7649         instead of `smtp-sasl-user-realm'.
7650
7651 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7652
7653         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7654
7655 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7656
7657         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7658         to the default value as well as `eword-lexical-analyzer'.
7659
7660 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7661
7662         * wl-version.el (wl-extended-emacs-version,
7663         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7664         `elmo-match-string' instead of `wl-match-string'.
7665
7666 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7667
7668         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7669         docstring.
7670
7671 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7672
7673         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7674
7675 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7676
7677         * wl-highlight.el (wl-highlight-headers): Remove
7678         `wl-highlight-x-face-func' argument (`beg' and `end').
7679
7680 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7681
7682         * wl-summary.el (wl-summary-mark-as-important):
7683         Remove cache if folder is local.
7684
7685 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7686
7687         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7688         to get existing e-mail address string.
7689
7690 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7691
7692         * wl-version.el (wl-generate-user-agent-string): Commentary.
7693         (wl-generate-user-agent-string-1): Use `when' for
7694         one-branch conditional statement, instead of `and' and `if'.
7695         (wl-extended-emacs-version, wl-extended-emacs-version2,
7696         wl-extended-emacs-version3): Ditto.
7697
7698 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7699
7700         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7701         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7702         condition-case; Remove initialization.
7703         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7704         (wl-summary-sync-update3): Added argument `sync-all';
7705         Eliminated local variable `msgdb';
7706         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7707         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7708         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7709
7710 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7711
7712         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7713         connection before call `wl-draft-send-mail-with-smtp'.
7714
7715 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7716
7717         * Version number is increased to 2.5.4.
7718
7719 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7720
7721         * wl.el (wl-check-environment): Additional check for
7722         'wl-local-domain' and `wl-message-id-domain'.
7723
7724 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7725
7726         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7727         buffer as command specific.
7728         (wl-folder-mark-as-read-all-entity): Ditto.
7729         (wl-folder-prefetch-entity): Ditto.
7730         (wl-folder-drop-unsync-entity): Ditto.
7731
7732         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7733         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7734         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7735
7736         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7737         save-excursion.
7738
7739 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7740
7741         * Version number is increased to 2.5.3.
7742
7743         * wl-summary.el (wl-summary-save-view-cache):
7744         Delete duplicated `write-region';
7745         Use `write-region-as-binary' instead of `as-binary-output-file' and
7746         `write-region'.
7747
7748 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7749
7750         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7751
7752 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7753
7754         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7755         instead of `smtp-via-smtp'.
7756
7757 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7758
7759         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7760
7761 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7762
7763         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7764         instead of `smtp-sasl-user-realm'.
7765
7766 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7767
7768         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7769
7770 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7771
7772         * Version number is increased to 2.5.2.
7773
7774 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7775
7776         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7777         does not exist.
7778         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7779         (wl-biff-start): Call `timer-activate' if timer already exists.
7780
7781         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7782         only when it is bound as function.
7783
7784 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7785
7786         * Version number is increased to 2.5.1.
7787
7788 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7789
7790         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7791         Print refile/copy destination.
7792
7793 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7794
7795         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7796         queue-flush-only is non-nil.
7797
7798         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7799
7800         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7801         checking cache folder.
7802
7803 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7804
7805         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7806         `regexp-quote'.
7807
7808 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7809
7810         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7811         function.
7812         * wl-summary.el (wl-summary-write-current-folder-functions):
7813         Change default value.  Use it.
7814
7815 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7816
7817         * Version number is increased to 2.5.0.
7818
7819         * wl-version.el (wl-version): Changed codename.
7820
7821 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7822
7823         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7824         (wl-summary-supersedes-message): Ditto.
7825
7826 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7827
7828         * wl-refile.el (wl-refile-guess-functions): Renamed from
7829         `wl-refile-guess-func-list'.
7830
7831 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7832
7833         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7834         Fixed problem when no rule was matched.
7835
7836 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7837
7838         * wl-summary.el (wl-summary-get-mark): Fixed
7839         `wl-summary-buffer-target-mark' check logic.
7840
7841 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7842
7843         * wl-folder.el (wl-folder-write-current-folder): Added group
7844         folder check.
7845
7846         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7847         `wl-summary-write-current-newsgroup'.
7848         (wl-summary-write-current-folder-functions): New variable.
7849         * wl-folder.el (wl-folder-get-newsgroups): New function.
7850         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7851         (wl-folder-write-current-folder): Renamed from
7852         `wl-folder-write-current-newsgroup'.
7853
7854 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7855
7856         * Version number is increased to 2.3.93.
7857
7858 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7859
7860         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7861         (wl-ldap-make-matched-value-list): Ditto.
7862         (wl-ldap-alias-safe-string): Split e-mail address.
7863
7864         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7865         petname folder default was selected.
7866         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7867         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7868
7869 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7870
7871         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7872         to `wl-draft-config-exec'.
7873
7874         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7875         instead of calling `wl-draft-config-exec';
7876         Process group-list and show recipients in minibuffer.
7877
7878         * tm-wl.el (wl-draft-preview-message): Ditto.
7879
7880 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7881
7882         * wl.el (toplevel): Added (C) to copyright notice, and
7883         sync Author header.
7884         * tm-wl.el (toplevel): Ditto.
7885         * wl-address.el (toplevel): Ditto.
7886         * wl-demo.el (toplevel): Ditto.
7887         * wl-dnd.el (toplevel): Ditto.
7888         * wl-draft.el (toplevel): Ditto.
7889         * wl-e21.el (toplevel): Ditto.
7890         * wl-expire.el (toplevel): Ditto.
7891         * wl-folder.el (toplevel): Ditto.
7892         * wl-highlight.el (toplevel): Ditto.
7893         * wl-message.el (toplevel): Ditto.
7894         * wl-mime.el (toplevel): Ditto.
7895         * wl-mule.el (toplevel): Ditto.
7896         * wl-nemacs.el (toplevel): Ditto.
7897         * wl-refile.el (toplevel): Ditto.
7898         * wl-score.el (toplevel): Ditto.
7899         * wl-summary.el (toplevel): Ditto.
7900         * wl-template.el (toplevel): Ditto.
7901         * wl-thread.el (toplevel): Ditto.
7902         * wl-util.el (toplevel): Ditto.
7903         * wl-vars.el (toplevel): Ditto.
7904         * wl-xmas.el (toplevel): Ditto.
7905
7906 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7907
7908         * wl.el (wl-init): Added comment about `wl-init-hook'.
7909         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7910         * wl-vars.el (wl-init-hook): Added docs.
7911         (wl-make-plugged-hook): Removed useless docs.
7912         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7913         * wl-xmas.el (toplevel): Ditto.
7914
7915 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7916
7917         * wl-address.el (toplevel): Fixed multiple Author header format.
7918         * wl-demo.el (toplevel): Ditto.
7919         * wl-draft.el (toplevel): Ditto.
7920         * wl-folder.el (toplevel): Ditto.
7921         * wl-summary.el (toplevel): Ditto.
7922         * wl-thread.el (toplevel): Ditto.
7923         * wl-util.el (toplevel): Ditto.
7924         * wl-vars.el (toplevel): Ditto.
7925         * wl-version.el (toplevel): Ditto.
7926         * wl-xmas.el (toplevel): Ditto.
7927         * wl.el (toplevel): Ditto.
7928
7929         * wl-version.el (toplevel): Added require `elmo-version' for
7930         `product-version-as-string'.
7931
7932 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7933
7934         * wl-vars.el (wl-draft-send-hook): Changed default value to
7935         '(wl-draft-config-exec).
7936
7937         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7938         explicitly.
7939         (wl-draft): Set `wl-draft-config-exec-flag' before running
7940         `wl-mail-setup-hook'.
7941
7942         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7943         `wl-biff-init-icons' to `wl-init-hook' instead of
7944         `wl-make-plugged-hook'.
7945         (Because if `wl-draft' command is invoked at first,
7946         they are not initialized)
7947         Updated copyright notice.
7948
7949         * wl-e21.el (toplevel): Ditto;
7950
7951         * wl-demo.el (toplevel): Updated copyright notice.
7952         * wl-address.el (toplevel): Ditto.
7953         * wl-draft.el (toplevel): Ditto.
7954         * wl-version.el (toplevel): Ditto.
7955         * wl-folder.el (toplevel): Ditto.
7956         * wl-summary.el (toplevel): Ditto.
7957         * wl-thread.el (toplevel): Ditto.
7958         * wl-util.el (toplevel): Ditto.
7959         * wl-vars.el (toplevel): Ditto.
7960         * wl.el (toplevel): Ditto.
7961
7962 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7963
7964         * wl-highlight.el (wl-highlight-message): Fixed problem of
7965         highlighting failure which occured when the last field contains
7966         multiple lines in the draft buffer.
7967
7968         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7969         `wl-biff-start' if plugged.
7970
7971         * wl-util.el (wl-biff-check-folder): New function.
7972         (wl-biff-check-folders): Don't set session name prefix.
7973         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7974         (wl-biff-check-folder-async): Ditto.
7975
7976         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7977         in email address.
7978
7979 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7980
7981         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7982
7983         * wl-draft.el (wl-draft-strip-subject-re): New function.
7984
7985         * wl-draft.el (wl-draft-reply): Use it.
7986
7987 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7988
7989         * wl-message.el (wl-mmelmo-message-redisplay): Use
7990         `mime-display-message' instead of `wl-mime-display-message'.
7991
7992         * wl-mime.el (toplevel): Removed compatibility workaround
7993         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7994         (wl-mime-display-message): Abolished.
7995         (wl-mime-entity-read-field): Ditto.
7996         (wl-mime-combine-message/partial-pieces): Use
7997         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7998
7999 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8000
8001         * wl-template.el: Doc fixes.
8002
8003 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8004
8005         * wl-e21.el (wl-message-overload-functions): Do nothing if
8006         `current-local-map' is not available.
8007         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8008
8009 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8010
8011         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8012         representation.
8013
8014         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8015         number.
8016         (wl-fldmgr-save-folders): Don't use `format' when insert
8017         `wl-fldmgr-folders-header'.
8018
8019 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8020
8021         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8022
8023 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8024
8025         * wl-highlight.el (wl-highlight-message):
8026         Use `std11-field-end' to detect end point of the header field.
8027         Refer `wl-highlight-max-header-size'.
8028
8029         * wl-vars.el (wl-highlight-max-header-size): New variable.
8030
8031         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8032
8033         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8034         Set `for-draft' argument of wl-highlight-headers.
8035         (wl-draft): Ditto.
8036         (wl-draft-reedit): Ditto.
8037         (wl-user-agent-compose-internal): Ditto.
8038
8039 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8040
8041         * wl-message.el (wl-message-add-button): Use overlay.
8042
8043 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8044
8045         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8046
8047         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8048         problem when group-list content is nothing.
8049         (Reported by Mito <mit@nines.nec.co.jp>)
8050
8051 2000-10-18  SAITO Atsunori <sai@yedo.com>
8052
8053         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8054
8055 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8056
8057         * tm-wl.el (toplevel): Use product-provide.
8058
8059 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8060
8061         * Version number is increased to 2.3.92.
8062
8063 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8064
8065         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8066         title text, use `display' property for left margin under Emacs 21.
8067
8068         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8069         properties.
8070         (wl-plugged-init-icons): Ditto.
8071
8072 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8073
8074         * wl.el (wl-save-status, wl-init): Remove last period in
8075         "...done." message.
8076         * tm-wl.el (wl-summary-burst): Ditto.
8077         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8078         wl-summary-resume-cache-status,
8079         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8080         wl-summary-sync-update3, wl-summary-highlight-msgs,
8081         wl-summary-flush-pending-append-operations,
8082         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8083         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8084         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8085         wl-thread-open-all): Ditto.
8086         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8087         * wl-mime.el (wl-summary-burst): Ditto.
8088         * wl-highlight.el (wl-highlight-summary): Ditto.
8089         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8090         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8091         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8092         * wl-address.el (wl-local-address-init): Ditto.
8093
8094 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8095
8096         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8097         `add-text-properties'.
8098         (wl-plugged-init-icons): Ditto.
8099         (wl-folder-init-icons): Use `propertize' instead of
8100         `put-text-property'.
8101         (wl-plugged-set-folder-icon): Ditto.
8102         (wl-e21-highlight-folder-group-line): Ditto.
8103
8104 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8105
8106         * wl-version.el (wl-version-status-alist): New variable.
8107         (wl-version-status): New function.
8108
8109         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8110         "Cc" part of the case "Reply-To".
8111
8112         * wl-draft.el (wl-draft-reply): Use result of
8113         `eword-extract-address-components'.
8114
8115         * wl-demo.el (wl-demo-icon-name): New constant.
8116         (wl-logo-xpm): Use it.
8117         (wl-logo-xbm): Ditto.
8118         (wl-logo-bitmap): Ditto.
8119
8120         * Version number is increased to 2.3.91.
8121
8122 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8123
8124         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8125         (wl-extended-emacs-version, wl-extended-emacs-version2,
8126         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8127         docstring.
8128
8129         * wl-version.el (wl-generate-user-agent-string-1): New function.
8130         (wl-generate-user-agent-string): Use it.
8131
8132         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8133         `mime-edit-insert-user-agent-field'.
8134         (wl-generate-user-agent-string): Check
8135         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8136
8137         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8138         instead of `if', when verbose case.
8139
8140 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8141
8142         * wl-expire.el (wl-summary-expire): Fix.
8143
8144 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8145
8146         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8147         and `elmo-lost+found-folder' if 'wl-draft.
8148         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8149
8150 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8151
8152         * wl-expire.el (wl-summary-expire): Change messages.
8153         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8154         `deleing-info' instead of "Deleting..."
8155
8156 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8157
8158         * wl-summary.el (wl-summary-refile-subr): Fix.
8159
8160 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8161
8162         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8163         if pipe folder.
8164
8165 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8166
8167         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8168
8169 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8170
8171         * wl-expire.el (wl-expire-hide): New function.
8172         (wl-summary-expire): Add `hide'.
8173
8174 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8175
8176         * wl-vars.el (wl-draft-reply-without-argument-list):
8177         Changed default value to consider `Reply-To:'.
8178         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8179
8180         * Version number is increased to 2.3.90.
8181
8182         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8183         elmo-imap4-get-session with unwind-protect.
8184         Don't cause error.
8185         (wl-summary-sync-marks): Don't check plugged nor folder type.
8186         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8187         (Always keep current buffer).
8188
8189 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8190
8191         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8192         Enclose with `save-excursion'.
8193
8194 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8195
8196         * wl-version.el (wl-version): Remove interactive.
8197
8198 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8199
8200         * wl-version.el (wl-generate-user-agent-string): Use
8201         `product-string-verbose' instead of `product-string-1'.
8202
8203 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8204
8205         * wl-vars.el (wl-draft-use-cache): New variable.
8206         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8207         if wl-draft-use-cache is non-nil.
8208
8209 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8210
8211         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8212         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8213
8214 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8215
8216         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8217         (wl-thread-msg-mark-as-unread): Ditto.
8218
8219         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8220         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8221         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8222         Don't set mark in summary if return value of `elmo-mark-as-read'
8223         is nil.
8224         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8225         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8226         instead of `wl-thread-msg-mark-as-read'.
8227         (wl-summary-mark-as-unread-region): Ditto.
8228         (wl-summary-target-mark-mark-as-read): Ditto.
8229
8230         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8231
8232 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8233
8234         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8235
8236         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8237
8238 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8239
8240         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8241         face.
8242
8243 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8244
8245         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8246         `running-xemacs'.
8247
8248 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8249
8250         * wl-version.el (toplevel): Use `product-version-as-string' for
8251         set verstion-string, if defined.
8252
8253         * wl-version.el (wl-version-show): Insert string at point, when
8254         call with argument.
8255
8256         * wl-version.el (wl-generate-user-agent-string): Use
8257         `product-string-1' instead of `wl-appname', `wl-version' and
8258         `wl-codename'.
8259
8260 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8261
8262         * wl-address.el (toplevel): Use product-provide.
8263         * wl-demo.el (toplevel): Ditto.
8264         * wl-dnd.el (toplevel): Ditto.
8265         * wl-draft.el (toplevel): Ditto.
8266         * wl-e21.el (toplevel): Ditto.
8267         * wl-expire.el (toplevel): Ditto.
8268         * wl-fldmgr.el (toplevel): Ditto.
8269         * wl-folder.el (toplevel): Ditto.
8270         * wl-highlight.el (toplevel): Ditto.
8271         * wl-message.el (toplevel): Ditto.
8272         * wl-mime.el (toplevel): Ditto.
8273         * wl-mule.el (toplevel): Ditto.
8274         * wl-nemacs.el (toplevel): Ditto.
8275         * wl-refile.el (toplevel): Ditto.
8276         * wl-score.el (toplevel): Ditto.
8277         * wl-summary.el (toplevel): Ditto.
8278         * wl-template.el (toplevel): Ditto.
8279         * wl-thread.el (toplevel): Ditto.
8280         * wl-util.el (toplevel): Ditto.
8281         * wl-vars.el (toplevel): Ditto.
8282         * wl-xmas.el (toplevel): Ditto.
8283         * wl.el (toplevel): Ditto.
8284
8285 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8286
8287         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8288         instead of product.
8289
8290         * wl-version.el (wl-version): Compile time evalution elmo-version.
8291
8292 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8293
8294         * wl-summary.el (wl-summary-sync-force-update): Append queue
8295         `mark-as-read'if unplugged.
8296
8297 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8298
8299         * wl-version.el: New file.  Use product.el.
8300         * wl.el: add (require 'wl-version).
8301         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8302         for ~/.folders header.
8303         (wl-fldmgr-folders-header): Changed.
8304         * wl-demo.el (wl-demo): Use product.el.
8305
8306         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8307         wl-version.el.
8308         * wl-util.el (wl-version, wl-version-show): Ditto.
8309
8310         * wl-util.el (wl-generate-user-agent-string,
8311         wl-extended-emacs-version, wl-extended-emacs-version2,
8312         wl-extended-emacs-version3): Move to wl-version.el.
8313         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8314         xemacs-codename, mime-edit-insert-user-agent-field,
8315         mime-edit-user-agent-value, mime-editor/version,
8316         mime-editor/codename): Compile warning killer move to
8317         wl-version.el
8318
8319 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8320
8321         * wl-summary.el (wl-summary-refile-subr): Fix.
8322
8323 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8324
8325         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8326         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8327
8328 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8329
8330         * wl.el (wl-check-environment): Check too many `@'.
8331
8332 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8333
8334         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8335
8336 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8337
8338         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8339         wl-draft-reply-myself-without-argument-list): Add variables.
8340         * wl-draft.el (wl-draft-reply): Use it.
8341
8342 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8343
8344         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8345         the 5th argument of `elmo-network-get-spec'.
8346
8347         * wl-thread.el (wl-thread-reparent-children): New inline function.
8348         (wl-thread-delete-message): Use it.
8349
8350         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8351         (wl-summary-score-update-all-lines): Don't use `dolist'.
8352
8353 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8354
8355         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8356         (require 'elmo-msgdb) for inline function.
8357
8358 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8359
8360         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8361
8362 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8363
8364         * wl-score.el (wl-score-headers): Fix for the confusing macro
8365         `elmo-kill-buffer'.
8366
8367 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8368
8369         * wl-summary.el: Don't use the 3rd argument of `require' because
8370         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8371         * wl-util.el: Ditto.
8372         * wl-draft.el: Ditto.
8373
8374 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8375
8376         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8377         window system is not used.
8378
8379 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8380
8381         * wl-thread.el: Don't use `mapcar' only for iteration.
8382         (wl-thread-resume-entity): Ditto.
8383         (wl-thread-delete-message): Ditto.
8384
8385         * wl-summary.el: Bind `dragdrop-drop-functions',
8386         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8387         of `require' for `timezone', `easymenu' and `ps-print';
8388         don't use `mapcar' only for iteration.
8389
8390         * wl-util.el: Bind `mule-version', `nemacs-version',
8391         `emacs-beta-version', `xemacs-codename',
8392         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8393         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8394         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8395         only for iteration.
8396
8397         * wl-score.el: Don't use `mapcar' only for iteration.
8398         (wl-score-simplify-buffer-fuzzy): Ditto.
8399         (wl-score-simplify-subject): Ditto.
8400         (wl-score-headers): Ditto.
8401         (wl-summary-score-update-all-lines): Ditto.
8402
8403         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8404         `enable-multibyte-characters' and `mule-version'.
8405
8406         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8407         `mapcar' only for iteration.
8408
8409         * wl-demo.el: Don't use `mapcar' only for iteration.
8410
8411         * wl-folder.el: Don't use `mapcar' only for iteration.
8412         (wl-folder-open-all): Ditto.
8413         (wl-folder-count-incorporates): Ditto.
8414
8415         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8416         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8417
8418         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8419         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8420         `smtp-connection-type'; specify 3rd argument of `require' for
8421         `timezone'; don't use `mapcar' only for iteration.
8422         (wl-draft-clone-local-variables): Don't use `mapcar'.
8423         (wl-draft-generate-clone-buffer): Ditto.
8424         (wl-user-agent-compose-internal): Ditto.
8425
8426         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8427
8428         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8429         (wl-save-status): Ditto.
8430
8431         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8432         for iteration.
8433
8434 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8435
8436         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8437         removed `Date'.
8438         (wl-fldmgr-make-filter-default): New user option.
8439
8440         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8441         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8442         (wl-fldmgr-filter-completion-alist): Abolish.
8443
8444         * wl.el (wl): Don't check servers if arg is non-nil.
8445
8446         * wl-draft.el (wl-draft-reply): Set only message-id string to
8447         In-Reply-To field.
8448
8449 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8450
8451         * wl-summary.el (wl-summary-pick): Rewrite.
8452
8453         * wl-draft.el (wl-draft-forward): Get references field from
8454         original buffer.
8455         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8456
8457 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8458
8459         * wl-draft.el (wl-draft-forward): Add references field.
8460
8461 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8462
8463         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8464         (wl-draft-reply): Use it.
8465
8466 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8467
8468         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8469         when Emacs 21 is running.
8470
8471         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8472         bindings.
8473
8474 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8475
8476         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8477         XPM icons transparent.
8478
8479         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8480         Emacs 21.
8481
8482 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8483
8484         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8485         nil.
8486
8487         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8488         when it is persistent.
8489         (wl-summary-sync-marks): Changed argument for
8490         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8491         (wl-summary-virtual): Use `elmo-read-search-condition'.
8492         (wl-summary-redisplay-internal): If folder is local, mark as read
8493         even when folder is plugged.
8494
8495 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8496
8497         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8498         of `tool-bar-lines' in the frame parameters.
8499         (after-make-frame-functions, post-command-hook): Don't modify the
8500         value.
8501         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8502         wl-e21-tool-bar-lines): Removed.
8503
8504 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8505
8506         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8507         properties `evaporate' and `wl-momentary-overlay' as well.
8508         (wl-highlight-summary-displaying): Ditto.
8509         (wl-delete-all-overlays): Don't delete overlay which does not have
8510         a property `wl-momentary-overlay'.
8511
8512         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8513         `display-mouse-p' and `display-graphic-p'.
8514         (wl-folder-init-icons): Don't search for XBM or the other files.
8515         (wl-plugged-set-folder-icon): Make icons if and only if
8516         `display-graphic-p' returns non-nil.
8517         (wl-highlight-plugged-current-line): Use `before-string' overlay
8518         property to show icon images.
8519         (wl-highlight-folder-current-line): Ditto.
8520         (wl-e21-highlight-folder-group-line): Ditto.
8521         (wl-e21-highlight-folder-by-numbers): Ditto.
8522         (wl-e21-insert-image): Removed.
8523         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8524         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8525         said.
8526         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8527         `wl-e21-force-switch-toolbar'.
8528         (wl-e21-make-icon-image): Removed.
8529         (wl-e21-setup-toolbar): Don't search for XBM files.
8530         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8531         the default value.
8532
8533 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8534
8535         * wl-util.el (wl-biff-check-folder-async): Set
8536         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8537
8538 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8539
8540         * wl-e21.el (after-make-frame-functions): Add
8541         `wl-e21-force-switch-toolbar'.
8542         (wl-e21-force-switch-toolbar): New function force to switch the
8543         toolbar appearance automatically.
8544         (post-command-hook): Add `wl-e21-switch-toolbar'.
8545         (wl-e21-switch-toolbar): New function to switch the toolbar
8546         appearance automatically.
8547         (wl-e21-tool-bar-lines): New buffer local variable.
8548
8549 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8550
8551         * wl-util.el (wl-biff-check-folders-running): New variable.
8552         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8553         (wl-biff-check-folder-async-callback):
8554         Set `wl-biff-check-folders-running'.
8555         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8556         with unwind-protect.
8557
8558         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8559         Enclose `wl-folder-auto-check' with unwind-protect.
8560
8561         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8562         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8563
8564         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8565
8566         * wl-util.el (wl-biff-notify): New inline function.
8567         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8568         locally.
8569         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8570         folder-list' is 1.
8571         Use `wl-biff-notify'.
8572         (wl-biff-check-folder-async-callback): New function.
8573         (wl-biff-check-folder-async): Ditto.
8574
8575         * wl-folder.el (wl-folder): Don't check folders.
8576         (wl-folder-auto-check): New function.
8577
8578 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8579
8580         * wl-util.el (wl-biff-start) [Emacs19+]:
8581         Use `timer-next-integral-multiple-of-time'.
8582         (wl-biff-check-folders): Use `wl-default-folder'
8583         if `wl-biff-check-folder-list' is nil.
8584
8585 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8586
8587         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8588         instead of `elmo-delete-lists'.
8589
8590 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8591
8592         * wl.el (wl-plugged-toggle-all): Set the value of
8593         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8594         (wl-plugged-toggle): Ditto.
8595         (wl-toggle-plugged): Ditto.
8596         (wl-plugged-init): Ditto.
8597
8598         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8599         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8600         instead of `wl-biff-state-indicator-off' and
8601         `wl-biff-state-indicator-on'; don't modify the value and the type
8602         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8603         (wl-plugged-init-icons): Set icons data to
8604         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8605         instead of `wl-plug-state-indicator-off' and
8606         `wl-plug-state-indicator-on'; don't modify the value and the type
8607         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8608
8609         * wl-vars.el (wl-modeline-biff-state-off,
8610         wl-modeline-biff-state-on, wl-modeline-biff-status,
8611         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8612         wl-modeline-plug-status): New internal variables.
8613         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8614         wl-biff-check-interval, wl-biff-check-folder-list): Change
8615         customization group from `wl-folder' to `wl-highlight'.
8616         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8617         wl-show-plug-status-on-modeline): Defcustomized.
8618
8619         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8620         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8621         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8622         a flag to `mode-line-buffer-identification'.
8623
8624         * wl-e21.el (wl-biff-init-icons): Set icons data to
8625         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8626         instead of `wl-biff-state-indicator-off' and
8627         `wl-biff-state-indicator-on'.
8628         (wl-plugged-init-icons): Set icons data to
8629         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8630         instead of `wl-plug-state-indicator-off' and
8631         `wl-plug-state-indicator-on'.
8632
8633 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8634
8635         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8636         excessive titles.
8637
8638 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8639
8640         * wl.el (wl-plugged-mode): Use revised
8641         `wl-mode-line-buffer-identification'.
8642         (wl-plugged-init): Don't use `force-mode-line-update'.
8643
8644         * wl-xmas.el (wl-draft-overload-functions): Use revised
8645         `wl-mode-line-buffer-identification'.
8646         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8647         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8648         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8649         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8650         `wl-make-plugged-hook';
8651         add `wl-folder-init-icons' and `wl-setup-folder' to
8652         `wl-folder-mode-hook'.
8653
8654         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8655         19 as well.
8656         (wl-mode-line-display-priority-list): New user option.
8657         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8658         Defcustomized.
8659         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8660         Add docs.
8661
8662         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8663         start.
8664         (wl-mode-line-buffer-identification): Revised as a function.
8665
8666         * wl-summary.el (wl-summary-mode): Use revised
8667         `wl-mode-line-buffer-identification'; don't call
8668         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8669         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8670         `wl-xmas-setup-summary'.
8671
8672         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8673         `wl-mode-line-buffer-identification'.
8674
8675         * wl-mule.el (wl-draft-overload-functions): Use revised
8676         `wl-mode-line-buffer-identification'.
8677
8678         * wl-folder.el (wl-make-plugged-alist): Don't call
8679         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8680         (wl-folder): Don't call `wl-folder-init-icons' directly.
8681         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8682         `wl-xmas-setup-folder' directly;
8683         use revised `wl-mode-line-buffer-identification'.
8684         (TopLevel): Don't bind `wl-biff-init-icons',
8685         `wl-plugged-init-icons', `wl-folder-init-icons',
8686         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8687
8688         * wl-e21.el (wl-draft-overload-functions): Use revised
8689         `wl-mode-line-buffer-identification'.
8690         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8691         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8692         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8693         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8694         `wl-make-plugged-hook';
8695         add `wl-folder-init-icons' and `wl-setup-folder' to
8696         `wl-folder-mode-hook'.
8697
8698 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8699             Katsumi Yamaoka    <yamaoka@jpl.org>
8700
8701         * wl.el (wl): Call `wl-biff-start'.
8702         (wl-exit): Call `wl-biff-stop'.
8703         (wl-plugged-mode): Show biff in modeline.
8704         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8705
8706         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8707         (wl-biff-init-icons): New function.
8708         (wl-plugged-init-icons): Don't make too much keymaps.
8709         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8710
8711         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8712         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8713         variables.
8714         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8715         options.
8716
8717         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8718         wl-biff-start, wl-biff-stop): New functions.
8719         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8720         (wl-biff-timer-name): New variable.
8721
8722         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8723
8724         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8725         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8726
8727         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8728         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8729
8730         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8731         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8732         `wl-folder-init-icons' to `ignore' if they are not available.
8733         (wl-folder-mode): Show biff in modeline.
8734
8735         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8736         (wl-biff-init-icons): New function.
8737         (wl-plugged-init-icons): Don't make too much keymaps.
8738         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8739
8740 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8741
8742         * wl-vars.el (wl-strict-diff-folders): Customization Type
8743         and doc fix.  Define as a list of regular expressions for
8744         folders or nil.
8745         * wl-folder.el (wl-folder-check-one-entity): Use
8746         `wl-string-match-member' instead of `wl-string-member' for
8747         `wl-strict-diff-folders'.
8748
8749 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8750
8751         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8752         (wl-highlight-folder-current-line): Use it; new implementation.
8753         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8754         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8755         `defsubst' instead of `defun'.
8756
8757         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8758         `wl-highlight-group-folder-by-numbers'; made it can also be a
8759         number.  See info for more details.
8760
8761         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8762         running.
8763
8764         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8765         to bind them.
8766
8767         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8768         (wl-highlight-folder-current-line): New implementation.
8769
8770         * wl-highlight.el (wl-highlight-folder-group-line): New
8771         implementation.
8772         (wl-delete-all-overlays): Rewrite as a marco.
8773         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8774
8775         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8776         running.
8777         (wl-folder-*-glyph): No need to bind them.
8778
8779         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8780         `wl-e21-highlight-folder-group-icon'; rewrite.
8781         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8782         `defsubst' instead of `defun'.
8783         (wl-folder-mode-map): Bind it when compiling.
8784
8785 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8786
8787         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8788
8789         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8790
8791 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8792
8793         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8794
8795 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8796
8797         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8798         (wl-highlight-folder-current-line): Use it.
8799
8800         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8801         in `id-name'.
8802
8803 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8804
8805         * wl.el: Require `wl-e21' when Emacs 21 is running.
8806
8807         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8808         default when Emacs 21 is running.
8809         (wl-use-highlight-mouse-line): Ditto.
8810         (wl-on-emacs21): New constant.
8811         (wl-on-emacs20): Removed.
8812
8813         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8814         Emacs 21 is running.
8815
8816         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8817         Emacs 21 is running.
8818
8819         * wl-e21.el: New file.
8820
8821 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8822
8823         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8824         (wl-toggle-plugged): Ditto.
8825         (wl-plugged-toggle): Ditto.
8826         (wl-plugged-toggle-all): Ditto.
8827
8828         * wl-vars.el (wl-plug-state-indicator): Refer
8829         `wl-plug-state-indicator-on' indirectly.
8830
8831 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8832
8833         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8834         Call `wl-folder-confirm-existence'.
8835
8836         * wl-folder.el (wl-folder-confirm-existence): Added optional
8837         argument `force'.
8838
8839 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8840
8841         * wl-summary.el (wl-summary-refile-subr): Assume
8842         `copy-or-refile' as symbol.
8843         (wl-summary-refile): Follow up above change.
8844         (wl-summary-copy): Ditto.  Doc fix.
8845
8846 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8847
8848         * wl-summary.el (wl-summary-pick): Don't bind
8849         `elmo-search-mime-charset'.
8850
8851         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8852         default using old backquote style.
8853         (wl-search-mime-charset): Abolished.
8854
8855         * wl-highlight.el (wl-highlight-headers):
8856         Call `point' after `re-search-forward'(for Nemacs).
8857
8858         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8859         for elmo-imap4.el.
8860
8861 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8862
8863         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8864         `wl-message-ignored-field-list' instead of
8865         `mime-view-ignored-field-list'.
8866
8867         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8868         Add interactive spec.
8869         (wl-folder-goto-bottom-of-current-folder): Ditto.
8870         (wl-folder-mode-map): Bind them.
8871
8872         * wl-vars.el (wl-message-ignored-field-list): New variable.
8873         (wl-message-visible-field-list): New variable.
8874
8875         * wl-mime.el (wl-mime-header-presentation-method): New function.
8876         (wl-mime-setup): Set header-presentation-method.
8877
8878 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8879
8880         * wl-nemacs.el (wl-draft-overload-functions): Set
8881         `mode-line-buffer-identification' instead of using
8882         `wl-make-modeline'.
8883
8884         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8885         instead of using `wl-make-modeline'.
8886
8887         * wl-xmas.el (wl-plugged-init-icons): Set up
8888         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8889         (wl-make-modeline): Abolish.
8890         (wl-draft-overload-functions): Set
8891         `mode-line-buffer-identification' instead of using
8892         `wl-make-modeline'.
8893
8894         * wl-util.el (wl-make-modeline-subr): Abolish.
8895         (wl-mode-line-buffer-identification): New alias.
8896
8897         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8898         (wl-summary-make-modeline): Abolish.
8899         (wl-summary-buffer-set-folder): Set
8900         `wl-summary-buffer-folder-indicator'.
8901         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8902         of using `wl-make-modeline'.
8903         (wl-summary-switch-to-clone-buffer): Don't set
8904         `mode-line-buffer-identification'.
8905         (wl-summary-goto-folder-subr): Ditto.
8906
8907         * wl-mule.el (wl-draft-overload-functions): Set
8908         `mode-line-buffer-identification' instead of using
8909         `wl-make-modeline'.
8910
8911         * wl-folder.el (wl-folder-mode): Set
8912         `mode-line-buffer-identification' instead of using
8913         `wl-make-modeline'.
8914         (wl-folder): Don't set `mode-line-buffer-identification'.
8915
8916 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8917
8918         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8919         instead of `member' for `wl-refile-guess-func-list' look-ups.
8920         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8921
8922 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8923
8924         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8925         `wl-message-button-dispatcher'.
8926
8927         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8928
8929         * wl-message.el (wl-message-button-dispatcher): Use it.
8930
8931         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8932         "In-Reply-To".
8933
8934         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8935         Bind `case-fold-search' to t.
8936
8937 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8938
8939         * wl-xmas.el (wl-message-overload-functions): Initialize
8940         `wl-message-button-map'.
8941
8942         * wl-mule.el (wl-message-overload-functions): Initialize
8943         `wl-message-button-map'.
8944
8945         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8946
8947         * wl-message.el (wl-message-button-map): New keymap.
8948         (wl-message-add-button): New function.
8949         (wl-message-button-dispatcher): New function.
8950         (wl-message-button-refer-article): New function.
8951
8952         * wl-highlight.el
8953         (wl-highlight-message-add-buttons-to-header): New function.
8954         (wl-highlight-headers): Use it.
8955
8956 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8957
8958         * wl-summary.el (wl-summary-default-from): Use
8959         `wl-address-get-petname-1'.
8960         (wl-summary-simple-from): Ditto.
8961
8962         * wl-address.el (wl-address-get-petname-1): New inline function.
8963         (wl-address-get-petname): Use it.
8964
8965 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8966
8967         * wl-summary.el (wl-summary-default-from): Return full-name part
8968         from the address if no petname was found.
8969         (wl-summary-simple-from): Ditto.
8970
8971         * wl-address.el (wl-address-get-petname): Return nil if no petname
8972         associated with the address was found.
8973
8974 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8975
8976         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8977         display is finished.
8978
8979 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8980
8981         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8982         `elmo-folder-exists-p' argument.
8983
8984 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8985
8986         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8987         the folder.
8988
8989 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8990
8991         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8992
8993         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8994         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8995
8996 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8997
8998         * wl-folder.el (wl-folder-create-subr): New function.
8999         (wl-folder-confirm-existence): Use it.
9000         (wl-folder-check-one-entity): Use it.
9001         Check the error symbol is derived from 'elmo-open-error.
9002
9003         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9004         `ignore-error'.
9005
9006 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9007
9008         * wl-util.el (toplevel): Add (eval-when-compile (require
9009         'elmo-util)).  (Maybe `provide' is typo.)
9010
9011 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9012
9013         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9014         (I don't know why this was needed.)
9015
9016         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9017         Follow up changes for stream-type.
9018
9019         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9020         (wl-draft-elmo-nntp-send): Ditto.
9021
9022         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9023         (wl-nntp-posting-stream-type): Ditto.
9024         (wl-pop-before-smtp-ssl): Abolished.
9025         (wl-nntp-posting-ssl): Ditto.
9026
9027         * wl-address.el (wl-address-quote-specials): New function.
9028         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9029
9030         * wl-draft.el (wl-draft-reply): Ditto.
9031
9032 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9033
9034         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9035         use function `wl-string-match-assoc'.
9036
9037 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9038
9039         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9040
9041         * wl-draft.el (wl-draft-deduce-address-list): New function.
9042         (wl-draft-parse-mailbox-list): Ditto.
9043         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9044         instead of `smtp-deduce-address-list'.
9045         (wl-draft-on-field-p): Follow group list.
9046
9047         * wl-address.el (wl-address-concat-token): New function.
9048         (wl-address-string-without-group-list-contents): Ditto.
9049         (wl-complete-field-body): Fixed problem of completion
9050         by japanese petname.
9051         (wl-address-make-completion-list): Rewrite.
9052
9053 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9054
9055         * wl-address.el (wl-address-make-completion-list): Completion by
9056         petname.
9057         (wl-complete-field-body): Likewise.
9058
9059 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9060
9061         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9062         contains invalid address syntax.
9063
9064 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9065
9066         * wl-folder.el (wl-folder-check-entity-async): Use
9067         `elmo-nntp-spec-hostname'.
9068
9069 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9070
9071         * wl-summary.el (wl-summary-msgdb-load-async): Use
9072         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9073
9074 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9075
9076         * wl-draft.el (wl-draft-reply): Set argument
9077         `content-transfer-encoding' as nil.
9078
9079 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9080
9081         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9082         `wl-refile-alist'.
9083
9084 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9085
9086         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9087         (wl-draft-edit-string): Ditto.
9088         (wl-draft-forward): Ditto.
9089         * wl-summary.el (wl-summary-write): Ditto.
9090
9091 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9092
9093         * wl-summary.el (wl-summary-sync-update3): Call
9094         `wl-summary-buffer-number-column-detect'.
9095         (wl-summary-buffer-number-column-detect): Search from point-min.
9096
9097 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9098
9099         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9100         contains an address which is not included in original to or cc.
9101
9102 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9103
9104         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9105         begin-line does not exist.
9106         * wl-message.el (wl-message-uu-substring): Ditto.
9107
9108 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9109
9110         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9111         clear local variables.
9112         (wl-summary-exit): Call `elmo-commit'.
9113         (wl-summary-switch-to-clone-buffer): Call
9114         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9115         (wl-summary-goto-folder-subr): Ditto.
9116
9117         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9118         POP folder.
9119
9120 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9121
9122         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9123         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9124         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9125         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9126         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9127         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9128
9129         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9130
9131 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9132
9133         * wl-summary.el (wl-summary-search-by-subject):
9134         Search parent message from the latest one.
9135
9136 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9137
9138         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9139         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9140
9141         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9142         New user option.
9143
9144         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9145         if elmo-nntp-use-killed-list is nil.
9146         Use `elmo-msgdb-append-to-killed-list'.
9147         (Append numbers confirmed as disappeared to the killed list.)
9148         (wl-summary-confirm-appends): Don't display negative number.
9149
9150 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9151
9152         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9153
9154 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9155
9156         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9157         range is `all'.
9158         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9159         `elmo-list-bigger-diff'.
9160
9161 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9162
9163         * wl-summary.el (wl-summary-buffer-exit-func):
9164         New buffer local variable.
9165         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9166
9167 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9168
9169         * wl-demo.el (wl-demo): Fix the last change.
9170
9171 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9172
9173         * wl-demo.el (wl-demo): Don't use `eval'.
9174
9175 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9176
9177         * wl-summary.el (wl-summary-buffer-thread-modified):
9178         New buffer-local variable.
9179         (wl-summary-set-thread-modified): New function.
9180         (wl-summary-thread-modified-p): New function.
9181         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9182         (wl-summary-yank-saved-message): Use function
9183         `wl-summary-set-thread-modified'
9184         (wl-summary-switch-to-clone-buffer): Add
9185         `wl-summary-buffer-thread-modified'.
9186
9187         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9188         (wl-summary-buffer-mark-saved-hook): Ditto.
9189         * wl-summary.el (wl-summary-msgdb-save): New hook
9190         `wl-summary-buffer-message-saved-hook' and
9191         `wl-summary-buffer-mark-saved-hook'.
9192
9193 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9194
9195         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9196
9197 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9198
9199         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9200         don't hide scroll bars under FSF Emacsen because it may incur an
9201         undesirable redrawing.
9202
9203 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9204
9205         * wl-draft.el (wl-draft-edit-string): Call
9206         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9207
9208 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9209
9210         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9211
9212 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9213
9214         * wl-summary.el (wl-summary-msgdb-load-async): Call
9215         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9216
9217 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9218
9219         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9220         fringes in demo buffer; center bitmap logo correctly even if old
9221         Mule is used.
9222
9223 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9224
9225         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9226
9227         * wl-refile.el (wl-refile-subject-alist): New variable.
9228         (wl-refile-subject-alist-file-name): Ditto.
9229         (wl-refile-alist-setup): Rewrite.
9230         (wl-refile-alist-save): Use `elmo-object-save'.
9231         Eliminated arguments.
9232         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9233         (wl-refile-guess-by-subject): New function.
9234         (wl-refile-guess-func-list): Added it.
9235
9236 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9237
9238         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9239         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9240
9241 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9242
9243         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9244         New buffer-local variable.
9245         (wl-summary-buffer-next-folder-func): Ditto.
9246         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9247         if non-nil.
9248         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9249         if non-nil.
9250         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9251         if non-nil.
9252         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9253         if non-nil.
9254
9255 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9256
9257         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9258         permanently in the demo buffer.
9259
9260 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9261
9262         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9263         `mime-entity-fetch-field'.
9264
9265         * wl.el (wl-exit): Delete plugged buffer.
9266
9267         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9268         XEmacs has menubar feature.
9269
9270 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9271
9272         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9273         cannot arrive at the beginning of the buffer under old Emacsen.
9274
9275 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9276
9277         * wl-address.el (wl-address-ldap-search):
9278         Call `ldap-search-entries' with `withdn' argument t.
9279         (wl-complete-field-body): Bind completion-ignore-case as t.
9280         Clear ldap search hash when it was sole completion.
9281         Use elmo-string for pattern string.
9282         (wl-ldap-alias-safe-string): Eliminated needless let.
9283
9284 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9285
9286         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9287         (wl-ldap-alias-sep): New constant.
9288         (wl-ldap-search-attribute-type-list): Ditto.
9289         (wl-ldap-get-value): New function.
9290         (wl-ldap-make-filter): Ditto.
9291         (wl-ldap-make-matched-value-list): Ditto.
9292         (wl-ldap-alias-safe-string): Ditto.
9293         (wl-ldap-register-dn-string): Ditto.
9294         (wl-address-ldap-search): Rewrite.
9295
9296 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9297
9298         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9299         thread is deleted.
9300         (wl-thread-delete-line-from-buffer): Ditto.
9301         (wl-thread-get-exist-children): New function.
9302
9303 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9304
9305         * wl-demo.el (wl-demo): Made it to select various image types.
9306         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9307         from `wl-title-logo'.
9308         (wl-logo-ascii): New variable.
9309         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9310         (wl-demo-copyright-notice): New constant.
9311
9312         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9313
9314 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9315
9316         * wl-vars.el (wl-summary-target-above): Renamed from
9317         wl-summary-temp-above.
9318         * wl-score.el (wl-score-get-score-alist): Use it.
9319         (wl-summary-score-update-all-lines): Use it.
9320         * wl-summary.el: Ditto. (make-variable-buffer-local).
9321
9322 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9323
9324         * wl-vars.el (wl-ldap-port): New user option.
9325
9326         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9327         Rewite whole implementation.
9328         (wl-complete-field-body): Fixed.
9329
9330 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9331
9332         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9333         Choose implementation at compile time.
9334
9335 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9336
9337         * wl-address.el (wl-ldap-search-internal): New function.
9338         (wl-complete-field-to): Use it.
9339
9340 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9341
9342         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9343         Use `let' instead of `let*'.
9344         Require 'wl-vars.
9345
9346         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9347         Define as defcustom.
9348         (wl-ldap-base): Ditto.
9349         (wl-use-ldap): Ditto.
9350
9351 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9352
9353         * wl-address.el (wl-ldap-search): New function.
9354         (wl-complete-field-body): Use `wl-ldap-search'.
9355         (wl-ldap-server): New variable.
9356         (wl-ldap-base): Ditto.
9357         (wl-use-ldap): Ditto.
9358
9359 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9360
9361         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9362         (Pointed out by Mito <mit@nines.nec.co.jp>).
9363         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9364         buffer-local variables like `wl-summary-redisplay-internal'.
9365         (wl-summary-redisplay-all-header): Likewise.  Update
9366         Summary view too.
9367
9368 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9369
9370         * wl-summary.el (wl-summary-jump-to-parent-message):
9371         Consider prefix argument.
9372
9373         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9374         when closed thread is deleted.
9375
9376 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9377
9378         * wl-summary.el (wl-summary-jump-to-parent-message):
9379         Consider thread modification.
9380
9381 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9382
9383         * wl-message.el (wl-message-normal-get-original-buffer): Use
9384         `save-excursion'.
9385
9386         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9387         (wl-summary-showto-folder-regexp): Ditto.
9388
9389 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9390
9391         * wl-util.el (wl-delete-alist): Doc fix.
9392         (wl-delete-associations): New function.
9393         (wl-inverse-alist): New function.
9394         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9395         Split temporary variables. Use `wl-delete-associations'
9396         and `wl-inverse-alist'.
9397         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9398
9399 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9400
9401         * wl-folder.el (wl-folder-prefetch-entity):
9402         Execute prefetching if new count is unknown.
9403
9404 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9405
9406         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9407
9408         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9409         delete entity.
9410         (wl-thread-set-parent): If insert as top, set linked as nil.
9411
9412         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9413         `wl-thread-cleanup-symbols' when view mode is thread.
9414
9415 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9416
9417         * wl-folder.el (wl-folder-create-folder-entity): Use
9418         with-current-buffer.
9419         (wl-local-folder-init): Call set-buffer to make sure we are in
9420         the Folder buffer. Don't touch buffer-local variables here.
9421         (wl-folder-mode): Initialize buffer-local variables here.
9422
9423         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9424         (wl-folder-entity-assign-id): Ditto.
9425         (wl-folder-create-entity-hashtb): Ditto.
9426         (wl-local-folder-init): Ditto.
9427         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9428
9429 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9430
9431         * wl-summary.el (wl-summary-default-from): Fix probrem when
9432         std11-extract-address-components return (nil "foo@bar").
9433
9434 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9435
9436         * wl-draft.el (wl-draft-clone-local-variables):
9437         Remove redundant `setq'.
9438
9439 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9440
9441         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9442         Bind wl-highlight-x-face-func as nil while highlighting header.
9443
9444 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9445
9446         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9447
9448 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9449
9450         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9451         elmo-msgdb-overview-hashtb from copy-variables.
9452         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9453         instead of `elmo-msgdb-overview-get-entity-by-number'.
9454         (wl-summary-auto-refile): Ditto.
9455
9456         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9457         `elmo-msgdb-overview-get-entity' instead of
9458         `elmo-msgdb-search-overview-entity'.  Use
9459         `elmo-msgdb-overview-get-entity' instead of
9460         `elmo-msgdb-overview-get-entity-by-number'.
9461         (wl-thread-insert-entity-sub): Ditto.
9462         (wl-thread-insert-message): Ditto.
9463
9464         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9465         `elmo-msgdb-overview-get-entity'.
9466         (wl-normal-message-redisplay): Ditto.
9467
9468 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9469
9470         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9471         `wl-thread-entities'.
9472         (wl-thread-delete-message): Fix remove top message from
9473         `wl-thread-entity-list'.
9474
9475         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9476         wl-append(nconc), because update-list is broken on Meadow.
9477
9478         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9479         updating process.
9480         (wl-summary-rescan): Ditto.
9481         (wl-summary-sync-update3): Ditto.
9482         * wl-thread.el (wl-thread-set-parent): Renamed from
9483         `wl-summary-set-parent'.
9484         (wl-thread-insert-message): Updating buffer faster.
9485         (wl-thread-delete-message): Updating buffer faster.
9486
9487         * wl-score.el (wl-summary-score-update-all-lines): Changed
9488         interval for display progress gauge.
9489
9490 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9491
9492         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9493         folder always-sticky.
9494         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9495         defmacro.
9496
9497 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9498
9499         * wl-vars.el (wl-draft-add-references): New user option.
9500
9501         * wl-draft.el (wl-draft-add-references): New function.
9502         (wl-draft-yank-from-mail-reply-buffer): Use it.
9503         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9504         as nil.
9505
9506 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9507
9508         * wl-thread.el (wl-thread-update-line-msgs): Called
9509         `wl-thread-update-line-on-buffer-sub'.
9510         (wl-thread-update-line-on-buffer): Delete routine of inserting
9511         thread.
9512         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9513         moved from `wl-thread-update-line-on-buffer'.
9514         Add threshold for displaying progress gauge.
9515         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9516         argument of `wl-thread-update-line-msgs'.
9517         Add threshold for displaying progress gauge.
9518         * wl-folder.el:
9519         Add threshold for displaying progress gauge.
9520         * wl-score.el: Ditto.
9521
9522         * wl-expire.el (wl-summary-expire): Display deleting info.
9523
9524 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9525
9526         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9527         `no-msg'.
9528         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9529         argument of `wl-thread-update-line-msgs'.
9530         (wl-summary-set-parent): Added optional argument `parent-number'.
9531         (wl-summary-buffer-saved-message): New buffer local variable.
9532         (wl-summary-save-current-message): New command.
9533         (wl-summary-yank-saved-message): Ditto.
9534         (wl-summary-mode-map): Added key binding for
9535         `wl-summary-save-current-message' (\ew) and
9536         `wl-summary-yank-saved-message' (\C-y).
9537         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9538
9539 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9540
9541         * wl-summary.el (wl-summary-mode-map): Added key binding for
9542         `wl-summary-set-parent' (ts).
9543
9544 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9545
9546         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9547         subject faster. If thread number is reverse, delayed updating
9548         thread.
9549         (wl-summary-search-by-subject): Ditto.
9550         (wl-summary-put-alike): Ditto.
9551         (wl-summary-get-alike): Ditto.
9552         (wl-summary-insert-headers): Insert header of all overview in
9553         buffer.
9554         (wl-summary-rescan): Delayed updating thread. Kill search subject
9555         buffer for wl-summary-search-by-subject.
9556         (wl-summary-sync-update3): Ditto.
9557         (wl-summary-exit): Ditto.
9558         (wl-summary-goto-bottom-of-current-thread): Change for linked
9559         thread.
9560         (wl-summary-overview-create-summary-line): Change line for linked
9561         thread.
9562
9563         * wl-summary.el (wl-summary-update-thread): Use
9564         wl-thread-maybe-get-children-num.
9565         (wl-summary-set-parent): If change parent, move sub thread.
9566         (wl-summary-redisplay-internal): Add horizontal recenter.
9567         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9568
9569         * wl-thread.el (wl-thread-entity-get-linked): New function.
9570         (wl-thread-entity-set-linked): New function.
9571         (wl-thread-create-entity): Add linked element.
9572         (wl-thread-entity-insert-as-top): Use wl-append.
9573         (wl-thread-maybe-get-children-num): If closing thread, return
9574         children msgs.
9575         (wl-thread-update-line-msgs): Displaying progress message.
9576         (wl-thread-update-line-on-buffer-sub): Use
9577         wl-thread-maybe-get-children-num.
9578         (wl-thread-update-line-on-buffer): If update line is not exists,
9579         insert thread.
9580         (wl-thread-delete-message): If delete top msg of thread, search
9581         parent by subject.
9582         (wl-thread-insert-entity): Use
9583         wl-thread-maybe-get-children-num.
9584
9585         * wl-highlight.el (wl-highlight-summary-current-line): change
9586         sregexp for linked thread.
9587         * wl-util.el (wl-count-lines): Count lines.
9588         (wl-horizontal-recenter): horizontal recenter.
9589         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9590         (wl-score-get-alike): Ditto.
9591         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9592         (wl-subject-length-limit): New variable.
9593         (wl-highlight-thread-indent-string-regexp): Changed for linked
9594         thread.
9595
9596 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9597
9598         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9599         New variable (revival).
9600         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9601         by subject matching if there's no in-reply-to nor references field
9602         (revival).
9603
9604 \f
9605 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9606
9607         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9608         message.
9609
9610 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9611
9612         * wl-summary.el (wl-summary-reply): Return t if there was a
9613         message at cursor point.
9614         Added unwind-protect.
9615         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9616         returns t.
9617         (wl-summary-cancel-message): Do nothing when there's no message at
9618         cursor point.
9619         (wl-summary-forward): Ditto.
9620         (wl-summary-jump-to-parent-message): Ditto.
9621         (wl-summary-reedit): Ditto.
9622         (wl-summary-edit-addresses): Ditto.
9623         (wl-summary-pipe-message): Ditto.
9624         (wl-summary-print-message-with-ps-print): Ditto.
9625         (wl-summary-print-message): Ditto.
9626         (wl-summary-mark-as-important): Ditto.
9627         (wl-summary-mark-as-unread): Ditto.
9628
9629         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9630         message at cursor point.
9631         (wl-summary-reply-with-citation): Remove unwind-protect.
9632
9633         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9634         subject searching feature.
9635         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9636         Eliminated.
9637
9638 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9639
9640         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9641         New variable.
9642         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9643         by subject matching if there's no in-reply-to nor references field.
9644
9645         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9646
9647         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9648         when display is finished.
9649         (wl-folder-open-all): Ditto.
9650         (wl-folder-update-access-group): Ditto.
9651         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9652         * wl-thread.el (wl-thread-close-all): Ditto.
9653
9654         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9655         progress gauge only when it was displayed.
9656         * wl-folder.el (wl-folder-insert-entity): Ditto.
9657
9658 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9659
9660         * wl-summary.el (wl-summary-incorporate): Enclose
9661         `wl-summary-sync-force-update' with save-excursion.
9662
9663 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9664
9665         * wl-summary.el (wl-summary-prefetch-region):
9666         Pass current cursor point to `pos-visible-in-window-p' after
9667         moving cursor to the started point.
9668
9669 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9670
9671         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9672
9673         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9674         fields from the forwarding message.
9675         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9676         `ignored-fields'.
9677
9678 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9679
9680         * wl-mime.el (wl-message-request-partial):
9681         Eliminated argument `msgdb'.
9682         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9683         (wl-mime-combine-message/partial-pieces): Likewise.
9684         * tm-wl.el (wl-message-request-partial): Likewise.
9685         (wl-mime-combine-message/partial-pieces): Likewise.
9686
9687 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9688
9689         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9690         when display is finished.
9691
9692 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9693
9694         * wl-summary.el (wl-summary-goto-folder-subr):
9695         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9696
9697 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9698
9699         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9700         when cursor point is visible.
9701
9702 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9703
9704         * wl-expire.el (wl-expire-archive-get-max-number):
9705         Don't use `file-name-directory'.
9706
9707 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9708
9709         * wl-expire.el (wl-expire-archive-get-max-number):
9710         Use `file-name-directory'.
9711
9712 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9713
9714         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9715         only when there is progress.
9716
9717 2000-04-13  Mito <mit@nines.nec.co.jp>
9718
9719         * wl-summary.el (wl-summary-sync-marks): Display progress.
9720
9721 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9722
9723         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9724         (wl-summary-prev): Move cursor regardless of unread status.
9725         (wl-summary-next): Ditto.
9726
9727 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9728
9729         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9730         Added argument `target' and `number'.
9731         * tm-wl.el (wl-summary-burst-subr): New function.
9732         (wl-summary-burst): Use it.
9733
9734 2000-04-10  Mito <mit@nines.nec.co.jp>
9735
9736         * wl-mime.el (wl-burst): New function.
9737         (wl-summary-burst): Use it.
9738
9739 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9740
9741         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9742         as petname when there's no candidate.
9743
9744 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9745
9746         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9747         New variable.
9748         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9749
9750         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9751
9752         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9753
9754 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9755
9756         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9757         Use substring of `original' instead of buffer-substring.
9758         (wl-refile-evaluate-rule):
9759         Set `original' argument of wl-refile-expand-newtext.
9760
9761         * wl-summary.el
9762         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9763         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9764         (wl-summary-auto-refile): Check existence of destination folder just
9765         before marking.
9766
9767 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9768
9769         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9770         when wl-refile-get-field-value return nil.
9771
9772 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9773
9774         * wl-refile.el
9775         (wl-refile-expand-newtext): New function imported from Gnus.
9776         (wl-refile-evaluate-rule): Use it.
9777
9778 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9779
9780         * wl-summary.el (wl-summary-print-destination):
9781         Duplicate folder string to avoid putting text-property on
9782         original string.
9783
9784         * wl-refile.el (wl-refile-get-field-value): New function.
9785         (wl-refile-evaluate-rule): New function;
9786         Evaluate refile rule recursively.
9787         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9788         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9789         New function; Check existence of a target folder recursively.
9790         (wl-summary-auto-refile-check-refile-rule-alist):
9791         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9792
9793 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9794
9795         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9796
9797         * wl-folder.el (wl-create-folder-entity-from-buffer):
9798         Fixed problem when '}' character is contained in folder name.
9799
9800         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9801
9802 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9803
9804         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9805         (wl-fldmgr-add-completion-all-completions):
9806         Use wl-fldmgr-add-completion-hashtb.
9807
9808 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9809
9810         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9811         wl-fldmgr-add-completion-subr): New functions.
9812         * wl-folder.el (wl-folder-completion-func): New variable.
9813         * wl-summary.el (wl-summary-read-folder):
9814         Use wl-folder-completion-func.
9815
9816         * wl-refile.el: Eliminate throw & catch.
9817
9818         * wl.el (wl-plugged-sending-queue-status): Fixed.
9819
9820 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9821
9822         * wl-draft.el (wl-draft): Put category property on
9823         mail-header-separator.