11bb7c24214eaafd6a78364eab5e97c29f851298
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2
3         * wl-mime.el (wl-draft-yank-current-message-entity): 
4         Switch to no-mime following method according to wl-message-display-type
5         property.
6         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
7
8         * wl-message.el (wl-message-display-internal): 
9         Put wl-message-display-type property on message buffer.
10
11         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
12         (wl-message-display-internal): Ditto;
13
14         * wl-summary.el (wl-summary-toggle-mime): Ditto.
15
16 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
17
18         * wl-message.el (wl-message-make-display-type): New function.
19         (wl-message-display-type-property): Ditto.
20         (wl-message-mime-analysys-p): Ditto.
21         (wl-message-display-all-header-p): Ditto.
22         (wl-message-redisplay): Removed argument `as-is', `all-header' and
23         added `display-type'.
24         (wl-message-buffer-display): Likewise.
25         (wl-message-display-internal): Likewise.
26         (wl-message-buffer-display-type): Abolish.
27         (wl-message-buffer-prefetch-subr): Follow the API changed.
28
29         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
30         from wl-summary-buffer-display-all-header and changed default value.
31         (wl-summary-message-display-type): New function.
32         (wl-summary-buffer-display-mime-mode): Ditto.
33         (wl-summary-buffer-display-header-mode): Ditto.
34         (wl-summary-toggle-mime): Rewrite with above functions.
35         (wl-summary-toggle-all-header): Ditto.
36         (wl-summary-redisplay): Force redisplay with default mode.
37         (wl-summary-redisplay-internal): Renamed argument from `mode',
38         `all-header' to `mime-mode', `header-mode'.
39         Use `wl-message-make-display-type'.
40
41         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
42         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
43
44 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
45
46         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
47
48 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
49
50         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
51         in original message buffer.
52         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
53         buffer.
54
55 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
56
57         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
58
59 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
60
61         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
62
63 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
64
65         * wl-action.el (wl-summary-exec-action-refile): Display a done message
66         when actions succeeded.
67         (wl-summary-exec-action-copy): Likewise.
68
69 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
70
71         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
72         there is switch-to-buffer at the end of wl-message-select-buffer.
73         (wl-summary-reply): Ditto.
74
75 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
76
77         * wl-summary.el (wl-summary-forward): Put subject in original
78         message buffer as argument of wl-draft-forward.
79         * wl-draft.el (wl-draft-forward): Decode subject as in
80         wl-draft-reply.
81
82 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
83
84         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
85         a folder under access group.
86
87 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
88
89         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
90         wl-message-buffer-display.
91
92         * wl-util.el (wl-set-save-drafts): Fix typo.
93
94 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
95
96         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
97         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
98         wl-highlight-logo-face to set the bg color of an xbm image; fixed
99         the way to measure the width of a bitmap image; don't put face on
100         ascii and bitmap images; put the mark which should not use the
101         variable-pitch face on ascii and bitmap images.
102         (wl-demo-setup-properties): Don't use the variable-pitch face on
103         ascii and bitmap images; made it work on Emacs 20 and earlier.
104         (wl-demo-insert-text): End with a newline at the bottom; don't put
105         face on text.
106
107         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
108
109 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
110
111         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
112
113         * wl-util.el (wl-save-drafts): Moved from sample setting.
114         (wl-set-save-drafts): New function to set idle timer.
115         * wl-draft.el (wl-draft): Call it.
116         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
117
118 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
119
120         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
121         a summary which has toggle display status off.
122
123 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
124
125         * wl-draft.el (wl-draft-do-fcc): No cache save.
126
127 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
128
129         * wl-summary.el (elmo-event-handler-flag-changed): Use
130         `set-buffer' instead of `with-current-buffer'.
131
132 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
133
134         * wl-summary.el (wl-summary-after-resize-function): New function.
135         (wl-summary-mode): Add `wl-summary-after-resize-function' to
136         window-size-change-functions.
137
138 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
139
140         * wl-draft.el (wl-draft-create-buffer): Bind
141         `change-major-mode-hook' after current buffer is changed.
142
143         * wl-summary.el (wl-summary-buffer-detach): New function.
144         (wl-summary-buffer-set-folder): Call it.
145         (wl-summary-mode): Add `wl-summary-buffer-detach' to
146         change-major-mode-hook and kill-buffer-hook.
147         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
148         (wl-summary-switch-to-clone-buffer): Ditto.
149         (wl-summary-goto-folder-subr): Ditto.
150
151 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
152
153         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
154         after boundp check.
155
156 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
157
158         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
159         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
160         for `kill-buffer'.
161
162         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
163         handler of current buffer from elmo-folder.
164
165 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
166
167         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
168
169 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
170
171         * wl-summary.el (wl-summary-buffer-event-handler): New internal
172         variable.
173         (wl-summary-event-handler): New class.
174         (elmo-event-handler-flag-changed): Define to update persistent
175         mark.
176         (wl-summary-buffer-set-folder): Register event handler to
177         elmo-folder.
178         (wl-summary-exit): Unregister event handler.
179         (wl-summary-goto-folder-subr): Ditto.
180         (wl-summary-mark-as-read-all): Does not call
181         `wl-summary-update-persistent-mark' directly.
182         (wl-summary-mark-as-read-internal): Ditto.
183         (wl-summary-set-persistent-mark-internal): Ditto.
184         (wl-summary-set-flags-internal): Ditto.
185
186         * Version number is increased to 2.11.33.
187
188 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
189
190         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
191         to nil.
192
193 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
194
195         * wl-spam.el (wl-spam-setup): Add hook
196         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
197         instead of `wl-summary-prepare-hook'.
198
199         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
200         if folder type is `'flag'.
201         (wl-summary-mark-as-important): Ditto.
202
203 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
204
205         * wl-address.el (wl-address-minibuffer-history): New variable.
206         (wl-address-minibuffer-local-map): New keymap.
207         (wl-address-read-from-minibuffer): New function.
208
209         * wl-action.el (wl-summary-get-resend-address): Use
210         `wl-address-read-from-minibuffer' instead of `completing-read'.
211
212 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
213
214         * Version number is increased to 2.11.32.
215
216 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
217
218         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
219         without mule to iso-8859-1.
220         (wl-draft-add-in-reply-to): Add note in description.
221         (wl-draft-add-references): Ditto.
222
223 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
224
225         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
226         definition for `m'.
227         (wl-summary-mode-line-format): Add '[%m]'.
228         (wl-message-mode-line-format-spec-alist): Ditto.
229         (wl-summary-display-mime-mode-list): New variable.
230
231         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
232         from wl-summary-buffer-display-as-is.
233         (wl-summary-buffer-display-all-header): New buffer local variable.
234         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
235         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
236         instead of wl-summary-buffer-display-as-is.
237         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
238         (wl-summary-set-persistent-mark): Ditto.
239         (wl-summary-set-message-buffer-or-redisplay): Just call
240         `wl-summary-redisplay-internal' without optional arguments.
241         (wl-summary-toggle-mime): Rewrite.
242         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
243         (wl-summary-toggle-all-header): New function.
244         (wl-summary-redisplay-internal): Treat mime mode.
245
246         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
247         to wl-mime-preview-follow-no-mime.
248         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
249         accodring to the display-mode.
250
251         * wl-message.el (wl-message-buffer-display-type): Rewrite.
252         (wl-message-buffer-display): Changed argument name from `as-is' to
253         `mode'.
254         (wl-message-display-internal): Ditto;
255         Bind elmo-mime-display-header-analysis according to the mode.
256         (wl-message-display-internal): Put wl-message-display-mime-mode
257         property on entire buffer.
258
259 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
260
261         * wl-draft.el (wl-draft-do-fcc): Undo last change.
262
263 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
264
265         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
266         Don't extract mail address.
267         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
268
269         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
270
271         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
272
273 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
274
275         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
276         wl-fldmgr-cut-entity-list on confirmation.
277
278 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
279
280         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
281         (wl-mime-quit-preview): Check existence of
282         mime-edit-temp-message-buffer here.
283
284 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
285
286         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
287         after deletion.
288
289         * wl-draft.el (wl-draft-send-confirm): Check major-mode
290         before calling wl-mime-quit-preview.
291
292 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
293
294         * wl-summary.el (wl-summary-pick): If call it with prefix
295         argument, set `delete-marks' as non-nil. Pick from only visible
296         messages.
297         (wl-summary-check-target-mark): New function.
298         (wl-summary-target-mark-mark-as-read): Use it.
299         (wl-summary-target-mark-mark-as-unread): Ditto.
300         (wl-summary-target-mark-operation): Ditto.
301         (wl-summary-target-mark-set-flags): Ditto.
302         (wl-summary-target-mark-save): Ditto.
303         (wl-summary-target-mark-pick): Ditto.
304         (wl-summary-target-mark-forward): Ditto.
305         (wl-summary-target-mark-reply-with-citation): Ditto.
306         (wl-summary-target-mark-print): Ditto.
307         (wl-summary-target-mark-uudecode): Ditto.
308
309         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
310         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
311         with `ask-coding' is non-nil.
312
313 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
314
315         * wl-thread.el (wl-thread-set-parent): If parent is a message
316         which is identified by references, set linked as nil.
317
318 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
319
320         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
321         (wl-message-mode-line-format-spec-alist): Ditto.
322         (wl-message-mode-line-format): Ditto.
323         (wl-summary-mode-line-format): Ditto for docstring.
324         (wl-summary-no-mime-folder-list): Fix typo.
325
326         * wl-util.el (wl-current-message-buffer): Call
327         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
328
329         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
330         variable.
331         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
332         of `wl-summary-redisplay-no-mime'.
333         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
334         (wl-summary-toggle-mime): New function.
335         (wl-summary-redisplay-all-header): Rewrite.
336         (wl-summary-redisplay-no-mime): Ditto.
337         (wl-summary-redisplay-internal): Added argument `as-is' and
338         `all-header'.
339
340         * wl-refile.el (wl-refile-default-from-folder-path-separator):
341         New variable.
342         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
343         bottom.
344         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
345         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
346         "/" unconditionally.
347
348         * wl-mime.el (wl-draft-yank-current-message-entity): Use
349         wl-mime-preview-follow-no-mime for as-is content.
350         (wl-mime-preview-follow-no-mime): New function.
351         (wl-mime-preview-follow-current-region): Fixed parenthesis.
352
353         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
354         and added `as-is', `all-header'.
355         (wl-message-buffer-display): Ditto.
356         (wl-message-buffer-display-type): New function.
357
358 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
359
360         * wl-vars.el (wl-message-header-button-alist): Change default
361         value.
362         (wl-message-body-button-alist): Ditto.
363
364 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
365
366         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
367
368 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
369
370         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
371
372 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
373
374         * wl-summary.el (wl-summary-sync-marks): Remove condition which
375         is always true.
376
377 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
378
379         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
380         on null entity.
381
382 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
383
384         * wl-vars.el (wl-draft-reply-default-position): Fix range.
385
386 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
387
388         * wl-vars.el (wl-summary-resend-hook): New hook.
389
390         * wl-action.el (wl-summary-exec-action-resend-subr): Run
391         `wl-summary-resend-hook'.
392
393 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
394
395         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
396         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
397         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
398         (wl-summary-new-cached-mark): Changed default value to 'n'.
399         (wl-summary-unread-cached-mark): Changed default value to 'u'.
400         (wl-summary-answered-cached-mark): Changed default value to 'a'.
401         (wl-folder-sync-range-alist): Remove spec for 'flag.
402         (wl-summary-force-prefetch-folder-list): New user option.
403
404         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
405         `wl-summary-toggle-persistent-mark'.
406         (wl-summary-update-mark-and-highlight-window): Don't highlight when
407         number is nil.
408         (wl-summary-mark-as-answered-region): Set interactive argument of
409         `wl-summary-set-persistent-mark-internal'.
410         (wl-summary-mark-as-important-region): Ditto.
411         (wl-summary-unset-persistent-mark): Ditto.
412         (wl-summary-set-persistent-mark): Ditto.
413         (wl-summary-mark-as-answered): Ditto.
414         (wl-summary-mark-as-important): Ditto.
415         (wl-summary-set-persistent-mark-internal): Do nothing
416         when `elmo-message-flag-available-p' is nil.
417         (wl-summary-toggle-persistent-mark): New function.
418         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
419         when the folder matches `wl-summary-force-prefetch-folder-list'.
420
421
422         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
423         when number is nil.
424         (wl-highlight-summary-forwarded-face): New face.
425
426 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
427
428         * Version number is increased to 2.11.31.
429
430 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
431
432         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
433         (wl-biff-check-folder-async): Ditto.
434         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
435
436 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
437
438         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
439         Add an argument `reverse'.  All callers are updated.
440         (wl-summary-sort): Add a prefix argument `reverse' to specify
441         reverse sorting.
442         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
443         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
444         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
445
446 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
447
448         * wl-message.el (wl-message-redisplay): Does not narrow header if
449         disply-type is all-header or as-is.
450
451         * wl-summary.el (wl-summary-enter-handler): Use
452         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
453
454 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
455
456         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
457         after adding wl-draft-parent-variables.
458         (wl-draft-forward): Ditto.
459
460 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
461
462         * wl-summary.el (wl-summary-sync-marks): Call
463         `wl-summary-set-persistent-mark' and
464         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
465         (wl-summary-set-persistent-mark-internal): Add 4th argument
466         `no-server'.
467         (wl-summary-unset-persistent-mark): Ditto.
468         (wl-summary-set-persistent-mark): Ditto.
469         (wl-summary-add-flags-internal): Abolish.
470         (wl-summary-remove-flags-internal): Ditto.
471         (wl-summary-mark-as-important-internal): Ditto.
472         (wl-summary-mark-as-important): Use
473         `wl-summary-set-persistent-mark' instead of
474         `wl-summary-add-flags-internal'.
475         (wl-summary-mark-as-important-region): Ditto.
476
477         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
478
479         * wl-summary.el (wl-summary-get-available-flags): New function.
480         (wl-summary-sync-marks): Use it and simplified.
481         (wl-summary-unset-persistent-mark): Use
482         `wl-summary-get-available-flags'.
483         (wl-summary-set-persistent-mark): Ditto.
484
485 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
486
487         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
488         id.
489
490 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
491
492         * wl-summary.el (wl-summary-enter-handler): If argument is not a
493         number, call `wl-summary-prev-line-content'. Show message when the
494         message is not found.
495
496 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
497
498         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
499         wl-summary-enter-handler.
500         (wl-summary-enter-handler): New command.
501
502         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
503         docstring and custom spec.
504
505         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
506         flags too; Don't treat Cached and New.
507         (wl-summary-set-persistent-mark): Ditto.
508
509         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
510         `wl-folder-set-flag'.
511
512         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
513         instead of `wl-folder-set-flag'.
514
515         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
516         for completion.
517         (wl-summary-set-persistent-mark): Ditto.
518
519         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
520         instead of `wl-draft-quit-preview'.
521
522         * wl-mime.el (toplevel): Avoid compile warning.
523         (wl-mime-quit-preview): New function
524         (formarly defined as `wl-draft-quit-preview').
525         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
526         quitting method.
527
528         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
529
530         * wl-folder.el (wl-folder-set-flag): Renamed from
531         `wl-draft-set-flag-on-parent'.
532
533         * wl-draft.el (wl-draft-quit-preview): New function.
534         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
535         (wl-draft-send): Call `wl-folder-set-flag' instead of
536         `wl-draft-set-flag-on-parent'.
537         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
538
539 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
540
541         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
542         (wl-draft-send): Ditto.
543
544 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
545
546         * wl-vars.el (wl-draft-reply-hook): Changed default value.
547         (wl-draft-kill-pre-hook): Set default value as nil.
548         (wl-summary-reply-hook): Ditto.
549         (wl-draft-kill-flags): Abolish.
550
551         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
552         (wl-draft-parent-variables): Renamed from
553         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
554         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
555         argument; Add wl-draft-parent-variables to
556         wl-draft-config-variables.
557         (wl-draft-reply): Likewise.
558         (wl-draft-kill-flags): Abolish.
559         (wl-draft-send): Call wl-draft-set-flag-on-parent.
560         (wl-draft-set-flag-on-parent): New function.
561         (wl-draft-setup-parent-flag): Ditto.
562
563 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
564
565         * wl-draft.el (wl-draft-kill-flags): Avoid error when
566         `wl-draft-parent-folder' is "".
567
568 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
569
570         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
571         (wl-summary-digit-jump): New function.
572         (Adviced by John Owens and Hiroya Murata)
573
574         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
575         (Adviced by John Owens)
576
577         * wl-xmas.el (wl-message-define-keymap): Ditto.
578
579         * wl-mule.el (wl-message-define-keymap): Ditto.
580
581 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
582
583         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
584         change of return value of elmo-folder-count-flags.
585
586         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
587         (wl-summary-mark-as-read-internal): Ditto.
588         (wl-summary-set-persistent-mark-internal): Ditto.
589         (wl-summary-folder-info-update): Ditto.
590         (wl-summary-sync-update): Fixed the last change.
591
592         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
593
594 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
595
596         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
597         (wl-draft-kill-flags): Fixed docstring.
598
599         * wl-draft.el (wl-draft-kill-flags): New function.
600         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
601
602 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
603
604         * wl-vars.el (wl-reply-hook): Abolish.
605         (wl-draft-reply-hook): New hook.
606         (wl-summary-reply-hook): Ditto.
607         (wl-draft-forward-hook): Ditto.
608         (wl-summary-forward-hook): Ditto.
609         (wl-draft-kill-flags): New variable.
610
611         * wl-summary.el (wl-summary-mark-as-answered-region): Use
612         wl-summary-set-persistent-mark-internal.
613         (wl-summary-sync-marks): Use elmo-preserved-flags.
614         (wl-summary-update-persistent-mark): Make it interactive.
615         (wl-summary-set-persistent-mark-internal): New inline function.
616         (wl-summary-mark-as-answered): Use it.
617         (wl-summary-mark-as-unanswered): Ditto.
618         (wl-summary-unset-persistent-mark): New function.
619         (wl-summary-set-persistent-mark): Ditto.
620         (wl-summary-reply): Don't set answered flag;
621         Run wl-summary-reply-hook instead.
622         (wl-summary-forward): Call wl-draft-forward with number.
623         Run wl-summary-forward-hook.
624
625         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
626         (wl-highlight-summary-line-face-spec): Use it as a default
627         persistent mark face.
628
629         * wl-draft.el (wl-draft-forward): Added optional argument number;
630         Set wl-draft-parent-number; Run wl-draft-forward-hook.
631         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
632         (wl-draft-kill): Use wl-draft-kill-flags.
633
634         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
635
636         * wl-folder.el (wl-folder-check-one-entity): Follow the change
637         of return value of elmo-folder-count-flags.
638
639         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
640
641         * wl-summary.el (wl-summary-count-unread): Ditto.
642         (wl-summary-sync-update): Follow the change above.
643         (wl-summary-force-prefetch): New function.
644
645 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
646
647         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
648         variable `buf' with `let' instead of `setq'.
649
650 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
651
652         * wl-mime.el (wl-message-delete-current-part): If filename exists,
653         add Content-Disposition heaeder on the deleted part.
654
655 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
656
657         * wl-draft.el (wl-draft-save): Encode address list under edit by
658         `eword-encode-unstructured-field-body'.
659
660         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
661
662 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
663
664         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
665         wl-current-summary-buffer.
666
667 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
668
669         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
670         `numbers' is ignored.
671
672 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
673
674         * wl-folder.el (wl-folder-open-folder): Avoid error.
675         Reported by John Owens, [wl-en:815]
676
677         * wl.el (wl): Set timer for biff process even if prefix argument
678         is given or auto-checking is quitted.
679
680         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
681         immediately.
682         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
683         (wl-toggle-plugged): Ditto.
684
685         * wl-vars.el (wl-biff-use-idle-timer): New variable.
686         * wl-util.el (wl-biff-start): Use idle timer if
687         `wl-biff-use-idle-timer' is non-nil.
688
689 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
690
691         * wl-highlight.el (wl-highlight-message): Fix description.
692
693 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
694
695         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
696         tty.
697
698 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
699
700         * wl-action.el (wl-summary-exec): Print failure count.
701
702 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
703
704         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
705         to `defun', remove interactive form.
706         Set elmo-message-fetch-confirm when force-reload is non-nil.
707
708 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
709
710         * wl-summary.el (toplevel): Removed unnecessary autoload.
711
712 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
713
714         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
715         the buffer is generated from another message buffer.
716
717 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
718
719         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
720         extracted from `wl-fldmgr-save-folders'.
721         (wl-fldmgr-delete): Call it after deletion.
722
723 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
724
725         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
726         multi-tty support.
727
728 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
729
730         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
731
732 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
733
734         * wl-summary.el (wl-summary-rescan): Remove unused variables.
735         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
736
737 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
738
739         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
740         unsubscribe list only if argument CLEAR is nil.
741
742 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
743
744         * wl-draft.el (wl-draft-reply): Decode subject before removing
745         Re: prefix.
746
747 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
748
749         * wl-summary.el (wl-summary-sort-by-size): New command.
750
751 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
752
753         * wl-summary.el (wl-summary-number-list-from-region): New
754         function.
755         (wl-summary-mark-as-read-region): Use it.
756         (wl-summary-mark-as-unread-region): Ditto.
757         (wl-summary-set-flags-region): Ditto and add optional argument
758         remove.
759         (wl-summary-mark-as-answered-region): Ditto.
760         (wl-summary-mark-as-important-region): Ditto.
761         (wl-summary-target-mark-mark-as-important): Added optional
762         argument remove.
763         (wl-summary-target-mark-mark-as-answered): Ditto.
764         (wl-summary-target-mark-set-flags): Ditto.
765
766 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
767
768         * wl-summary.el (wl-summary-set-flags-region): Call
769         `wl-summary-set-flags-internal' with number list instead of call
770         one by each message.
771         (wl-summary-target-mark-set-flags): Likewise.
772
773 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
774
775         * wl-summary.el (wl-summary-target-mark-operation): Add optional
776         argument `inverse' and use `wl-summary-delete-all-target-marks'.
777         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
778         (wl-summary-target-mark-mark-as-answered): Likewise.
779
780 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
781
782         * wl-summary.el (wl-summary-target-mark-forward): Use
783         `wl-summary-delete-all-target-marks' instead of
784         `wl-summary-delete-all-temp-marks'.
785         (wl-summary-target-mark-reply-with-citation): Ditto.
786         (wl-summary-target-mark-uudecode): Ditto.
787         (wl-summary-target-mark-set-flags): Ditto and remove needless
788         cursor move.
789
790 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
791
792         * wl-summary.el (wl-summary-target-mark-forward): Protect
793         wl-summary-buffer-target-mark-list from nreverse.
794         (wl-summary-target-mark-reply-with-citation): Ditto.
795
796 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
797
798         * wl-thread.el (wl-thread-update-indent-string-thread): Use
799         `elmo-display-progress-threshold'.
800
801 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
802
803         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
804         check `wl-summary-highlight'.
805         (wl-summary-window-scroll-functions): Respect value of
806         `wl-summary-highlight'.
807         (wl-summary-sync-update): Run hooks
808         `wl-summary-buffer-window-scroll-functions' at any time.
809
810 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
811
812         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
813         from `wl-summary-cleanup-temp-marks'.
814         (wl-summary-cleanup-temp-marks): Abolish argument.
815         * wl.el (wl-save-status): Revert previous change.
816         (wl-execute-temp-marks): New function, call
817         `wl-summary-exec-with-confirmation'.
818         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
819         (wl-folder-save-and-exec-marks): Abolished.
820
821 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
822
823         * wl-e21.el (wl-e21-display-image-p): Respect
824         `wl-highlight-folder-with-icon'.
825         (wl-e21-highlight-folder-group-line): Highlight mouse line
826         even if wl-e21-display-image-p is nil.
827
828         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
829         Respect value of `wl-summary-highlight'.
830
831         * wl.el (wl-save-status): Remove unused variable.
832
833         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
834         (wl-folder-mode-map): Bind it to "x".
835
836 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
837
838         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
839
840         * wl-thread.el (wl-thread-get-parent-list): Don't check
841         disconnected ancestors, neglecting needless work in
842         `wl-thread-update-indent-string-thread'.
843
844         * wl.el (wl-save): Take prefix argument to execute remaining marks.
845         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
846         argument, add argument default-keep to keep marks by default.
847
848         * Version number is increased to 2.11.30.
849
850         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
851         customization type and docstring.
852         (wl-draft-reply-without-argument-list): Ditto.
853
854 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
855
856         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
857
858         * wl-spam.el (wl-spam-mark-action-list): Ditto.
859
860 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
861
862         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
863
864 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
865
866         * wl-draft.el (wl-draft-config-exec): Narrow the range of
867         save-excursion so as not to include run-hooks.
868
869 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
870
871         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
872         Clarify that marks are going to be cleared.
873
874 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
875
876         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
877         according to 3rd element of wl-summary-flag-mark.
878
879         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
880
881 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
882
883         * wl-action.el (wl-summary-target-mark-all): Don't set
884         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
885
886 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
887
888         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
889         (wl-forward-subject-prefix): Ditto.
890         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
891         (wl-draft-reply-make-subject): Ditto.
892
893         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
894         `wl-draft-forward'.
895         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
896
897 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
898
899         * wl-action.el (wl-summary-target-mark-set-action): Stop if
900         target message does not exist.
901
902 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
903
904         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
905         `wl-subject-prefix-regexp'.
906         (wl-subject-forward-prefix-regexp): New variable.
907         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
908         `wl-draft-strip-subject-re' and take regexp as argument.
909         (wl-draft-forward): Use it.
910         (wl-draft-reply): Ditto.
911
912 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
913
914         * wl-e21.el (wl-highlight-plugged-current-line): Change for
915         emacs multi-tty support.
916
917 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
918
919         * wl-e21.el (wl-e21-display-image-p): Don't call
920         `display-images-p'.
921         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
922         support.
923         (wl-highlight-folder-current-line): Ditto.
924         (wl-folder-init-icons): Ditto.
925
926 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
927
928         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
929         the last line of summary in unplugged mode.
930
931 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
932
933         * wl-vars.el (wl-refile-rule-alist): Doc fix.
934
935 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
936
937         * wl-vars.el (wl-user-mail-address-regexp): New variable.
938         * wl-address.el (wl-address-user-mail-address-p): Use it.
939         (wl-address-delete-user-mail-addresses): Ditto.
940         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
941
942         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
943         (wl-address-delete-user-mail-addresses): Ditto.
944
945         * wl-address.el (wl-address-delete-user-mail-addresses): New
946         function.
947         * wl-refile.el (wl-refile-guess-by-history): Use it.
948         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
949         (wl-draft-make-mail-followup-to): Ditto and fix logic.
950
951         * wl-draft.el (wl-draft-edit-string): To judge sender address,
952         use wl-address-user-mail-address-p.
953
954 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
955
956         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
957         after opening group.
958
959 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
960
961         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
962         of elmo-set-buffer-multibyte.
963
964         * wl-message.el (wl-original-message-mode): Ditto.
965
966         * wl-score.el (wl-score-insert-header): Ditto.
967
968         * wl-summary.el
969         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
970         (wl-summary-goto-folder-subr): Ditto.
971         (wl-summary-insert-headers): Ditto.
972
973         * wl-util.el (wl-set-string-width): Ditto.
974
975         * Version number is increased to 2.11.29.
976
977 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
978
979         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
980         (wl-highlight-summary-line-help-echo-alist): New variable.
981         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
982         into `wl-highlight-summary-line-help-echo' and
983         `wl-highlight-flag-folder-help-echo'.
984         (wl-highlight-summary-line-string): Change accordingly.
985         (wl-highlight-summary-current-line): Ditto.
986
987 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
988
989         * wl-highlight.el (wl-highlight-message): Ignore white spaces
990         at the beginning of field body (Thanks to Markus Knittig).
991
992         * wl-draft.el (wl-draft-insert-current-message): Also check
993         summary buffer, remove unnecessary tag.
994
995 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
996
997         * wl-draft.el (wl-draft-insert-current-message): Cause error also
998         when wl-message-buffer is nil.
999
1000         * wl-folder.el (wl-folder): Abolish unused argument.
1001         Call wl-folder-init when wl-folder-entity is nil.
1002         * wl.el (wl): Change accordingly.
1003
1004 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1005
1006         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1007         multibyte string before insert into draft buffer.
1008         (wl-draft-create-buffer): Always enable multibyte characters for
1009         draft buffer.
1010
1011         * Version number is increased to 2.11.28.
1012
1013 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1014
1015         * wl-folder.el (wl-folder-open-close): Handle blank line.
1016         (wl-folder-jump-to-current-entity): Ditto.
1017
1018 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1019
1020         * Version number is increased to 2.11.27.
1021
1022 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1023
1024         * wl-thread.el (wl-thread-insert-message): When the thread is
1025         devided by wl-summary-max-thread-depth, insert line at the end of
1026         buffer.
1027
1028 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1029
1030         * Version number is increased to 2.11.26.
1031
1032 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1033
1034         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1035
1036 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1037
1038         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1039         value of stream-type and session.
1040
1041 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1042
1043         * Version number is increased to 2.11.25.
1044
1045 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1046
1047         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1048         in a quit message.
1049
1050 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1051
1052         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1053         (wl-summary-redisplay-no-mime-internal): Ditto.
1054
1055 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1056
1057         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1058         * wl-vars.el (wl-smtp-connection-type): Ditto.
1059
1060 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1061
1062         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1063         for the separator line and quote mail-header-separator.
1064
1065 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1066
1067         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1068         result message.
1069
1070         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1071         `elmo-multiple-fields-body-list' with boundary as
1072         mail-header-separator.
1073
1074 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1075
1076         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1077
1078 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1079
1080         * wl-util.el (wl-list-diff): Remove unused function.
1081
1082         * wl-draft.el (wl-draft-send-confirm): Discard input before
1083         confirmation.
1084
1085 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1086
1087         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1088         order of flag and new.
1089
1090 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1091
1092         * wl-vars.el (wl-refile-policy-alist): Abolished.
1093
1094         * wl-action.el (wl-summary-set-action-refile): Follow the change
1095         above.
1096
1097 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1098
1099         * wl-highlight.el (wl-highlight-signature-search): Don't use
1100         re-search-backward for a long word since it is possible to crash
1101         XEmacs because of a bug.
1102
1103 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1104
1105         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1106
1107 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1108
1109         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1110         argument for wl-summary-sync-force-update.
1111
1112 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1113
1114         * wl-summary.el (wl-summary-mode-map): Revival of
1115         wl-summary-mark-as-important related bindings;
1116         Bind 'F','tF','mF','rF','m&'.
1117         (wl-summary-mark-as-important-region): Revival.
1118         (wl-summary-target-mark-mark-as-important): Ditto.
1119         (wl-summary-target-mark-operation): New function.
1120         (wl-summary-target-mark-mark-as-answered): Use it.
1121         (wl-summary-decide-flag): Don't set Important as default.
1122         (wl-summary-mark-as-important-internal): Revival.
1123         (wl-summary-mark-as-important): Ditto.
1124
1125         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1126
1127         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1128         instead of facep.
1129
1130 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1131
1132         * wl-dnd.el (wl-dnd-drop-func): Fix.
1133
1134         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1135         mouse-set-point instead of posn-point.
1136
1137         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1138
1139         * wl-mule.el (wl-completing-read-multiple): Ditto.
1140
1141 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1142
1143         * wl-demo.el (face-background-name): Defalias to avoid compile
1144         warning.
1145
1146 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1147
1148         * wl-summary.el (wl-summary-decide-flag): Use
1149         wl-completing-read-multiple instead of completing-read-multiple.
1150
1151         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1152         New alias.
1153
1154         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1155         Use face-background-name instead of face-background.
1156
1157         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1158
1159         * wl-summary.el (wl-summary-save): Use it.
1160         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1161
1162         * wl-mime.el (wl-mime-save-content): Fix last change.
1163
1164 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1165
1166         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1167         New function.
1168         (wl-summary-sort-specs): Added sort.
1169         * wl-mime.el (wl-mime-save-content): Expand file name.
1170
1171 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1172
1173         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1174
1175         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1176
1177 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1178
1179         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1180         for flag if it is not defined.
1181
1182 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1183
1184         * wl-e21.el (wl-highlight-folder-current-line): Use
1185         elmo-folder-type-internal when elmo-folder-type returns nil.
1186
1187         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1188
1189         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1190
1191         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1192
1193         * wl-e21.el (wl-summary-toolbar): Ditto.
1194
1195         * wl-vars.el (wl-demo-background-color): Abolished.
1196         (wl-summary-persistent-mark-priority-list): Renamed from
1197         wl-summary-flag-priority-list.
1198         (wl-summary-flag-alist): New user option.
1199         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1200         (wl-message-mode-line-format-spec-alist): Added 'F'.
1201         (wl-message-mode-line-format): Likewise.
1202         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1203         instead of wl-summary-important-mark.
1204         (wl-file-folder-icon): New variable.
1205
1206         * wl-thread.el (wl-thread-set-flags): Renamed from
1207         wl-thread-mark-as-important.
1208
1209         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1210         warning.
1211         (wl-summary-mode-menu-spec): Follow the change of 
1212         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1213         (wl-summary-mode-map): Follow the change of
1214         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1215         (wl-summary-detect-mark-position): Follow the variable name change.
1216         (wl-summary-set-flags-region): New function for the replacement of
1217         wl-summary-mark-as-important-region.
1218         (wl-summary-sync-marks): Sync all global-flags.
1219         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1220         instead of elmo-message-flagged-p.
1221         (wl-summary-persistent-mark-string): Follow the variable name change;
1222         Put wl-summary-flag-mark if the message has global-flag.
1223         (wl-summary-target-mark-set-flags): Renamed from 
1224         wl-summary-target-mark-mark-as-important.
1225         (wl-summary-decide-flag): New function.
1226         (wl-summary-set-flags-internal): Renamed from
1227         wl-summary-mark-as-important-internal.
1228         (wl-summary-add-flags-internal): New function.
1229         (wl-summary-remove-flags-internal): Ditto.
1230         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1231         (wl-summary-mark-as-unimportant): Abolish.
1232         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1233         (wl-summary-next-message): List flagged messages in the msgdb.
1234
1235         * wl-score.el (wl-summary-score-update-all-lines): Use
1236         wl-summary-add-flags-internal instead of 
1237
1238         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1239
1240         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1241         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1242         (wl-message-buffer-require-all-header): Renamed from
1243         wl-message-buffer-all-header-flag (Ditto).
1244         (wl-message-buffer-flag-indicator): New variable.
1245         (wl-message-redisplay): Changed local varibale name from `flag' to
1246         `display-type'; Set up wl-message-buffer-flag-indicator.
1247         (wl-message-buffer-display): Changed varibale name from `flag' to
1248         `display-type'.
1249         (wl-message-display-internal): Likewise.
1250
1251         * wl-highlight.el (wl-highlight-demo-face): Define default background
1252         color.
1253         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1254
1255         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1256
1257         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1258         (wl-demo-setup-properties): Renamed from
1259         `wl-demo-set-background-color'.
1260         (wl-demo): Follow the change above.
1261         
1262         * Version number is increased to 2.11.24.
1263
1264 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1265
1266         * wl-summary.el (wl-summary-toggle-thread): Call
1267         `wl-summary-rescan' with disable-thread as non-nil.
1268         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1269
1270 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1271
1272         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1273         foreground property of the face.
1274         (wl-demo-insert-text): Don't set up face property here.
1275         (wl-demo): Call wl-demo-set-background-color, anyway.
1276
1277 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1278
1279         * wl-vars.el (wl-demo-background-color): The value can be nil.
1280
1281 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1282
1283         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1284         to wl-summary-wheel-dispatcher.
1285
1286         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1287         wl-message-wheel-dispatcher.
1288         (wl-message-wheel-dispatcher): New function.
1289         (wl-summary-wheel-dispatcher): Ditto.
1290
1291 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1292
1293         * wl-action.el (wl-summary-target-mark-all): List messages which are
1294         not in the killed-list.
1295
1296         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1297         only when the folder is 'flag/important.
1298
1299         * wl-address.el (wl-complete-field-body): Complete if the last
1300         character is a space.
1301
1302 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1303
1304         * wl-folder.el (wl-folder-clear-entity-info): Use
1305         elmo-clear-hash-val.
1306
1307         * wl-fldmgr.el (wl-fldmgr-rename): Set
1308         wl-folder-info-alist-modified as t.
1309
1310 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1311
1312         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1313
1314 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1315
1316         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1317         (wl-folder-buffer-last-visited-entity-id): New buffer local
1318         variable.
1319         (wl-folder-revisit-last-visited-folder): New function.
1320         (wl-folder-mode-map): Bind it to "C-i".
1321         (wl-folder-set-current-entity-id): Set last visited folder.
1322         * wl-summary.el (wl-summary-exit): Ditto.
1323
1324 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1325
1326         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1327         before calling `recenter' in order to cope with an XEmacs bug.
1328
1329 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1330
1331         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1332         to the default value.
1333
1334 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1335
1336         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1337         change.
1338         (wl-summary-sync-marks): Ditto.
1339         (wl-summary-mark-as-read-internal): Ditto.
1340         (wl-summary-mark-as-answered-internal): Ditto.
1341         (wl-summary-mark-as-important-internal): Ditto.
1342         (wl-summary-reply): Ditto.
1343
1344         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1345         instead of `elmo-folder-unflag-answered'.
1346
1347         * Version number is increased to 2.11.23.
1348
1349         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1350         the last change.
1351
1352 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1353
1354         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1355         Specify "spam" or "good".
1356
1357 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1358
1359         * wl-spam.el (wl-summary-exec-action-spam): Call
1360         wl-folder-confirm-existence for spam folder.
1361         (wl-spam-setup): Bind "mk".
1362
1363 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1364
1365         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1366
1367 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1368
1369         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1370         destination folder is empty.
1371
1372 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1373
1374         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1375         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1376
1377         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1378         (wl-summary-refile-prev-destination-region): New function.
1379         (wl-thread-refile-prev-destination): Ditto.
1380         (wl-summary-target-mark-refile-prev-destination): Ditto.
1381
1382 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1383
1384         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1385         (wl-demo-background-color): Changed default value.
1386
1387         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1388         color.
1389
1390         * wl-demo.el (wl-demo-set-background-color): New function.
1391         (wl-demo): Call it.
1392
1393 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1394
1395         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1396         * wl-address.el (wl-address-add-or-change): Don't add empty
1397         address.
1398
1399 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1400
1401         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1402
1403 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1404
1405         * wl-vars.el (wl-demo-image-filter-alist): New variable
1406         (wl-demo-background-color): Ditto.
1407
1408         * wl-demo.el (wl-demo-xpm-set-background): New function.
1409         (wl-demo-image-filter): Ditto.
1410         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1411
1412         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1413
1414         * wl-demo.el (wl-demo-icon-name): Define as function.
1415         (wl-demo-insert-image): Use it.
1416
1417 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1418
1419         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1420
1421 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1422
1423         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1424
1425 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1426
1427         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1428
1429 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1430
1431         * wl-thread.el (wl-thread-mark-as-answered): New function.
1432
1433         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1434         answered" entry.
1435         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1436         "r&" and wl-thread-mark-as-answered to "t&".
1437         (wl-summary-mark-as-important-region): Refine to toggle mark.
1438         (wl-summary-mark-as-answered-region): New function.
1439         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1440         and 3rd argument.
1441         (wl-summary-mark-as-important-internal): Likewise.
1442
1443 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1444
1445         * wl-template.el (wl-template-preview): New internal variable.
1446         (wl-template-preview-p): New function.
1447         (wl-template-show): Bind `wl-template-preview' as t.
1448
1449 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1450
1451         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1452         `elmo-message-entity-field' with 3rd argument which is non-nil.
1453
1454 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1455
1456         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1457         Removed duplicate local bind `folder'.
1458
1459 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1460
1461         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1462
1463 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1464
1465         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1466         duplicate definition.
1467
1468 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1469
1470         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1471         non-nil, use it; Don't fetch message if there's no message in the
1472         current cursor position.
1473
1474 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1475
1476         * wl-util.el (wl-region-exists-p): Use region-active-p.
1477         (wl-deactivate-region): New function.
1478         * wl-message.el (wl-message-redisplay): Deactivate region.
1479
1480         * wl-summary.el (wl-summary-reply): Call
1481         `wl-summary-set-message-buffer-or-redisplay' instead of
1482         `wl-summary-redisplay-internal', don't move point.
1483
1484 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1485
1486         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1487         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1488         by regexp.
1489
1490 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1491
1492         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1493         if no need.
1494
1495 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1496
1497         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1498         default value to nil.
1499         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1500         `wl-summary-prepare-hook'; Replace refile action to
1501         `wl-summary-exec-action-refile-with-register'.
1502
1503         * Version number is increased to 2.11.22.
1504
1505 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1506
1507         * wl-summary.el (wl-summary-detect-mark-position): Set
1508         `wl-summary-buffer-weekday-name-lang'.
1509
1510 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1511
1512         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1513         (wl-summary-mark-as-read-all): Ditto.
1514         (wl-summary-delete-messages-on-buffer): Ditto.
1515         (wl-summary-sync-update): Ditto.
1516         (wl-summary-mark-as-read-internal): Ditto.
1517         (wl-summary-mark-as-answered-internal): Ditto.
1518         (wl-summary-update-folder-info): Abolished.
1519
1520 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1521
1522         * wl-summary.el (wl-summary-mark-as-read-all): Use
1523         `wl-summary-update-folder-info' instead of
1524         `wl-folder-update-unread'.
1525
1526 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1527
1528         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1529         `wl-summary-folder-info-update'.
1530         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1531         instead of `wl-summary-folder-info-update'.
1532         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1533         `wl-folder-set-folder-updated'.
1534         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1535         instead of `wl-folder-update-unread'.
1536         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1537         the value of `wl-summary-buffer-unread-count' for the second parameter of
1538         `wl-folder-update-unread'.
1539
1540         * Version number is increased to 2.11.21.
1541
1542 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1543
1544         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1545         a local variable.
1546
1547 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1548
1549         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1550         interactively.
1551
1552         * wl-summary.el (wl-summary-mark-as-important-internal): New
1553         internal function.
1554         (wl-summary-mark-as-important): Use it.
1555         (wl-summary-mark-as-unimportant): New function.
1556         (wl-summary-sync-marks): Follow the API change.
1557
1558         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1559
1560         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1561
1562 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1563
1564         * wl-folder.el (wl-folder-update-unread): Re-indent.
1565         Narrow the scope of a local variable.
1566
1567 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1568
1569         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1570         (wl-addrmgr-merge-entries): Ditto.
1571         (wl-addrmgr): Added to address entry which exists in draft buffer
1572         if no entry is in original.
1573
1574 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1575
1576         * wl-batch.el: New file.
1577
1578 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1579
1580         * wl-vars.el (wl-use-semi): Remove unused variable.
1581
1582 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1583
1584         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1585         "?".
1586
1587 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1588
1589         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1590         wl-summary-new-mark.
1591         (wl-summary-new-cached-mark): New user option.
1592         (wl-summary-score-marks): Follow the change above.
1593         (wl-summary-auto-refile-skip-marks): Ditto.
1594         (wl-summary-incorporate-marks): Ditto.
1595         (wl-summary-expire-reserve-marks): Ditto.
1596
1597         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1598
1599         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1600         (wl-summary-persistent-mark-string): Distinguished between cached
1601         and uncached mark when the message is new.
1602
1603 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1604
1605         * wl-spam.el (wl-spam-domain): Renamed from
1606         `wl-spam-folder-guess-domain'.
1607         (wl-summary-exec-action-spam): Register as spam if domain of the
1608         source folder is good.
1609         (wl-summary-exec-action-refile-with-register): Register message if
1610         domain of the source folder is not undecided.
1611
1612 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1613
1614         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1615         detect thread loop.
1616
1617 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1618
1619         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1620         and wl-summary-skip-mark-list.
1621
1622 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1623
1624         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1625
1626         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1627
1628         * wl-spam.el (toplevel): Require wl-highlight.
1629         (wl-spam-auto-check-policy-alist): Abolish.
1630         (wl-spam-auto-check-folder-regexp-list): New user option.
1631         (wl-spam-auto-check-marks): Ditto.
1632         (wl-spam-mark-action-list): Ditto.
1633         (wl-highlight-summary-spam-face): New face.
1634         (wl-spam-auto-check-message-p): New function.
1635         (wl-spam-map-spam-messages): Fixed message.
1636         (wl-spam-register-spam-messages): Ditto.
1637         (wl-spam-register-good-messages): Ditto.
1638         (wl-summary-spam-map): Add and remove keybind.
1639         (wl-summary-target-mark-spam): Abolish.
1640         (wl-summary-refile-spam): Ditto.
1641         (wl-summary-test-spam): New function.
1642         (wl-summary-mark-spam): Ditto.
1643         (wl-summary-auto-check-spam): Follow the above change.
1644         (wl-summary-exec-action-spam): New function.
1645         (wl-summary-exec-action-refile-with-register): Fixed message.
1646         (wl-message-check-spam): New function.
1647         (wl-spam-setup): Ditto.
1648         (toplevel): Call it if this file is loaded interactivity.
1649
1650         * Version number is increased to 2.11.20.
1651
1652 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1653
1654         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1655         when new optional argument `force' is non nil or modified.
1656
1657 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1658
1659         * wl.el (toplevel): Require wl-spam when compile.
1660         (wl-save-status): Call wl-spam-save-status.
1661
1662         * wl-spam.el (wl-spam-register-spam-messages): New function.
1663         (wl-spam-register-good-messages): Ditto.
1664         (wl-spam-save-status): Ditto.
1665         (wl-summary-mode-map): Bind
1666         wl-summary-target-mark-register-as-spam to "ms" and
1667         wl-summary-target-mark-register-as-good to "mn".
1668         (wl-summary-register-as-spam): Abolish optional argument; Use
1669         wl-spam-register-spam-messages.
1670         (wl-summary-register-as-spam-all): Use
1671         wl-spam-register-spam-messages.
1672         (wl-summary-register-as-good): Abolish optional argument; Use
1673         wl-spam-register-good-messages.
1674         (wl-summary-register-as-good-all): Use
1675         wl-spam-register-good-messages.
1676         (wl-summary-target-mark-register-as-spam): New funtion.
1677         (wl-summary-target-mark-register-as-good): Ditto.
1678
1679 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1680
1681         * wl-spam.el: New file.
1682
1683 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1684
1685         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1686
1687         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1688         (wl-summary-auto-refile): Call wl-refile-guess with
1689         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1690
1691 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1692
1693         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1694         with disable-thread argument non-nil.
1695
1696 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1697
1698         * wl-summary.el (wl-summary-rescan): Added optional argument
1699         disable-thread.
1700         (wl-summary-sync): Call wl-summary-rescan with argument
1701         disable-thread.
1702         (wl-summary-input-range): Added new range `rescan-thread'.
1703
1704 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1705
1706         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1707
1708 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1709
1710         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1711         internal variable.
1712         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1713         wl-summary-search-parent-by-subject-regexp and
1714         wl-summary-divide-thread-when-subject-changed as nil.
1715         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1716         (wl-summary-insert-thread): Search parent entity from
1717         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1718         thread loop.
1719
1720 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1721
1722         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1723
1724         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1725
1726         * wl-util.el (wl-require-update-all-folder-p): New function.
1727         (wl-get-assoc-list-value): Added `function' to match directive.
1728         (wl-collect-draft): Rewrite.
1729
1730         * wl-summary.el (wl-summary-sync-update): Clear faces
1731         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1732         are non-nil.
1733         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1734         argument as function.
1735         (wl-summary-input-range): Ditto.
1736
1737         * wl-folder.el (wl-draft-get-folder): New function.
1738         (wl-folder-get-elmo-folder): Consider draft folder.
1739
1740         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1741         (wl-draft-buffer-message-number): New buffer local variable.
1742         (wl-draft-folder-internal): New internal variable.
1743         (wl-draft-delete): Rewrite.
1744         (wl-draft-save): Ditto.
1745         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1746         wl-folder-get-elmo-folder.
1747         (wl-draft-config-info-operation): Ditto.
1748         (wl-jump-to-draft-folder): Ditto.
1749         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1750         (wl-draft-reedit): Rewrite.
1751
1752         * Version number is increased to 2.11.19.
1753         
1754 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1755
1756         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1757         variable.
1758
1759 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1760
1761         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1762         Use ignore-errors instead of unwind-protect.
1763
1764 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1765
1766         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1767         for updating `wl-thread-entity-list'.
1768
1769 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1770
1771         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1772         parameter from calling `wl-thread-entity-get-older-brothers' and
1773         `wl-thread-entity-get-younger-brothers'.
1774         Replace nested `append' with a single one.
1775
1776 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1777
1778         * wl-summary.el (wl-summary-mode): Don't use the return value of
1779         `make-local-hook'.
1780
1781 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1782
1783         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1784         instead of `let*'.
1785         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1786         of local variables.
1787
1788 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1789
1790         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1791         Renamed from wl-summary-window-scroll-functions.
1792         (wl-summary-window-scroll-functions): Don't set to variable.
1793         (wl-summary-display-top): Use run-hooks.
1794         (wl-summary-display-bottom): Ditto.
1795         (wl-summary-toggle-disp-msg): Ditto.
1796         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1797         Use it instead of wl-summary-window-scroll-functions.
1798         (wl-summary-goto-folder-subr): Don't call
1799         wl-summary-window-scroll-functions, use
1800         wl-summary-buffer-window-scroll-functions instead.
1801
1802 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1803
1804         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1805         make-local-variable.
1806
1807 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1808
1809         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1810         set-buffer-modified-p.
1811         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1812         (wl-summary-display-bottom): Ditto.
1813         (wl-summary-toggle-disp-msg): Ditto.
1814
1815 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1816
1817         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1818
1819         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1820         (wl-summary-forward): Use elmo-message-entity-field instead of
1821         elmo-message-field.
1822
1823         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1824
1825 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1826
1827         * wl-summary.el (wl-summary-window-scroll-functions): No use
1828         `append'.
1829
1830 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1831
1832         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1833         function.
1834         (wl-summary-window-scroll-functions): Call it when both
1835         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1836         (wl-summary-temp-mark): Added optional argument number.
1837         (wl-summary-message-mark): Added optional argument flag.
1838         (wl-summary-persistent-mark): Added optional argument number and flag.
1839         (wl-summary-update-persistent-mark): Ditto.
1840         (wl-summary-update-status-marks): Set "r" for interactive spec.
1841
1842         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1843         argument number and flag.
1844
1845         * wl-action.el (wl-summary-registered-temp-mark): 
1846         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1847
1848 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1849
1850         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1851         internal variable (buffer local).
1852         (wl-summary-window-scroll-functions): New function.
1853         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1854         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1855         as nil.
1856         (wl-summary-update-status-marks): Added arguments beg, end and
1857         check.
1858         (wl-summary-update-mark-window): Use function.
1859         (wl-summary-sync-update): Follow the change above.
1860         (wl-summary-switch-to-clone-buffer): Copy
1861         wl-summary-buffer-unsync-mark-number-list.
1862         (wl-summary-goto-folder-subr): Set
1863         wl-summary-buffer-unsync-mark-number-list and
1864         use wl-summary-window-scroll-functions instead of
1865         wl-summary-lazy-highlight.
1866
1867         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1868
1869 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1870
1871         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1872
1873         * wl-summary.el (wl-summary-update-persistent-mark): Call
1874         wl-summary-set-message-modified.
1875
1876         * wl-summary.el (wl-summary-sync-update): Don't call
1877         wl-summary-update-status-marks.
1878
1879         * Version number is increased to 2.11.18.
1880
1881 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1882
1883         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1884         (wl-message-next-page): Ditto.
1885
1886 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1887
1888         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1889         local variable.  Change the order of a collected list into the
1890         same as the specified range.  Remove nil from a collected list.
1891
1892 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1893
1894         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1895         argument for elmo-folder-list-messages.
1896
1897 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1898
1899         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1900         change (wl-summary-count-unreads return a list instead of a cons
1901         cell).
1902
1903 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1904
1905         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1906         `wl-summary-folder-info-update'.
1907
1908 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1909
1910         * wl-summary.el (wl-summary-set-message-modified): No use
1911         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1912         (wl-summary-set-mark-modified): Abolish.
1913         (wl-summary-mark-modified-p): Ditto.
1914         (wl-summary-save-view): Follow the change above.
1915
1916         * wl-expire.el (wl-summary-expire): Likewise.
1917
1918 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1919
1920         * wl-summary.el (wl-summary-detect-mark-position): Use
1921         modb-entity-handler.
1922         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1923
1924         * Version number is increased to 2.11.17.
1925
1926 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1927
1928         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1929         entity field value.
1930         (wl-summary-prefetch-msg): Ditto.
1931         (wl-summary-print-message-with-ps-print): Ditto.
1932
1933 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1934
1935         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1936         for dummy entity.
1937         (wl-summary-insert-thread): Use elmo-message-entity-field.
1938         (wl-summary-update-thread): Use elmo-message-entity-field and
1939         elmo-message-entity-number.
1940         (wl-summary-line-number):  Use elmo-message-entity-number.
1941         (wl-summary-line-size): Use elmo-message-entity-field.
1942         (wl-summary-line-subject): Ditto.
1943         (wl-summary-line-from): Ditto.
1944         (wl-summary-line-attached): Ditto.
1945         (wl-summary-create-line): Ditto.
1946         (wl-summary-create-line): Use elmo-message-entity-number.
1947         (wl-summary-print-message-with-ps-print): Use
1948         elmo-message-entity-field.
1949
1950 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1951
1952         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1953         change in elmo-msgdb-make-message-entity.
1954         (wl-summary-buffer-set-folder): Don't call
1955         wl-summary-detect-mark-position here.
1956         (wl-summary-rescan): Call elmo-message-entity-number.
1957         (wl-summary-sync-update): Ditto.
1958         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1959
1960         * wl-score.el (wl-score-header-index): Redefine 2th element.
1961         (wl-score-overview-entity-get-extra): Abolish.
1962         (wl-score-ov-entity-get): Rewrite.
1963         (wl-score-string-index<, wl-score-string-func<): Abolish.
1964         (wl-score-string<): New function.
1965         (wl-score-string-sort): Use it.
1966
1967         * wl-refile.el (wl-refile-guess-by-history): Use
1968         elmo-message-entity-field.
1969         (wl-refile-guess-by-from): Ditto.
1970         (wl-refile-guess-by-msgid): Ditto.
1971
1972         * Version number is increased to 2.11.16.
1973
1974 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1975
1976         * wl-folder.el (wl-folder-confirm-existence): Don't call
1977         file-exists-p if msgdb-path is nil.
1978         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1979         `wl-read-folder-hist' to `wl-read-folder-history'.
1980
1981 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1982
1983         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1984         `y-or-n-p'.
1985
1986 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1987
1988         * wl-score.el (wl-score-headers): Don't use
1989         elmo-folder-do-each-message-entity.
1990
1991         * Version number is increased to 2.11.15.
1992
1993 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1994
1995         * wl-summary.el (wl-summary-delete-all-msgs): Use
1996         elmo-folder-move-messages instead of elmo-folder-delete-messages
1997         and elmo-folder-detach-messages.
1998         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1999
2000         * wl-expire.el (wl-expire-delete): Ditto.
2001         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2002
2003 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2004
2005         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2006         (wl-message-header-narrowing-fields): Ditto.
2007         (wl-message-header-narrowing-lines): Ditto.
2008         (wl-message-header-narrowing-string): Ditto.
2009
2010         * wl-summary.el (wl-summary-mode-map): Bind
2011         wl-summary-toggle-header-narrowing to "C-cC-f".
2012         (wl-summary-toggle-header-narrowing): New function.
2013
2014         * wl-message.el (wl-message-buffer-create): Call
2015         wl-message-header-narrowing-setup.
2016         (wl-message-redisplay): Call wl-message-header-narrowing.
2017         (wl-message-header-narrowing): New function.
2018         (wl-message-header-narrowing-map): New keymap.
2019         (wl-message-header-narrowing-widen-map): New keymap.
2020         (wl-message-header-narrowing-again-at-mouse): New function.
2021         (wl-message-header-narrowing-1): Ditto.
2022         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2023         (wl-message-header-narrowing-setup): Ditto.
2024         (wl-message-header-narrowing-toggle): Ditto.
2025         
2026         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2027
2028         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2029         'flag as all.
2030         (wl-use-flag-folder-help-echo): New user option.
2031
2032         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2033         wl-summary-highlight as nil.
2034         (wl-summary-set-mark-modified): Follow the API change.
2035         (wl-summary-mark-modified-p): Ditto.
2036         (wl-summary-mark-as-read-all): Ditto.
2037         (wl-summary-sync-marks): Don't call
2038         elmo-folder-list-messages-with-global-mark.
2039         (wl-summary-mark-as-read-internal): Follow the API change.
2040         (wl-summary-mark-as-answered-internal): Ditto.
2041         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2042         Follow the API change.
2043         (wl-summary-create-line): Call with number argument.
2044         (wl-summary-reply): Follow the API change.
2045
2046         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2047         function.
2048         (wl-highlight-summary-line-string): Call it when
2049         wl-use-flag-folder-help-echo is non-nil.
2050         (wl-highlight-summary-current-line): Ditto.
2051         (elmo-flag-folder-referrer): Added autoload setting.
2052
2053         * wl-draft.el (wl-draft-kill): Follow the API change.
2054
2055         * Version number is increased to 2.11.14.
2056         
2057 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2058
2059         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2060
2061 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2062
2063         * Version number is increased to 2.11.13.
2064
2065 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2066
2067         * wl-draft.el (wl-draft-previous-history-element): Fixed
2068         unbalanced parenthesis and bind unbound local variables.
2069
2070 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2071
2072         * wl-draft.el (wl-draft-previous-history-element): New function.
2073         (wl-draft-next-history-element): Ditto.
2074         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2075         them to M-p and M-n.
2076
2077 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2078
2079         * Version number is increased to 2.11.12.
2080
2081 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2082
2083         * wl-draft.el (wl-draft-hide): Select buffer-window.
2084
2085 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2086
2087         * wl-summary.el (wl-summary-narrow-to-region): New function.
2088         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2089         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2090         (wl-summary-save-region): Use it.
2091         * wl-action.el (wl-summary-collect-numbers-region)
2092         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2093
2094 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2095
2096         * wl-folder.el (wl-folder-count-incorporates): Don't use
2097         `elmo-msgdb-mark-load'
2098
2099         * Version number is increased to 2.11.11.
2100
2101 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2102
2103         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2104         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2105
2106 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2107
2108         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2109
2110 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2111
2112         * Version number is increased to 2.11.10.
2113
2114 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2115
2116         * wl-mime.el (wl-draft-attribute-value): Fixed.
2117
2118 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2119
2120         * wl-util.el (wl-copy-local-variables): New function.
2121
2122         * wl-mime.el (wl-draft-attribute-recipients): New function.
2123         (wl-draft-attribute-envelope-from): Ditto.
2124         (wl-draft-attribute-smtp-posting-server): Ditto.
2125         (wl-draft-attribute-smtp-posting-port): Ditto.
2126         (wl-draft-attribute-value): Ditto.
2127         (wl-draft-preview-message): Use it to get value for
2128         attributes. Reflect result of `wl-draft-config'.
2129
2130         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2131         and call `wl-summary-mark-as-read' before to call
2132         `wl-summary-unset-mark'.
2133         (wl-summary-target-mark-mark-as-unread): Likewise.
2134         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2135
2136 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2137
2138         * wl-mime.el (wl-draft-preview-message): Use actual value for
2139         attributes; Fix for small window.
2140
2141 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2142
2143         * wl-refile.el (wl-refile-get-field-value): Call
2144         `elmo-message-entity-field' with 3rd argument is non-nil.
2145
2146 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2147
2148         * wl-vars.el (wl-draft-preview-attributes): New user option.
2149         (wl-draft-preview-attributes-list): Ditto.
2150         (wl-draft-preview-attributes-buffer-lines): Ditto.
2151         (wl-draft-preview-attributes-buffer-name): Ditto.
2152
2153         * wl-mime.el (wl-draft-preview-message): Display attributes.
2154
2155 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2156
2157         * wl-summary.el (wl-summary-detect-mark-position): Bind
2158         wl-summary-flag-priority-list to '(new).
2159
2160 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2161
2162         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2163         funtion.
2164         (wl-highlight-summary-line-string): Use it.
2165         (wl-highlight-summary-current-line): Ditto.
2166
2167 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2168
2169         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2170         line even when the mark string is not changed.
2171
2172         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2173         argument change in the wl-summary-create-line.
2174         (wl-thread-insert-entity-sub): Ditto.
2175
2176         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2177         argument change in the wl-summary-create-line.
2178         (wl-summary-insert-sequential): Ditto.
2179         (wl-summary-update-thread): Ditto.
2180         (wl-summary-persistent-mark-string): New inline function.
2181         (wl-summary-message-mark): Use it.
2182         (wl-summary-create-line): Abolish argument wl-persistent-mark
2183         and added wl-flags, wl-cached.
2184
2185         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2186         mark to flags.
2187         (wl-highlight-summary-current-line): Decide the face not by the 
2188         persistent mark but flags.
2189
2190 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2191
2192         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2193         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2194         wl-summary-read-uncached-mark): Revive.
2195         (wl-summary-answered-cached-mark,
2196         wl-summary-answered-uncached-mark): New user option.
2197         (wl-summary-score-marks): Follow the change above.
2198         (wl-summary-auto-refile-skip-marks): Ditto.
2199         (wl-summary-incorporate-marks): Ditto.
2200         (wl-summary-expire-reserve-marks): Ditto.
2201         (wl-summary-flag-priority-list): New user option.
2202
2203         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2204         changes.
2205         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2206         of elmo-message-mark.
2207         (wl-summary-mark-as-read-internal): Ditto.
2208         (wl-summary-mark-as-answered): Ditto.
2209         (wl-summary-mark-as-important): Ditto.
2210         (wl-summary-redisplay-internal): Ditto.
2211         (wl-summary-redisplay-no-mime-internal): Ditto.
2212         (wl-summary-message-mark): New function.
2213         (wl-summary-insert-sequential): Use wl-summary-message-mark
2214         instead of elmo-message-mark.
2215         (wl-summary-update-thread): Ditto.
2216         (wl-summary-persistent-mark): Ditto.
2217         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2218         instead of elmo-message-mark.
2219
2220         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2221         wl-summary-message-mark instead of elmo-message-mark.
2222         (wl-thread-insert-entity-sub): Ditto.
2223         (wl-thread-get-children-msgs-uncached): Ditto.
2224
2225         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2226         variable name changes.
2227         (wl-highlight-summary-current-line): Ditto.
2228
2229         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2230         wl-summary-message-mark instead of elmo-message-mark.
2231
2232         * wl-expire.el (wl-expire-message-p): Ditto.
2233
2234         * wl-score.el (wl-score-headers): Ditto.
2235
2236         * Version number is increased to 2.11.9.
2237
2238         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2239         (wl-summary-sync-update): Follow the change above.
2240         (wl-summary-switch-to-clone-buffer): Ditto.
2241         (wl-summary-open-folder): Ditto.
2242
2243 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2244
2245         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2246         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2247
2248         * Version number is increased to 2.11.8.
2249
2250         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2251
2252         * wl-expire.el (wl-expire-refile): Follow the API change on
2253         `elmo-folder-move-messages'.
2254         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2255
2256         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2257         (wl-summary-exec-action-refile): Ditto.
2258         (wl-summary-exec-action-copy): Ditto.
2259         (wl-summary-no-auto-refile-message-p): No use
2260         `wl-summary-buffer-msgdb'.
2261         (wl-summary-auto-refile): Ditto.
2262
2263 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2264
2265         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2266
2267 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2268
2269         * wl-summary.el (wl-summary-sync): Treat no-sync.
2270
2271         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2272         (wl-default-sync-range): Ditto.
2273
2274 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2275
2276         * wl-refile.el (wl-refile-subject-learn): Call
2277         `elmo-message-entity-field' with 3rd argument is non-nil.
2278         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2279         instead of `elmo-msgdb-overview-entity-get-subject'.
2280
2281 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2282
2283         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2284         scan-type is rescan.
2285         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2286         new optional argument force is non-nil.
2287         (wl-summary-save-view-cache): Call it with force argument non-nil.
2288
2289         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2290
2291 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2292
2293         * wl-action.el (wl-summary-print-argument): Fixed last change.
2294
2295 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2296
2297         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2298         simplified.
2299         (wl-summary-target-mark-mark-as-unread): Likewise.
2300         (wl-summary-target-mark-mark-as-important): Likewise.
2301
2302 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2303
2304         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2305         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2306         (wl-summary-mark-as-important-region): Change accordingly.
2307         (wl-summary-target-mark-mark-as-important): Ditto.
2308
2309 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2310
2311         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2312
2313         * wl-action.el (wl-summary-print-argument): Print argument to
2314         right side of window if `wl-summary-print-argument-within-window'
2315         is non-nil.
2316
2317 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2318
2319         * wl-action.el (wl-summary-set-mark): Use
2320         `wl-summary-message-visible-p' to check visibility of the message
2321         and jump to message only when the message line is visible and have
2322         different number; Call wl-summary-unset-mark with number argument.
2323         (wl-summary-unset-mark): 
2324         Use `wl-summary-message-visible-p'
2325         to check visibility of the message and jump to message only when
2326         the message line is visible and have different number;
2327
2328 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2329
2330         * Version number is increased to 2.11.7.
2331
2332         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2333         and wl-folder-summary-line-format.
2334
2335         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2336         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2337         (wl-summary-set-score-mark): Use it.
2338         (wl-summary-target-mark-mark-as-read): Ditto.
2339         (wl-summary-target-mark-mark-as-unread): Ditto.
2340         (wl-summary-target-mark-mark-as-important): Ditto.
2341         (wl-summary-target-mark-msgs): Simplified.
2342         (wl-summary-detect-mark-position): Fixed problem when
2343         summary-line-format no contain persisten/temp mark spec.
2344         (wl-summary-temp-mark): Ditto.
2345         (wl-summary-persistent-mark): Ditto.
2346         (wl-summary-update-persistent-mark): Ditto.
2347
2348         * wl-action.el (wl-summary-set-mark): Ditto.
2349         (wl-summary-unset-mark): Ditto.
2350         All other related portions are changed.
2351
2352 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2353
2354         * Version number is increased to 2.11.6.
2355
2356 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2357
2358         * wl-util.el (wl-current-message-buffer): Define as function;
2359         Don't use the value of wl-messge-buffer.
2360
2361         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2362         persistent mark.
2363
2364         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2365         no current message, cause an error.
2366
2367 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2368
2369         * wl-summary.el (wl-summary-set-message-modified): Use
2370         elmo-folder-set-message-modified instead of
2371         elmo-folder-set-message-modified-internal.
2372
2373 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2374
2375         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2376         interactively.
2377         (wl-summary-sync): nokill->entirely.
2378         (wl-summary-sync-marks): Fixed message.
2379         (wl-summary-input-range): Added mark, nokill->entirely.
2380
2381         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2382         messages as read.
2383
2384 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2385
2386         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2387         update-noscore.
2388         (wl-summary-sync): Follow the change above.
2389
2390 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2391
2392         * wl-action.el (wl-summary-target-mark-all): Use
2393         elmo-folder-list-messages.
2394
2395 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2396
2397         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2398         (wl-summary-rescan): Set wl-summary-scored as nil.
2399         (wl-summary-sync-force-update): Follow the change above.
2400         (wl-summary-sync): Ditto.
2401         (wl-summary-sync-update): Added argument disable-killed.
2402         (wl-summary-insert-headers): Set visible-only argument for
2403         elmo-folder-list-messages.
2404         (wl-summary-input-range): Added update-nokill, update-noscore,
2405         all-nokill, all-noscore and mark.
2406
2407         * Version number is increased to 2.11.5.
2408
2409         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2410
2411 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2412
2413         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2414         (wl-summary-prefetch-region-no-mark): Change accordingly.
2415         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2416
2417 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2418
2419         * wl-address.el (wl-complete-field-to): Abolished.
2420         (wl-complete-address): Completion function for completing-read.
2421         * wl-action.el (wl-summary-get-resend-address): Use it.
2422
2423         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2424         wl-summary-update-mark and abolish unused argument.
2425         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2426         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2427         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2428         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2429         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2430         * wl-draft.el (wl-draft-kill): Ditto.
2431
2432         * wl-summary.el: Remove unused binding of case-fold-search.
2433         (wl-summary-replace-status-marks): Abolished.
2434
2435 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2436
2437         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2438         is specified or folder length is zero.
2439
2440 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2441
2442         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2443         (wl-folder-archive-current-entity): Ditto.
2444
2445 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2446
2447         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2448         retrieving message mark.
2449         (wl-summary-redisplay-internal): Ditto.
2450
2451         * wl-message.el (wl-message-buffer-display): Ignore errors while
2452         retrieving message-id field.
2453
2454         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2455         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2456         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2457         order of the arguments for `wl-expire-message-p'.
2458         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2459
2460         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2461         Check return value of wl-summary-reply.
2462         (wl-summary-reply): Recover window configuration when an error occured.
2463
2464 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2465
2466         * wl-summary.el (wl-summary-resend-message): Abolished, the
2467         feature is inherited by wl-summary-resend (put resend mark).
2468
2469 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2470
2471         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2472         wl-message-buffer to nil when the message is hide.
2473
2474 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2475
2476         * .cvsignore: New file.
2477
2478 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2479
2480         * wl-action.el (wl-summary-action-docstring): Add more info.
2481         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2482         duplicate definition.
2483         (wl-summary-define-mark-action): Functions wl-summary-*-region
2484         keep current position.
2485         (wl-summary-unregister-target-mark): Store result to the variable.
2486
2487 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2488
2489         * Version number is increased to 2.11.4.
2490
2491 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2492
2493         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2494         wl-summary-delete-all-temp-marks.
2495         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2496
2497         * wl-action.el (wl-summary-set-mark): Changed terminology
2498         refile-destination -> action-argument.
2499         (wl-summary-unset-mark): Ditto.
2500         (wl-summary-remove-argument): Ditto.
2501         (wl-summary-print-argument): Ditto.
2502
2503         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2504         (wl-thread-remove-argument-region): Ditto.
2505         (wl-thread-print-argument-region): Ditto.
2506         (wl-thread-close): Ditto.
2507         (wl-thread-open): Ditto.
2508
2509         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2510         (wl-highlight-refile-destination-face is abolished)
2511         (wl-highlight-action-argument-string): Ditto.
2512         (wl-highlight-summary-current-line): Highlight action argument.
2513
2514         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2515         color for light backgrounds.
2516         (wl-highlight-summary-answered-face): Ditto.
2517
2518 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2519
2520         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2521
2522         * wl-score.el (wl-summary-score-update-all-lines): Use
2523         wl-summary-set-mark.
2524         (wl-summary-score-update-all-lines): Kill expunged messages.
2525
2526         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2527
2528 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2529
2530         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2531         directly.
2532         (wl-score-overview-entity-get-lines): Ditto.
2533         (wl-score-overview-entity-get-xref): Ditto.
2534         (wl-score-get-latest-msgs): Ditto.
2535         (wl-summary-rescore): Ditto.
2536
2537         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2538         to "&".
2539         (wl-summary-mark-as-answered-internal): New inline function.
2540         (wl-summary-mark-as-answered): New function.
2541         (wl-summary-mark-as-unanswered): Ditto.
2542         (wl-summary-sync-marks): Modified for answered-mark synching.
2543
2544 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2545
2546         * wl-action.el (wl-summary-set-mark): Fixed last change.
2547
2548 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2549
2550         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2551         behavior of wl-summary-unread-message-hook
2552         (Pointed out by akira yamada <akira@arika.org>).
2553
2554 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2555
2556         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2557         wl-summary-delete.
2558         * wl-xmas.el (wl-summary-toolbar): Ditto.
2559
2560         * wl-action.el (wl-summary-set-mark): Don't override current
2561         temp-mark.
2562
2563         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2564
2565 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2566
2567         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2568         (wl-refile-msgid-learn): Ditto.
2569         (wl-refile-get-field-value): Ditto.
2570
2571         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2572
2573         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2574         (wl-expire-delete-reserved-messages): Renamed from
2575         wl-expire-reserve-marked-msgs-from-list.
2576         (wl-expire-delete): Removed argument `msgdb'.
2577         (wl-expire-refile): Ditto.
2578         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2579         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2580         mark-alist as argument.
2581         (wl-expire-archive-number1): Removed argument `msgdb'.
2582         (wl-expire-archive-number2): Ditto.
2583         (wl-expire-archive-date): Ditto.
2584         (wl-expire-localdir-date): Ditto.
2585         (wl-expire-hide): Ditto.
2586         (wl-archive-number1): Ditto.
2587         (wl-archive-number2): Ditto.
2588         (wl-archive-date): Ditto.
2589         (wl-archive-folder): Ditto.
2590         All other related portions are changed.
2591
2592 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2593
2594         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2595         mean move up and down. (suggested by Takashi Kawachi)
2596
2597 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2598
2599         * wl-acap.el (toplevel): Don't require un-define.
2600
2601 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2602
2603         * wl-thread.el (wl-thread-delete-message): Always update
2604         wl-summary-buffer-number-list.
2605
2606         * wl-action.el (wl-summary-print-destination): 
2607         Do nothing when folder is nil.
2608
2609 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2610
2611         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2612         persistent mark when prefetch is succeeded.
2613
2614 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2615
2616         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2617         instead of elmo-msgdb-delete-msgs.
2618         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2619         (wl-expire-hide): Ditto.
2620
2621         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2622
2623         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2624         elmo-msgdb interface.
2625         (wl-thread-get-exist-children): Likewise.
2626         (wl-thread-insert-message): Likewise.
2627         (wl-thread-msg-mark-as-important): Likewise.
2628         (wl-thread-insert-entity-sub): Likewise.
2629         (wl-thread-get-children-msgs-uncached): Likewise.
2630
2631         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2632         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2633         (wl-summary-sync-update): Likewise.
2634         (wl-summary-auto-select-msg-p): Likewise.
2635         (wl-summary-update-thread): Likewise.
2636         (wl-summary-mark-as-important): Likewise.
2637         (wl-summary-jump-to-msg-internal): Likewise.
2638         (wl-summary-redisplay-internal): Likewise.
2639         (wl-summary-print-message-with-ps-print): Likewise.
2640         (wl-summary-folder-info-update): Likewise.
2641
2642         * wl-folder.el (wl-folder-check-one-entity):
2643         elmo-folder-count-flags instead of wl-summary-count-unread.
2644
2645         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2646
2647         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2648
2649         * wl-summary.el (wl-summary-set-message-modified): 
2650         Call wl-summary-set-mark-modified.
2651         (wl-summary-delete-messages-on-buffer): Call
2652         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2653         (wl-summary-sync-update): Call elmo-folder-length instead of
2654         elmo-folder-messages.
2655         (wl-summary-insert-headers): Don't call
2656         elmo-folder-list-message-entities.
2657
2658 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2659
2660         * wl-action.el (wl-summary-define-mark-action): Call
2661         `wl-summary-set-mark' with argument `data'.
2662         (wl-summary-auto-refile): Fixed order of arguments when call
2663         `wl-summary-refile'.
2664
2665 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2666
2667         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2668
2669         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2670
2671         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2672         (Renamed from wl-highlight-summary-deleted-face).
2673         (wl-highlight-summary-resend-face): New face.
2674
2675         (wl-highlight-summary-deleted-face): Renamed from
2676         wl-highlight-summary-erased-face.
2677
2678         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2679
2680         * wl-action.el (wl-summary-get-resend-address): New function.
2681         (wl-summary-exec-action-resend): Ditto.
2682         (wl-summary-exec-action-resend-subr): Ditto.
2683
2684         * w-thread.el (wl-thread-copy): Removed definition.
2685         (wl-thread-refile): Ditto.
2686         (wl-thread-delete): Ditto.
2687         (wl-thread-target-mark): Ditto.
2688
2689         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2690         (wl-summary-target-mark-set-action): Fixed.
2691         (wl-summary-define-mark-action): Fixed quotation.
2692         (wl-summary-move-mark-list-messages): Display message.
2693         (wl-summary-define-mark-action): Define thread functions.
2694         (wl-summary-exec-action-refile): Changed message.
2695         (wl-summary-exec): Ditto.
2696
2697 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2698         
2699         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2700         '%%'.
2701
2702 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2703
2704         * wl.el (toplevel): Require wl-action.
2705         (wl-init): Call wl-summary-define-mark-action.
2706
2707         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2708
2709         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2710         wl-summary-delete and wl-summary-erase.
2711         (wl-summary-mode-map): Ditto.
2712
2713         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2714         wl-delete-folder-alist.
2715
2716         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2717         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2718         (toplevel): Moved mark & action related functions to the wl-action.el.
2719
2720         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2721         in wl-summary-mark-action-list.
2722         (wl-highlight-summary-current-line): Ditto.
2723
2724         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2725         empty lines.
2726
2727         * wl-action.el: New file. 
2728
2729 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2730
2731         * wl-summary.el (wl-summary-target-mark-replace): New function.
2732         (wl-summary-target-mark-prefetch): Use it.
2733         (wl-summary-target-mark-delete): Ditto.
2734         (toplevel): Rearranged definition order.
2735         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2736         (wl-summary-target-mark-erase): Rewrite.
2737         (wl-summary-erase-region): New function.
2738         (wl-summary-exec-action-erase): Changed message.
2739         (wl-summary-move-mark-list-messages): New function.
2740         (wl-summary-exec-action-delete): Use it.
2741         (wl-summary-exec-action-erase): Ditto.
2742
2743         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2744         (wl-summary-skip-mark-list): Added "d".
2745
2746         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2747         while searching.
2748
2749         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2750         and define using defcustom;
2751         Define 4th element as a face.
2752         
2753         * wl-summary.el (wl-summary-incorporate): Use 
2754         `wl-summary-prefetch-region-no-mark' instead of
2755         `wl-summary-prefetch-region'.
2756         (wl-summary-prefetch-region-no-mark): Revival of old
2757         `wl-summary-prefetch-region'.
2758         (wl-summary-mark-action-list): Moved to wl-vars.el
2759
2760         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2761         face according to the `wl-summary-mark-action-list'.
2762         (wl-highlight-summary-current-line): Ditto;
2763         Removed destination highlighting.
2764
2765         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2766         (wl-highlight-summary-line-string): Highlight for "i" mark.
2767         (wl-highlight-summary-current-line): Ditto.
2768
2769         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2770         no destination.
2771
2772         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2773         exists, just go ahead.
2774         (wl-summary-prefetch-region): Rewrite.
2775         (wl-summary-prefetch): Ditto.
2776         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2777         (wl-summary-exec-action-prefetch): New function.
2778         (wl-summary-target-mark-prefetch): Rewrite.
2779
2780 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2781
2782         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2783         (wl-highlight-summary-line-string): Added "d" and "D".
2784         (wl-highlight-summary-current-line): Ditto.
2785
2786         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2787         in wl-summary.el.
2788         (wl-thread-insert-entity-sub): Ditto.
2789         (wl-thread-remove-destination-region): Ditto.
2790         (wl-thread-print-destination-region): Ditto.
2791
2792         * wl-summary.el (wl-summary-buffer-refile-list,
2793         wl-summary-buffer-delete-list,
2794         wl-summary-buffer-copy-list): Abolish.
2795         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2796         All other related portions are changed.
2797         (wl-summary-mark-action-list): New variable.
2798         (wl-summary-set-mark): New function.
2799         (wl-summary-register-target-mark): Ditto.
2800         (wl-summary-unregister-target-mark): Ditto.
2801         (wl-summary-have-target-mark-p): Ditto.
2802         (wl-summary-register-temp-mark): Ditto.
2803         (wl-summary-unregister-temp-mark): Ditto.
2804         (wl-summary-registered-temp-mark): Ditto.
2805         (wl-summary-collect-temp-mark): Ditto.
2806         (wl-summary-unset-mark): Ditto.
2807         (wl-summary-set-target-mark): Ditto.
2808         (wl-summary-unset-target-mark): Ditto.
2809         (wl-summary-set-action-generic): Ditto.
2810         (wl-summary-unset-action-generic): Ditto.
2811         (wl-summary-exec-action-delete): Ditto.
2812         (wl-summary-exec-action-erase): Ditto.
2813         (wl-summary-set-action-refile): Ditto.
2814         (wl-summary-set-action-refile-subr): Ditto.
2815         (wl-summary-unset-action-refile): Ditto.
2816         (wl-summary-make-destination-numbers-list): Ditto.
2817         (wl-summary-exec-action-refile): Ditto.
2818         (wl-summary-set-action-copy): Ditto.
2819         (wl-summary-unset-action-copy): Ditto.
2820         (wl-summary-exec-action-copy): Ditto.
2821         (wl-summary-collect-numbers-region): Ditto.
2822         (wl-summary-delete): Rewrite.
2823         (wl-summary-erase): Ditto.
2824         (wl-summary-remove-destination): Ditto.
2825         (wl-summary-exec): Ditto.
2826         (wl-summary-exec-region): Ditto.
2827         (wl-summary-target-mark-erase): Ditto.
2828         (wl-summary-refile): Ditto.
2829         (wl-summary-copy): Ditto.
2830         (wl-summary-unmark): Ditto.
2831         (wl-summary-delete-all-mark): Ditto.
2832         (wl-summary-mark-line): Don't highlight.
2833         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2834         (wl-summary-target-mark-refile-subr): Rewrite.
2835
2836         (wl-summary-copy-prev-destination): Abolish.
2837
2838 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2839
2840         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2841         default values along the value of wl-on-mule.
2842         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2843         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2844         It is not used anywhere.
2845
2846 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2847
2848         * wl-summary.el (wl-summary-print-destination): Keep position.
2849         (wl-summary-cursor-move-surface): Keep horizontal position.
2850
2851 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2852
2853         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2854         write sendlog.
2855
2856 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2857
2858         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2859         `wl-summary-highlight'.
2860
2861 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2862
2863         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2864         trivial condition for temp-mark.
2865
2866 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2867
2868         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2869         when it hits killed buffer.
2870
2871 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2872
2873         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2874         * wl-news.el.in: `message' and `error' take format string.
2875
2876 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2877
2878         * wl-folder (wl-folder-insert-entity): Display a message,
2879         `...done', when the work finish.
2880         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2881
2882 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2883
2884         * wl-message.el (wl-message-redisplay): Remove unused local
2885         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2886
2887 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2888
2889         * wl-summary.el (wl-summary-replace-status-marks): Disable
2890         interactive use.
2891         (wl-summary-reedit): Check message existence at first.
2892         (wl-summary-mark-line): Fix doc, return value is indefinite.
2893
2894         * wl-highlight.el (wl-highlight-message): Arranged.
2895
2896         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2897         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2898         check temp-mark by wl-summary-temp-mark always.
2899         (wl-highlight-summary): Change accordingly.
2900         * wl-summary.el (wl-summary-mark-as-read-all)
2901         (wl-summary-delete-cache, wl-summary-set-score-mark)
2902         (wl-summary-mark-as-unread, wl-summary-unmark)
2903         (wl-summary-mark-line, wl-summary-mark-as-read)
2904         (wl-summary-mark-as-important): Ditto.
2905
2906         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2907         end of the window if possible.
2908         * wl-summary.el (wl-summary-sync-update): Support lazy
2909         highlighting.
2910         (wl-summary-toggle-disp-msg): Ditto.
2911
2912 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2913
2914         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2915
2916 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2917
2918         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2919         change.
2920
2921 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2922
2923         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2924         API.
2925         (wl-summary-sync-update): Ditto.
2926
2927         * wl-score.el (wl-score-get-score-alist): Changed argument.
2928         (wl-summary-rescore-msgs): Likewise.
2929         (wl-summary-score-headers): Likewise.
2930         (wl-score-headers): Likewise;
2931         Use elmo-folder-do-each-message-entity, etc.
2932         (wl-summary-score-effect): Follow the changes above.
2933         (wl-summary-rescore): Ditto.
2934         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2935         (wl-score-get-overview): Abolish.
2936
2937         * wl-summary.el (wl-summary-default-from): Follow the API change in
2938         elmo-msgdb.
2939         (wl-summary-count-unread): Ditto.
2940         (wl-summary-detect-mark-position): Ditto.
2941         (wl-summary-overview-entity-compare-by-date): Ditto.
2942         (wl-summary-overview-entity-compare-by-number): Ditto.
2943         (wl-summary-overview-entity-compare-by-from): Ditto.
2944         (wl-summary-overview-entity-compare-by-subject): Ditto.
2945         (wl-summary-get-list-info): Ditto.
2946         (wl-summary-rescan): Ditto.
2947         (wl-summary-jump-to-msg-by-message-id): Ditto.
2948         (wl-summary-sync-update): Ditto; Removed comment.
2949         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2950         (wl-summary-insert-message): Use wl-summary-insert
2951         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2952         (wl-summary-insert-headers): Changed argument overview to folder.
2953         (wl-summary-search-by-subject): Likewise.
2954         (wl-summary-insert-thread): Renamed from 
2955         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2956
2957         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2958         too.
2959
2960         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2961         wl-string-member.
2962
2963 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2964
2965         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2966         elmo-folder-append-buffer.
2967         (wl-draft-queue-append): Likewise.
2968
2969         * wl-mime.el (wl-message-delete-current-part): Ditto.
2970         (wl-summary-burst-subr): Ditto.
2971
2972         * wl-news.el.in (wl-news-send-news): Ditto.
2973
2974 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2975
2976         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2977         function.
2978         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2979         (wl-summary-update-mark): Enclose with save-excursion.
2980         (wl-summary-mark-as-read-internal): Fixed last change.
2981         (wl-summary-mark-as-important): Use 3rd argument of
2982         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2983         Don't use elmo-msgdb-set-mark.
2984         (wl-summary-redisplay-internal): If msgdb flag is already read,
2985         just update the mark on buffer.
2986
2987 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2988
2989         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2990         cut visible folder when elmo-folder-delete returns non-nil value.
2991
2992 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2993
2994         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2995         by Kenichi OKADA <okada@opaopa.org>).
2996
2997 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2998
2999         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3000
3001 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3002
3003         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3004         Fixed the last change, search group entity by its real name.
3005         (Thanks to: KOBAYASHI Shinji)
3006
3007 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3008
3009         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3010         (wl-fldmgr-access-display-all): Don't refer visible name.
3011         * wl-expire.el (wl-folder-archive-current-entity)
3012         (wl-folder-expire-current-entity): Ditto.
3013         * wl-folder.el (wl-folder-jump-to-current-entity)
3014         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3015         (wl-folder-open-folder-sub,wl-folder-open-all)
3016         (wl-folder-write-current-folder): Ditto.
3017         (wl-folder-insert-entity): Don't use petname for normal group.
3018         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3019         is the real name.
3020         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3021         Abolished.
3022
3023 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3024
3025         * wl-draft.el (wl-draft-create-buffer): Add
3026         `wl-summary-reply-with-citation'
3027
3028 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3029
3030         * wl-draft.el (wl-draft-reply): Fixed.
3031
3032 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3033
3034         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3035         when `wl-draft-send-confirm-with-preview' is non-nil.
3036         You can scroll up/down by j/k.
3037         (wl-draft-send-confirm-with-preview): New variable (default=t).
3038
3039 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3040
3041         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3042         (wl-fldmgr-save-folders): Fix comment.
3043
3044 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3045
3046         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3047         along the last change in `wl-folder-buffer-group-p'.
3048
3049 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3050
3051         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3052         folder.
3053
3054         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3055         the default value.
3056
3057         * wl-mime.el (wl-summary-burst): Update summary only when target
3058         folder equals current folder.
3059
3060 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3061
3062         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3063
3064 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3065
3066         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3067         value.
3068
3069 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3070
3071         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3072         `map-extents' instead of `extent-at' repeatedly.
3073         (wl-highlight-folder-current-line): Ditto.
3074
3075         * wl-highlight.el: Remove useless dummy functions.
3076
3077 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3078
3079         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3080         (wl-folder-put-folder-property): New function to put text property.
3081         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3082         (wl-folder-insert-entity, wl-folder-update-diff-line)
3083         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3084         * wl-e21.el, wl-xmas.el, wl-mule.el
3085         (wl-highlight-folder-current-line): Ditto.
3086         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3087         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3088         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3089         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3090
3091 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3092
3093         * Version number is increased to 2.11.3.
3094
3095 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3096
3097         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3098         Resume current-buffer since it is assumed by remaining tasks.
3099
3100 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3101
3102         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3103         (wl-folder-completion-function): Abolished.
3104         (wl-folder-complete-folder): New function.
3105         (wl-folder-complete-filter-condition): Ditto.
3106         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3107         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3108
3109 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3110
3111         * wl-draft.el (wl-draft-send-confirm): New function.
3112         (wl-draft-send): Use it.
3113
3114         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3115         cursor-in-echo-area while confirming.
3116
3117         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3118
3119         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3120         searching via nntp if wl-summary-search-via-nntp is 'force.
3121         Otherwise, invoke searching in nntp folder only.
3122         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3123
3124         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3125         explicitly for mime-make-text-tag.
3126
3127 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3128
3129         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3130         `mime-make-text-tag' instead of `mime-create-tag'.
3131
3132 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3133
3134         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3135         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3136
3137 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3138
3139         * wl-score.el (wl-score-save): Bind print-length and print-level.
3140         (wl-score-pretty-print): Ditto.
3141         (wl-score-edit-insert-header-entry): Ditto.
3142
3143         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3144         "From" entry to be treated with wl-draft-eword-encode-address-list.
3145         * wl-mime.el (wl-draft-preview-message): Ditto.
3146
3147         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3148         (wl-summary-mark-as-unread): Ditto.
3149         (wl-summary-mark-as-read-region): Change accordingly.
3150         (wl-summary-mark-as-unread-region): Ditto.
3151         (wl-summary-target-mark-mark-as-read): Ditto.
3152         (wl-summary-target-mark-mark-as-unread): Ditto.
3153
3154 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3155
3156         * Version number is increased to 2.11.2.
3157
3158 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3159
3160         * wl-news.el.in (wl-news-previous-version-save): Bind
3161         print-length and print-level.
3162         * wl-thread.el (wl-thread-save-entities): Ditto.
3163         (wl-thread-save-top-list): Bind print-length.
3164
3165 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3166
3167         * wl-highlight.el (wl-highlight-summary-line-string): Use
3168         wl-summary-score-below-mark, wl-summary-score-over-mark.
3169         (wl-highlight-summary-current-line): Ditto.
3170
3171 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3172
3173         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3174         insert it.
3175
3176 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3177
3178         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3179
3180 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3181
3182         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3183         message without msgid.
3184         Rewrite with elmo-folder-move-messages.
3185         Set wl-message-buffer to nil.
3186
3187         * wl-summary.el (wl-summary-erase-subr): New function. Use
3188         elmo-folder-move-messages.
3189         (wl-summary-erase): Call it.
3190         (wl-summary-target-mark-erase): Ditto.
3191
3192 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3193
3194         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3195         it is not up-tp-date.
3196
3197 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3198
3199         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3200         buffer after calling `wl-summary-goto-folder-subr' without the
3201         argument `interactive'.
3202         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3203
3204 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3205
3206         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3207         `mime-create-tag'. Use `string=' instead of `looking-at'.
3208
3209 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3210
3211         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3212         to avoid compile warning.
3213
3214         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3215         entity-id when folder is given.
3216         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3217         save-excursion, use save-selected-window instead.
3218         Select folder buffer window if exists.
3219         (To correct behavior with wl-folder-move-cur-folder.)
3220
3221 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3222
3223         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3224
3225 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3226
3227         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3228         list-count instead of %d.
3229
3230 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3231
3232         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3233         (wl-news): Set it.
3234         (wl-news-append-to-folder): Use it.
3235
3236         * wl-news.el.in (wl-news-send-news): Append to specified folder
3237         instead of wl-default-folder.
3238         (wl-news-append-to-folder): Show error message with specified folder.
3239
3240         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3241                 In most major modes, Emacs assumes that any opening
3242                 delimiter found at the left margin is the start of a
3243                 top-level definition, or defun. Therefore, *never put an
3244                 opening delimiter at the left margin unless it should have
3245                 that significance.*
3246
3247         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3248
3249 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3250
3251         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3252
3253 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3254
3255         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3256
3257 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3258
3259         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3260         for sequential numbering case.
3261
3262 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3263
3264         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3265         value.
3266         (wl-draft-reply-without-argument-list): Ditto.
3267         (wl-draft-reply-myself-with-argument-list): Abolish.
3268         (wl-draft-reply-myself-without-argument-list): Ditto.
3269         * wl-draft.el (wl-draft-self-reply-p): New function.
3270         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3271
3272 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3273
3274         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3275         (avoid error for the case without byte-compiling)
3276
3277 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3278
3279         * wl-news.el.in (wl-news-append-to-folder): New function.
3280         (wl-news-exit): Rewrite.
3281         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3282
3283 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3284
3285         * wl-draft.el (wl-draft-reply-position): New function.
3286         (wl-draft-reply-position): Fix.
3287         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3288         (wl-summary-target-mark-reply-with-citation): Ditto.
3289         (wl-summary-reply-with-citation): Ditto.
3290         * wl-vars.el (wl-draft-reply-default-position): New variable.
3291
3292 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3293
3294         * wl-draft.el (wl-draft-send): Preview when interactive send.
3295
3296 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3297
3298         * wl-draft.el (wl-draft-reply): Set default position.
3299         * wl-summary.el (wl-summary-reply): Ditto.
3300         (wl-summary-reply-with-citation): Ditto.
3301         (wl-summary-target-mark-reply-with-citation): Ditto.
3302
3303 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3304
3305         * wl-news.el.in (wl-news-lang): Set default value according to
3306         current-language-environment.
3307         (wl-news-append-news): Do nothing when news-list is nil.
3308
3309 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3310
3311         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3312         (wl-news): Change message.
3313         (wl-news-exit): Check buffer.
3314         (wl-news-force-exit): New function.
3315         (wl-news-show-all): New function.
3316         (wl-news-discard-and-exit): Fix.
3317
3318 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3319
3320         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3321         according to current-language-environment.
3322
3323         * wl-news.el.in (wl-news): If arg, show all NEWS after
3324         wl-news-default-previous-version.
3325
3326 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3327
3328         * wl-news.el.in (wl-news-check): Rewritten.
3329         (wl-news-previous-version-load): Change data type.
3330         (wl-news-previous-version-save): Change data type.
3331         (wl-news-append-news): Add return value.
3332         (wl-news-check-news): New function.
3333         (wl-news-already-current-p): New function.
3334         (wl-news-send-news): Rewritten.
3335         (wl-news-mode-map): Add new keybind.
3336         (wl-news): Rewritten.
3337         (wl-news-exit): Rewritten.
3338         (wl-news-discard-and-mail): New function.
3339         (wl-news-send-to-address): Abolished.
3340         * wl.el (wl-init): Delete a message.
3341
3342 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3343
3344         * wl-news.el.in (wl-news-exit): Update previous version.
3345         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3346
3347 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3348
3349         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3350
3351 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3352
3353         * wl-news.el.in (wl-news): New function.
3354         (wl-news-mode): New function.
3355         (wl-news-next-line): New function.
3356         (wl-news-next-page): New function.
3357         (wl-news-exit): New function.
3358         (wl-news-buf-name): New variable.
3359         (wl-news-mode-map): New variable.
3360         (wl-news-winconf): New variable.
3361         (wl-news-append-news): Add an option.
3362
3363 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3364
3365         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3366
3367 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3368
3369         * wl-news.el.in (wl-news-send-to-address): New variable.
3370         (wl-news-send-news): Use it.
3371         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3372         Return updating status.
3373         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3374
3375 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3376
3377         * wl-news.el.in (wl-news-send-news): Delete
3378         Organization and X-Face.
3379
3380 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3381
3382         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3383         (wl-news-append-news): New function.
3384         (wl-news-send-news): New function.
3385
3386 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3387
3388         * Version number is increased to 2.11.1.
3389
3390 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3391
3392         * wl-news.el.in : New file.
3393
3394 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3395
3396         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3397         default value.
3398         (wl-draft-reply-without-argument-list): Ditto.
3399
3400 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3401
3402         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3403         (wl-message-buffer-prefetch-idle-time): Ditto.
3404         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3405
3406 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3407
3408         * wl-thread.el (wl-thread-insert-message): Use
3409         wl-summary-max-thread-depth.
3410
3411         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3412         loop detection.
3413
3414         * wl-message.el (wl-message-buffer-display): Back to the first page
3415         when cache is hit.
3416
3417 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3418
3419         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3420
3421         * wl-summary.el (wl-summary-insert-thread-entity):
3422         If the thread depth is reached to wl-summary-max-thread-depth,
3423         divide the thread.
3424
3425 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3426
3427         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3428         for elmo-remove-passwd.
3429
3430 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3431
3432         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3433         folder is sticky.
3434         (wl-folder-mark-as-read-all-entity): Ditto.
3435         (wl-folder-prefetch-entity): Ditto.
3436
3437 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3438
3439         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3440
3441 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3442
3443         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3444         Delete messages on buffer for unplugged operation.
3445         (wl-summary-erase): Ditto.
3446
3447 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3448
3449         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3450         take nil so as not to search parent by subject.
3451
3452 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3453
3454         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3455         (wl-folder-get-next-folder): Ditto.
3456         (wl-folder-get-path): Ditto.
3457
3458 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3459
3460         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3461         system and encode the region with it before verifying.
3462
3463 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3464
3465         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3466         system of the echo buffer before decoding.
3467
3468 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3469
3470         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3471         original contents.
3472
3473 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3474
3475         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3476         with argument 'any-exists.
3477
3478 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3479
3480         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3481         Use `wl-cs-autoconv'.
3482
3483 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3484
3485         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3486         by `mime-view-automatic-conversion'.
3487
3488         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3489         (wl-message-verify-pgp-nonmime): Ditto.
3490         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3491         Bind them to C-c:d and C-c:v respectively.
3492
3493         Merge following code by Teranishi-san from [wl-en:00167].
3494         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3495         (wl-mime-preview-application/pgp-encrypted): Ditto.
3496         (wl-mime-setup): Add entry.
3497
3498 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3499
3500         * wl-summary.el (wl-summary-target-mark-erase): New function.
3501         Bind it to "mD".
3502
3503 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3504
3505         * wl-vars.el (wl-draft-write-file-function): Fix.
3506         (wl-draft-reedit-hook): Changed default value.
3507
3508         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3509         wl-draft-reedit-hook.
3510         (wl-draft-remove-text-plain-tag): New function.
3511         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3512
3513         * wl-vars.el (wl-draft-write-file-function): New user option.
3514
3515         * wl-draft.el (wl-draft-prepare-edit): Use it for
3516         local-write-file-hooks.
3517         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3518
3519         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3520         (wl-draft-insert-mail-header-separator): Return the body beginning
3521         point.
3522         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3523         text/plain.
3524         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3525
3526 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3527
3528         * wl-summary.el (wl-summary-erase): New function to erase message
3529         without moving it to trash. Bind to "D".
3530
3531         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3532         as `keep' unless switch-function.
3533
3534 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3535
3536         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3537         message buffer by using `wl-summary-toggle-disp-msg'.
3538         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3539         buffer window.
3540         (wl-summary-supresedes-message): Ditto.
3541
3542         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3543         Do not delete other windows.
3544         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3545         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3546         (wl-draft-create-buffer): Set reply-or-forward also for target
3547         mark commands.
3548
3549 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3550
3551         * wl-draft.el (wl-user-agent-compose): Delete special case for
3552         switch-to-buffer-other-window.
3553
3554         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3555         (wl-summary-forward): Ditto.
3556
3557         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3558         function.
3559         (wl-draft-buffer-style): New use option.
3560
3561         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3562         (wl-draft): Follow the change above.
3563         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3564         wl-draft-buffer-style.
3565         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3566         switch-function.
3567
3568 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3569
3570         * wl-address.el (wl-address-make-completion-entry): Extracted from
3571         `wl-address-make-completion-list'.
3572         (wl-address-enable-strict-loading): New variable.
3573         (wl-address-make-completion-list): Revive petname duplication
3574         inquiry, and enable it if `wl-address-enable-strict-loading'.
3575         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3576
3577 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3578
3579         * wl-message.el (wl-message-get-original-buffer): Avoid
3580         'Selecting deleted buffer' error when original buffer is killed.
3581
3582 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3583
3584         * wl-summary.el (wl-summary-next-message): Use
3585         elmo-message-accessible-p instead of elmo-message-cached-p.
3586
3587 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3588
3589         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3590
3591         * wl-thread.el (wl-thread-open-all-unread): Use
3592         elmo-folder-list-flagged instead of
3593         elmo-folder-list-messages-mark-match.
3594
3595         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3596         instead of elmo-folder-list-messages-mark-match.
3597         (wl-summary-move-spec-alist): New variable.
3598         (wl-summary-move-spec-plugged-alist,
3599         wl-summary-move-spec-unplugged-alist): Abolish.
3600         (wl-summary-next-message): Follow the change above.
3601         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3602         with 'no-msg' argument.
3603
3604         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3605         variable.
3606         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3607         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3608         (wl-message-buffer-prefetch-get-next): Follow the change above.
3609
3610 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3611
3612         * wl-version.el (wl-version): Changed codename.
3613
3614         * Version number is increased to 2.11.0.
3615
3616 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3617
3618         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3619         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3620         `wl-draft-config-variables'.
3621         (wl-draft-kill): Fixed problem when the draft is reedit.
3622
3623 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3624
3625         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3626         buffer-modified status (Thanks to
3627         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3628
3629 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3630
3631         * wl-util.el (wl-region-exists-p): New function.
3632
3633         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3634         Remove defvars for byte-compile warnings.
3635
3636 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3637
3638         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3639         defvar-maybe. Removed unused bind.
3640
3641 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3642
3643         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3644         summary buffer window before creating new frame.
3645         (wl-draft-reply): Ditto.
3646
3647 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3648
3649         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3650
3651 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3652
3653         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3654
3655 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3656
3657         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3658         instead of `kill-region'.
3659
3660 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3661
3662         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3663         (wl-highlight-summary-line-string): Use it.
3664         (wl-highlight-summary-current-line): Ditto.
3665
3666         * wl-mime.el (wl-message-delete-current-part): Check the class of
3667         mime-entity.
3668
3669         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3670
3671         * wl-summary.el (wl-summary-make-number-list): Initialize.
3672         (wl-summary-update-mark): New function.
3673         (wl-summary-reply): Put `answered' mark on the message.
3674         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3675
3676         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3677         (wl-draft-reply): Added optional argument `number';
3678         Set wl-draft-parent-number.
3679         (wl-draft-kill): Delete answered mark if it is a reply.
3680
3681 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3682
3683         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3684         that originates in mime-preview-follow-current-entity.
3685         (wl-draft-yank-current-message-entity): Use it if region is active.
3686
3687         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3688         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3689         `wl-message-delete-current-part'.
3690         * wl-mule.el (wl-message-define-keymap): Ditto.
3691         * wl-xmas.el (wl-message-define-keymap): Ditto.
3692
3693 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3694
3695         * wl-mime.el (wl-message-delete-current-part): New function.
3696         (wl-mime-node-id-to-string): Ditto.
3697
3698         * wl-mime.el (wl-message-delete-current-part): Use existing
3699         original buffer which corresponds current mime-view buffer.
3700         (fetched buffer might have different structure, possibly)
3701
3702         * wl-mime.el (wl-message-delete-current-part): Quit if the
3703         message content differs from the actual message.
3704
3705 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3706
3707         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3708         order.
3709         (wl-summary-search-by-subject): Search parent message from tail;
3710         Check the existence of the parent message on the current thread tree.
3711         (wl-summary-update-thread): Check whether the line is inserted.
3712
3713 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3714
3715         * wl-vars.el (wl-summary-line-format): Undo last change.
3716         * wl-summary.el (wl-summary-print-destination): Do not put
3717         invisible property when `wl-summary-width' is nil.
3718         (wl-summary-line-subject-minimum-length): Abolished.
3719         (wl-summary-line-subject): Ditto.
3720
3721 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3722
3723         * wl-vars.el (wl-summary-line-format): Change default value.
3724         (wl-summary-subject-length-limit): Abolished.
3725         * wl-summary.el (wl-summary-line-subject): Ditto.
3726
3727 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3728
3729         * wl-template.el (wl-template-select): Added optional argument.
3730         If optional argument is specified, reverse
3731         `wl-template-visible-select'.
3732
3733 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3734
3735         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3736         Take prefix argument to force asking the destination folder.
3737
3738 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3739
3740         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3741         count and update status.
3742
3743 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3744
3745         * wl-summary.el (wl-summary-redisplay-internal): If
3746         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3747         after fetching.
3748
3749 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3750
3751         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3752         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3753
3754         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3755
3756 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3757
3758         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3759         (All other related portions are changed).
3760         (wl-summary-mark-as-read-all): Rewrite.
3761
3762 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3763
3764         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3765         `wl-summary-mark-as-read'.
3766         (wl-summary-mark-as-unread): Rewrite.
3767         (wl-summary-mark-as-read): Added no-modeline argument.
3768         (wl-summary-resume-cache-status): Rewrite.
3769         (wl-summary-exec-subr): Remove unused local variable.
3770
3771 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3772
3773         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3774         logic to call `wl-summary-buffer-prev-folder-function'.
3775         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3776
3777 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3778
3779         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3780         is nil.
3781
3782 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3783
3784         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3785         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3786         (wl-mime-setup): Add its entry.
3787
3788 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3789
3790         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3791         (wl-summary-delete-cache): Likewise.
3792         (wl-summary-mark-as-read): Rewrite.
3793
3794 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3795
3796         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3797         `wl-summary-count-unread'.
3798
3799         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3800
3801         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3802
3803 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3804
3805         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3806         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3807         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3808         Renamed to the elmo-msgdb-*-mark.
3809         (wl-summary-score-marks): Follow the change above.
3810         (wl-summary-auto-refile-skip-marks): Ditto.
3811         (wl-summary-incorporate-marks): Ditto.
3812         (wl-summary-expire-reserve-marks): Ditto.
3813
3814         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3815         changes.
3816         (wl-thread-insert-top): Changed updating message.
3817
3818         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3819         variable.
3820         (wl-summary-count-unread): Count answered marks.
3821         (wl-summary-rescan): Call wl-summary-insert-message instead of
3822         wl-summary-append-message-func-internal.
3823         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3824         (wl-summary-prefetch-msg): Follow the variable name changes.
3825         (wl-summary-prefetch-region): Ditto.
3826         (wl-summary-mark-as-read-all): Follow the API changes;
3827         Don't call elmo-folder-replace-marks.
3828         (wl-summary-delete-cache): Follow the variable name changes.
3829         (wl-summary-resume-cache-status): Ditto.
3830         (wl-summary-update-status-marks): New function.
3831         (wl-summary-insert-message): New function.
3832         (wl-summary-sync-marks): Follow the variable name changes.
3833         (wl-summary-sync-update): Synchronize to the msgdb, too;
3834         Changed update messages.
3835         (wl-summary-make-number-list): Rewrite.
3836         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3837         (wl-summary-mark-as-unread): Follow the API changes.
3838         (wl-summary-exec-subr): Follow the variable name changes.
3839         (wl-summary-mark-as-read): Ditto.
3840         (wl-summary-move-spec-plugged-alist): Ditto.
3841         (wl-summary-move-spec-unplugged-alist): Ditto.
3842         (wl-summary-cursor-move-surface): Ditto.
3843
3844         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3845         variable name changes.
3846         (wl-highlight-summary-current-line): Ditto.
3847
3848         * wl-expire.el (wl-expire-refile): Follow the API change in
3849         elmo-folder-move-messages.
3850         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3851         (wl-summary-archive): Use elmo-folder-msgdb instead of
3852         elmo-msgdb-load.
3853
3854 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3855
3856         * wl-mime.el (wl-draft-preview-message): Restore the position
3857         before evaluating wl-draft-send-hook in preview buffer.
3858
3859 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3860
3861         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3862         when it creates new draft buffer.
3863
3864         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3865         without argument.
3866
3867         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3868         Evaluate content and if the value is string, insert it.
3869         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3870         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3871         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3872         wl-draft-config-sub-part-bottom): Use it.
3873
3874         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3875         with the folder name. The question was unintelligible when it is
3876         called from wl-save-status.
3877
3878 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3879
3880         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3881         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3882         cannot take second argument).
3883
3884 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3885
3886         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3887         as t. Since type and subtype are not case sensitive (RFC 2045).
3888
3889 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3890
3891         * wl-vars.el (wl-message-mode-line-format): New variable.
3892         (wl-message-mode-line-format-spec-alist): Ditto.
3893         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3894         (wl-message-redisplay): Use wl-message-mode-line-format.
3895
3896 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3897
3898         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3899
3900 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3901
3902         * wl-summary.el (wl-summary-default-from): Write description.
3903
3904 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3905
3906         * wl-vars.el (wl-ldap-objectclass): Abolish.
3907
3908         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3909         (wl-ldap-make-filter): Removed condition for objectclass.
3910         (wl-ldap-make-matched-value-list): Remove meaningless process.
3911         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3912         (wl-address-ldap-search): Don't add `*' to `pat' string;
3913         use ignore-errors; added `email';
3914         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3915         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3916         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3917
3918
3919 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3920
3921         * wl-draft.el (wl-draft-parent-folder): Write description.
3922         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3923
3924 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3925
3926         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3927         as "" (zero-length string) if no parent.
3928         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3929
3930 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3931
3932         * wl-address.el (wl-address-make-completion-list): Skip duplication
3933         checking.
3934         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3935         `append'.
3936
3937 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3938
3939         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3940         instead of `beginning-of-buffer'.
3941
3942 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3943
3944         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3945
3946 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3947
3948         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3949         Refer wl-message-buffer-name.
3950         (wl-message-wheel-down): Ditto.
3951
3952 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3953
3954         * wl-vars.el (wl-message-buffer-name): New user option.
3955
3956         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3957         directly instead of making alist dinamically.
3958
3959         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3960         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3961         wl-message-buffer-cache-name.
3962         (wl-message-buffer-cache-clean-up): Ditto.
3963
3964         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3965
3966         * Version number is increased to 2.9.15.
3967
3968 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3969
3970         * wl-vars.el (wl-summary-default-view-alist): New user option.
3971
3972         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3973
3974         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3975         while deleting address.
3976         (wl-draft-delete-myself-from-cc): Ditto.
3977
3978         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3979         If optional argument is specified, reverse sort order.
3980
3981         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3982
3983 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3984
3985         * wl-thread.el (wl-thread-insert-message): Return parent number if
3986         exists.
3987         (wl-thread-update-indent-string-region): Use
3988         wl-thread-update-line-on-buffer-sub instead of
3989         wl-thread-update-line-on-buffer.
3990
3991 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3992
3993         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3994         (wl-folder-close-all): Ditto.
3995
3996 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3997
3998         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3999         and mailing-list:.
4000         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4001         value.
4002         (wl-summary-line-list-info): Print mailing-list name even when 
4003         list-number is empty.
4004
4005 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4006
4007         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4008
4009         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4010         (wl-draft-open-file): Ditto.
4011         (wl-draft-random-alphabet): Ditto.
4012
4013         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4014         bindings.
4015
4016 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4017
4018         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4019         * wl-vars.el (wl-draft-config-alist): Ditto.
4020
4021 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4022
4023         * Version number is increased to 2.9.14.
4024
4025         * wl.el (wl): Don't set wl-init as nil when error occured while
4026         auto-checking folders.
4027
4028         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4029         `elmo-expand-newtext'.
4030
4031 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4032
4033         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4034         `this-command' so that `wl-folder-goto-folder' contained in
4035         `wl-summary-keep-cursor-command' work.
4036
4037 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4038
4039         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4040         message buffer displaying state.
4041
4042 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4043
4044         * wl-vars.el (wl-summary-default-view): New variable to specify
4045         default value for `wl-summary-buffer-view' instead of using
4046         set-default.
4047         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4048
4049 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4050
4051         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4052
4053         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4054
4055 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4056
4057         * wl-vars.el (wl-forward-subject-prefix): New variable.
4058         * wl-draft.el (wl-draft-forward): Use it.
4059
4060 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4061
4062         * wl-message.el (wl-message-prev-page): When it is called without
4063         lines argument, scroll down by wl-message-scroll-amount lines.
4064         (wl-message-next-page): Ditto.
4065         * wl-vars.el (wl-message-scroll-amount): Change default value
4066         to preserve current behavior.
4067
4068 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4069
4070         * wl-summary.el (wl-summary-prefetch-msg): Bind
4071         `wl-message-entity' to call `wl-summary-from-function'.
4072
4073 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4074
4075         * wl-message.el (wl-message-buffer-create): Run
4076         wl-message-buffer-created-hook.
4077
4078 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4079
4080         * wl-summary.el (wl-summary-sort-specs): New variable.
4081         (wl-summary-default-sort-spec): Ditto.
4082         (wl-summary-sort): Rewrite.
4083         (wl-summary-sort-by-list-info): New function.
4084
4085 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4086
4087         * wl-summary.el (wl-summary-get-list-info): New function.
4088         (wl-summary-sort): Rewrite.
4089         (wl-summary-line-list-info): Ditto.
4090         (wl-summary-line-list-count): Ditto.
4091         (wl-summary-refile-region): Fixed docstring.
4092
4093 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4094
4095         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4096         `wl-folder-entity-hashtb' as completion table.
4097
4098 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4099
4100         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4101         only when this command is called interactively; silence the byte-
4102         compiler.
4103
4104 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4105
4106         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4107         active in XEmacs.
4108
4109 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4110
4111         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4112         plural lines.
4113
4114 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4115
4116         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4117         of current line when the cursor is on the header name.
4118         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4119
4120 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4121
4122         * wl-util.el (wl-read-directory-name): Return displayed directory
4123         as the default value also on XEmacs.
4124
4125 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4126
4127         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4128         formatting.
4129
4130 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4131
4132         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4133         argument and when it is non-nil, check face property before
4134         highlighting for each line.
4135         (wl-highlight-summary-window): Set it.
4136
4137 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4138
4139         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4140         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4141
4142         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4143         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4144         (wl-draft-get-fcc-list): Likewise.
4145
4146 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4147
4148         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4149         (wl-thread-entity-cur): Ditto.
4150         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4151         wl-thread-indent-regexp setting.
4152         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4153
4154         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4155         wl-summary-lazy-highlight.
4156         (wl-summary-display-bottom): Ditto.
4157
4158         * wl-thread.el (wl-thread-open-close): Likewise.
4159
4160         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4161         from and subject;
4162         Bind wl-draft-use-frame;
4163         Enclose with save-window-excursion;
4164         Use wl-draft-create-buffer instead of with-temp-buffer;
4165         Use wl-draft-prepare-edit;
4166         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4167         Use wl-draft-send instead of wl-draft-raw-send.
4168
4169 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4170
4171         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4172         of using wl-from.
4173
4174 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4175
4176         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4177         insert-buffer instead of clone-buffer.
4178         (wl-draft-doing-mime-bcc): New variable.
4179         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4180         infinite loop.
4181         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4182
4183         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4184         (wl-draft-mime-bcc-body): Ditto.
4185
4186         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4187         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4188         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4189         wl-draft-do-mime-bcc.
4190         (wl-draft-mime-bcc-field): New function.
4191         (wl-draft-do-mime-bcc): Ditto.
4192
4193         * wl-address.el (wl-address-complete-header-list): New variable.
4194         (wl-address-complete-header-regexp): Changed default value.
4195
4196         * Version number is increased to 2.9.13.
4197
4198 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4199
4200         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4201         it is differed.
4202
4203 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4204
4205         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4206         (wl-summary-line-list-count): Ditto.
4207
4208 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4209
4210         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4211         (wl-nntp-posting-function): New variable.
4212         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4213         `wl-nntp-posting-config-alist'.
4214
4215 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4216
4217         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4218         FLIM.
4219
4220 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4221
4222         * wl-summary.el (wl-summary-target-mark-refile-sub):
4223         Remove a nuisance funcall.
4224
4225 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4226
4227         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4228         as t for `try-completion'.
4229
4230 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4231
4232         * wl-summary.el (wl-summary-default-from): Use
4233         wl-address-header-extract-address instead of
4234         std11-extract-address-components.
4235         (wl-summary-simple-from): Ditto.
4236         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4237         (wl-summary-insert-headers): Show message.
4238         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4239         for whole line.
4240         (wl-summary-default-from): Revert last change.
4241         (wl-summary-simple-from): Ditto.
4242         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4243         (wl-summary-mark-as-read-region): Follow the change above.
4244         (wl-summary-sync-marks): Ditto.
4245         (wl-summary-target-mark-mark-as-read): Ditto.
4246         (wl-summary-redisplay-internal): Ditto.
4247         (wl-summary-redisplay-no-mime-internal): Ditto.
4248         (wl-summary-redisplay-all-header): Ditto.
4249         (wl-summary-mark-as-read): Removed argument `cached';
4250         Use current cache status to set cache mark.
4251         (wl-summary-redisplay-internal): Follow the change above.
4252         (wl-summary-redisplay-no-mime-internal): Ditto.
4253         (wl-summary-redisplay-all-header): Ditto.
4254
4255         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4256
4257         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4258         Don't call itself recursively (Adviced by Yamaoka-san).
4259
4260 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4261
4262         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4263         bind wl-summary-highlight as nil to avoid error caused by missing
4264         local variables.
4265
4266 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4267
4268         * wl-vars.el (wl-invalid-character-message): New user option.
4269
4270         * wl-util.el (wl-set-string-width): If truncated string-width is
4271         larger than specified width, use `wl-invalid-character-message'.
4272
4273 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4274
4275         * wl-summary.el (wl-summary-prefetch-msg): 
4276         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4277
4278 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4279
4280         * wl-vars.el (wl-summary-check-line-format): New user option.
4281         (wl-summary-line-format-file): Ditto.
4282
4283         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4284         variable.
4285         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4286         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4287         and `wl-summary-view-old-p' to check whether do a rescan or not.
4288         (wl-summary-view-old-p): New function.
4289         (wl-summary-line-format-changed-p): Ditto.
4290         (wl-summary-line-format-save): Ditto.
4291         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4292
4293         * wl-util.el (wl-set-string-width): Avoid using negative number
4294         for make-string.
4295
4296 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4297
4298         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4299         return value.
4300
4301         * wl-util.el (wl-set-string-width): Added optional argument
4302         `padding' (All other related portions are changed).
4303         (wl-line-parse-format): If the first letter of column number is
4304         `0', zero-padding the result (ex: "%05l").
4305
4306         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4307
4308 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4309
4310         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4311         sequential summary view.
4312
4313 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4314
4315         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4316         if it doesn't have a -unix version.
4317
4318 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4319
4320         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4321
4322 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4323
4324         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4325         content.
4326         (wl-draft): Follow the change above.
4327
4328         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4329
4330         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4331         and wl-folder-summary-line-format-alist contain %T and %P.
4332
4333         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4334         (wl-summary-mode-line-format): New user option.
4335         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4336         (wl-summary-line-format): Changed default value.
4337         (wl-summary-lazy-highlight): Changed default value.
4338
4339         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4340         change in wl-summary-create-line.
4341         (wl-thread-insert-entity-sub): Ditto.
4342
4343         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4344         (wl-summary-buffer-unread-status): Ditto.
4345         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4346         (wl-summary-buffer-persistent-mark-column): Ditto.
4347         (wl-summary-buffer-mode-line-formatter): Ditto.
4348         (wl-summary-buffer-mode-line): Ditto.
4349         (wl-summary-message-regexp): Abolished.
4350         (All other related portions are changed.)
4351         (wl-summary-detect-mark-position): New function.
4352         (wl-summary-buffer-set-folder): Setup
4353         wl-summary-buffer-mode-line-formatter.
4354         (wl-summary-mode): Setup selective-display;
4355         Setup pre-idle-hook when xemacs.
4356         (wl-summary-update-modeline): Rewrite.
4357         (wl-summary-jump-to-msg): Define as function;
4358         Changed regexp for searching messages.
4359         (wl-summary-message-number): Rewrite.
4360         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4361         Do rescan when old type summary cache.
4362         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4363         (wl-summary-remove-destination): Use '\r' to detect EOL.
4364         (wl-summary-print-destination): Ditto.
4365         (wl-summary-temp-mark): New inline function.
4366         (wl-summary-persistent-mark): Ditto.
4367         (wl-summary-line-number): New function.
4368         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4369         (wl-summary-line-list-count): New function.
4370         (wl-summary-create-line): Added argument persistent-mark.
4371         (All other related portions are changed)
4372         (wl-summary-create-line): Insert '\r'.
4373         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4374         (wl-summary-cursor-move-surface): New inline function.
4375         (wl-summary-prev): Use it.
4376         (wl-summary-next): Ditto.
4377
4378         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4379         wl-summary-message-regexp.
4380         (wl-highlight-summary): Delete progress message.
4381         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4382
4383         * Version number is increased to 2.9.12.
4384
4385 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4386
4387         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4388         variable (nil: no minimum).
4389         (wl-summary-line-subject): Add some spaces after subject by
4390         wl-summary-line-subject-minimum-length.
4391
4392 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4393
4394         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4395         and removed `F'.
4396         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4397         change above).
4398
4399 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4400
4401         * wl-summary.el (wl-summary-line-list-count): Reverted.
4402         (example setting in samples/*/dot.wl is also updated)
4403
4404 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4405
4406         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4407
4408         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4409
4410         * wl-vars.el (wl-summary-line-format): Addes some description to the
4411         docstring.
4412
4413         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4414         (wl-summary-line-close-bracket): Ditto.
4415         (wl-summary-line-children-number): Ditto.
4416         (wl-summary-line-thread-indent): Ditto.
4417         (wl-summary-line-children-and-from): Ditto.
4418
4419         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4420         't', 'c', 'F' and added 'C'.
4421
4422         * wl-util.el (wl-set-string-width): Accept negative value.
4423         (wl-line-parse-format): Added "%number(" and "%)".
4424
4425 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4426
4427         * wl-summary.el (wl-summary-line-list-count): Change format of the
4428         return value.
4429
4430 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4431
4432         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4433         from the recent message.el.
4434         (wl-draft-point-in-header-p): Ditto.
4435         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4436         wl-draft-beginning-of-line.
4437         * wl-e21.el (wl-draft-mode-map): Ditto.
4438         * wl-xmas.el (wl-draft-mode-map): Ditto.
4439
4440         * wl-folder.el: Sort macrodefs by dependencies.
4441
4442 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4443
4444         * wl-summary.el (wl-summary-prev): Fixed regexp.
4445         (wl-summary-next): Ditto.
4446
4447 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4448
4449         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4450
4451 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4452
4453         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4454         for backward compatibility.
4455
4456 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4457
4458         * wl-summary.el (wl-summary-line-list-count): New function, merged
4459         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4460         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4461         list counts.
4462
4463 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4464
4465         * wl-summary.el (wl-summary-create-line): Ignore errors while
4466         timezone-fix-time.
4467
4468         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4469
4470         * wl-summary.el (wl-summary-sync-update): Ditto.
4471         (wl-summary-default-from): Use wl-message-entity
4472         instead of entity.
4473
4474         * wl-summary.el (wl-summary-create-line): Fix.
4475
4476         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4477         (wl-summary-line-format): New user option.
4478         (wl-folder-summary-line-format-alist): Ditto.
4479         (wl-summary-from-width): Abolished.
4480
4481         * wl-util.el (toplevel): Require 'bytecomp.
4482         (wl-line-parse-format): New function.
4483         (wl-line-formatter-setup): New macro.
4484
4485         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4486         (wl-summary-buffer-line-formatter): New buffer local variable.
4487         (wl-summary-switch-to-clone-buffer): Follow the change above.
4488         (wl-summary-message-regexp): Fix.
4489         (wl-summary-from-func-internal): Abolished.
4490         (wl-summary-subject-func-internal): Ditto.
4491         (wl-summary-subject-filter-func-internal): Ditto.
4492         (All other related portions are changed.)
4493         (wl-summary-buffer-set-folder):
4494         Set up wl-summary-buffer-number-column and 
4495         wl-summary-buffer-line-formatter
4496         (All other related portions are changed.)
4497         (wl-summary-buffer-number-column-detect): Abolished.
4498         (All other related portions are changed.)
4499         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4500         (wl-summary-delete-all-temp-marks-on-buffer): Use
4501         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4502         (wl-summary-target-mark-delete): Ditto.
4503         (wl-summary-target-mark-refile-subr): Ditto.
4504         (wl-summary-target-mark-mark-as-read): Ditto.
4505         (wl-summary-target-mark-mark-as-unread): Ditto.
4506         (wl-summary-target-mark-mark-as-important): Ditto.
4507         (wl-summary-target-mark-save): Ditto.
4508         (wl-summary-replace-status-marks): Renamed from
4509         wl-summary-set-status-marks-on-buffer;
4510         Use wl-summary-message-regexp instead of
4511         wl-summary-buffer-number-regexp.
4512         (wl-summary-sync-update): Follow the change above.
4513         (wl-summary-goto-previous-message-beginning): New function.
4514         (wl-summary-mark-as-unread): Use it.
4515         (wl-summary-mark-as-important): Ditto.
4516         (wl-summary-line-formatter): New variable.
4517         (wl-summary-line-year): New function.
4518         (wl-summary-line-day): Ditto.
4519         (wl-summary-line-day-of-week): Ditto.
4520         (wl-summary-line-hour): Ditto.
4521         (wl-summary-line-minute): Ditto.
4522         (wl-summary-line-open-bracket): Ditto.
4523         (wl-summary-line-close-bracket): Ditto.
4524         (wl-summary-line-children-number): Ditto.
4525         (wl-summary-line-thread-indent): Ditto.
4526         (wl-summary-line-size): Ditto.
4527         (wl-summary-line-subject): Ditto.
4528         (wl-summary-line-from): Ditto.
4529         (wl-summary-line-children-and-from): Ditto.
4530         (wl-summary-create-line): Rewritten.
4531         (wl-summary-format-date): Abolished.
4532
4533         * wl-highlight.el (wl-highlight-summary-current-line): Use
4534         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4535         Use thread structure to detect thread top message.
4536
4537         * wl-draft.el (wl-default-draft-cite): Don't use
4538         wl-summary-from-func-internal.
4539
4540         * wl-refile.el (wl-refile-subject-learn): Don't use
4541         wl-summary-subject-filter-func-internal.
4542         (wl-refile-guess-by-subject): Ditto.
4543
4544         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4545         parameters.
4546
4547         * wl-thread.el (wl-thread-update-indent-string-region):
4548         Use wl-thread-update-line-on-buffer instead of
4549         wl-thread-update-indent-string.
4550         (wl-thread-update-children-number): Redefine using
4551         wl-thread-update-line-on-buffer.
4552         (wl-thread-update-indent-string): Abolished.
4553
4554         * Version number is increased to 2.9.11.
4555
4556 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4557
4558         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4559         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4560         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4561
4562         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4563         as nil.
4564
4565         * wl-thread.el (wl-thread-open-all-unread): Use 
4566         elmo-folder-list-messages-mark-match.
4567         (wl-thread-insert-message): Removed argument `mark-alist'.
4568         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4569         elmo-msgdb-set-mark.
4570         (wl-thread-get-children-msgs-uncached): Likewise.
4571         (wl-thread-get-exist-children): Added argument include-self.
4572         (wl-thread-delete-message): Follow the change above.
4573
4574         * wl-summary.el (wl-summary-count-unread): Removed argument.
4575         (wl-summary-rescan): Follow the change above.
4576         (wl-summary-mark-as-read-region): Ditto
4577         (wl-summary-mark-as-unread-region): Ditto.
4578         (wl-summary-delete-messages-on-buffer): Ditto.
4579         (wl-summary-sync-update): Ditto.
4580         (wl-summary-switch-to-clone-buffer): Ditto.
4581         (wl-summary-goto-folder-subr): Ditto.
4582         (wl-summary-target-mark-mark-as-read): Ditto.
4583         (wl-summary-target-mark-mark-as-unread): Ditto.
4584         (wl-summary-target-mark-mark-as-important): Ditto.
4585         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4586         (wl-summary-update-thread): Removed argument `mark-alist'.
4587         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4588         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4589         (wl-summary-resume-cache-status): Likewise.
4590         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4591         elmo-msgdb-set-mark.
4592         (wl-summary-mark-as-read-all): Likewise.
4593         (wl-summary-delete-cache): Ditto.
4594         (wl-summary-auto-select-msg-p): Ditto.
4595         (wl-summary-mark-as-unread): Ditto.
4596         (wl-summary-no-auto-refile-message-p): Ditto.
4597         (wl-summary-mark-as-read): Ditto.
4598         (wl-summary-mark-as-important): Ditto.
4599         (wl-summary-auto-refile): Follow the change above.
4600         (wl-summary-delete-all-marks): Removed.
4601         (wl-summary-resume-marks-and-highlight): Ditto.
4602         (wl-summary-resume-marks): Ditto.
4603         (wl-summary-delete-important-msgs-from-list): Ditto.
4604         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4605
4606         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4607         wl-summary-count-unread.
4608
4609         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4610         (wl-summary-score-update-all-lines): Use
4611         elmo-msgdb-set-mark.
4612
4613 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4614
4615         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4616         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4617         (wl-summary-create-line): Renamed from
4618         wl-summary-overview-create-summary-line;
4619         Argument rearrangement.
4620         (wl-summary-update-thread): Follow the change above.
4621
4622         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4623         (wl-thread-insert-entity-sub): Likewise.
4624
4625         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4626         argument `overview', `mark-alist' and added `msgdb'.
4627
4628         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4629
4630         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4631         (wl-summary-rescan): Follow the change above.
4632         (wl-summary-sync-update): Ditto.
4633         (wl-summary-insert-thread-entity): Ditto;
4634         Don't use `let*' in every while loop;
4635         Detect infinite loop of threads.
4636         (wl-summary-update-thread): Removed argument `overview'.
4637
4638         * wl-thread.el (wl-thread-insert-message): Ditto.
4639
4640         * Version number is increased to 2.9.10.
4641
4642         * wl-message.el (wl-message-redisplay): Ignore errors while
4643         wl-message-redisplay-hook.
4644
4645 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4646
4647         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4648
4649 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4650
4651         * wl.el (wl): inhibit-quit while wl-folder.
4652
4653 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4654
4655         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4656         while msgdb access.
4657
4658 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4659
4660         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4661         even if no folder is not created.
4662
4663 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4664
4665         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4666
4667         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4668         implementation.
4669         (wl-summary-target-mark-thread): Ditto.
4670
4671         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4672
4673 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4674
4675         * wl-util.el (wl-display-bytes): Remove unused function.
4676
4677 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4678
4679         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4680         seems critical one (partially reverse the change in 2002/03/17).
4681
4682 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4683
4684         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4685         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4686
4687 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4688
4689         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4690         is not writable.
4691         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4692         plugged status instead of `'force' as 2nd argument.
4693
4694         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4695         is not creatable.
4696
4697         * Version number is increased to 2.9.9.
4698
4699 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4700
4701         * wl-summary.el (wl-summary-suspend): New function.
4702
4703 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4704
4705         * wl.el (wl): Do not check variables if check is nil.
4706         * wl-utils.el (wl-collect-draft): New function.
4707         * wl-folder.el (wl-folder-suspend): Put summary buffers
4708         and draft buffers at the end of buffer list.
4709         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4710
4711 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4712
4713         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4714         loop instead of recursive call.
4715
4716         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4717         2nd argument.
4718
4719 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4720
4721         * wl-draft.el (wl-draft-create-contents): Don't take neither
4722         (function . args) nor (string . something) any more.
4723
4724         * wl-version.el (wl-generate-user-agent-string): Return string
4725         without header symbol.
4726         * wl-draft.el (wl-draft-default-headers): Use it.
4727
4728         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4729         `wl-draft-insert-ccs' and return field value instead of inserting
4730         the header. Abolish cc argument.
4731         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4732
4733         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4734         rather than one with string car.
4735
4736         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4737         * wl-draft.el (wl-draft-create-contents): Add it after the default
4738         headers.
4739
4740         * wl-draft.el (wl-draft-create-contents): For the case of
4741         (symbol-or-string . function) insert header only when the function
4742         returns string value.
4743
4744 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4745
4746         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4747         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4748
4749 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4750
4751         * wl.el (wl-check-environment): Don't check Message-ID when
4752         `wl-insert-message-id' is nil.
4753         Revive checking if `wl-message-id-domain' contains "@".
4754
4755 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4756
4757         * wl.el (wl-check-environment): Merge examination for "@" at
4758         inappropriate position into the first string-match.
4759
4760         * wl-summary.el (wl-summary-target-mark-print): New function.
4761         (wl-summary-pipe-message-subr): Extracted from
4762         `wl-summary-pipe-message'.
4763         (wl-summary-target-mark-pipe): New function.
4764         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4765         `wl-summary-target-mark-pipe'.
4766
4767 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4768
4769         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4770
4771 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4772
4773         * wl.el (wl-check-environment): Use elmo-warning instead of
4774         error for non-critical ones.
4775         Remove trash folder check.
4776         (wl): Don't ignore error in wl-check-environment.
4777
4778         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4779         check, which is moved from `wl-check-environment'.
4780         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4781
4782 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4783
4784         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4785         guess anything, call wl-summary-write.
4786         (wl-summary-write): Create draft with blank To field.
4787         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4788
4789 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4790
4791         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4792         argument full as well for wl-folder-write-current-folder.
4793         If wl-*-write-current-folder cannot guess addressee, add blank
4794         To header.
4795         Rewrite condition for positioning cursor.
4796
4797 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4798
4799         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4800         summary buffer is present, use it.
4801         (wl-folder-jump-to-previous-summary): Ditto.
4802
4803 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4804
4805         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4806
4807         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4808         wl-summary-previous-buffer and wl-summary-next-buffer.
4809
4810         * wl-folder.el (wl-folder-mode-map): Bind
4811         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4812         (wl-folder-jump-to-next-summary): New function.
4813         (wl-folder-jump-to-previous-summary): Ditto.
4814
4815         * wl-draft.el (wl-draft): Rearranged.
4816
4817 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4818
4819         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4820         of header.
4821         (wl-draft): Collect arguments for the header as header-alist.
4822         (wl-draft-forward): Arrange arguments for wl-draft.
4823         (wl-draft-reply): Ditto.
4824         (wl-draft-edit-string): Ditto.
4825         * wl-summary.el (wl-summary-write): Ditto.
4826         (wl-summary-write-current-folder): Ditto.
4827
4828         * Version number is increased to 2.9.8.
4829
4830 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4831
4832         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4833
4834         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4835
4836         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4837         even if the guess failed.
4838
4839         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4840         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4841         wl-summary-write-current-folder.
4842         * wl-xmas.el: Ditto.
4843
4844 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4845
4846         * wl-summary.el (wl-summary-next-page): Force display message if
4847         message is not displayed yet.
4848         (wl-summary-prev-page): Ditto.
4849
4850 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4851
4852         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4853
4854 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4855
4856         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4857         add "Preview Message" and "Save Draft and Exit".
4858
4859 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4860
4861         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4862         if addrmgr is called from draft in splitted window.
4863
4864         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4865         * wl-mule.el: Ditto.
4866         * wl-xmas.el: Ditto.
4867
4868 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4869
4870         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4871
4872         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4873         * wl-xmas.el (wl-folder-toolbar): Ditto.
4874
4875 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4876
4877         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4878         and wl-draft-save-and-exit.
4879         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4880         * wl-xmas.el: Ditto.
4881         * wl-mule.el: Ditto.
4882
4883         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4884         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4885
4886 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4887
4888         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4889         lists for saving buffer.
4890
4891 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4892
4893         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4894         parent-folder argument instead of it.
4895         (wl-draft-create-buffer): Ditto.
4896         (wl-draft-forward): Ditto.
4897         (wl-draft-reply): Ditto.
4898         * wl-summary.el (wl-summary-write): Ditto.
4899         (wl-summary-write-current-folder): Ditto.
4900
4901         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4902         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4903         Folder buffer after composing.
4904
4905 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4906
4907         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4908         header if the file `wl-x-face-file' already contains it.
4909
4910 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4911
4912         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4913         folder" entry.
4914         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4915         * wl-e21.el (wl-folder-toolbar): Ditto.
4916         * wl-xmas.el (wl-folder-toolbar): Ditto.
4917
4918 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4919
4920         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4921         wl-folder-goto-folder with sticky argument.
4922         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4923
4924 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4925
4926         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4927         and wl-summary-previous-buffer.
4928         (wl-summary-next-buffer): New function.
4929         (wl-summary-previous-buffer): Ditto.
4930
4931 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4932
4933         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4934         wl-folder-jump-to-current-entity-with-arg.
4935         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4936         `wl-folder-jump-to-current-entity'.
4937         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4938         `wl-summary-goto-folder-sticky'.
4939         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4940         `wl-summary-goto-folder'.
4941         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4942         Unless force-exit, do not clean temp. marks for sticky summary.
4943         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4944
4945 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4946
4947         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4948         not entire.
4949
4950 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4951
4952         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4953         to `C-x C-s'.
4954         (wl-summary-save-status): New command.
4955         (wl-summary-exit): Don't clean-up temp marks when sticky.
4956         (Applied patch from Nakayama-san [wl: 09548])
4957         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4958         Do nothing when no mark data.
4959         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4960         Call `wl-summary-delete-all-temp-marks' before saving.
4961
4962 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4963
4964         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4965
4966 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4967
4968         * wl.el (wl-check-environment): Also cause error when (system-name)
4969         returns "localhost.localdomain". (Although it doesn't affect because
4970         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4971
4972 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4973
4974         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4975         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4976
4977         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4978         value.
4979
4980 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4981
4982         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4983         Likewise r-cc-list and r-ng-list.
4984
4985 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4986
4987         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4988         only if it is bound as variable.
4989
4990         * wl-mime.el (wl-draft-preview-message): Ditto.
4991
4992 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4993
4994         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4995         needless `goto-char'.
4996
4997         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4998         `wl-summary-redisplay-no-mime-internal' instead of
4999         `wl-summary-redisplay-no-mime'.
5000         (wl-summary-redisplay-no-mime): Changed argument;
5001         Call `wl-summary-redisplay-no-mime-internal'.
5002
5003         * wl-mime.el (wl-draft-preview-message): Bind
5004         `mime-header-encode-method-alist' locally.
5005
5006         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5007         (wl-draft-std11-parse-addresses): Added the first address check.
5008         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5009
5010         * Version number is increased to 2.9.7.
5011
5012 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5013
5014         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5015
5016 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5017
5018         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5019         related to scrollbar support, if there is no such a feature
5020         compiled in.
5021
5022 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5023
5024         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5025         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5026         for prefetch.
5027
5028 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5029
5030         * wl-summary.el (wl-summary-pick): Fix for no match.
5031
5032 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5033
5034         * wl-draft.el (wl-draft-save):
5035         Override `mime-header-encode-method-alist'.
5036
5037 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5038
5039         * wl-folder.el (wl-folder-pick): New function.
5040         Define key as "?".
5041
5042 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5043
5044         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5045         Fix for unplugged.
5046
5047 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5048
5049         * wl-folder.el (wl-folder-virtual): New function.
5050         Define key as "V".
5051
5052 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5053
5054         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5055         multi folder if entity is group.
5056
5057 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5058
5059         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5060         is nil.
5061
5062 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5063
5064         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5065         (wl-summary-target-mark-msgs): Return the number of marked messages.
5066
5067 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5068
5069         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5070         "first:" is specified.
5071
5072 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5073
5074         * wl-vars.el (wl-from): Use return value of function
5075         user-full-name instead of the variable user-full-name since
5076         XEmacs-20.4 doesn't set this variable.
5077
5078 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5079
5080         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5081         call `wl' directly.
5082
5083 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5084
5085         * wl-draft.el (wl-draft-reedit): Removed duplicated
5086         switch-to-buffers.
5087
5088 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5089
5090         * wl.el (wl-other-frame): Removed garbages.
5091
5092 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5093
5094         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5095
5096         * wl-xmas.el (wl-draft-key-setup): Ditto.
5097
5098         * wl-mule.el (wl-draft-key-setup): Ditto.
5099
5100         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5101         (wl-draft-reedit): Ditto.
5102         (wl-draft-prepare-edit): Add `wl-draft-save' to
5103         `local-write-file-hooks'.
5104         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5105         (wl-draft-reedit): Set buffer-file-name.
5106         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5107
5108
5109         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5110         call it.
5111         (wl-delete-startup-frame-function): New variable.
5112         (wl-other-frame): New function
5113         (Original was written by Yamaoka san [wl: 09239]).
5114
5115         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5116         if `wl-folder-use-frame'.
5117
5118 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5119
5120         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5121
5122 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5123
5124         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5125         New variable.
5126         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5127         (wl-message-buffer-prefetch-get-next): Use them.
5128         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5129
5130 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5131
5132         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5133         with unwind-protect.
5134
5135         * wl-draft.el (wl-draft-reedit): Rewrite.
5136         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5137         (wl-draft-save): Insert header separator if it does not exist;
5138         Removed condition-case.
5139
5140         * wl-summary.el (wl-summary-reedit): Revert last change.
5141
5142         * wl-draft.el (wl-draft-save): Rewrite.
5143         (wl-draft-create-buffer): Set buffer-file-name as nil.
5144
5145         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5146
5147         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5148
5149         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5150         nil.
5151
5152 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5153
5154         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5155         If count is nil, do not prefetch.
5156         (wl-message-buffer-prefetch-next): Next.
5157
5158 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5159
5160         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5161
5162 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5163
5164         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5165         `delete-backward-char'
5166         (wl-draft-prepare-edit): Check major-mode.
5167         (wl-draft-decode-header): Rewrite.
5168         (wl-draft): Fix.
5169
5170 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5171
5172         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5173
5174 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5175
5176         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5177         (wl-message-buffer-prefetch-get-next): Remove size checking.
5178         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5179
5180 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5181
5182         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5183         (wl-draft-default-headers): Fix.
5184
5185 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5186
5187         * wl-draft.el (wl-draft-default-headers): Insert return value of
5188         `wl-generate-mailer-string-function'.
5189
5190 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5191
5192         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5193         (wl-draft-insert-mail-header-separator): Ditto.
5194
5195         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5196         again (Reverted the change on 2002-01-17 by OKADA san).
5197
5198 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5199
5200         * wl-draft.el (wl-draft): Rewrite.
5201         (wl-draft-create-buffer): New function.
5202         (wl-draft-create-contents): Ditto.
5203         (wl-draft-prepare-edit): Ditto.
5204         (wl-draft-decode-header): Ditto.
5205         (wl-draft-decode-body): Ditto.
5206         (wl-draft-check-new-line): Ditto.
5207         (wl-draft-default-headers): Ditto.
5208         (wl-draft-insert-mail-header-separator): Ditto.
5209
5210 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5211
5212         * Version number is increased to 2.9.6.
5213
5214 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5215
5216         * wl-draft.el (wl-draft-delete-field): Optional argument.
5217         (wl-draft-delete-fields): Ditto.
5218
5219 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5220
5221         * wl-message.el (toplevel): Eliminated byte-compile warning.
5222         for `itimer-function', `delete-timer' and `itimer-list'.
5223
5224 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5225
5226         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5227         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5228         `wl-message-buffer-prefetch-threshold'.
5229         * wl-summary.el (wl-summary-redisplay-internal): Remove
5230         the check of `wl-message-buffer-prefetch-depth'.
5231
5232 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5233
5234         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5235         size of article.
5236         (wl-message-buffer-prefetch-subr): Remove size check.
5237
5238 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5239
5240         * wl-vars.el (wl-plugged): Make customizable.
5241
5242 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5243
5244         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5245         (wl-message-buffer-prefetch-set-timer): New function.
5246         (wl-message-buffer-prefetch-get-next): New function.
5247         (wl-message-buffer-prefetch): New function.
5248         (wl-message-buffer-prefetch-next): Rewrite.
5249         (wl-message-buffer-prefetch-subr): Rewrite.
5250         * wl-vars.el (wl-auto-prefetch-first): New variable.
5251         * wl-summary.el (wl-summary-goto-folder-subr): Call
5252         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5253
5254 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5255
5256         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5257         `wl-summary-unread-message-hook'.
5258
5259 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5260
5261         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5262         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5263         if range is `cache-status'.
5264
5265 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5266
5267         * wl-message.el (wl-message-buffer-prefetch-subr):
5268         Improve debug message.
5269
5270 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5271
5272         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5273         `wl-mail-send-pre-hook'.
5274         (wl-draft-send-mail-with-qmail): Ditto.
5275         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5276
5277 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5278
5279         * wl-message.el (wl-message-buffer-prefetch-subr):
5280         Fix for cancel-function-timers bug.
5281         (wl-message-buffer-prefetch-debug): Default value is t.
5282
5283 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5284
5285         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5286         (wl-message-buffer-prefetch-subr): Rewrite.
5287         Rename from `wl-message-buffer-prefetch'.
5288
5289 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5290
5291         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5292         (wl-default-draft-cite-decorate-author): Ditto.
5293
5294         * wl-draft.el (wl-draft-cite-function): Removed.
5295         (wl-default-draft-cite-decorate-author): Ditto.
5296
5297 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5298
5299         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5300         (wl-default-draft-cite): Do not arrange author name if the value of
5301         `wl-default-draft-cite-decorate-author' is nil.
5302
5303 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5304
5305         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5306
5307         * wl-folder.el (wl-folder-check-one-entity): Don't care
5308         `elmo-folder-use-flag-p'.
5309
5310 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5311
5312         * wl-folder (wl-folder-check-one-entity): Fix
5313         problem if unread is nil.
5314
5315 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5316
5317         * wl-address.el (wl-address-make-completion-list): Check whether
5318         the address is a group list.
5319         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5320
5321 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5322
5323         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5324         The number of the messages of new and unread does not count
5325         correctly.
5326
5327         * wl-summary.el (wl-summary-count-unread): Changed to return
5328         `(new . unread)' instead of total.
5329         (wl-summary-sync-update): Follow the change above.
5330
5331         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5332
5333 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5334
5335         * wl-address.el (wl-address-make-completion-list): Do not enclose
5336         address by " <" and ">" if associated realname is "".
5337         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5338         This is against the promblem with group list in .addresses pointed
5339         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5340
5341 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5342
5343         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5344         message is a format control string.
5345         * wl-expire.el (wl-expire-append-log): Ditto.
5346         * wl-mime.el (wl-summary-burst-subr): Ditto.
5347         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5348         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5349
5350 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5351
5352         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5353         wl.el (wl-check-variables): Rename from `wl-check-type'.
5354         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5355         (wl-check-variables-2): New function.
5356         (wl): Call `wl-check-variables-2'.
5357
5358 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5359
5360         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5361         after renaming folder in access group.
5362
5363 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5364
5365         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5366         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5367         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5368         (wl-message-buffer-prefetch): Rewrite.
5369         (wl-message-buffer-prefetch-idle-time): Removed.
5370         * wl-summary.el (wl-summary-redisplay-internal):
5371         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5372         Error check for `wl-message-buffer-prefetch-depht'.
5373
5374 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5375
5376         * Version number is increased to 2.9.5.
5377         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5378
5379 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5380
5381         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5382         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5383         Based on the patch written by
5384         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5385
5386 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5387
5388         * wl-draft.el (wl-draft-raw-send): Fix for
5389         `wl-news-send-pre-hook'
5390
5391 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5392
5393         * wl-utils.el (wl-message-id-function): New variable.
5394         * wl-draft.el (wl-draft-insert-required-fields):
5395         Use `wl-message-id-function'.
5396
5397 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5398
5399         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5400         * wl-utils.el (wl-draft-make-message-id-string):
5401         Use `wl-from' for domain part of Message-ID
5402         if `wl-message-id-use-wl-from' if non-nil.
5403         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5404
5405 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5406
5407         * wl.el (wl): Call `wl-check-type'
5408         Do not 'condition-case'.
5409
5410 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5411
5412         * wl.el (wl-check-type): New function.
5413         (wl-check-type-variables): New variable.
5414
5415 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5416
5417         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5418
5419 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5420
5421         * wl-draft.el (wl-smtp-password-key): New function.
5422         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5423         (wl-draft-send-mail-with-smtp): Ditto.
5424         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5425
5426 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5427
5428         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5429         * wl-utils.el (wl-unique-id-suffix): Remove.
5430
5431 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5432
5433         * Version number is increased to 2.9.4.
5434
5435 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5436
5437         * wl-utils.el (wl-unique-id-suffix): New variable.
5438         (wl-unique-id): Use `wl-unique-id-suffix'
5439
5440 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5441
5442         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5443         instead of `elmo-msgdb-search'.
5444
5445         * Version number is increased to 2.9.3.
5446
5447 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5448
5449         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5450
5451 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5452
5453         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5454         (wl-draft-dispatch-message): Changed for send-later.
5455         (wl-draft-queue-flush): Ditto.
5456         (wl-draft): Clear `wl-sent-message-queued'.
5457         (wl-draft-reedit): Ditto.
5458         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5459         * wl-vars.el (wl-draft-force-queuing): New variable.
5460         (wl-draft-force-queuing-mail): New variable.
5461         (wl-draft-force-queuing-news): New variable.
5462
5463 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5464
5465         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5466         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5467
5468 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5469
5470         * Version number is increased to 2.9.2.
5471
5472 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5473
5474         * wl-draft.el (wl-draft-elide-region): New user command.
5475         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5476
5477         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5478         command `wl-draft-elide-region'.
5479         * wl-mule.el: Ditto.
5480         * wl-xmas.el: Ditto.
5481
5482 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5483
5484         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5485         (wl-biff-check-folder-async): Removed needless let.
5486
5487 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5488
5489         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5490         wl-folder-get-elmo-folder.
5491         (wl-biff-check-folder): Set `biff' argument of
5492         `wl-folder-check-one-entity'.
5493         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5494
5495         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5496         (wl-folder-check-one-entity): Added `biff' argument;
5497         Setup `biff' slot of folder.
5498
5499         * Version number is increased to 2.9.1.
5500
5501 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5502
5503         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5504         comment out and fixed.
5505         (wl-fldmgr-add-completion-subr): Ditto.
5506
5507         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5508         and msgdb.
5509
5510         * wl.el (wl-toggle-plugged): Save summary view.
5511
5512 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5513
5514         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5515
5516 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5517
5518         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5519
5520 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5521
5522         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5523         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5524         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5525
5526         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5527         if it was failed.
5528         (wl-demo): Disable undo in the demo buffer.
5529
5530 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5531
5532         * wl-version.el (wl-version): Changed codename.
5533
5534         * Version number is increased to 2.9.0.
5535
5536 2001-12-14  Takuo KITAME <kitame@northeye.org>
5537
5538         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5539         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5540         (wl-folder-mark-as-read-all-current-entity): Ditto.
5541
5542 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5543
5544         * wl-vars.el (wl-from-width): Define as obsolete variable.
5545         (wl-subject-length-limit): Ditto.
5546
5547         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5548
5549         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5550         wl-summary-save-view.
5551
5552         * wl.el (wl-save-status): Ditto.
5553         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5554
5555         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5556         (wl-summary-exit): Follow the change above.
5557         (wl-summary-goto-folder-subr): Ditto.
5558
5559         * wl-folder.el (wl-folder-create-subr): Don't use
5560         `elmo-folder-creatable-p'.
5561
5562 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5563
5564         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5565
5566 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5567
5568         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5569         rather than bitmap on Emacs 21.
5570         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5571         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5572         for xbm if the new redisplay engine is not available.
5573
5574 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5575
5576         * wl-folder.el (wl-folder-init-hook): New hook.
5577         (wl-folder-init): Run `wl-folder-init-hook'.
5578
5579 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5580
5581         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5582
5583 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5584
5585         * wl-acap.el (wl-acap-cache-filename): New variable.
5586         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5587         (wl-acap-init): Use cache if no ACAP server found.
5588
5589 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5590
5591         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5592         `wl-acap-original-msgdb-dir'.
5593
5594         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5595         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5596
5597         * wl-mime.el (wl-mime-save-directory): Renamed from
5598         `wl-mime-save-dir'.
5599
5600 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5601
5602         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5603
5604         * wl-demo.el: Require `path-util'.
5605         (wl-demo-bitmap-mule-available-p): New internal variable.
5606         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5607         `module-installed-p' instead.
5608         (wl-demo-insert-image): Use *.img file for a bitmap image.
5609         (wl-demo): Don't call the ascii demo recursively.
5610
5611 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5612
5613         * Version number is increased to 2.7.7.
5614
5615 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5616
5617         * wl.el (wl-exit): Eliminated byte-compile warning.
5618
5619 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5620
5621         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5622         obsolete variable using `elmo-define-obsolete-variable'.
5623         (wl-fetch-confirm-threshold): Ditto.
5624         (wl-cache-prefetch-folder-type-list): Ditto.
5625         (wl-cache-prefetch-folder-list): Ditto.
5626
5627 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5628
5629         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5630         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5631         (wl-demo-insert-image): New function.
5632         (wl-demo-insert-text): New function.
5633         (wl-demo-image-type-alist): Redefine as a function.
5634         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5635         (wl-demo-with-temp-file-buffer): Removed.
5636         (wl-logo-xpm): Removed.
5637         (wl-logo-xbm): Removed.
5638         (wl-logo-bitmap): Removed.
5639
5640 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5641
5642         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5643         (wl-expire-localdir-get-folder-function): New user option.
5644         (wl-expire-localdir-get-folder): New function.
5645         (wl-expire-localdir-date): Ditto.
5646
5647 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5648
5649         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5650         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5651         Fixed unread number mismatch when all-unread < unread.
5652
5653 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5654
5655         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5656         (wl-fetch-confirm-threshold): Ditto.
5657
5658         * wl-summary.el (wl-summary-confirm-appends): Removed.
5659         (wl-summary-sync-update): Don't refer
5660         `wl-summary-update-confirm-threshold' (It is now abolished).
5661
5662         * wl-message.el (wl-message-display-internal): Don't refer
5663         `wl-fetch-confirm-threshold' (It is now abolished).
5664
5665 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5666
5667         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5668
5669 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5670
5671         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5672         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5673         Change default value to nil.
5674         (wl-summary-indent-length-limit): The value can be nil, nil means
5675         unlimited.
5676
5677         * wl-summary.el: Don't set limit for indent length if the value of
5678         wl-summary-indent-length-limit is nil.
5679         If the value of wl-summary-width is nil, it means only that the width
5680         of summary is unlimited (nil doesn't mean that the indent length is
5681         unlimited).
5682
5683         * wl-thread.el: Ditto.
5684
5685 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5686
5687         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5688         be nil, nil means never confirm.
5689         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5690
5691 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5692
5693         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5694         means unlimited).
5695
5696 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5697
5698         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5699         Use `with-temp-buffer'.
5700
5701 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5702
5703         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5704         with new backquote style).
5705         (wl-folder-get-entity-from-buffer): Ditto.
5706
5707 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5708
5709         * wl-version.el (nemacs-version): Eliminated.
5710         (wl-extended-emacs-version2): Ignore nemacs.
5711         (wl-extended-emacs-version3): Ditto.
5712
5713 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5714
5715         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5716         (wl-draft-add-in-reply-to): New variable.
5717         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5718         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5719         (wl-draft-yank-from-mail-reply-buffer): Use
5720         `wl-draft-add-in-reply-to'.
5721         (wl-draft-insert-current-message): Ditto.
5722
5723 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5724
5725         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5726         typo (kill->hide).
5727         (wl-message-buffer-prefetch-folder-type-list): Added elements
5728         `mark' and `cache' instead of `internal'.
5729
5730 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5731
5732         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5733         resume msgdb directory.
5734
5735 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5736
5737         * wl.el (wl-exit): Call `wl-acap-exit'.
5738
5739         * wl-summary.el (wl-summary-message-string): New function.
5740         (wl-summary-reedit): Use it.
5741         (wl-summary-resend-bounced-mail): Remove needless let.
5742         (wl-summary-supersedes-message): Ditto.
5743         (wl-summary-save): Ditto.
5744
5745         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5746         (wl-acap-init): Set it.
5747         (wl-acap-exit): New function.
5748
5749 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5750
5751         * wl.el (wl-init): Revert (require 'mime-setup). move from
5752         toplevel.
5753
5754 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5755
5756         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5757         local variables.  Add error when guess function return invalid
5758         value.
5759
5760 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5761
5762         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5763         Change local variable name.
5764         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5765         (wl-folder-get-newsgroups): Return nil when non-news folder.
5766         * wl-summary.el (wl-summary-write-current-folder): State through
5767         when guess-list return nil.
5768         (wl-summary-write-current-folder-functions): Fixed docstring.
5769
5770         * wl.el (wl-exit): Changed confirm message.
5771
5772         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5773         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5774
5775         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5776
5777 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5778
5779         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5780         user option (Renamed from wl-cache-prefetch-folder-type-list).
5781         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5782         from wl-cache-prefetch-folder-list).
5783
5784         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5785         Move to wl-vars.el.
5786         (wl-message-buffer-prefetch-p): Changed to enable
5787         `wl-message-buffer-prefetch-folder-list'.
5788
5789         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5790         `ignore-cache'.
5791
5792 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5793
5794         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5795         `part-top' and `part-bottom'.
5796         (wl-draft-config-sub-part-top): New function.
5797         (wl-draft-config-sub-part-bottom): New function.
5798
5799 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5800
5801         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5802
5803 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5804
5805         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5806
5807 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5808
5809         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5810
5811         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5812         (wl-summary-write-current-folder): Ditto.
5813
5814 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5815
5816         * wl-folder.el (wl-folder-get-newsgroups): Use
5817         `elmo-folder-newsgroups'.
5818
5819 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5820
5821         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5822         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5823         `wl-draft-config-sub-header-bottom'.
5824
5825 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5826
5827         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5828         localnews folder.
5829
5830 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5831
5832         * wl-summary.el (wl-summary-mode): Undo last change.
5833
5834         * wl-folder.el (wl-folder-mode): Ditto.
5835
5836 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5837
5838         * wl-summary.el (wl-summary-mode): Locally set
5839         truncate-partial-window-width to nil.
5840         (for XEmacs)
5841
5842         * wl-folder.el (wl-folder-mode): Ditto.
5843
5844 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5845
5846         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5847
5848 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5849
5850         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5851         number.
5852
5853         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5854
5855         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5856
5857         * Version number is increased to 2.7.6.
5858
5859 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5860
5861         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5862
5863 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5864
5865         * wl-summary.el (wl-summary-sync-update): Enclose network
5866         related portion with `unwind-protect'.
5867
5868 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5869
5870         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5871
5872 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5873
5874         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5875         element.
5876         * wl-vars.el (wl-message-body-button-alist): Ditto.
5877
5878         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5879         max match length.
5880         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5881
5882         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5883         for the max match length;
5884         Use 4th element value for the button string regexp group.
5885
5886         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5887         candidate exists, prompt to select.
5888
5889 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5890
5891         * wl-summary.el (wl-summary-jump-to-msg): Search before
5892         calibration point by `beginning-of-line'.
5893
5894 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5895
5896         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5897         for access group.
5898
5899 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5900
5901         * wl-message.el (wl-message-display-internal): Bind
5902         `default-mime-charset'.
5903
5904         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5905
5906         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5907
5908         * Version number is increased to 2.7.5.
5909
5910 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5911
5912         * wl-expire.el (wl-summary-archive): Fixed;
5913         Use `elmo-folder-name-internal'.
5914
5915 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5916
5917         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5918         from `elmo-folder-move-messages' caller.
5919         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5920
5921         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5922         related portions are changed).
5923
5924 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5925
5926         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5927         counter.
5928
5929 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5930
5931         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5932         buffer local and set it to nil.
5933
5934         * wl-message.el (wl-message-redisplay): Ditto.
5935
5936 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5937
5938         * wl-summary.el (wl-summary-mark-as-important): If message is
5939         already cached, set messag as read, otherwise encache and mark as read.
5940
5941 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5942
5943         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5944         point-min.
5945
5946 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5947
5948         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5949         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5950         a keymap.
5951
5952 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5953
5954         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5955         parent.
5956
5957         * wl-mule.el (wl-message-define-keymap): Ditto.
5958
5959         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5960
5961         * wl-xmas.el (wl-message-display-internal-hook): Define.
5962         (wl-xmas-setup-message-toolbar): Define as function.
5963         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5964         (wl-message-overload-functions): Abolished.
5965         (wl-message-define-keymap): New function.
5966
5967         * wl-vars.el (wl-message-display-internal-hook): New variable.
5968         (wl-message-header-button-alist): New variable (Renamed from
5969         wl-highlight-message-header-button-alist).
5970         (wl-message-body-button-alist): Ditto.
5971
5972         * wl-mule.el (wl-message-define-keymap): New function.
5973         (wl-message-overload-functions): Abolished.
5974
5975         * wl-message.el (wl-message-add-buttons-to-body): New function.
5976         (wl-message-redisplay): Don't call wl-message-overload-functions;
5977         Call wl-message-add-buttons-to-header and
5978         wl-message-add-buttons-to-body.
5979         (wl-message-display-internal): Set keymap argument for
5980         elmo-mime-display-as-is, elmo-mime-message-display;
5981         Run wl-message-display-internal-hook.
5982         (wl-message-refer-article-or-url): Abolished.
5983
5984         * wl-highlight.el (wl-highlight-headers): Don't call
5985         wl-highlight-message-add-buttons-to-header.
5986         (wl-highlight-message-add-buttons-to-header): Abolished.
5987
5988
5989         * wl-e21.el (wl-message-display-internal-hook): Define.
5990         (wl-e21-setup-toolbar): Deleted duplicated binding.
5991         (wl-e21-setup-message-toolbar): Define as function.
5992         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5993         (wl-message-define-keymap): New function.
5994         (wl-message-overload-functions): Abolished.
5995
5996 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5997
5998         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5999         and elmo-folder-close.
6000
6001         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6002
6003 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6004
6005         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6006         boolean value.
6007         * wl-draft.el (wl-draft-do-fcc): Ditto.
6008
6009 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6010
6011         * wl-vars.el (wl-fcc-force-as-read): New variable.
6012         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6013         mark copied message as read.
6014
6015 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6016
6017         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6018
6019 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6020
6021         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6022         `wl-summary-target-above' instead of obsolete variable
6023         `wl-summary-temp-above'.
6024
6025         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6026         instead of `make-obsolete-variable'.
6027         * wl-refile.el (toplevel): Ditto.
6028
6029 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6030
6031         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6032         with third argument t.
6033         (wl-draft): Set first argument for wl-plugged-init as t.
6034
6035         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6036         definition.
6037
6038 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6039
6040         * wl-vars.el: Tabify.
6041         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6042
6043         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6044         message.
6045
6046 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6047
6048         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6049         and set default to beep.
6050
6051 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6052
6053         * wl-vars.el (wl-draft-truncate-lines): New variable.
6054
6055         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6056         instead of wl-message-truncate-lines for truncate-lines.
6057
6058 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6059
6060         * wl-message.el (wl-message-display-internal): Call
6061         `wl-highlight-message' after `elmo-mime-display-as-is'.
6062
6063         * wl-mime.el (wl-mime-display-text/plain): New function.
6064         (wl-mime-display-header): Ditto.
6065         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6066         body-presentation-method for text/plain;
6067         Register `wl-mime-display-header' as a header-presentation-method;
6068         Don't set up `elmo-message-text-content-inserted-hook' and
6069         `elmo-message-header-inserted-hook'.
6070
6071         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6072         variable.
6073         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6074         as t if flag is 'all-header;
6075         Don't bind `elmo-message-ignored-field-list',
6076         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6077
6078 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6081         for xemacs with non-mule environment.
6082
6083 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6084
6085         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6086         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6087         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6088
6089 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6090
6091         * wl-vars.el (wl-interactive-send): Set default value as t.
6092
6093 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6094
6095         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6096         (wl-addrmgr-method-list): Abolished.
6097         (wl-addrmgr-change-method): Follow above change.
6098
6099         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6100
6101 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6102
6103         * wl-vars.el (wl-message-truncate-lines): Change default value
6104         to default-truncate-lines.
6105
6106         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6107
6108 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6109
6110         * wl-vars.el (wl-message-truncate-lines): New variable.
6111
6112         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6113         wl-message-truncate-lines.
6114
6115 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6116
6117         * wl-acap.el (wl-acap-init): Remove period from error message.
6118         (wl-acap-find-acap-service): Remove period from message.
6119
6120 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6121
6122         * wl.el (wl-check-environment): Undo last change.
6123
6124         * wl-vars.el (wl-from): Changed default value.
6125
6126         * wl-util.el (toplevel): Don't require tm-edit.
6127
6128         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6129         `wl-folder-init';
6130         Don't set mark on mail body.
6131         (wl-draft-reedit): Ditto.
6132
6133         * wl-address.el (wl-address-quote-specials): Define as an alias for
6134         elmo-address-quote-specials.
6135
6136 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6137
6138         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6139
6140         * wl-vars.el (wl-from): Set default value as nil.
6141         (wl-organization): Set default value as ORGANIZATION environment
6142         variable.
6143
6144         * wl-draft.el (wl-smtp-extension-bind): Check value of
6145         wl-smtp-connection-type.
6146
6147         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6148         error.
6149
6150 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6151
6152         * Version number is increased to 2.7.4.
6153
6154         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6155         arguments from `wl-highlight-x-face-function' caller.
6156         Use x-face-1.3.6.12 or later.
6157
6158 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6159
6160         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6161
6162 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6163
6164         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6165         (wl-fcc): Fix to accept function.
6166         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6167
6168 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6169
6170         * wl-acap.el (toplevel): Added `product-provide' declare.
6171         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6172
6173 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6174
6175         * wl.el (wl): Changed order of calling `elmo-init'
6176         and `elmo-folder-init'.
6177
6178 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6179
6180         * wl-mime.el (wl-summary-burst): Extract message when content-type
6181         of root entity is not only `multipart' but also `message/rfc822'.
6182         (wl-summary-burst-subr): Ditto.
6183
6184 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6185
6186         * wl-vars.el (toplevel): Require 'custom.
6187         (wl-trash-folder): Added to `wl-setting' group.
6188
6189         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6190         exists.
6191         (wl-addrmgr-draw): Insert empty line when no entry exists.
6192
6193         * wl-mule.el (wl-message-wheel-up): Fixed.
6194         (wl-message-wheel-down): Ditto.
6195
6196 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6197
6198         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6199         config is an anonymous lambda expression.
6200
6201 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6202
6203         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6204         when Mule 2 is running.
6205
6206 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6207
6208         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6209
6210 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6211
6212         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6213         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6214
6215         * wl-address.el (wl-address-specials-regexp): Eliminated.
6216         (wl-address-quote-specials): Rewrite.
6217
6218 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6219
6220         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6221         shy-groups for regexp.
6222
6223         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6224         character classes and Perl style shy-groups for regexp.
6225         (wl-highlight-plugged-current-line): Use Posix style character
6226         classes for regexp.
6227         (wl-e21-highlight-folder-by-numbers): Ditto.
6228         (wl-e21-display-image-p): Use `display-images-p' instead of
6229         `display-graphic-p'.
6230         (display-images-p): Make an alias to `display-graphic-p' if it is
6231         not available.  It is for Emacs version prior to 21.0.105.
6232
6233         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6234         `display-graphic-p'.
6235         (wl-demo-image-type-alist): Ditto.
6236         (display-images-p): Make an alias to `display-graphic-p' if it is
6237         not available.  It is for Emacs version prior to 21.0.105.
6238
6239 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6240
6241         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6242         support.
6243         (wl-generate-user-agent-string): Ditto.
6244
6245         * wl-version.el (wl-version): Update docsting.
6246         (wl-version-status): Ditto.
6247
6248 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6249
6250         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6251         21.0.105.  For Emacs 21.0.104 or earlier.
6252
6253 2001-09-03  Takuo KITAME <kitame@northeye.org>
6254
6255         * wl-e21.el (wl-plugged-init-icons): Use
6256         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6257         (wl-biff-init-icons): Ditto.
6258
6259 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6260
6261         * wl-highlight.el (wl-highlight-summary-current-line):
6262         Fixed highlighting refile/copy destination.
6263
6264         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6265         (wl-acap-store): Encode string by wl-acap-coding-system.
6266
6267 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6268
6269         * wl-acap.el (toplevel): Check and require 'un-define before
6270         'xemacs-ucs;
6271          Added checking for UTF-2000.
6272
6273 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6274
6275         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6276         Don't enclose with `eval-and-compile'.
6277
6278         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6279         wl-init is non-nil.
6280
6281         * wl-draft.el (wl-draft): Ditto.
6282
6283         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6284
6285         * wl-acap.el (toplevel): Require 'wl.
6286         (wl-acap-store): Call `elmo-init'.
6287
6288         * wl.el (wl): Changed position of `wl-check-environment'.
6289         (toplevel): Added autoload setting for wl-acap.
6290
6291         * wl-vars.el (wl-setting): New custom group.
6292         (wl-from): Added wl-setting group.
6293         (wl-user-mail-address-list): Ditto.
6294         (wl-organization): Ditto.
6295         (wl-subscribed-mailing-list): Ditto.
6296         (wl-envelope-from): Ditto.
6297         (wl-smtp-posting-user): Ditto.
6298         (wl-smtp-posting-server): Ditto.
6299         (wl-smtp-posting-port): Ditto.
6300         (wl-smtp-authenticate-type): Ditto.
6301         (wl-pop-before-smtp-user): Ditto.
6302         (wl-pop-before-smtp-server): Ditto.
6303         (wl-pop-before-smtp-port): Ditto.
6304         (wl-pop-before-smtp-authenticate-type): Ditto.
6305         (wl-nntp-posting-server): Ditto.
6306         (wl-nntp-posting-user): Ditto.
6307         (wl-nntp-posting-port): Ditto.
6308         (wl-fetch-confirm-threshold): Ditto.
6309         (wl-prefetch-threshold): Ditto.
6310         (wl-thread-insert-opened): Ditto.
6311         (wl-ldap-server): Ditto.
6312         (wl-ldap-port): Ditto.
6313         (wl-ldap-base): Ditto.
6314         (wl-ldap-objectclass): Ditto.
6315         (wl-use-ldap): Ditto.
6316         (wl-draft-config-alist): Ditto.
6317         (wl-draft-config-matchone): Ditto.
6318         (wl-template-alist): Ditto.
6319         (wl-message-sort-field-list): Ditto.
6320         (wl-message-ignored-field-list): Ditto.
6321         (wl-message-visible-field-list): Ditto.
6322         (wl-interactive-send): Ditto.
6323         (wl-summary-move-order): Ditto.
6324         (wl-auto-select-first): Ditto.
6325         (wl-auto-select-next): Ditto.
6326         (wl-interactive-save-folders): Ditto.
6327
6328         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6329         Initialization codes are moved from wl-local-folder-init.
6330         (wl-local-folder-init): Follow the change above.
6331         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6332
6333         * wl-acap.el: New file.
6334
6335         * Version number is increased to 2.7.3.
6336
6337 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6338
6339         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6340
6341 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6342
6343         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6344         (wl-addrmgr-address-entry-list): Ditto.
6345
6346 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6347
6348         * wl-e21.el (wl-draft-mode-map): Removed binding for
6349         `wl-draft-insert-x-face-field'.
6350
6351         * wl-mule.el (wl-draft-mode-map): Ditto.
6352
6353         * wl-xmas.el (wl-draft-mode-map): Ditto.
6354
6355         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6356         (wl-cs-autoconv): Ditto.
6357         (wl-cs-local): Ditto.
6358         (wl-use-scoring): Ditto.
6359         (wl-mime-charset): Ditto.
6360         (wl-folder-check-async): Ditto.
6361
6362         * wl.el (toplevel): Ignore nemacs and tm.
6363         (wl-exit): Ditto.
6364
6365         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6366         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6367         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6368         instead of wl-address-petname-add-or-change.
6369         (wl-summary-edit-addresses-subr): Use wl-address-delete
6370         instead of wl-address-petname-delete.
6371
6372         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6373
6374         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6375         if error occured.
6376
6377         * wl-message.el (require): Remove tm support.
6378
6379         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6380
6381         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6382         (wl-folder-jump-to-current-entity): Ditto.
6383         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6384
6385         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6386         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6387         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6388
6389         * wl-mule.el (wl-draft-key-setup): Ditto.
6390
6391         * wl-xmas.el (wl-draft-key-setup): Ditto.
6392
6393         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6394         (wl-draft-std11-parse-addresses): New function.
6395         (wl-draft-parse-mailbox-list): Use it.
6396         (wl-draft): Ignore nemacs.
6397         (wl-draft-reedit): Ditto.
6398
6399         * wl-addrmgr.el: New file.
6400         (Original is wl-rcpt.el written by
6401         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6402         Thanks Kitamoto-san.)
6403
6404         * wl-address.el (wl-address-make-address-list): Modified parsing
6405         process.
6406         (wl-address-delete): Renamed from `wl-address-petname-delete';
6407         Modify wl-address-list too.
6408         (wl-address-add-or-change): Renamed from
6409         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6410
6411 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6412
6413         * wl-highlight.el (wl-highlight-summary-current-line):
6414           Work with transient-mark-mode
6415
6416 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6417
6418         * Version number is increased to 2.7.2.
6419
6420         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6421         instead of elmo-dop-queue-method.
6422
6423 2001-08-06  SAITO Atsunori <sai@yedo.com>
6424
6425         * wl-vars.el (wl-ldap-objectclass): New user option.
6426
6427         * wl-address.el (wl-ldap-make-filter): Use it.
6428
6429 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6430
6431         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6432
6433 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6434
6435         * wl-folder.el (wl-folder): redisplay after folder insertion.
6436
6437         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6438
6439         * wl-summary.el (wl-summary-sync-update):
6440         Change status mark only when new-msgdb exists.
6441         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6442
6443 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6444
6445         * wl-summary.el (wl-summary-open-folder): New function.
6446         (wl-summary-goto-folder-subr): Use it.
6447         (wl-summary-mark-as-important): Fix;
6448         Encache only when no cache exists.
6449
6450 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6451
6452         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6453         Use with-current-buffer.
6454
6455 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6456
6457         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6458         before call `get-buffer'. Fixed parenthesis.
6459         (wl-score-get-header-entry): Clear message and help window when
6460         keyboard quit.
6461         (wl-score-edit-insert-header): Ditto.
6462
6463 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6464
6465         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6466         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6467         (wl-default-draft-cite): Fix.
6468
6469         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6470         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6471
6472 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6473
6474         * wl-message.el (wl-message-prev-page): Do same bahavior
6475         as summary when it is called in the message buffer.
6476         (wl-message-next-page): Ditto.
6477
6478 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6479
6480         * wl-summary.el (wl-summary-forward): Use cache if it is not
6481         section cache.
6482
6483 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6484
6485         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6486         Removed redundant require of elmo-vars.
6487         (wl-biff-state-indicator-on): Changed default value for
6488         xemacs with non-mule environment.
6489
6490         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6491         wl-message-buffer is nil;
6492         Hide progress bar after moving messages.
6493
6494 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6495
6496         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6497         message at cursor point is deleted.
6498
6499 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6500
6501         * wl-vars.el: Changed file coding system to euc-japan.
6502         Added -*-coding:-*- magic to the first line.
6503
6504         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6505         Search parent from the first message.
6506
6507         * Version number is increased to 2.7.1.
6508
6509 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6510
6511         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6512
6513 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6514
6515         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6516         refile/delete execution.
6517
6518         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6519         Fixed docstring.
6520
6521 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6522
6523         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6524         do update process;
6525         Don't update marks when update process is interrupted.
6526
6527 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6528
6529         * wl-summary.el (wl-summary-reply): Fixed problem when
6530         wl-draft-use-frame is non-nil.
6531         (wl-summary-forward): Ditto.
6532
6533         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6534         as nil.
6535         (wl-folder-mark-as-read-all-entity): Ditto.
6536         (wl-folder-prefetch-entity): Ditto.
6537
6538         * wl.el (wl): Check environment before wl-init.
6539
6540         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6541         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6542         instead of wl-summary-collect-unread.
6543         (wl-summary-reply): Split message window.
6544
6545 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6546
6547         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6548         only if current language environment is japanese,
6549
6550         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6551         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6552         (wl-folder-goto-folder-subr): Ditto.
6553
6554         * wl-draft.el (wl-draft-dispatch-message): Call
6555         `elmo-file-cache-get-path'.
6556
6557 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6558
6559         * wl-summary.el (wl-summary-cursor-move): If return value of
6560         wl-summary-next-message is not number, don't jump.
6561
6562 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6563
6564         * wl-summary.el (wl-summary-buffer-next-message-function): New
6565         variable.
6566         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6567         if it is bound.
6568
6569         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6570         string.
6571
6572         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6573         (wl-plugged-drawing): Ditto.
6574
6575 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6576
6577         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6578         process.
6579         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6580         with unwind-protect.
6581
6582         * wl.el (wl-init): Require mime-setup.
6583         (wl-check-environment): Don't require mime-setup.
6584
6585         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6586         instead of elmo-folder-type.
6587
6588         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6589         value as nil.
6590
6591 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6592
6593         * Version number is increased to 2.7.0.
6594
6595         * wl-version.el (wl-version): Changed codename.
6596
6597         * wl-summary.el (wl-summary-delete-cache): Fixed.
6598
6599         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6600         Workaround for net folders.
6601         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6602
6603         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6604         value to nil (According to the patch from
6605         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6606
6607         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6608         of elmo-folder-close.
6609
6610 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6611
6612         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6613         for postfix.
6614
6615 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6616
6617         * wl-summary.el (wl-summary-resend-message): Fixed.
6618
6619         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6620         Call wl-draft with `from' argument if its address is included in
6621         `wl-user-mail-address-list'.
6622         (wl-draft): Added `from' argument.
6623
6624         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6625         non-nil.
6626         (wl): Don't show demo if wl-demo is nil.
6627
6628         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6629         wl-summary-use-frame.
6630
6631         * wl-vars.el (wl-summary-use-frame): New user option.
6632         (wl-folder-use-frame): Changed docstring.
6633
6634         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6635         non-nil.
6636         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6637         wl-summary-use-frame.
6638
6639         * wl-vars.el (wl-folder-use-frame): New user option.
6640
6641         * wl-summary.el (wl-summary-exit): Back to folder frame if
6642         wl-folder-use-frame is non-nil.
6643         (wl-summary-redisplay-internal): Ignore cache if current folder
6644         is draft folder,
6645         (wl-summary-redisplay-no-mime): Ditto.
6646         (wl-summary-redisplay-all-header): Ditto.
6647
6648         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6649         if wl-folder-use-frame is non-nil.
6650
6651 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6652
6653         * wl-summary.el (wl-summary-sync-update): Bind
6654         elmo-folder-update-threshold.
6655         (wl-summary-mark-as-important): Enclosed server mark processing
6656         with `save-match-data'.
6657
6658         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6659         only when it is already defined.
6660
6661 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6662
6663         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6664         name of folder exclude localdir is wrong.
6665         * wl-folder.el (wl-folder-sync-entity):
6666         Set `wl-summary-always-sticky-folder-list' as nil.
6667         (wl-folder-mark-as-read-all-entity): Ditto.
6668         (wl-folder-prefetch-entity): Ditto.
6669
6670 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6671
6672         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6673         instead of `wl-summary-write-current-newsgroup'.
6674
6675 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6676
6677         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6678         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6679         non-nil and selected message is important, do not display.
6680
6681 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6682
6683         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6684
6685 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6686
6687         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6688
6689         * wl-summary.el (wl-summary-mark-as-important): Set message number
6690         using wl-summary-message-number.
6691
6692 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6693
6694         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6695         destination folder is 'null.
6696
6697 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6698
6699         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6700         New function.
6701         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6702         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6703         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6704
6705 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6706
6707         * wl-mime.el (wl-mime-setup): Added setting for
6708         `mime-setup-signature-key-alist' to avoid overriding key bind for
6709         `wl-draft-send'.
6710
6711         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6712         for `wl-draft-send'.
6713         * wl-mule.el (wl-draft-overload-functions): Ditto.
6714         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6715         * wl-draft.el (wl-draft-send): Ditto.
6716
6717         * wl-message.el (wl-message-display-internal):
6718         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6719         (Patch is provided by <kita@coe.nttdata.co.jp>).
6720
6721 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6722
6723         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6724
6725 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6726
6727         * wl.el (wl): Fix for wl-demo.
6728
6729 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6730
6731         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6732
6733 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6734
6735         * wl-folder.el (wl-folder-prefetch-entity): Use
6736         `wl-folder-get-elmo-folder'.
6737         (wl-folder-count-incorporates): Do not use
6738         `wl-folder-get-elmo-folder'.
6739
6740 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6741
6742         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6743         instead of `elmo-folder-get-type'.
6744
6745 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6746
6747         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6748         position on Subject: field.
6749         (Advised by Mito <mit@nines.nec.co.jp>)
6750
6751 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6752
6753         * wl-folder.el (wl-folder-prefetch-entity): Use
6754         `wl-folder-get-elmo-folder'.
6755
6756 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6757
6758         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6759
6760         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6761         `process-duplicates' slot.
6762
6763         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6764         if detection failed.
6765
6766 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6767
6768         * wl-version.el (wl-version-status): Set to "alpha".
6769
6770 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6771
6772         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6773         Check wl-message-buffer lives before set-buffer.
6774
6775 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6776
6777         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6778         called in folder mode.
6779         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6780         * wl-summary.el (wl-summary-exit-pre-hook): Run
6781         `wl-summary-exit-pre-hook' before exit summary mode.
6782
6783 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6784
6785         * wl-version.el (wl-version-status): New variable.
6786         (wl-version-status-alist): Removed.
6787         (wl-version-status): Rule included.
6788
6789 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6790
6791         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6792         @sponichi.
6793
6794         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6795         when `mail-reply-buffer' is buffer-local variable.
6796         (Reported by <kita@coe.nttdata.co.jp>).
6797
6798 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6799
6800         * wl-vars.el (toplevel): Require 'elmo-util.
6801
6802 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6803
6804         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6805         (All other related portions are changed)
6806
6807         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6808
6809         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6810
6811 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6812
6813         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6814
6815 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6816
6817         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6818         Delete other windows to avoid an error.
6819         Use `point-marker' instead of `point' to remember the start point
6820         of body.
6821
6822         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6823
6824         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6825         number not to exceed all message number.
6826
6827 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6828
6829         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6830         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6831
6832 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6833
6834         * wl-summary.el (wl-summary-sync-force-update): Added argument
6835         no-check.
6836         (wl-summary-sync-update): Ditto.
6837         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6838         with `no-check'.
6839
6840         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6841         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6842         already running.
6843
6844 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6845
6846         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6847         `dst-folder-arg'.
6848         (wl-expire-archive-number1): Diito.
6849         (wl-expire-archive-number2): Diito.
6850         (wl-expire-archive-Date): Diito.
6851         (wl-archive-number1): Diito.
6852         (wl-archive-number2): Diito.
6853         (wl-archive-date): Diito.
6854         (wl-archive-folder-p): New function.
6855         (wl-summary-expire): Support of expand folder name at
6856         wl-expire-alist.
6857         * wl-util.el (wl-expand-newtext): Renamed from
6858         `wl-refile-expand-newtext'.
6859
6860 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6861
6862         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6863         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6864         `(elmo-msgdb-get-overview msgdb)'.
6865         (wl-summary-prefetch): Bind match data before call
6866         `wl-summay-prefetch-msg'.
6867         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6868         'off if `wl-summary-buffer-disp-msg' is non-nil.
6869         Fixed problem that couldn't show only one new or unread message when
6870         enter folder.
6871         (wl-summary-reply): Don't call `split-window-vertically' and other
6872         window.
6873
6874 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6875
6876         * wl-expire.el (wl-expire-refile): Fixed.
6877
6878 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6879
6880         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6881
6882         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6883         biff notification is removed.
6884
6885         * wl.el (wl): Changed position of `elmo-init'.
6886
6887         * wl-draft.el (wl-default-draft-cite): Use date field
6888         on the citation buffer.
6889
6890         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6891
6892         * wl-xmas.el (wl-folder-internal-icon-list): Added
6893         `wl-folder-shimbun-image'.
6894
6895         * wl-e21.el (wl-folder-internal-icon-list): Added
6896         `wl-folder-shimbun-image'.
6897
6898 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6899
6900         * wl.el (wl-init): Eliminated argument.
6901         (wl): Rewrite.
6902
6903         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6904         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6905         instead of `elmo-folder-msgdb-internal'.
6906         (wl-summary-sync-update): Ditto.
6907         (wl-summary-flush-pending-append-operations): Eliminated.
6908         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6909         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6910         `elmo-folder-open'.
6911
6912         * wl-mime.el (wl-summary-burst): Fixed.
6913
6914         * wl-folder.el (wl-folder-info-save): Check data type.
6915
6916         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6917         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6918         instead of `elmo-folder-msgdb-internal'.
6919         (wl-expire-hide): Ditto.
6920
6921
6922         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6923
6924 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6925
6926         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6927
6928 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6929
6930         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6931
6932 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6933
6934         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6935         Fixed `match-beginning' argument mismatch.
6936
6937 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6938
6939         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6940         the default value.
6941
6942 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6943
6944         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6945         instead of `elmo-nntp-default-port'.
6946
6947         * wl-vars.el: Fixed some doc strings.
6948
6949 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6950
6951         * wl-summary.el (wl-summary-prefetch-msg): Use
6952         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6953
6954         * wl-vars.el: Define *-func as obsolete variable using
6955         `elmo-define-obsolete-variable'.
6956
6957         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6958         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6959         instead of `wl-message-buffer-prefetch-threshold'.
6960
6961         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6962
6963         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6964
6965         * wl-draft.el (wl-caesar-region-func): Ditto.
6966
6967         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6968         Keep unread status in elmo-folder-move-messages.
6969         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6970
6971 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6972
6973         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6974         `wl-summary-buffer-exit-func'
6975         (wl-summary-buffer-message-redisplay-function): Renamed from
6976         `wl-summary-buffer-message-redisplay-func'
6977         (wl-summary-buffer-next-folder-function): Renamed from
6978         `wl-summary-buffer-next-folder-func'.
6979         (wl-summary-buffer-prev-folder-function): Renamed from
6980         `wl-summary-buffer-prev-folder-func'.
6981         (wl-summary-get-petname-function): Renamed from
6982         `wl-summary-get-petname-func'.
6983
6984         * wl-score.el (wl-score-edit-exit-function): Renamed from
6985         `wl-score-edit-exit-func'.
6986
6987         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6988         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6989
6990         * wl-util.el (wl-load-profile-function): Renamed from
6991         `wl-load-profile-func'.
6992
6993         * wl-folder.el (wl-folder-completion-function): Renamed from
6994         `wl-folder-completion-func'.
6995         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6996
6997         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6998         `wl-expire-archive-get-folder-func'.
6999         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7000         (wl-draft-send-mail-function): Renamed from
7001         `wl-draft-send-mail-func'.
7002         (wl-draft-send-news-function): Renamed from
7003         `wl-draft-send-news-func'.
7004         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7005         (wl-generate-mailer-string-function): Renamed from
7006         `wl-generate-mailer-string-func'.
7007         (wl-highlight-signature-search-function): Renamed from
7008         `wl-highlight-signature-search-func'.
7009         (wl-highlight-x-face-function): Renamed from
7010         `wl-highlight-x-face-func'
7011         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7012         (wl-ps-print-buffer-function): Renamed from
7013         `wl-ps-print-buffer-func'
7014         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7015         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7016         (wl-summary-subject-filter-function): Renamed from
7017         `wl-summary-subject-filter-func'.
7018
7019         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7020         `wl-draft-queue-flush-send-func'
7021         (wl-draft-cite-function): Renamed from
7022         `wl-draft-cite-func'
7023
7024         * wl-address.el (wl-address-init-function): Renamed from
7025         `wl-address-init-func'.
7026
7027 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7028
7029         * wl-draft.el (wl-draft-queue-flush): Don't call
7030         `elmo-dop-unlock-message'.
7031         * wl-draft.el (wl-draft-queue-append): Don't call
7032         `elmo-dop-lock-message'.
7033
7034         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7035         (wl-summary-buffer-folder-name): Ditto.
7036         (wl-summary-message-regexp): Added '-' (all other related portions
7037         are changed).
7038         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7039         wl-summary-buffer-folder-name.
7040
7041 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7042
7043         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7044         the number of mails in the folder buffer is not updated by wl-biff.
7045
7046 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7047
7048         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7049         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7050
7051 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7052
7053         * wl-summary.el (wl-summary-next-message):
7054         Return next message number when wl-summary-move-order is nil.
7055
7056 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7057
7058         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7059         `wl-summary-move-spec-alist'.
7060         (wl-summary-move-spec-unplugged-alist): New variable
7061         (Move spec for unplugged status).
7062         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7063         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7064
7065 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7066
7067         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7068         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7069
7070 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7071
7072         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7073         simple quotation to quote the anonymous function.
7074         * tm-wl.el (wl-draft-preview-message): Ditto.
7075
7076 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7077
7078         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7079         Eliminate redundant `save-excursion'.
7080         (wl-highlight-summary-current-line): Ditto.
7081
7082         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7083         accessing match data when `looking-at' failed.
7084
7085         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7086         `elmo-match-string' where users don't care about the speed.
7087         (wl-draft-save): Ditto.
7088
7089 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7090
7091         * wl-util.el (wl-regexp-opt): New function.
7092
7093         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7094         number from `wl-summary-buffer-number-list'.
7095         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7096         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7097         (wl-summary-move-spec-alist): Changed default setting.
7098
7099 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7100
7101         * wl-vars.el (wl-biff-notify-hook): New hook.
7102         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7103         the arrival of new mail.
7104         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7105         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7106
7107 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7108
7109         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7110
7111 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7112
7113         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7114
7115         * Version number is increased to 2.5.8.
7116
7117         * wl-thread.el (toplevel): require 'cl.
7118         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7119         (wl-thread-make-number-list): New function.
7120         (wl-thread-entity-make-number-list-from-children): Ditto.
7121         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7122         (wl-thread-entity-insert-as-children): Likewise.
7123         (wl-thread-delete-message): Likewise.
7124         (wl-meaning-of-mark): Eliminated.
7125         (wl-thread-next-failure-mark-p): Ditto.
7126         (wl-thread-entity-get-mark): Ditto.
7127         (wl-thread-meaning-alist-get-result): Ditto.
7128         (wl-thread-entity-check-prev-mark): Ditto.
7129         (wl-thread-entity-check-next-mark): Ditto.
7130         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7131         (wl-thread-entity-get-prev-marked-entity): Ditto.
7132         (wl-thread-get-prev-unread): Ditto.
7133         (wl-thread-jump-to-prev-unread): Ditto.
7134         (wl-thread-get-next-unread): Ditto.
7135         (wl-thread-jump-to-next-unread): Ditto.
7136         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7137         (wl-thread-entity-get-next-marked-entity): Ditto.
7138
7139         * wl-summary.el (wl-summary-buffer-number-list):
7140         New bufer-local variable.
7141         (wl-summary-switch-to-clone-buffer): Clone
7142         `wl-summary-buffer-number-list'.
7143         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7144         (wl-summary-cursor-move-regex): Eliminated.
7145         (wl-summary-cursor-up): Rewrite.
7146         (wl-summary-cursor-down): Ditto.
7147         (wl-summary-mode-spec-alist): New variable.
7148         (wl-summary-next-message): New inline function.
7149         (wl-summary-cursor-move): New function.
7150         (wl-summary-default-get-next-msg): Rewrite.
7151         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7152         (wl-summary-rescan): Ditto.
7153         (wl-summary-sync-all-init): Ditto.
7154         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7155         summary is not thread view.
7156         (wl-summary-sync-update): Ditto.
7157         (wl-summary-rescan): Ditto.
7158         (wl-summary-make-number-list): New function.
7159
7160         * wl-draft.el: "FCC" -> "Fcc".
7161
7162 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7163
7164         * wl-highlight.el (wl-highlight-summary-window):
7165         Call `set-buffer-modified-p'.
7166
7167         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7168         (wl): Call `elmo-init' and fix.
7169
7170         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7171         Use new variables.
7172
7173         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7174
7175 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7176
7177         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7178
7179 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7180
7181         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7182
7183 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7184
7185         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7186         `wl-use-toolbar' nor `display-graphic-p'.
7187         (wl-e21-setup-message-toolbar): Ditto.
7188         (wl-e21-setup-summary-toolbar): Ditto.
7189         (wl-e21-setup-folder-toolbar): Ditto.
7190
7191         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7192         (wl-plugged-init-icons): Ditto.
7193
7194         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7195         `display-graphic-p'.
7196         (wl-plugged-set-folder-icon): Ditto.
7197         (wl-highlight-plugged-current-line): Ditto.
7198         (wl-highlight-folder-current-line): Ditto.
7199         (wl-e21-highlight-folder-group-line): Ditto.
7200         (wl-e21-setup-toolbar): Ditto.
7201         (wl-e21-display-image-p): New macro.
7202
7203         * wl-demo.el (wl-demo): Simplified.
7204         (wl-demo-image-type-alist): Use `image-type-available-p' for
7205         checking whether the image type `xbm' is available.
7206
7207 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7208
7209         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7210         (wl-summary-input-range): Ditto.
7211
7212 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7213
7214         * wl-summary.el (wl-summary-edit-addresses): Use
7215         `wl-summary-get-original-buffer'
7216         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7217         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7218         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7219         (wl-summary-get-newsgroups): Eliminated.
7220         (wl-summary-set-crosspost): Ditto.
7221         (wl-summary-is-crosspost-folder): Ditto.
7222         (wl-crosspost-alist-load): Ditto.
7223         (wl-crosspost-alist-save): Ditto.
7224
7225         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7226         `elmo-setup-subscribed-newsgroups' instead of
7227         `elmo-nntp-make-groups-hashtb'.
7228         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7229         instead of `wl-crosspost-alist-save'.
7230
7231         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7232         of `elmo-folder-message-appendable-p'.
7233         (wl-mime-header-presentation-method): Eliminated.
7234
7235         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7236         (Error occurs in emacs21).
7237
7238         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7239         the current buffer).
7240
7241         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7242         instead of `wl-crosspost-alist-save'.
7243         (wl-init): `elmo-crosspost-message-alist-load'
7244         instead of `wl-crosspost-alist-load'
7245
7246         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7247         (wl-parse-newsgroups): Likewise.
7248         (wl-biff-notify): Run `wl-biff-notify-hook'.
7249
7250 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7251
7252         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7253
7254         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7255         when `wl-summary-lazy-highlight' is non-nil.
7256         (wl-summary-goto-folder-subr): Highlight only when
7257         `wl-summary-lazy-highlight' is non-nil.
7258
7259         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7260         Don't display progress and highlight temp-mark when
7261         `wl-summary-lazy-highlight' is non-nil.
7262         (wl-highlight-summary-window): New function.
7263         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7264
7265 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7266
7267         * wl-summary.el (wl-summary-sync): Change `all-visible'
7268         from `all-shown'
7269         (wl-summary-input-range): Ditto.
7270
7271 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7272
7273         * wl-e21.el (wl-highlight-folder-current-line): Call
7274         `wl-folder-init-icons' when folder icons have not been initialized.
7275
7276         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7277
7278         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7279         (wl-demo-image-type-alist): New macro.
7280
7281 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7282
7283         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7284         display does not support graphics.
7285         (wl-plugged-init-icons): Ditto.
7286         (wl-folder-init-icons): Ditto.
7287
7288         * wl-demo.el (wl-demo): Chech closely whether the display
7289         supports graphics.
7290
7291 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7292
7293         * wl-summary.el (wl-summary-get-original-buffer): New function.
7294         (wl-summary-set-crosspost): Use it.
7295         (wl-summary-target-mark-uudecode): Ditto.
7296         (wl-summary-reedit): Ditto.
7297         (wl-summary-resend-bounced-mail): Ditto.
7298         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7299         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7300
7301         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7302         (wl-message-display-internal): Ditto.
7303
7304 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7305
7306         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7307
7308 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7309
7310         * wl-summary.el (wl-summary-save-view): Renamed from
7311         `wl-summary-save-status'.
7312
7313 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7314
7315         * wl-summary.el (wl-summary-sync): Added `all-shown'
7316
7317 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7318
7319         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7320
7321 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7322
7323         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7324
7325 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7326
7327         * wl-highlight.el (wl-highlight-summary-line-string): Use
7328         `zerop' instead of `= 0'.
7329         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7330
7331         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7332         for comparing numbers.
7333         (wl-template-prev): Use `zerop' instead of `eq 0'.
7334
7335         * wl-draft.el (wl-draft-insert-current-message): Use
7336         `with-current-buffer' instead of `save-excursion'.
7337         Use `zerop' instead of `eq 0'.
7338
7339 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7340
7341         * wl-draft.el (wl-draft-insert-ccs): New function.
7342         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7343         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7344
7345 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7346
7347         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7348
7349 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7350
7351         * wl-expire.el (wl-expire-refile): Don't call
7352         elmo-msgdb-add-msgs-to-seen-list;
7353         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7354         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7355
7356 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7357
7358         * wl-message.el (wl-message-prev-page): Ignore errors while
7359         scroll-down.
7360
7361 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7362
7363         * wl-mime.el: Use elmo-original-message-mode instead of
7364         mmelmo-original-mode.
7365
7366         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7367         `elmo-folder-get-spec';
7368         (wl-fldmgr-add-completion-all-completions):
7369         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7370
7371         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7372         of `elmo-folder-get-type'.
7373
7374         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7375         `elmo-folder-get-spec';
7376         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7377         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7378         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7379         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7380         `elmo-read-msg-no-cache';
7381         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7382         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7383         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7384         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7385         `elmo-cache-save';
7386         (wl-draft-reedit): Use `elmo-message-file-name'.
7387
7388         * wl-expire.el: Use `elmo-folder-name-internal';
7389         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7390         Use macro `wl-summary-buffer-msgdb' instead of variable
7391         `wl-summary-buffer-msgdb';
7392         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7393         Use macro `wl-summary-buffer-folder-name' instead of variable
7394         `wl-summary-buffer-folder-name'.
7395         * wl-score.el: Likewise.
7396
7397         * wl-message.el: Rewrite for new message buffer cache mechanism.
7398         (wl-message-buffer-cache-buffer-get): New macro.
7399         (wl-message-buffer-cache-folder-get): Ditto.
7400         (wl-message-buffer-cache-message-get): Ditto.
7401         (wl-message-buffer-cache-entry-make): Ditto.
7402         (wl-message-buffer-cache-hit): Ditto.
7403         (wl-message-buffer-cache-sort): New function.
7404         (wl-message-buffer-cache-add): Ditto.
7405         (wl-message-buffer-cache-delete): Ditto.
7406         (wl-message-buffer-cache-clean-up): Ditto.
7407         (wl-message-buffer-window): Rewrite.
7408         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7409         (wl-message-buffer-display): New function.
7410         (wl-message-display-internal): New function.
7411
7412 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7413
7414         * wl-folder.el: Use `elmo-folder-name-internal';
7415         Use `wl-folder-get-elmo-folder';
7416         Use `elmo-folder-list-messages' instead of
7417         `elmo-list-folder';
7418         Use `elmo-folder-get-primitive-list' instead of
7419         `elmo-folder-get-primitive-spec-list';
7420         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7421         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7422         Use `elmo-folder-create' instead of `elmo-create-folder'.
7423         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7424         (wl-folder-get-elmo-folder): New macro.
7425         (wl-folder-elmo-folder-cache-get): Ditto.
7426         (wl-folder-elmo-folder-cache-put): Ditto.
7427         (wl-folder-suspend): Call `elmo-quit'.
7428
7429         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7430         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7431         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7432         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7433         (toplevel): require 'cl.
7434         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7435
7436         * wl-summary.el: Rewrite to use new elmo interface.
7437
7438 \f
7439 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7440
7441         * wl-mime.el (wl-draft-preview-message):
7442         Run `wl-draft-send-hook' before collecting recipients information;
7443         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7444
7445         * tm-wl.el (wl-draft-preview-message): Ditto.
7446
7447 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7448
7449         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7450         wrong recipients are displayed when forwarded message.
7451
7452 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7453
7454         * Version number is increased to 2.5.7.
7455
7456 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7457
7458         * wl-message.el (wl-message-next-page): Bind
7459         `window-pixel-scroll-increment' to nil while scrolling up.
7460
7461 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7462
7463         * wl-vars.el (wl-save-hook): New hook.
7464         * wl.el (wl-save): Call `wl-save-hook'.
7465
7466 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7467
7468         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7469         Argument WITH-ARG instead of NO-ARG (negative mean).
7470         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7471         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7472         * wl-message.el (wl-message-follow-current-entity): Likewise.
7473
7474 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7475
7476         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7477         FROM was optional argument.
7478         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7479
7480 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7481
7482         * Version number is increased to 2.5.6.
7483
7484 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7485
7486         * wl-version.el (wl-version-show): Removed.
7487         (wl-version): Add `interactive'.
7488
7489 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7490
7491         * wl-summary.el (wl-summary-get-petname-func): New variable.
7492         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7493         instead of `wl-address-get-petname-1'.
7494         (wl-summary-simple-from): Ditto.
7495
7496         * wl-address.el (wl-address-get-petname-1): Define as function.
7497
7498 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7499
7500         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7501         field in the original message.
7502         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7503
7504 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7505
7506         * wl-expire.el (wl-expire-hide):
7507         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7508
7509 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7510
7511         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7512         find decoder for To, Cc, and Subject.
7513
7514 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7515
7516         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7517         for checking `elmo-use-buffer-cache'.
7518         (wl-summary-mark-as-important): Fixed typo in comment.
7519
7520 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7521
7522         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7523         field in the original message.
7524         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7525
7526 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7527
7528         * wl-expire.el (wl-expire-hide):
7529         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7530
7531 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7532
7533         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7534         find decoder for To, Cc, and Subject.
7535
7536 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7537
7538         * Version number is increased to 2.5.5.
7539
7540         * wl-address.el (wl-address-specials-regexp): New constant.
7541         (wl-address-quote-specials): Use it.
7542
7543 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7544
7545         * wl-summary.el (wl-summary-rescan):
7546         Call `wl-summary-buffer-number-column-detect'.
7547         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7548
7549         * wl-message.el (wl-message-mode-map): Define.
7550         (wl-message-decode): Use it as local-map.
7551
7552 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7553
7554         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7555         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7556
7557 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7558
7559         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7560
7561         * wl-mule.el (wl-read-event-char): Ditto.
7562
7563         * wl-e21.el (wl-read-event-char): Ditto.
7564
7565         * wl-nemacs.el (wl-read-event-char): Ditto.
7566         (read-event): Removed.
7567
7568         * wl-util.el (toplevel): Removed dummy definition of
7569         `read-event'.
7570         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7571
7572 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7573
7574         * wl-nemacs.el (elmo-archive-call-process): Moved to
7575         elmo-archive.el.
7576
7577 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7578
7579         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7580         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7581
7582         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7583         instead of magic-number 6.  Use `not' instead of `null' for symbol
7584         `nil' check (not empty list).
7585         (wl-draft-insert-x-face-field): Fixed paren style.
7586
7587         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7588         one-branch conditional statement, instead of `and' and `if'.
7589         (wl-draft-forward): Likewise.
7590         (wl-draft-add-references): Likewise.
7591         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7592
7593         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7594         conditional steatment.  Use `cond' instead of `if'.
7595         (wl-draft-confirm): Likewise.
7596
7597 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7598
7599         * wl-version.el (wl-version-show): Use `product-string-1'
7600         instead of `wl-version'.
7601         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7602
7603         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7604
7605 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7606
7607         * wl-highlight.el (wl-highlight-headers): Revert
7608         `wl-highlight-x-face-func' argument (`beg' and `end').
7609
7610 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7611
7612         * wl.el (toplevel): Move `product-provide' declare.
7613         * wl-demo.el (toplevel): Ditto.
7614         * wl-dnd.el (toplevel): Ditto.
7615         * wl-highlight.el (toplevel): Ditto.
7616         * wl-message.el (toplevel): Ditto.
7617         * wl-refile.el (toplevel): Ditto.
7618         * wl-util.el (toplevel): Ditto.
7619
7620 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7621
7622         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7623         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7624         (wl-thread-close-all): keep cursor position.
7625
7626 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7627
7628         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7629         (eq x 0).
7630         (wl-generate-user-agent-string-1): Fix conditional statement.
7631
7632 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7633
7634         * wl.el (wl-check-environment): Additional check for
7635         'wl-local-domain' and `wl-message-id-domain'.
7636
7637 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7638
7639         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7640
7641 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7642
7643         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7644         instead of `smtp-sasl-user-realm'.
7645
7646 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7647
7648         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7649
7650 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7651
7652         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7653         to the default value as well as `eword-lexical-analyzer'.
7654
7655 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7656
7657         * wl-version.el (wl-extended-emacs-version,
7658         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7659         `elmo-match-string' instead of `wl-match-string'.
7660
7661 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7662
7663         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7664         docstring.
7665
7666 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7667
7668         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7669
7670 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7671
7672         * wl-highlight.el (wl-highlight-headers): Remove
7673         `wl-highlight-x-face-func' argument (`beg' and `end').
7674
7675 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7676
7677         * wl-summary.el (wl-summary-mark-as-important):
7678         Remove cache if folder is local.
7679
7680 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7681
7682         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7683         to get existing e-mail address string.
7684
7685 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7686
7687         * wl-version.el (wl-generate-user-agent-string): Commentary.
7688         (wl-generate-user-agent-string-1): Use `when' for
7689         one-branch conditional statement, instead of `and' and `if'.
7690         (wl-extended-emacs-version, wl-extended-emacs-version2,
7691         wl-extended-emacs-version3): Ditto.
7692
7693 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7694
7695         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7696         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7697         condition-case; Remove initialization.
7698         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7699         (wl-summary-sync-update3): Added argument `sync-all';
7700         Eliminated local variable `msgdb';
7701         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7702         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7703         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7704
7705 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7706
7707         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7708         connection before call `wl-draft-send-mail-with-smtp'.
7709
7710 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7711
7712         * Version number is increased to 2.5.4.
7713
7714 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7715
7716         * wl.el (wl-check-environment): Additional check for
7717         'wl-local-domain' and `wl-message-id-domain'.
7718
7719 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7720
7721         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7722         buffer as command specific.
7723         (wl-folder-mark-as-read-all-entity): Ditto.
7724         (wl-folder-prefetch-entity): Ditto.
7725         (wl-folder-drop-unsync-entity): Ditto.
7726
7727         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7728         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7729         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7730
7731         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7732         save-excursion.
7733
7734 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7735
7736         * Version number is increased to 2.5.3.
7737
7738         * wl-summary.el (wl-summary-save-view-cache):
7739         Delete duplicated `write-region';
7740         Use `write-region-as-binary' instead of `as-binary-output-file' and
7741         `write-region'.
7742
7743 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7744
7745         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7746
7747 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7748
7749         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7750         instead of `smtp-via-smtp'.
7751
7752 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7753
7754         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7755
7756 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7757
7758         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7759         instead of `smtp-sasl-user-realm'.
7760
7761 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7762
7763         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7764
7765 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7766
7767         * Version number is increased to 2.5.2.
7768
7769 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7770
7771         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7772         does not exist.
7773         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7774         (wl-biff-start): Call `timer-activate' if timer already exists.
7775
7776         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7777         only when it is bound as function.
7778
7779 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7780
7781         * Version number is increased to 2.5.1.
7782
7783 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7784
7785         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7786         Print refile/copy destination.
7787
7788 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7789
7790         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7791         queue-flush-only is non-nil.
7792
7793         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7794
7795         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7796         checking cache folder.
7797
7798 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7799
7800         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7801         `regexp-quote'.
7802
7803 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7804
7805         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7806         function.
7807         * wl-summary.el (wl-summary-write-current-folder-functions):
7808         Change default value.  Use it.
7809
7810 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7811
7812         * Version number is increased to 2.5.0.
7813
7814         * wl-version.el (wl-version): Changed codename.
7815
7816 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7817
7818         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7819         (wl-summary-supersedes-message): Ditto.
7820
7821 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7822
7823         * wl-refile.el (wl-refile-guess-functions): Renamed from
7824         `wl-refile-guess-func-list'.
7825
7826 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7827
7828         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7829         Fixed problem when no rule was matched.
7830
7831 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7832
7833         * wl-summary.el (wl-summary-get-mark): Fixed
7834         `wl-summary-buffer-target-mark' check logic.
7835
7836 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7837
7838         * wl-folder.el (wl-folder-write-current-folder): Added group
7839         folder check.
7840
7841         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7842         `wl-summary-write-current-newsgroup'.
7843         (wl-summary-write-current-folder-functions): New variable.
7844         * wl-folder.el (wl-folder-get-newsgroups): New function.
7845         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7846         (wl-folder-write-current-folder): Renamed from
7847         `wl-folder-write-current-newsgroup'.
7848
7849 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7850
7851         * Version number is increased to 2.3.93.
7852
7853 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7854
7855         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7856         (wl-ldap-make-matched-value-list): Ditto.
7857         (wl-ldap-alias-safe-string): Split e-mail address.
7858
7859         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7860         petname folder default was selected.
7861         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7862         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7863
7864 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7865
7866         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7867         to `wl-draft-config-exec'.
7868
7869         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7870         instead of calling `wl-draft-config-exec';
7871         Process group-list and show recipients in minibuffer.
7872
7873         * tm-wl.el (wl-draft-preview-message): Ditto.
7874
7875 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7876
7877         * wl.el (toplevel): Added (C) to copyright notice, and
7878         sync Author header.
7879         * tm-wl.el (toplevel): Ditto.
7880         * wl-address.el (toplevel): Ditto.
7881         * wl-demo.el (toplevel): Ditto.
7882         * wl-dnd.el (toplevel): Ditto.
7883         * wl-draft.el (toplevel): Ditto.
7884         * wl-e21.el (toplevel): Ditto.
7885         * wl-expire.el (toplevel): Ditto.
7886         * wl-folder.el (toplevel): Ditto.
7887         * wl-highlight.el (toplevel): Ditto.
7888         * wl-message.el (toplevel): Ditto.
7889         * wl-mime.el (toplevel): Ditto.
7890         * wl-mule.el (toplevel): Ditto.
7891         * wl-nemacs.el (toplevel): Ditto.
7892         * wl-refile.el (toplevel): Ditto.
7893         * wl-score.el (toplevel): Ditto.
7894         * wl-summary.el (toplevel): Ditto.
7895         * wl-template.el (toplevel): Ditto.
7896         * wl-thread.el (toplevel): Ditto.
7897         * wl-util.el (toplevel): Ditto.
7898         * wl-vars.el (toplevel): Ditto.
7899         * wl-xmas.el (toplevel): Ditto.
7900
7901 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7902
7903         * wl.el (wl-init): Added comment about `wl-init-hook'.
7904         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7905         * wl-vars.el (wl-init-hook): Added docs.
7906         (wl-make-plugged-hook): Removed useless docs.
7907         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7908         * wl-xmas.el (toplevel): Ditto.
7909
7910 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7911
7912         * wl-address.el (toplevel): Fixed multiple Author header format.
7913         * wl-demo.el (toplevel): Ditto.
7914         * wl-draft.el (toplevel): Ditto.
7915         * wl-folder.el (toplevel): Ditto.
7916         * wl-summary.el (toplevel): Ditto.
7917         * wl-thread.el (toplevel): Ditto.
7918         * wl-util.el (toplevel): Ditto.
7919         * wl-vars.el (toplevel): Ditto.
7920         * wl-version.el (toplevel): Ditto.
7921         * wl-xmas.el (toplevel): Ditto.
7922         * wl.el (toplevel): Ditto.
7923
7924         * wl-version.el (toplevel): Added require `elmo-version' for
7925         `product-version-as-string'.
7926
7927 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7928
7929         * wl-vars.el (wl-draft-send-hook): Changed default value to
7930         '(wl-draft-config-exec).
7931
7932         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7933         explicitly.
7934         (wl-draft): Set `wl-draft-config-exec-flag' before running
7935         `wl-mail-setup-hook'.
7936
7937         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7938         `wl-biff-init-icons' to `wl-init-hook' instead of
7939         `wl-make-plugged-hook'.
7940         (Because if `wl-draft' command is invoked at first,
7941         they are not initialized)
7942         Updated copyright notice.
7943
7944         * wl-e21.el (toplevel): Ditto;
7945
7946         * wl-demo.el (toplevel): Updated copyright notice.
7947         * wl-address.el (toplevel): Ditto.
7948         * wl-draft.el (toplevel): Ditto.
7949         * wl-version.el (toplevel): Ditto.
7950         * wl-folder.el (toplevel): Ditto.
7951         * wl-summary.el (toplevel): Ditto.
7952         * wl-thread.el (toplevel): Ditto.
7953         * wl-util.el (toplevel): Ditto.
7954         * wl-vars.el (toplevel): Ditto.
7955         * wl.el (toplevel): Ditto.
7956
7957 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7958
7959         * wl-highlight.el (wl-highlight-message): Fixed problem of
7960         highlighting failure which occured when the last field contains
7961         multiple lines in the draft buffer.
7962
7963         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7964         `wl-biff-start' if plugged.
7965
7966         * wl-util.el (wl-biff-check-folder): New function.
7967         (wl-biff-check-folders): Don't set session name prefix.
7968         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7969         (wl-biff-check-folder-async): Ditto.
7970
7971         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7972         in email address.
7973
7974 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7975
7976         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7977
7978         * wl-draft.el (wl-draft-strip-subject-re): New function.
7979
7980         * wl-draft.el (wl-draft-reply): Use it.
7981
7982 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7983
7984         * wl-message.el (wl-mmelmo-message-redisplay): Use
7985         `mime-display-message' instead of `wl-mime-display-message'.
7986
7987         * wl-mime.el (toplevel): Removed compatibility workaround
7988         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7989         (wl-mime-display-message): Abolished.
7990         (wl-mime-entity-read-field): Ditto.
7991         (wl-mime-combine-message/partial-pieces): Use
7992         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7993
7994 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7995
7996         * wl-template.el: Doc fixes.
7997
7998 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7999
8000         * wl-e21.el (wl-message-overload-functions): Do nothing if
8001         `current-local-map' is not available.
8002         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8003
8004 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8005
8006         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8007         representation.
8008
8009         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8010         number.
8011         (wl-fldmgr-save-folders): Don't use `format' when insert
8012         `wl-fldmgr-folders-header'.
8013
8014 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8015
8016         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8017
8018 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8019
8020         * wl-highlight.el (wl-highlight-message):
8021         Use `std11-field-end' to detect end point of the header field.
8022         Refer `wl-highlight-max-header-size'.
8023
8024         * wl-vars.el (wl-highlight-max-header-size): New variable.
8025
8026         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8027
8028         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8029         Set `for-draft' argument of wl-highlight-headers.
8030         (wl-draft): Ditto.
8031         (wl-draft-reedit): Ditto.
8032         (wl-user-agent-compose-internal): Ditto.
8033
8034 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8035
8036         * wl-message.el (wl-message-add-button): Use overlay.
8037
8038 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8039
8040         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8041
8042         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8043         problem when group-list content is nothing.
8044         (Reported by Mito <mit@nines.nec.co.jp>)
8045
8046 2000-10-18  SAITO Atsunori <sai@yedo.com>
8047
8048         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8049
8050 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8051
8052         * tm-wl.el (toplevel): Use product-provide.
8053
8054 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8055
8056         * Version number is increased to 2.3.92.
8057
8058 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8059
8060         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8061         title text, use `display' property for left margin under Emacs 21.
8062
8063         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8064         properties.
8065         (wl-plugged-init-icons): Ditto.
8066
8067 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8068
8069         * wl.el (wl-save-status, wl-init): Remove last period in
8070         "...done." message.
8071         * tm-wl.el (wl-summary-burst): Ditto.
8072         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8073         wl-summary-resume-cache-status,
8074         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8075         wl-summary-sync-update3, wl-summary-highlight-msgs,
8076         wl-summary-flush-pending-append-operations,
8077         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8078         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8079         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8080         wl-thread-open-all): Ditto.
8081         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8082         * wl-mime.el (wl-summary-burst): Ditto.
8083         * wl-highlight.el (wl-highlight-summary): Ditto.
8084         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8085         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8086         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8087         * wl-address.el (wl-local-address-init): Ditto.
8088
8089 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8090
8091         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8092         `add-text-properties'.
8093         (wl-plugged-init-icons): Ditto.
8094         (wl-folder-init-icons): Use `propertize' instead of
8095         `put-text-property'.
8096         (wl-plugged-set-folder-icon): Ditto.
8097         (wl-e21-highlight-folder-group-line): Ditto.
8098
8099 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8100
8101         * wl-version.el (wl-version-status-alist): New variable.
8102         (wl-version-status): New function.
8103
8104         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8105         "Cc" part of the case "Reply-To".
8106
8107         * wl-draft.el (wl-draft-reply): Use result of
8108         `eword-extract-address-components'.
8109
8110         * wl-demo.el (wl-demo-icon-name): New constant.
8111         (wl-logo-xpm): Use it.
8112         (wl-logo-xbm): Ditto.
8113         (wl-logo-bitmap): Ditto.
8114
8115         * Version number is increased to 2.3.91.
8116
8117 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8118
8119         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8120         (wl-extended-emacs-version, wl-extended-emacs-version2,
8121         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8122         docstring.
8123
8124         * wl-version.el (wl-generate-user-agent-string-1): New function.
8125         (wl-generate-user-agent-string): Use it.
8126
8127         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8128         `mime-edit-insert-user-agent-field'.
8129         (wl-generate-user-agent-string): Check
8130         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8131
8132         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8133         instead of `if', when verbose case.
8134
8135 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8136
8137         * wl-expire.el (wl-summary-expire): Fix.
8138
8139 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8140
8141         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8142         and `elmo-lost+found-folder' if 'wl-draft.
8143         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8144
8145 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8146
8147         * wl-expire.el (wl-summary-expire): Change messages.
8148         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8149         `deleing-info' instead of "Deleting..."
8150
8151 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8152
8153         * wl-summary.el (wl-summary-refile-subr): Fix.
8154
8155 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8156
8157         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8158         if pipe folder.
8159
8160 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8161
8162         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8163
8164 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8165
8166         * wl-expire.el (wl-expire-hide): New function.
8167         (wl-summary-expire): Add `hide'.
8168
8169 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8170
8171         * wl-vars.el (wl-draft-reply-without-argument-list):
8172         Changed default value to consider `Reply-To:'.
8173         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8174
8175         * Version number is increased to 2.3.90.
8176
8177         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8178         elmo-imap4-get-session with unwind-protect.
8179         Don't cause error.
8180         (wl-summary-sync-marks): Don't check plugged nor folder type.
8181         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8182         (Always keep current buffer).
8183
8184 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8185
8186         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8187         Enclose with `save-excursion'.
8188
8189 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8190
8191         * wl-version.el (wl-version): Remove interactive.
8192
8193 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8194
8195         * wl-version.el (wl-generate-user-agent-string): Use
8196         `product-string-verbose' instead of `product-string-1'.
8197
8198 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8199
8200         * wl-vars.el (wl-draft-use-cache): New variable.
8201         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8202         if wl-draft-use-cache is non-nil.
8203
8204 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8205
8206         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8207         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8208
8209 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8210
8211         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8212         (wl-thread-msg-mark-as-unread): Ditto.
8213
8214         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8215         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8216         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8217         Don't set mark in summary if return value of `elmo-mark-as-read'
8218         is nil.
8219         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8220         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8221         instead of `wl-thread-msg-mark-as-read'.
8222         (wl-summary-mark-as-unread-region): Ditto.
8223         (wl-summary-target-mark-mark-as-read): Ditto.
8224
8225         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8226
8227 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8228
8229         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8230
8231         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8232
8233 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8234
8235         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8236         face.
8237
8238 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8239
8240         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8241         `running-xemacs'.
8242
8243 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8244
8245         * wl-version.el (toplevel): Use `product-version-as-string' for
8246         set verstion-string, if defined.
8247
8248         * wl-version.el (wl-version-show): Insert string at point, when
8249         call with argument.
8250
8251         * wl-version.el (wl-generate-user-agent-string): Use
8252         `product-string-1' instead of `wl-appname', `wl-version' and
8253         `wl-codename'.
8254
8255 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8256
8257         * wl-address.el (toplevel): Use product-provide.
8258         * wl-demo.el (toplevel): Ditto.
8259         * wl-dnd.el (toplevel): Ditto.
8260         * wl-draft.el (toplevel): Ditto.
8261         * wl-e21.el (toplevel): Ditto.
8262         * wl-expire.el (toplevel): Ditto.
8263         * wl-fldmgr.el (toplevel): Ditto.
8264         * wl-folder.el (toplevel): Ditto.
8265         * wl-highlight.el (toplevel): Ditto.
8266         * wl-message.el (toplevel): Ditto.
8267         * wl-mime.el (toplevel): Ditto.
8268         * wl-mule.el (toplevel): Ditto.
8269         * wl-nemacs.el (toplevel): Ditto.
8270         * wl-refile.el (toplevel): Ditto.
8271         * wl-score.el (toplevel): Ditto.
8272         * wl-summary.el (toplevel): Ditto.
8273         * wl-template.el (toplevel): Ditto.
8274         * wl-thread.el (toplevel): Ditto.
8275         * wl-util.el (toplevel): Ditto.
8276         * wl-vars.el (toplevel): Ditto.
8277         * wl-xmas.el (toplevel): Ditto.
8278         * wl.el (toplevel): Ditto.
8279
8280 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8281
8282         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8283         instead of product.
8284
8285         * wl-version.el (wl-version): Compile time evalution elmo-version.
8286
8287 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8288
8289         * wl-summary.el (wl-summary-sync-force-update): Append queue
8290         `mark-as-read'if unplugged.
8291
8292 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8293
8294         * wl-version.el: New file.  Use product.el.
8295         * wl.el: add (require 'wl-version).
8296         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8297         for ~/.folders header.
8298         (wl-fldmgr-folders-header): Changed.
8299         * wl-demo.el (wl-demo): Use product.el.
8300
8301         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8302         wl-version.el.
8303         * wl-util.el (wl-version, wl-version-show): Ditto.
8304
8305         * wl-util.el (wl-generate-user-agent-string,
8306         wl-extended-emacs-version, wl-extended-emacs-version2,
8307         wl-extended-emacs-version3): Move to wl-version.el.
8308         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8309         xemacs-codename, mime-edit-insert-user-agent-field,
8310         mime-edit-user-agent-value, mime-editor/version,
8311         mime-editor/codename): Compile warning killer move to
8312         wl-version.el
8313
8314 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8315
8316         * wl-summary.el (wl-summary-refile-subr): Fix.
8317
8318 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8319
8320         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8321         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8322
8323 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8324
8325         * wl.el (wl-check-environment): Check too many `@'.
8326
8327 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8328
8329         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8330
8331 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8332
8333         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8334         wl-draft-reply-myself-without-argument-list): Add variables.
8335         * wl-draft.el (wl-draft-reply): Use it.
8336
8337 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8338
8339         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8340         the 5th argument of `elmo-network-get-spec'.
8341
8342         * wl-thread.el (wl-thread-reparent-children): New inline function.
8343         (wl-thread-delete-message): Use it.
8344
8345         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8346         (wl-summary-score-update-all-lines): Don't use `dolist'.
8347
8348 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8349
8350         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8351         (require 'elmo-msgdb) for inline function.
8352
8353 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8354
8355         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8356
8357 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8358
8359         * wl-score.el (wl-score-headers): Fix for the confusing macro
8360         `elmo-kill-buffer'.
8361
8362 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8363
8364         * wl-summary.el: Don't use the 3rd argument of `require' because
8365         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8366         * wl-util.el: Ditto.
8367         * wl-draft.el: Ditto.
8368
8369 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8370
8371         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8372         window system is not used.
8373
8374 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8375
8376         * wl-thread.el: Don't use `mapcar' only for iteration.
8377         (wl-thread-resume-entity): Ditto.
8378         (wl-thread-delete-message): Ditto.
8379
8380         * wl-summary.el: Bind `dragdrop-drop-functions',
8381         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8382         of `require' for `timezone', `easymenu' and `ps-print';
8383         don't use `mapcar' only for iteration.
8384
8385         * wl-util.el: Bind `mule-version', `nemacs-version',
8386         `emacs-beta-version', `xemacs-codename',
8387         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8388         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8389         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8390         only for iteration.
8391
8392         * wl-score.el: Don't use `mapcar' only for iteration.
8393         (wl-score-simplify-buffer-fuzzy): Ditto.
8394         (wl-score-simplify-subject): Ditto.
8395         (wl-score-headers): Ditto.
8396         (wl-summary-score-update-all-lines): Ditto.
8397
8398         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8399         `enable-multibyte-characters' and `mule-version'.
8400
8401         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8402         `mapcar' only for iteration.
8403
8404         * wl-demo.el: Don't use `mapcar' only for iteration.
8405
8406         * wl-folder.el: Don't use `mapcar' only for iteration.
8407         (wl-folder-open-all): Ditto.
8408         (wl-folder-count-incorporates): Ditto.
8409
8410         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8411         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8412
8413         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8414         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8415         `smtp-connection-type'; specify 3rd argument of `require' for
8416         `timezone'; don't use `mapcar' only for iteration.
8417         (wl-draft-clone-local-variables): Don't use `mapcar'.
8418         (wl-draft-generate-clone-buffer): Ditto.
8419         (wl-user-agent-compose-internal): Ditto.
8420
8421         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8422
8423         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8424         (wl-save-status): Ditto.
8425
8426         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8427         for iteration.
8428
8429 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8430
8431         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8432         removed `Date'.
8433         (wl-fldmgr-make-filter-default): New user option.
8434
8435         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8436         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8437         (wl-fldmgr-filter-completion-alist): Abolish.
8438
8439         * wl.el (wl): Don't check servers if arg is non-nil.
8440
8441         * wl-draft.el (wl-draft-reply): Set only message-id string to
8442         In-Reply-To field.
8443
8444 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8445
8446         * wl-summary.el (wl-summary-pick): Rewrite.
8447
8448         * wl-draft.el (wl-draft-forward): Get references field from
8449         original buffer.
8450         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8451
8452 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8453
8454         * wl-draft.el (wl-draft-forward): Add references field.
8455
8456 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8457
8458         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8459         (wl-draft-reply): Use it.
8460
8461 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8462
8463         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8464         when Emacs 21 is running.
8465
8466         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8467         bindings.
8468
8469 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8470
8471         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8472         XPM icons transparent.
8473
8474         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8475         Emacs 21.
8476
8477 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8478
8479         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8480         nil.
8481
8482         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8483         when it is persistent.
8484         (wl-summary-sync-marks): Changed argument for
8485         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8486         (wl-summary-virtual): Use `elmo-read-search-condition'.
8487         (wl-summary-redisplay-internal): If folder is local, mark as read
8488         even when folder is plugged.
8489
8490 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8491
8492         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8493         of `tool-bar-lines' in the frame parameters.
8494         (after-make-frame-functions, post-command-hook): Don't modify the
8495         value.
8496         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8497         wl-e21-tool-bar-lines): Removed.
8498
8499 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8500
8501         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8502         properties `evaporate' and `wl-momentary-overlay' as well.
8503         (wl-highlight-summary-displaying): Ditto.
8504         (wl-delete-all-overlays): Don't delete overlay which does not have
8505         a property `wl-momentary-overlay'.
8506
8507         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8508         `display-mouse-p' and `display-graphic-p'.
8509         (wl-folder-init-icons): Don't search for XBM or the other files.
8510         (wl-plugged-set-folder-icon): Make icons if and only if
8511         `display-graphic-p' returns non-nil.
8512         (wl-highlight-plugged-current-line): Use `before-string' overlay
8513         property to show icon images.
8514         (wl-highlight-folder-current-line): Ditto.
8515         (wl-e21-highlight-folder-group-line): Ditto.
8516         (wl-e21-highlight-folder-by-numbers): Ditto.
8517         (wl-e21-insert-image): Removed.
8518         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8519         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8520         said.
8521         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8522         `wl-e21-force-switch-toolbar'.
8523         (wl-e21-make-icon-image): Removed.
8524         (wl-e21-setup-toolbar): Don't search for XBM files.
8525         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8526         the default value.
8527
8528 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8529
8530         * wl-util.el (wl-biff-check-folder-async): Set
8531         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8532
8533 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8534
8535         * wl-e21.el (after-make-frame-functions): Add
8536         `wl-e21-force-switch-toolbar'.
8537         (wl-e21-force-switch-toolbar): New function force to switch the
8538         toolbar appearance automatically.
8539         (post-command-hook): Add `wl-e21-switch-toolbar'.
8540         (wl-e21-switch-toolbar): New function to switch the toolbar
8541         appearance automatically.
8542         (wl-e21-tool-bar-lines): New buffer local variable.
8543
8544 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8545
8546         * wl-util.el (wl-biff-check-folders-running): New variable.
8547         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8548         (wl-biff-check-folder-async-callback):
8549         Set `wl-biff-check-folders-running'.
8550         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8551         with unwind-protect.
8552
8553         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8554         Enclose `wl-folder-auto-check' with unwind-protect.
8555
8556         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8557         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8558
8559         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8560
8561         * wl-util.el (wl-biff-notify): New inline function.
8562         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8563         locally.
8564         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8565         folder-list' is 1.
8566         Use `wl-biff-notify'.
8567         (wl-biff-check-folder-async-callback): New function.
8568         (wl-biff-check-folder-async): Ditto.
8569
8570         * wl-folder.el (wl-folder): Don't check folders.
8571         (wl-folder-auto-check): New function.
8572
8573 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8574
8575         * wl-util.el (wl-biff-start) [Emacs19+]:
8576         Use `timer-next-integral-multiple-of-time'.
8577         (wl-biff-check-folders): Use `wl-default-folder'
8578         if `wl-biff-check-folder-list' is nil.
8579
8580 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8581
8582         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8583         instead of `elmo-delete-lists'.
8584
8585 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8586
8587         * wl.el (wl-plugged-toggle-all): Set the value of
8588         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8589         (wl-plugged-toggle): Ditto.
8590         (wl-toggle-plugged): Ditto.
8591         (wl-plugged-init): Ditto.
8592
8593         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8594         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8595         instead of `wl-biff-state-indicator-off' and
8596         `wl-biff-state-indicator-on'; don't modify the value and the type
8597         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8598         (wl-plugged-init-icons): Set icons data to
8599         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8600         instead of `wl-plug-state-indicator-off' and
8601         `wl-plug-state-indicator-on'; don't modify the value and the type
8602         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8603
8604         * wl-vars.el (wl-modeline-biff-state-off,
8605         wl-modeline-biff-state-on, wl-modeline-biff-status,
8606         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8607         wl-modeline-plug-status): New internal variables.
8608         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8609         wl-biff-check-interval, wl-biff-check-folder-list): Change
8610         customization group from `wl-folder' to `wl-highlight'.
8611         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8612         wl-show-plug-status-on-modeline): Defcustomized.
8613
8614         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8615         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8616         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8617         a flag to `mode-line-buffer-identification'.
8618
8619         * wl-e21.el (wl-biff-init-icons): Set icons data to
8620         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8621         instead of `wl-biff-state-indicator-off' and
8622         `wl-biff-state-indicator-on'.
8623         (wl-plugged-init-icons): Set icons data to
8624         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8625         instead of `wl-plug-state-indicator-off' and
8626         `wl-plug-state-indicator-on'.
8627
8628 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8629
8630         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8631         excessive titles.
8632
8633 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8634
8635         * wl.el (wl-plugged-mode): Use revised
8636         `wl-mode-line-buffer-identification'.
8637         (wl-plugged-init): Don't use `force-mode-line-update'.
8638
8639         * wl-xmas.el (wl-draft-overload-functions): Use revised
8640         `wl-mode-line-buffer-identification'.
8641         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8642         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8643         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8644         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8645         `wl-make-plugged-hook';
8646         add `wl-folder-init-icons' and `wl-setup-folder' to
8647         `wl-folder-mode-hook'.
8648
8649         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8650         19 as well.
8651         (wl-mode-line-display-priority-list): New user option.
8652         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8653         Defcustomized.
8654         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8655         Add docs.
8656
8657         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8658         start.
8659         (wl-mode-line-buffer-identification): Revised as a function.
8660
8661         * wl-summary.el (wl-summary-mode): Use revised
8662         `wl-mode-line-buffer-identification'; don't call
8663         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8664         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8665         `wl-xmas-setup-summary'.
8666
8667         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8668         `wl-mode-line-buffer-identification'.
8669
8670         * wl-mule.el (wl-draft-overload-functions): Use revised
8671         `wl-mode-line-buffer-identification'.
8672
8673         * wl-folder.el (wl-make-plugged-alist): Don't call
8674         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8675         (wl-folder): Don't call `wl-folder-init-icons' directly.
8676         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8677         `wl-xmas-setup-folder' directly;
8678         use revised `wl-mode-line-buffer-identification'.
8679         (TopLevel): Don't bind `wl-biff-init-icons',
8680         `wl-plugged-init-icons', `wl-folder-init-icons',
8681         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8682
8683         * wl-e21.el (wl-draft-overload-functions): Use revised
8684         `wl-mode-line-buffer-identification'.
8685         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8686         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8687         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8688         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8689         `wl-make-plugged-hook';
8690         add `wl-folder-init-icons' and `wl-setup-folder' to
8691         `wl-folder-mode-hook'.
8692
8693 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8694             Katsumi Yamaoka    <yamaoka@jpl.org>
8695
8696         * wl.el (wl): Call `wl-biff-start'.
8697         (wl-exit): Call `wl-biff-stop'.
8698         (wl-plugged-mode): Show biff in modeline.
8699         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8700
8701         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8702         (wl-biff-init-icons): New function.
8703         (wl-plugged-init-icons): Don't make too much keymaps.
8704         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8705
8706         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8707         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8708         variables.
8709         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8710         options.
8711
8712         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8713         wl-biff-start, wl-biff-stop): New functions.
8714         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8715         (wl-biff-timer-name): New variable.
8716
8717         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8718
8719         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8720         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8721
8722         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8723         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8724
8725         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8726         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8727         `wl-folder-init-icons' to `ignore' if they are not available.
8728         (wl-folder-mode): Show biff in modeline.
8729
8730         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8731         (wl-biff-init-icons): New function.
8732         (wl-plugged-init-icons): Don't make too much keymaps.
8733         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8734
8735 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8736
8737         * wl-vars.el (wl-strict-diff-folders): Customization Type
8738         and doc fix.  Define as a list of regular expressions for
8739         folders or nil.
8740         * wl-folder.el (wl-folder-check-one-entity): Use
8741         `wl-string-match-member' instead of `wl-string-member' for
8742         `wl-strict-diff-folders'.
8743
8744 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8745
8746         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8747         (wl-highlight-folder-current-line): Use it; new implementation.
8748         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8749         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8750         `defsubst' instead of `defun'.
8751
8752         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8753         `wl-highlight-group-folder-by-numbers'; made it can also be a
8754         number.  See info for more details.
8755
8756         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8757         running.
8758
8759         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8760         to bind them.
8761
8762         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8763         (wl-highlight-folder-current-line): New implementation.
8764
8765         * wl-highlight.el (wl-highlight-folder-group-line): New
8766         implementation.
8767         (wl-delete-all-overlays): Rewrite as a marco.
8768         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8769
8770         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8771         running.
8772         (wl-folder-*-glyph): No need to bind them.
8773
8774         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8775         `wl-e21-highlight-folder-group-icon'; rewrite.
8776         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8777         `defsubst' instead of `defun'.
8778         (wl-folder-mode-map): Bind it when compiling.
8779
8780 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8781
8782         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8783
8784         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8785
8786 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8787
8788         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8789
8790 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8791
8792         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8793         (wl-highlight-folder-current-line): Use it.
8794
8795         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8796         in `id-name'.
8797
8798 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8799
8800         * wl.el: Require `wl-e21' when Emacs 21 is running.
8801
8802         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8803         default when Emacs 21 is running.
8804         (wl-use-highlight-mouse-line): Ditto.
8805         (wl-on-emacs21): New constant.
8806         (wl-on-emacs20): Removed.
8807
8808         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8809         Emacs 21 is running.
8810
8811         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8812         Emacs 21 is running.
8813
8814         * wl-e21.el: New file.
8815
8816 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8817
8818         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8819         (wl-toggle-plugged): Ditto.
8820         (wl-plugged-toggle): Ditto.
8821         (wl-plugged-toggle-all): Ditto.
8822
8823         * wl-vars.el (wl-plug-state-indicator): Refer
8824         `wl-plug-state-indicator-on' indirectly.
8825
8826 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8827
8828         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8829         Call `wl-folder-confirm-existence'.
8830
8831         * wl-folder.el (wl-folder-confirm-existence): Added optional
8832         argument `force'.
8833
8834 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8835
8836         * wl-summary.el (wl-summary-refile-subr): Assume
8837         `copy-or-refile' as symbol.
8838         (wl-summary-refile): Follow up above change.
8839         (wl-summary-copy): Ditto.  Doc fix.
8840
8841 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8842
8843         * wl-summary.el (wl-summary-pick): Don't bind
8844         `elmo-search-mime-charset'.
8845
8846         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8847         default using old backquote style.
8848         (wl-search-mime-charset): Abolished.
8849
8850         * wl-highlight.el (wl-highlight-headers):
8851         Call `point' after `re-search-forward'(for Nemacs).
8852
8853         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8854         for elmo-imap4.el.
8855
8856 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8857
8858         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8859         `wl-message-ignored-field-list' instead of
8860         `mime-view-ignored-field-list'.
8861
8862         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8863         Add interactive spec.
8864         (wl-folder-goto-bottom-of-current-folder): Ditto.
8865         (wl-folder-mode-map): Bind them.
8866
8867         * wl-vars.el (wl-message-ignored-field-list): New variable.
8868         (wl-message-visible-field-list): New variable.
8869
8870         * wl-mime.el (wl-mime-header-presentation-method): New function.
8871         (wl-mime-setup): Set header-presentation-method.
8872
8873 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8874
8875         * wl-nemacs.el (wl-draft-overload-functions): Set
8876         `mode-line-buffer-identification' instead of using
8877         `wl-make-modeline'.
8878
8879         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8880         instead of using `wl-make-modeline'.
8881
8882         * wl-xmas.el (wl-plugged-init-icons): Set up
8883         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8884         (wl-make-modeline): Abolish.
8885         (wl-draft-overload-functions): Set
8886         `mode-line-buffer-identification' instead of using
8887         `wl-make-modeline'.
8888
8889         * wl-util.el (wl-make-modeline-subr): Abolish.
8890         (wl-mode-line-buffer-identification): New alias.
8891
8892         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8893         (wl-summary-make-modeline): Abolish.
8894         (wl-summary-buffer-set-folder): Set
8895         `wl-summary-buffer-folder-indicator'.
8896         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8897         of using `wl-make-modeline'.
8898         (wl-summary-switch-to-clone-buffer): Don't set
8899         `mode-line-buffer-identification'.
8900         (wl-summary-goto-folder-subr): Ditto.
8901
8902         * wl-mule.el (wl-draft-overload-functions): Set
8903         `mode-line-buffer-identification' instead of using
8904         `wl-make-modeline'.
8905
8906         * wl-folder.el (wl-folder-mode): Set
8907         `mode-line-buffer-identification' instead of using
8908         `wl-make-modeline'.
8909         (wl-folder): Don't set `mode-line-buffer-identification'.
8910
8911 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8912
8913         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8914         instead of `member' for `wl-refile-guess-func-list' look-ups.
8915         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8916
8917 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8918
8919         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8920         `wl-message-button-dispatcher'.
8921
8922         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8923
8924         * wl-message.el (wl-message-button-dispatcher): Use it.
8925
8926         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8927         "In-Reply-To".
8928
8929         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8930         Bind `case-fold-search' to t.
8931
8932 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8933
8934         * wl-xmas.el (wl-message-overload-functions): Initialize
8935         `wl-message-button-map'.
8936
8937         * wl-mule.el (wl-message-overload-functions): Initialize
8938         `wl-message-button-map'.
8939
8940         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8941
8942         * wl-message.el (wl-message-button-map): New keymap.
8943         (wl-message-add-button): New function.
8944         (wl-message-button-dispatcher): New function.
8945         (wl-message-button-refer-article): New function.
8946
8947         * wl-highlight.el
8948         (wl-highlight-message-add-buttons-to-header): New function.
8949         (wl-highlight-headers): Use it.
8950
8951 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8952
8953         * wl-summary.el (wl-summary-default-from): Use
8954         `wl-address-get-petname-1'.
8955         (wl-summary-simple-from): Ditto.
8956
8957         * wl-address.el (wl-address-get-petname-1): New inline function.
8958         (wl-address-get-petname): Use it.
8959
8960 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8961
8962         * wl-summary.el (wl-summary-default-from): Return full-name part
8963         from the address if no petname was found.
8964         (wl-summary-simple-from): Ditto.
8965
8966         * wl-address.el (wl-address-get-petname): Return nil if no petname
8967         associated with the address was found.
8968
8969 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8970
8971         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8972         display is finished.
8973
8974 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8975
8976         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8977         `elmo-folder-exists-p' argument.
8978
8979 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8980
8981         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8982         the folder.
8983
8984 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8985
8986         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8987
8988         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8989         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8990
8991 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8992
8993         * wl-folder.el (wl-folder-create-subr): New function.
8994         (wl-folder-confirm-existence): Use it.
8995         (wl-folder-check-one-entity): Use it.
8996         Check the error symbol is derived from 'elmo-open-error.
8997
8998         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8999         `ignore-error'.
9000
9001 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9002
9003         * wl-util.el (toplevel): Add (eval-when-compile (require
9004         'elmo-util)).  (Maybe `provide' is typo.)
9005
9006 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9007
9008         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9009         (I don't know why this was needed.)
9010
9011         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9012         Follow up changes for stream-type.
9013
9014         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9015         (wl-draft-elmo-nntp-send): Ditto.
9016
9017         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9018         (wl-nntp-posting-stream-type): Ditto.
9019         (wl-pop-before-smtp-ssl): Abolished.
9020         (wl-nntp-posting-ssl): Ditto.
9021
9022         * wl-address.el (wl-address-quote-specials): New function.
9023         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9024
9025         * wl-draft.el (wl-draft-reply): Ditto.
9026
9027 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9028
9029         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9030         use function `wl-string-match-assoc'.
9031
9032 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9033
9034         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9035
9036         * wl-draft.el (wl-draft-deduce-address-list): New function.
9037         (wl-draft-parse-mailbox-list): Ditto.
9038         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9039         instead of `smtp-deduce-address-list'.
9040         (wl-draft-on-field-p): Follow group list.
9041
9042         * wl-address.el (wl-address-concat-token): New function.
9043         (wl-address-string-without-group-list-contents): Ditto.
9044         (wl-complete-field-body): Fixed problem of completion
9045         by japanese petname.
9046         (wl-address-make-completion-list): Rewrite.
9047
9048 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9049
9050         * wl-address.el (wl-address-make-completion-list): Completion by
9051         petname.
9052         (wl-complete-field-body): Likewise.
9053
9054 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9055
9056         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9057         contains invalid address syntax.
9058
9059 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9060
9061         * wl-folder.el (wl-folder-check-entity-async): Use
9062         `elmo-nntp-spec-hostname'.
9063
9064 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9065
9066         * wl-summary.el (wl-summary-msgdb-load-async): Use
9067         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9068
9069 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9070
9071         * wl-draft.el (wl-draft-reply): Set argument
9072         `content-transfer-encoding' as nil.
9073
9074 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9075
9076         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9077         `wl-refile-alist'.
9078
9079 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9080
9081         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9082         (wl-draft-edit-string): Ditto.
9083         (wl-draft-forward): Ditto.
9084         * wl-summary.el (wl-summary-write): Ditto.
9085
9086 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9087
9088         * wl-summary.el (wl-summary-sync-update3): Call
9089         `wl-summary-buffer-number-column-detect'.
9090         (wl-summary-buffer-number-column-detect): Search from point-min.
9091
9092 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9093
9094         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9095         contains an address which is not included in original to or cc.
9096
9097 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9098
9099         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9100         begin-line does not exist.
9101         * wl-message.el (wl-message-uu-substring): Ditto.
9102
9103 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9104
9105         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9106         clear local variables.
9107         (wl-summary-exit): Call `elmo-commit'.
9108         (wl-summary-switch-to-clone-buffer): Call
9109         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9110         (wl-summary-goto-folder-subr): Ditto.
9111
9112         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9113         POP folder.
9114
9115 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9116
9117         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9118         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9119         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9120         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9121         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9122         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9123
9124         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9125
9126 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9127
9128         * wl-summary.el (wl-summary-search-by-subject):
9129         Search parent message from the latest one.
9130
9131 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9132
9133         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9134         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9135
9136         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9137         New user option.
9138
9139         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9140         if elmo-nntp-use-killed-list is nil.
9141         Use `elmo-msgdb-append-to-killed-list'.
9142         (Append numbers confirmed as disappeared to the killed list.)
9143         (wl-summary-confirm-appends): Don't display negative number.
9144
9145 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9146
9147         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9148
9149 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9150
9151         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9152         range is `all'.
9153         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9154         `elmo-list-bigger-diff'.
9155
9156 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9157
9158         * wl-summary.el (wl-summary-buffer-exit-func):
9159         New buffer local variable.
9160         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9161
9162 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9163
9164         * wl-demo.el (wl-demo): Fix the last change.
9165
9166 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9167
9168         * wl-demo.el (wl-demo): Don't use `eval'.
9169
9170 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9171
9172         * wl-summary.el (wl-summary-buffer-thread-modified):
9173         New buffer-local variable.
9174         (wl-summary-set-thread-modified): New function.
9175         (wl-summary-thread-modified-p): New function.
9176         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9177         (wl-summary-yank-saved-message): Use function
9178         `wl-summary-set-thread-modified'
9179         (wl-summary-switch-to-clone-buffer): Add
9180         `wl-summary-buffer-thread-modified'.
9181
9182         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9183         (wl-summary-buffer-mark-saved-hook): Ditto.
9184         * wl-summary.el (wl-summary-msgdb-save): New hook
9185         `wl-summary-buffer-message-saved-hook' and
9186         `wl-summary-buffer-mark-saved-hook'.
9187
9188 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9189
9190         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9191
9192 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9193
9194         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9195         don't hide scroll bars under FSF Emacsen because it may incur an
9196         undesirable redrawing.
9197
9198 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9199
9200         * wl-draft.el (wl-draft-edit-string): Call
9201         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9202
9203 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9204
9205         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9206
9207 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9208
9209         * wl-summary.el (wl-summary-msgdb-load-async): Call
9210         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9211
9212 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9213
9214         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9215         fringes in demo buffer; center bitmap logo correctly even if old
9216         Mule is used.
9217
9218 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9219
9220         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9221
9222         * wl-refile.el (wl-refile-subject-alist): New variable.
9223         (wl-refile-subject-alist-file-name): Ditto.
9224         (wl-refile-alist-setup): Rewrite.
9225         (wl-refile-alist-save): Use `elmo-object-save'.
9226         Eliminated arguments.
9227         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9228         (wl-refile-guess-by-subject): New function.
9229         (wl-refile-guess-func-list): Added it.
9230
9231 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9232
9233         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9234         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9235
9236 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9237
9238         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9239         New buffer-local variable.
9240         (wl-summary-buffer-next-folder-func): Ditto.
9241         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9242         if non-nil.
9243         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9244         if non-nil.
9245         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9246         if non-nil.
9247         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9248         if non-nil.
9249
9250 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9251
9252         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9253         permanently in the demo buffer.
9254
9255 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9256
9257         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9258         `mime-entity-fetch-field'.
9259
9260         * wl.el (wl-exit): Delete plugged buffer.
9261
9262         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9263         XEmacs has menubar feature.
9264
9265 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9266
9267         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9268         cannot arrive at the beginning of the buffer under old Emacsen.
9269
9270 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9271
9272         * wl-address.el (wl-address-ldap-search):
9273         Call `ldap-search-entries' with `withdn' argument t.
9274         (wl-complete-field-body): Bind completion-ignore-case as t.
9275         Clear ldap search hash when it was sole completion.
9276         Use elmo-string for pattern string.
9277         (wl-ldap-alias-safe-string): Eliminated needless let.
9278
9279 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9280
9281         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9282         (wl-ldap-alias-sep): New constant.
9283         (wl-ldap-search-attribute-type-list): Ditto.
9284         (wl-ldap-get-value): New function.
9285         (wl-ldap-make-filter): Ditto.
9286         (wl-ldap-make-matched-value-list): Ditto.
9287         (wl-ldap-alias-safe-string): Ditto.
9288         (wl-ldap-register-dn-string): Ditto.
9289         (wl-address-ldap-search): Rewrite.
9290
9291 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9292
9293         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9294         thread is deleted.
9295         (wl-thread-delete-line-from-buffer): Ditto.
9296         (wl-thread-get-exist-children): New function.
9297
9298 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9299
9300         * wl-demo.el (wl-demo): Made it to select various image types.
9301         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9302         from `wl-title-logo'.
9303         (wl-logo-ascii): New variable.
9304         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9305         (wl-demo-copyright-notice): New constant.
9306
9307         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9308
9309 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9310
9311         * wl-vars.el (wl-summary-target-above): Renamed from
9312         wl-summary-temp-above.
9313         * wl-score.el (wl-score-get-score-alist): Use it.
9314         (wl-summary-score-update-all-lines): Use it.
9315         * wl-summary.el: Ditto. (make-variable-buffer-local).
9316
9317 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9318
9319         * wl-vars.el (wl-ldap-port): New user option.
9320
9321         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9322         Rewite whole implementation.
9323         (wl-complete-field-body): Fixed.
9324
9325 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9326
9327         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9328         Choose implementation at compile time.
9329
9330 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9331
9332         * wl-address.el (wl-ldap-search-internal): New function.
9333         (wl-complete-field-to): Use it.
9334
9335 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9336
9337         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9338         Use `let' instead of `let*'.
9339         Require 'wl-vars.
9340
9341         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9342         Define as defcustom.
9343         (wl-ldap-base): Ditto.
9344         (wl-use-ldap): Ditto.
9345
9346 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9347
9348         * wl-address.el (wl-ldap-search): New function.
9349         (wl-complete-field-body): Use `wl-ldap-search'.
9350         (wl-ldap-server): New variable.
9351         (wl-ldap-base): Ditto.
9352         (wl-use-ldap): Ditto.
9353
9354 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9355
9356         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9357         (Pointed out by Mito <mit@nines.nec.co.jp>).
9358         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9359         buffer-local variables like `wl-summary-redisplay-internal'.
9360         (wl-summary-redisplay-all-header): Likewise.  Update
9361         Summary view too.
9362
9363 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9364
9365         * wl-summary.el (wl-summary-jump-to-parent-message):
9366         Consider prefix argument.
9367
9368         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9369         when closed thread is deleted.
9370
9371 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9372
9373         * wl-summary.el (wl-summary-jump-to-parent-message):
9374         Consider thread modification.
9375
9376 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9377
9378         * wl-message.el (wl-message-normal-get-original-buffer): Use
9379         `save-excursion'.
9380
9381         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9382         (wl-summary-showto-folder-regexp): Ditto.
9383
9384 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9385
9386         * wl-util.el (wl-delete-alist): Doc fix.
9387         (wl-delete-associations): New function.
9388         (wl-inverse-alist): New function.
9389         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9390         Split temporary variables. Use `wl-delete-associations'
9391         and `wl-inverse-alist'.
9392         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9393
9394 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9395
9396         * wl-folder.el (wl-folder-prefetch-entity):
9397         Execute prefetching if new count is unknown.
9398
9399 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9400
9401         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9402
9403         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9404         delete entity.
9405         (wl-thread-set-parent): If insert as top, set linked as nil.
9406
9407         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9408         `wl-thread-cleanup-symbols' when view mode is thread.
9409
9410 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9411
9412         * wl-folder.el (wl-folder-create-folder-entity): Use
9413         with-current-buffer.
9414         (wl-local-folder-init): Call set-buffer to make sure we are in
9415         the Folder buffer. Don't touch buffer-local variables here.
9416         (wl-folder-mode): Initialize buffer-local variables here.
9417
9418         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9419         (wl-folder-entity-assign-id): Ditto.
9420         (wl-folder-create-entity-hashtb): Ditto.
9421         (wl-local-folder-init): Ditto.
9422         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9423
9424 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9425
9426         * wl-summary.el (wl-summary-default-from): Fix probrem when
9427         std11-extract-address-components return (nil "foo@bar").
9428
9429 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9430
9431         * wl-draft.el (wl-draft-clone-local-variables):
9432         Remove redundant `setq'.
9433
9434 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9435
9436         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9437         Bind wl-highlight-x-face-func as nil while highlighting header.
9438
9439 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9440
9441         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9442
9443 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9444
9445         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9446         elmo-msgdb-overview-hashtb from copy-variables.
9447         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9448         instead of `elmo-msgdb-overview-get-entity-by-number'.
9449         (wl-summary-auto-refile): Ditto.
9450
9451         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9452         `elmo-msgdb-overview-get-entity' instead of
9453         `elmo-msgdb-search-overview-entity'.  Use
9454         `elmo-msgdb-overview-get-entity' instead of
9455         `elmo-msgdb-overview-get-entity-by-number'.
9456         (wl-thread-insert-entity-sub): Ditto.
9457         (wl-thread-insert-message): Ditto.
9458
9459         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9460         `elmo-msgdb-overview-get-entity'.
9461         (wl-normal-message-redisplay): Ditto.
9462
9463 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9464
9465         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9466         `wl-thread-entities'.
9467         (wl-thread-delete-message): Fix remove top message from
9468         `wl-thread-entity-list'.
9469
9470         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9471         wl-append(nconc), because update-list is broken on Meadow.
9472
9473         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9474         updating process.
9475         (wl-summary-rescan): Ditto.
9476         (wl-summary-sync-update3): Ditto.
9477         * wl-thread.el (wl-thread-set-parent): Renamed from
9478         `wl-summary-set-parent'.
9479         (wl-thread-insert-message): Updating buffer faster.
9480         (wl-thread-delete-message): Updating buffer faster.
9481
9482         * wl-score.el (wl-summary-score-update-all-lines): Changed
9483         interval for display progress gauge.
9484
9485 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9486
9487         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9488         folder always-sticky.
9489         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9490         defmacro.
9491
9492 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9493
9494         * wl-vars.el (wl-draft-add-references): New user option.
9495
9496         * wl-draft.el (wl-draft-add-references): New function.
9497         (wl-draft-yank-from-mail-reply-buffer): Use it.
9498         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9499         as nil.
9500
9501 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9502
9503         * wl-thread.el (wl-thread-update-line-msgs): Called
9504         `wl-thread-update-line-on-buffer-sub'.
9505         (wl-thread-update-line-on-buffer): Delete routine of inserting
9506         thread.
9507         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9508         moved from `wl-thread-update-line-on-buffer'.
9509         Add threshold for displaying progress gauge.
9510         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9511         argument of `wl-thread-update-line-msgs'.
9512         Add threshold for displaying progress gauge.
9513         * wl-folder.el:
9514         Add threshold for displaying progress gauge.
9515         * wl-score.el: Ditto.
9516
9517         * wl-expire.el (wl-summary-expire): Display deleting info.
9518
9519 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9520
9521         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9522         `no-msg'.
9523         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9524         argument of `wl-thread-update-line-msgs'.
9525         (wl-summary-set-parent): Added optional argument `parent-number'.
9526         (wl-summary-buffer-saved-message): New buffer local variable.
9527         (wl-summary-save-current-message): New command.
9528         (wl-summary-yank-saved-message): Ditto.
9529         (wl-summary-mode-map): Added key binding for
9530         `wl-summary-save-current-message' (\ew) and
9531         `wl-summary-yank-saved-message' (\C-y).
9532         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9533
9534 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9535
9536         * wl-summary.el (wl-summary-mode-map): Added key binding for
9537         `wl-summary-set-parent' (ts).
9538
9539 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9540
9541         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9542         subject faster. If thread number is reverse, delayed updating
9543         thread.
9544         (wl-summary-search-by-subject): Ditto.
9545         (wl-summary-put-alike): Ditto.
9546         (wl-summary-get-alike): Ditto.
9547         (wl-summary-insert-headers): Insert header of all overview in
9548         buffer.
9549         (wl-summary-rescan): Delayed updating thread. Kill search subject
9550         buffer for wl-summary-search-by-subject.
9551         (wl-summary-sync-update3): Ditto.
9552         (wl-summary-exit): Ditto.
9553         (wl-summary-goto-bottom-of-current-thread): Change for linked
9554         thread.
9555         (wl-summary-overview-create-summary-line): Change line for linked
9556         thread.
9557
9558         * wl-summary.el (wl-summary-update-thread): Use
9559         wl-thread-maybe-get-children-num.
9560         (wl-summary-set-parent): If change parent, move sub thread.
9561         (wl-summary-redisplay-internal): Add horizontal recenter.
9562         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9563
9564         * wl-thread.el (wl-thread-entity-get-linked): New function.
9565         (wl-thread-entity-set-linked): New function.
9566         (wl-thread-create-entity): Add linked element.
9567         (wl-thread-entity-insert-as-top): Use wl-append.
9568         (wl-thread-maybe-get-children-num): If closing thread, return
9569         children msgs.
9570         (wl-thread-update-line-msgs): Displaying progress message.
9571         (wl-thread-update-line-on-buffer-sub): Use
9572         wl-thread-maybe-get-children-num.
9573         (wl-thread-update-line-on-buffer): If update line is not exists,
9574         insert thread.
9575         (wl-thread-delete-message): If delete top msg of thread, search
9576         parent by subject.
9577         (wl-thread-insert-entity): Use
9578         wl-thread-maybe-get-children-num.
9579
9580         * wl-highlight.el (wl-highlight-summary-current-line): change
9581         sregexp for linked thread.
9582         * wl-util.el (wl-count-lines): Count lines.
9583         (wl-horizontal-recenter): horizontal recenter.
9584         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9585         (wl-score-get-alike): Ditto.
9586         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9587         (wl-subject-length-limit): New variable.
9588         (wl-highlight-thread-indent-string-regexp): Changed for linked
9589         thread.
9590
9591 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9592
9593         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9594         New variable (revival).
9595         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9596         by subject matching if there's no in-reply-to nor references field
9597         (revival).
9598
9599 \f
9600 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9601
9602         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9603         message.
9604
9605 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9606
9607         * wl-summary.el (wl-summary-reply): Return t if there was a
9608         message at cursor point.
9609         Added unwind-protect.
9610         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9611         returns t.
9612         (wl-summary-cancel-message): Do nothing when there's no message at
9613         cursor point.
9614         (wl-summary-forward): Ditto.
9615         (wl-summary-jump-to-parent-message): Ditto.
9616         (wl-summary-reedit): Ditto.
9617         (wl-summary-edit-addresses): Ditto.
9618         (wl-summary-pipe-message): Ditto.
9619         (wl-summary-print-message-with-ps-print): Ditto.
9620         (wl-summary-print-message): Ditto.
9621         (wl-summary-mark-as-important): Ditto.
9622         (wl-summary-mark-as-unread): Ditto.
9623
9624         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9625         message at cursor point.
9626         (wl-summary-reply-with-citation): Remove unwind-protect.
9627
9628         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9629         subject searching feature.
9630         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9631         Eliminated.
9632
9633 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9634
9635         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9636         New variable.
9637         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9638         by subject matching if there's no in-reply-to nor references field.
9639
9640         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9641
9642         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9643         when display is finished.
9644         (wl-folder-open-all): Ditto.
9645         (wl-folder-update-access-group): Ditto.
9646         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9647         * wl-thread.el (wl-thread-close-all): Ditto.
9648
9649         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9650         progress gauge only when it was displayed.
9651         * wl-folder.el (wl-folder-insert-entity): Ditto.
9652
9653 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9654
9655         * wl-summary.el (wl-summary-incorporate): Enclose
9656         `wl-summary-sync-force-update' with save-excursion.
9657
9658 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9659
9660         * wl-summary.el (wl-summary-prefetch-region):
9661         Pass current cursor point to `pos-visible-in-window-p' after
9662         moving cursor to the started point.
9663
9664 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9665
9666         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9667
9668         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9669         fields from the forwarding message.
9670         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9671         `ignored-fields'.
9672
9673 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9674
9675         * wl-mime.el (wl-message-request-partial):
9676         Eliminated argument `msgdb'.
9677         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9678         (wl-mime-combine-message/partial-pieces): Likewise.
9679         * tm-wl.el (wl-message-request-partial): Likewise.
9680         (wl-mime-combine-message/partial-pieces): Likewise.
9681
9682 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9683
9684         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9685         when display is finished.
9686
9687 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9688
9689         * wl-summary.el (wl-summary-goto-folder-subr):
9690         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9691
9692 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9693
9694         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9695         when cursor point is visible.
9696
9697 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9698
9699         * wl-expire.el (wl-expire-archive-get-max-number):
9700         Don't use `file-name-directory'.
9701
9702 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9703
9704         * wl-expire.el (wl-expire-archive-get-max-number):
9705         Use `file-name-directory'.
9706
9707 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9708
9709         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9710         only when there is progress.
9711
9712 2000-04-13  Mito <mit@nines.nec.co.jp>
9713
9714         * wl-summary.el (wl-summary-sync-marks): Display progress.
9715
9716 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9717
9718         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9719         (wl-summary-prev): Move cursor regardless of unread status.
9720         (wl-summary-next): Ditto.
9721
9722 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9723
9724         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9725         Added argument `target' and `number'.
9726         * tm-wl.el (wl-summary-burst-subr): New function.
9727         (wl-summary-burst): Use it.
9728
9729 2000-04-10  Mito <mit@nines.nec.co.jp>
9730
9731         * wl-mime.el (wl-burst): New function.
9732         (wl-summary-burst): Use it.
9733
9734 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9735
9736         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9737         as petname when there's no candidate.
9738
9739 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9740
9741         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9742         New variable.
9743         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9744
9745         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9746
9747         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9748
9749 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9750
9751         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9752         Use substring of `original' instead of buffer-substring.
9753         (wl-refile-evaluate-rule):
9754         Set `original' argument of wl-refile-expand-newtext.
9755
9756         * wl-summary.el
9757         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9758         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9759         (wl-summary-auto-refile): Check existence of destination folder just
9760         before marking.
9761
9762 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9763
9764         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9765         when wl-refile-get-field-value return nil.
9766
9767 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9768
9769         * wl-refile.el
9770         (wl-refile-expand-newtext): New function imported from Gnus.
9771         (wl-refile-evaluate-rule): Use it.
9772
9773 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9774
9775         * wl-summary.el (wl-summary-print-destination):
9776         Duplicate folder string to avoid putting text-property on
9777         original string.
9778
9779         * wl-refile.el (wl-refile-get-field-value): New function.
9780         (wl-refile-evaluate-rule): New function;
9781         Evaluate refile rule recursively.
9782         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9783         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9784         New function; Check existence of a target folder recursively.
9785         (wl-summary-auto-refile-check-refile-rule-alist):
9786         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9787
9788 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9789
9790         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9791
9792         * wl-folder.el (wl-create-folder-entity-from-buffer):
9793         Fixed problem when '}' character is contained in folder name.
9794
9795         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9796
9797 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9798
9799         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9800         (wl-fldmgr-add-completion-all-completions):
9801         Use wl-fldmgr-add-completion-hashtb.
9802
9803 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9804
9805         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9806         wl-fldmgr-add-completion-subr): New functions.
9807         * wl-folder.el (wl-folder-completion-func): New variable.
9808         * wl-summary.el (wl-summary-read-folder):
9809         Use wl-folder-completion-func.
9810
9811         * wl-refile.el: Eliminate throw & catch.
9812
9813         * wl.el (wl-plugged-sending-queue-status): Fixed.
9814
9815 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9816
9817         * wl-draft.el (wl-draft): Put category property on
9818         mail-header-separator.