* Makefile (compile-strict): New target.
[elisp/wanderlust.git] / wl / ChangeLog
1 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-message.el (wl-message-buffer-prefetch): Count is a number
4         and do nothing when it is not positive.
5         (wl-message-buffer-prefetch-next): Ditto.
6
7 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
8
9         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
10         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
11         (wl-summary-redisplay-internal): Ditto.
12
13         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
14         message (the condition is borrowed from `wl-check-variables-2').
15         (wl-summary-redisplay-internal): Ditto.
16
17 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
18
19         * wl-mime.el (wl-draft-nntp-attribute): New function.
20         (wl-draft-attribute-nntp-posting-server): Use it.
21         (wl-draft-attribute-nntp-posting-port): Ditto.
22
23         * wl-mime.el (wl-draft-preview-attributes-list): New function.
24         (wl-draft-show-attributes-buffer): Ditto.
25         (wl-draft-hide-attributes-buffer): Ditto.
26         (wl-draft-attribute-newsgroups): Ditto.
27         (wl-draft-attribute-nntp-posting-server): Ditto.
28         (wl-draft-attribute-nntp-posting-port): Ditto.
29         (wl-draft-preview-message): Use there functions.
30
31         * wl-vars.el (wl-draft-preview-attributes-list): Change default
32         value.
33
34 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
35
36         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
37         (wl-draft-reedit): Ditto.
38         (wl-draft-queue-flush): Ditto.
39
40         * wl-mime.el (wl-message-request-partial): Ditto.
41         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
42         instead of `elmo-message-fetch'.
43
44         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
45
46         * wl-summary.el (wl-summary-message-string): Ditto.
47
48 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
49
50         * wl-util.el (wl-current-message-buffer): Follow the API change.
51
52         * wl-summary.el (wl-summary-redisplay-internal): Call
53         `wl-summary-mark-as-read' with 2nd argument as nil and update
54         unread count instead of persistent mark.
55
56         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
57         variable.
58         (wl-message-redisplay): Follow the API change.
59         (wl-message-buffer-display): Managed mime-entity directly and
60         return preview buffer only.
61         (wl-message-display-internal): Rewrite.
62         (wl-message-buffer-prefetch-subr): Not save return value of
63         `wl-message-buffer-display'.
64
65         * Version number is increased to 2.13.1.
66
67 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
68
69         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
70         'elmo-multiple-fields-body-list' with boundary specified.
71
72 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
73
74         * wl-vars.el (wl-summary-resend-use-cache): New variable.
75         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
76         cache if `wl-summary-resend-use-cache' is non-nil.
77
78 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
79
80         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
81         (wl-nntp-posting-stream-type): Ditto.
82
83 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
84
85         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
86
87 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
88
89         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
90         message.
91
92 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
93
94         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
95         Abolish.
96         (wl-summary-buffer-persistent-mark-version): New internal
97         variable.
98         (wl-summary-update-mark-and-highlight-window): Check by
99         wl-summary-persistent-mark-invalid-p.
100         (wl-summary-update-status-marks): Ditto.
101         (elmo-event-handler-flag-changed): Rewrite.
102         (elmo-event-handler-cache-changed): Define.
103         (wl-summary-prefetch-msg): Does not update persistent mark here.
104         (wl-summary-delete-cache): Ditto.
105         (wl-summary-resume-cache-status): Ditto.
106         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
107         (wl-summary-persistent-mark-invalid-p): New function.
108         (wl-summary-validate-persistent-mark): Ditto.
109         (wl-summary-validate-persistent-mark-string): Ditto.
110         (wl-summary-invalidate-persistent-mark): Ditto.
111         (wl-summary-update-persistent-mark): Call
112         `wl-summary-validate-persistent-mark'.
113         (wl-summary-create-line): Call
114         `wl-summary-validate-persistent-mark-string'.
115
116         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
117         status as t if cache used.
118
119 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
120
121         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
122         only if the target is group.
123         * wl-folder.el (wl-folder-append-petname): Don't check group name.
124
125 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
126
127         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
128
129 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
130
131         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
132
133         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
134
135 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
136
137         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
138         (Thanks to Yoichi NAKAYAMA).
139
140 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
141
142         * wl-util.el (wl-save-drafts): Restore echo area.
143
144 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
145
146         * Version number is increased to 2.13.0.
147
148         * wl-util.el (wl-biff-check-folder-async): Use
149         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
150
151 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
152
153         * wl-message.el (wl-message-display-internal): Does not put
154         wl-message-display-type property on message buffer.
155         (wl-message-buffer-display-type): New function.
156
157         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
158
159         * wl-summary.el (wl-summary-mode): Use `dolist' to add
160         `wl-summary-buffer-detach'.
161         (wl-summary-message-display-type): Use
162         `wl-summary-buffer-display-type'.
163
164 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
165
166         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
167         buffer-local.
168
169         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
170         kill-buffer-hook instead of make-local-variable.
171         (wl-draft-preview-message): Set `local' argument of add-hook as t.
172
173 2004-12-12  Scott Renfro <scott@renfro.org>
174
175         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
176         regex for square-branket.
177
178 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
179
180         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
181         `wl-message-mime-analysis-p' with argument `header'.
182
183 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
184
185         * wl-mime.el (wl-draft-yank-current-message-entity): 
186         Switch to no-mime following method according to wl-message-display-type
187         property.
188         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
189
190         * wl-message.el (wl-message-display-internal): 
191         Put wl-message-display-type property on message buffer.
192
193         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
194         (wl-message-display-internal): Ditto;
195
196         * wl-summary.el (wl-summary-toggle-mime): Ditto.
197
198 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
199
200         * wl-message.el (wl-message-make-display-type): New function.
201         (wl-message-display-type-property): Ditto.
202         (wl-message-mime-analysys-p): Ditto.
203         (wl-message-display-all-header-p): Ditto.
204         (wl-message-redisplay): Removed argument `as-is', `all-header' and
205         added `display-type'.
206         (wl-message-buffer-display): Likewise.
207         (wl-message-display-internal): Likewise.
208         (wl-message-buffer-display-type): Abolish.
209         (wl-message-buffer-prefetch-subr): Follow the API changed.
210
211         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
212         from wl-summary-buffer-display-all-header and changed default value.
213         (wl-summary-message-display-type): New function.
214         (wl-summary-buffer-display-mime-mode): Ditto.
215         (wl-summary-buffer-display-header-mode): Ditto.
216         (wl-summary-toggle-mime): Rewrite with above functions.
217         (wl-summary-toggle-all-header): Ditto.
218         (wl-summary-redisplay): Force redisplay with default mode.
219         (wl-summary-redisplay-internal): Renamed argument from `mode',
220         `all-header' to `mime-mode', `header-mode'.
221         Use `wl-message-make-display-type'.
222
223         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
224         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
225
226 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
227
228         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
229
230 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
231
232         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
233         in original message buffer.
234         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
235         buffer.
236
237 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
238
239         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
240
241 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
242
243         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
244
245 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
246
247         * wl-action.el (wl-summary-exec-action-refile): Display a done message
248         when actions succeeded.
249         (wl-summary-exec-action-copy): Likewise.
250
251 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
252
253         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
254         there is switch-to-buffer at the end of wl-message-select-buffer.
255         (wl-summary-reply): Ditto.
256
257 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
258
259         * wl-summary.el (wl-summary-forward): Put subject in original
260         message buffer as argument of wl-draft-forward.
261         * wl-draft.el (wl-draft-forward): Decode subject as in
262         wl-draft-reply.
263
264 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
265
266         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
267         a folder under access group.
268
269 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
270
271         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
272         wl-message-buffer-display.
273
274         * wl-util.el (wl-set-save-drafts): Fix typo.
275
276 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
277
278         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
279         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
280         wl-highlight-logo-face to set the bg color of an xbm image; fixed
281         the way to measure the width of a bitmap image; don't put face on
282         ascii and bitmap images; put the mark which should not use the
283         variable-pitch face on ascii and bitmap images.
284         (wl-demo-setup-properties): Don't use the variable-pitch face on
285         ascii and bitmap images; made it work on Emacs 20 and earlier.
286         (wl-demo-insert-text): End with a newline at the bottom; don't put
287         face on text.
288
289         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
290
291 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
292
293         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
294
295         * wl-util.el (wl-save-drafts): Moved from sample setting.
296         (wl-set-save-drafts): New function to set idle timer.
297         * wl-draft.el (wl-draft): Call it.
298         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
299
300 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
301
302         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
303         a summary which has toggle display status off.
304
305 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
306
307         * wl-draft.el (wl-draft-do-fcc): No cache save.
308
309 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
310
311         * wl-summary.el (elmo-event-handler-flag-changed): Use
312         `set-buffer' instead of `with-current-buffer'.
313
314 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
315
316         * wl-summary.el (wl-summary-after-resize-function): New function.
317         (wl-summary-mode): Add `wl-summary-after-resize-function' to
318         window-size-change-functions.
319
320 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
321
322         * wl-draft.el (wl-draft-create-buffer): Bind
323         `change-major-mode-hook' after current buffer is changed.
324
325         * wl-summary.el (wl-summary-buffer-detach): New function.
326         (wl-summary-buffer-set-folder): Call it.
327         (wl-summary-mode): Add `wl-summary-buffer-detach' to
328         change-major-mode-hook and kill-buffer-hook.
329         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
330         (wl-summary-switch-to-clone-buffer): Ditto.
331         (wl-summary-goto-folder-subr): Ditto.
332
333 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
334
335         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
336         after boundp check.
337
338 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
339
340         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
341         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
342         for `kill-buffer'.
343
344         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
345         handler of current buffer from elmo-folder.
346
347 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
348
349         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
350
351 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
352
353         * wl-summary.el (wl-summary-buffer-event-handler): New internal
354         variable.
355         (wl-summary-event-handler): New class.
356         (elmo-event-handler-flag-changed): Define to update persistent
357         mark.
358         (wl-summary-buffer-set-folder): Register event handler to
359         elmo-folder.
360         (wl-summary-exit): Unregister event handler.
361         (wl-summary-goto-folder-subr): Ditto.
362         (wl-summary-mark-as-read-all): Does not call
363         `wl-summary-update-persistent-mark' directly.
364         (wl-summary-mark-as-read-internal): Ditto.
365         (wl-summary-set-persistent-mark-internal): Ditto.
366         (wl-summary-set-flags-internal): Ditto.
367
368         * Version number is increased to 2.11.33.
369
370 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
371
372         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
373         to nil.
374
375 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
376
377         * wl-spam.el (wl-spam-setup): Add hook
378         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
379         instead of `wl-summary-prepare-hook'.
380
381         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
382         if folder type is `'flag'.
383         (wl-summary-mark-as-important): Ditto.
384
385 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
386
387         * wl-address.el (wl-address-minibuffer-history): New variable.
388         (wl-address-minibuffer-local-map): New keymap.
389         (wl-address-read-from-minibuffer): New function.
390
391         * wl-action.el (wl-summary-get-resend-address): Use
392         `wl-address-read-from-minibuffer' instead of `completing-read'.
393
394 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
395
396         * Version number is increased to 2.11.32.
397
398 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
399
400         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
401         without mule to iso-8859-1.
402         (wl-draft-add-in-reply-to): Add note in description.
403         (wl-draft-add-references): Ditto.
404
405 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
406
407         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
408         definition for `m'.
409         (wl-summary-mode-line-format): Add '[%m]'.
410         (wl-message-mode-line-format-spec-alist): Ditto.
411         (wl-summary-display-mime-mode-list): New variable.
412
413         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
414         from wl-summary-buffer-display-as-is.
415         (wl-summary-buffer-display-all-header): New buffer local variable.
416         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
417         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
418         instead of wl-summary-buffer-display-as-is.
419         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
420         (wl-summary-set-persistent-mark): Ditto.
421         (wl-summary-set-message-buffer-or-redisplay): Just call
422         `wl-summary-redisplay-internal' without optional arguments.
423         (wl-summary-toggle-mime): Rewrite.
424         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
425         (wl-summary-toggle-all-header): New function.
426         (wl-summary-redisplay-internal): Treat mime mode.
427
428         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
429         to wl-mime-preview-follow-no-mime.
430         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
431         accodring to the display-mode.
432
433         * wl-message.el (wl-message-buffer-display-type): Rewrite.
434         (wl-message-buffer-display): Changed argument name from `as-is' to
435         `mode'.
436         (wl-message-display-internal): Ditto;
437         Bind elmo-mime-display-header-analysis according to the mode.
438         (wl-message-display-internal): Put wl-message-display-mime-mode
439         property on entire buffer.
440
441 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
442
443         * wl-draft.el (wl-draft-do-fcc): Undo last change.
444
445 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
446
447         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
448         Don't extract mail address.
449         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
450
451         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
452
453         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
454
455 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
456
457         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
458         wl-fldmgr-cut-entity-list on confirmation.
459
460 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
461
462         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
463         (wl-mime-quit-preview): Check existence of
464         mime-edit-temp-message-buffer here.
465
466 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
467
468         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
469         after deletion.
470
471         * wl-draft.el (wl-draft-send-confirm): Check major-mode
472         before calling wl-mime-quit-preview.
473
474 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
475
476         * wl-summary.el (wl-summary-pick): If call it with prefix
477         argument, set `delete-marks' as non-nil. Pick from only visible
478         messages.
479         (wl-summary-check-target-mark): New function.
480         (wl-summary-target-mark-mark-as-read): Use it.
481         (wl-summary-target-mark-mark-as-unread): Ditto.
482         (wl-summary-target-mark-operation): Ditto.
483         (wl-summary-target-mark-set-flags): Ditto.
484         (wl-summary-target-mark-save): Ditto.
485         (wl-summary-target-mark-pick): Ditto.
486         (wl-summary-target-mark-forward): Ditto.
487         (wl-summary-target-mark-reply-with-citation): Ditto.
488         (wl-summary-target-mark-print): Ditto.
489         (wl-summary-target-mark-uudecode): Ditto.
490
491         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
492         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
493         with `ask-coding' is non-nil.
494
495 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
496
497         * wl-thread.el (wl-thread-set-parent): If parent is a message
498         which is identified by references, set linked as nil.
499
500 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
501
502         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
503         (wl-message-mode-line-format-spec-alist): Ditto.
504         (wl-message-mode-line-format): Ditto.
505         (wl-summary-mode-line-format): Ditto for docstring.
506         (wl-summary-no-mime-folder-list): Fix typo.
507
508         * wl-util.el (wl-current-message-buffer): Call
509         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
510
511         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
512         variable.
513         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
514         of `wl-summary-redisplay-no-mime'.
515         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
516         (wl-summary-toggle-mime): New function.
517         (wl-summary-redisplay-all-header): Rewrite.
518         (wl-summary-redisplay-no-mime): Ditto.
519         (wl-summary-redisplay-internal): Added argument `as-is' and
520         `all-header'.
521
522         * wl-refile.el (wl-refile-default-from-folder-path-separator):
523         New variable.
524         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
525         bottom.
526         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
527         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
528         "/" unconditionally.
529
530         * wl-mime.el (wl-draft-yank-current-message-entity): Use
531         wl-mime-preview-follow-no-mime for as-is content.
532         (wl-mime-preview-follow-no-mime): New function.
533         (wl-mime-preview-follow-current-region): Fixed parenthesis.
534
535         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
536         and added `as-is', `all-header'.
537         (wl-message-buffer-display): Ditto.
538         (wl-message-buffer-display-type): New function.
539
540 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
541
542         * wl-vars.el (wl-message-header-button-alist): Change default
543         value.
544         (wl-message-body-button-alist): Ditto.
545
546 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
547
548         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
549
550 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
551
552         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
553
554 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
555
556         * wl-summary.el (wl-summary-sync-marks): Remove condition which
557         is always true.
558
559 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
560
561         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
562         on null entity.
563
564 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
565
566         * wl-vars.el (wl-draft-reply-default-position): Fix range.
567
568 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
569
570         * wl-vars.el (wl-summary-resend-hook): New hook.
571
572         * wl-action.el (wl-summary-exec-action-resend-subr): Run
573         `wl-summary-resend-hook'.
574
575 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
576
577         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
578         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
579         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
580         (wl-summary-new-cached-mark): Changed default value to 'n'.
581         (wl-summary-unread-cached-mark): Changed default value to 'u'.
582         (wl-summary-answered-cached-mark): Changed default value to 'a'.
583         (wl-folder-sync-range-alist): Remove spec for 'flag.
584         (wl-summary-force-prefetch-folder-list): New user option.
585
586         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
587         `wl-summary-toggle-persistent-mark'.
588         (wl-summary-update-mark-and-highlight-window): Don't highlight when
589         number is nil.
590         (wl-summary-mark-as-answered-region): Set interactive argument of
591         `wl-summary-set-persistent-mark-internal'.
592         (wl-summary-mark-as-important-region): Ditto.
593         (wl-summary-unset-persistent-mark): Ditto.
594         (wl-summary-set-persistent-mark): Ditto.
595         (wl-summary-mark-as-answered): Ditto.
596         (wl-summary-mark-as-important): Ditto.
597         (wl-summary-set-persistent-mark-internal): Do nothing
598         when `elmo-message-flag-available-p' is nil.
599         (wl-summary-toggle-persistent-mark): New function.
600         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
601         when the folder matches `wl-summary-force-prefetch-folder-list'.
602
603
604         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
605         when number is nil.
606         (wl-highlight-summary-forwarded-face): New face.
607
608 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
609
610         * Version number is increased to 2.11.31.
611
612 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
613
614         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
615         (wl-biff-check-folder-async): Ditto.
616         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
617
618 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
619
620         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
621         Add an argument `reverse'.  All callers are updated.
622         (wl-summary-sort): Add a prefix argument `reverse' to specify
623         reverse sorting.
624         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
625         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
626         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
627
628 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
629
630         * wl-message.el (wl-message-redisplay): Does not narrow header if
631         disply-type is all-header or as-is.
632
633         * wl-summary.el (wl-summary-enter-handler): Use
634         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
635
636 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
637
638         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
639         after adding wl-draft-parent-variables.
640         (wl-draft-forward): Ditto.
641
642 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
643
644         * wl-summary.el (wl-summary-sync-marks): Call
645         `wl-summary-set-persistent-mark' and
646         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
647         (wl-summary-set-persistent-mark-internal): Add 4th argument
648         `no-server'.
649         (wl-summary-unset-persistent-mark): Ditto.
650         (wl-summary-set-persistent-mark): Ditto.
651         (wl-summary-add-flags-internal): Abolish.
652         (wl-summary-remove-flags-internal): Ditto.
653         (wl-summary-mark-as-important-internal): Ditto.
654         (wl-summary-mark-as-important): Use
655         `wl-summary-set-persistent-mark' instead of
656         `wl-summary-add-flags-internal'.
657         (wl-summary-mark-as-important-region): Ditto.
658
659         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
660
661         * wl-summary.el (wl-summary-get-available-flags): New function.
662         (wl-summary-sync-marks): Use it and simplified.
663         (wl-summary-unset-persistent-mark): Use
664         `wl-summary-get-available-flags'.
665         (wl-summary-set-persistent-mark): Ditto.
666
667 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
668
669         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
670         id.
671
672 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
673
674         * wl-summary.el (wl-summary-enter-handler): If argument is not a
675         number, call `wl-summary-prev-line-content'. Show message when the
676         message is not found.
677
678 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
679
680         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
681         wl-summary-enter-handler.
682         (wl-summary-enter-handler): New command.
683
684         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
685         docstring and custom spec.
686
687         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
688         flags too; Don't treat Cached and New.
689         (wl-summary-set-persistent-mark): Ditto.
690
691         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
692         `wl-folder-set-flag'.
693
694         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
695         instead of `wl-folder-set-flag'.
696
697         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
698         for completion.
699         (wl-summary-set-persistent-mark): Ditto.
700
701         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
702         instead of `wl-draft-quit-preview'.
703
704         * wl-mime.el (toplevel): Avoid compile warning.
705         (wl-mime-quit-preview): New function
706         (formarly defined as `wl-draft-quit-preview').
707         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
708         quitting method.
709
710         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
711
712         * wl-folder.el (wl-folder-set-flag): Renamed from
713         `wl-draft-set-flag-on-parent'.
714
715         * wl-draft.el (wl-draft-quit-preview): New function.
716         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
717         (wl-draft-send): Call `wl-folder-set-flag' instead of
718         `wl-draft-set-flag-on-parent'.
719         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
720
721 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
722
723         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
724         (wl-draft-send): Ditto.
725
726 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
727
728         * wl-vars.el (wl-draft-reply-hook): Changed default value.
729         (wl-draft-kill-pre-hook): Set default value as nil.
730         (wl-summary-reply-hook): Ditto.
731         (wl-draft-kill-flags): Abolish.
732
733         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
734         (wl-draft-parent-variables): Renamed from
735         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
736         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
737         argument; Add wl-draft-parent-variables to
738         wl-draft-config-variables.
739         (wl-draft-reply): Likewise.
740         (wl-draft-kill-flags): Abolish.
741         (wl-draft-send): Call wl-draft-set-flag-on-parent.
742         (wl-draft-set-flag-on-parent): New function.
743         (wl-draft-setup-parent-flag): Ditto.
744
745 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
746
747         * wl-draft.el (wl-draft-kill-flags): Avoid error when
748         `wl-draft-parent-folder' is "".
749
750 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
751
752         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
753         (wl-summary-digit-jump): New function.
754         (Adviced by John Owens and Hiroya Murata)
755
756         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
757         (Adviced by John Owens)
758
759         * wl-xmas.el (wl-message-define-keymap): Ditto.
760
761         * wl-mule.el (wl-message-define-keymap): Ditto.
762
763 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
764
765         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
766         change of return value of elmo-folder-count-flags.
767
768         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
769         (wl-summary-mark-as-read-internal): Ditto.
770         (wl-summary-set-persistent-mark-internal): Ditto.
771         (wl-summary-folder-info-update): Ditto.
772         (wl-summary-sync-update): Fixed the last change.
773
774         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
775
776 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
777
778         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
779         (wl-draft-kill-flags): Fixed docstring.
780
781         * wl-draft.el (wl-draft-kill-flags): New function.
782         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
783
784 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
785
786         * wl-vars.el (wl-reply-hook): Abolish.
787         (wl-draft-reply-hook): New hook.
788         (wl-summary-reply-hook): Ditto.
789         (wl-draft-forward-hook): Ditto.
790         (wl-summary-forward-hook): Ditto.
791         (wl-draft-kill-flags): New variable.
792
793         * wl-summary.el (wl-summary-mark-as-answered-region): Use
794         wl-summary-set-persistent-mark-internal.
795         (wl-summary-sync-marks): Use elmo-preserved-flags.
796         (wl-summary-update-persistent-mark): Make it interactive.
797         (wl-summary-set-persistent-mark-internal): New inline function.
798         (wl-summary-mark-as-answered): Use it.
799         (wl-summary-mark-as-unanswered): Ditto.
800         (wl-summary-unset-persistent-mark): New function.
801         (wl-summary-set-persistent-mark): Ditto.
802         (wl-summary-reply): Don't set answered flag;
803         Run wl-summary-reply-hook instead.
804         (wl-summary-forward): Call wl-draft-forward with number.
805         Run wl-summary-forward-hook.
806
807         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
808         (wl-highlight-summary-line-face-spec): Use it as a default
809         persistent mark face.
810
811         * wl-draft.el (wl-draft-forward): Added optional argument number;
812         Set wl-draft-parent-number; Run wl-draft-forward-hook.
813         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
814         (wl-draft-kill): Use wl-draft-kill-flags.
815
816         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
817
818         * wl-folder.el (wl-folder-check-one-entity): Follow the change
819         of return value of elmo-folder-count-flags.
820
821         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
822
823         * wl-summary.el (wl-summary-count-unread): Ditto.
824         (wl-summary-sync-update): Follow the change above.
825         (wl-summary-force-prefetch): New function.
826
827 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
828
829         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
830         variable `buf' with `let' instead of `setq'.
831
832 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
833
834         * wl-mime.el (wl-message-delete-current-part): If filename exists,
835         add Content-Disposition heaeder on the deleted part.
836
837 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
838
839         * wl-draft.el (wl-draft-save): Encode address list under edit by
840         `eword-encode-unstructured-field-body'.
841
842         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
843
844 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
845
846         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
847         wl-current-summary-buffer.
848
849 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
850
851         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
852         `numbers' is ignored.
853
854 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
855
856         * wl-folder.el (wl-folder-open-folder): Avoid error.
857         Reported by John Owens, [wl-en:815]
858
859         * wl.el (wl): Set timer for biff process even if prefix argument
860         is given or auto-checking is quitted.
861
862         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
863         immediately.
864         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
865         (wl-toggle-plugged): Ditto.
866
867         * wl-vars.el (wl-biff-use-idle-timer): New variable.
868         * wl-util.el (wl-biff-start): Use idle timer if
869         `wl-biff-use-idle-timer' is non-nil.
870
871 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
872
873         * wl-highlight.el (wl-highlight-message): Fix description.
874
875 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
876
877         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
878         tty.
879
880 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
881
882         * wl-action.el (wl-summary-exec): Print failure count.
883
884 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
885
886         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
887         to `defun', remove interactive form.
888         Set elmo-message-fetch-confirm when force-reload is non-nil.
889
890 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
891
892         * wl-summary.el (toplevel): Removed unnecessary autoload.
893
894 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
895
896         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
897         the buffer is generated from another message buffer.
898
899 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
900
901         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
902         extracted from `wl-fldmgr-save-folders'.
903         (wl-fldmgr-delete): Call it after deletion.
904
905 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
906
907         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
908         multi-tty support.
909
910 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
911
912         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
913
914 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
915
916         * wl-summary.el (wl-summary-rescan): Remove unused variables.
917         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
918
919 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
920
921         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
922         unsubscribe list only if argument CLEAR is nil.
923
924 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
925
926         * wl-draft.el (wl-draft-reply): Decode subject before removing
927         Re: prefix.
928
929 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
930
931         * wl-summary.el (wl-summary-sort-by-size): New command.
932
933 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
934
935         * wl-summary.el (wl-summary-number-list-from-region): New
936         function.
937         (wl-summary-mark-as-read-region): Use it.
938         (wl-summary-mark-as-unread-region): Ditto.
939         (wl-summary-set-flags-region): Ditto and add optional argument
940         remove.
941         (wl-summary-mark-as-answered-region): Ditto.
942         (wl-summary-mark-as-important-region): Ditto.
943         (wl-summary-target-mark-mark-as-important): Added optional
944         argument remove.
945         (wl-summary-target-mark-mark-as-answered): Ditto.
946         (wl-summary-target-mark-set-flags): Ditto.
947
948 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
949
950         * wl-summary.el (wl-summary-set-flags-region): Call
951         `wl-summary-set-flags-internal' with number list instead of call
952         one by each message.
953         (wl-summary-target-mark-set-flags): Likewise.
954
955 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
956
957         * wl-summary.el (wl-summary-target-mark-operation): Add optional
958         argument `inverse' and use `wl-summary-delete-all-target-marks'.
959         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
960         (wl-summary-target-mark-mark-as-answered): Likewise.
961
962 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
963
964         * wl-summary.el (wl-summary-target-mark-forward): Use
965         `wl-summary-delete-all-target-marks' instead of
966         `wl-summary-delete-all-temp-marks'.
967         (wl-summary-target-mark-reply-with-citation): Ditto.
968         (wl-summary-target-mark-uudecode): Ditto.
969         (wl-summary-target-mark-set-flags): Ditto and remove needless
970         cursor move.
971
972 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
973
974         * wl-summary.el (wl-summary-target-mark-forward): Protect
975         wl-summary-buffer-target-mark-list from nreverse.
976         (wl-summary-target-mark-reply-with-citation): Ditto.
977
978 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
979
980         * wl-thread.el (wl-thread-update-indent-string-thread): Use
981         `elmo-display-progress-threshold'.
982
983 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
984
985         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
986         check `wl-summary-highlight'.
987         (wl-summary-window-scroll-functions): Respect value of
988         `wl-summary-highlight'.
989         (wl-summary-sync-update): Run hooks
990         `wl-summary-buffer-window-scroll-functions' at any time.
991
992 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
993
994         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
995         from `wl-summary-cleanup-temp-marks'.
996         (wl-summary-cleanup-temp-marks): Abolish argument.
997         * wl.el (wl-save-status): Revert previous change.
998         (wl-execute-temp-marks): New function, call
999         `wl-summary-exec-with-confirmation'.
1000         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1001         (wl-folder-save-and-exec-marks): Abolished.
1002
1003 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1004
1005         * wl-e21.el (wl-e21-display-image-p): Respect
1006         `wl-highlight-folder-with-icon'.
1007         (wl-e21-highlight-folder-group-line): Highlight mouse line
1008         even if wl-e21-display-image-p is nil.
1009
1010         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1011         Respect value of `wl-summary-highlight'.
1012
1013         * wl.el (wl-save-status): Remove unused variable.
1014
1015         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1016         (wl-folder-mode-map): Bind it to "x".
1017
1018 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1019
1020         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1021
1022         * wl-thread.el (wl-thread-get-parent-list): Don't check
1023         disconnected ancestors, neglecting needless work in
1024         `wl-thread-update-indent-string-thread'.
1025
1026         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1027         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1028         argument, add argument default-keep to keep marks by default.
1029
1030         * Version number is increased to 2.11.30.
1031
1032         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1033         customization type and docstring.
1034         (wl-draft-reply-without-argument-list): Ditto.
1035
1036 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1037
1038         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1039
1040         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1041
1042 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1043
1044         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1045
1046 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1047
1048         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1049         save-excursion so as not to include run-hooks.
1050
1051 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1052
1053         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1054         Clarify that marks are going to be cleared.
1055
1056 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1057
1058         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1059         according to 3rd element of wl-summary-flag-mark.
1060
1061         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1062
1063 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1064
1065         * wl-action.el (wl-summary-target-mark-all): Don't set
1066         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1067
1068 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1069
1070         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1071         (wl-forward-subject-prefix): Ditto.
1072         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1073         (wl-draft-reply-make-subject): Ditto.
1074
1075         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1076         `wl-draft-forward'.
1077         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1078
1079 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1080
1081         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1082         target message does not exist.
1083
1084 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1085
1086         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1087         `wl-subject-prefix-regexp'.
1088         (wl-subject-forward-prefix-regexp): New variable.
1089         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1090         `wl-draft-strip-subject-re' and take regexp as argument.
1091         (wl-draft-forward): Use it.
1092         (wl-draft-reply): Ditto.
1093
1094 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1095
1096         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1097         emacs multi-tty support.
1098
1099 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1100
1101         * wl-e21.el (wl-e21-display-image-p): Don't call
1102         `display-images-p'.
1103         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1104         support.
1105         (wl-highlight-folder-current-line): Ditto.
1106         (wl-folder-init-icons): Ditto.
1107
1108 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1109
1110         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1111         the last line of summary in unplugged mode.
1112
1113 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1114
1115         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1116
1117 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1118
1119         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1120         * wl-address.el (wl-address-user-mail-address-p): Use it.
1121         (wl-address-delete-user-mail-addresses): Ditto.
1122         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1123
1124         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1125         (wl-address-delete-user-mail-addresses): Ditto.
1126
1127         * wl-address.el (wl-address-delete-user-mail-addresses): New
1128         function.
1129         * wl-refile.el (wl-refile-guess-by-history): Use it.
1130         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1131         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1132
1133         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1134         use wl-address-user-mail-address-p.
1135
1136 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1137
1138         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1139         after opening group.
1140
1141 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1142
1143         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1144         of elmo-set-buffer-multibyte.
1145
1146         * wl-message.el (wl-original-message-mode): Ditto.
1147
1148         * wl-score.el (wl-score-insert-header): Ditto.
1149
1150         * wl-summary.el
1151         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1152         (wl-summary-goto-folder-subr): Ditto.
1153         (wl-summary-insert-headers): Ditto.
1154
1155         * wl-util.el (wl-set-string-width): Ditto.
1156
1157         * Version number is increased to 2.11.29.
1158
1159 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1160
1161         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1162         (wl-highlight-summary-line-help-echo-alist): New variable.
1163         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1164         into `wl-highlight-summary-line-help-echo' and
1165         `wl-highlight-flag-folder-help-echo'.
1166         (wl-highlight-summary-line-string): Change accordingly.
1167         (wl-highlight-summary-current-line): Ditto.
1168
1169 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1170
1171         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1172         at the beginning of field body (Thanks to Markus Knittig).
1173
1174         * wl-draft.el (wl-draft-insert-current-message): Also check
1175         summary buffer, remove unnecessary tag.
1176
1177 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1178
1179         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1180         when wl-message-buffer is nil.
1181
1182         * wl-folder.el (wl-folder): Abolish unused argument.
1183         Call wl-folder-init when wl-folder-entity is nil.
1184         * wl.el (wl): Change accordingly.
1185
1186 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1187
1188         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1189         multibyte string before insert into draft buffer.
1190         (wl-draft-create-buffer): Always enable multibyte characters for
1191         draft buffer.
1192
1193         * Version number is increased to 2.11.28.
1194
1195 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1196
1197         * wl-folder.el (wl-folder-open-close): Handle blank line.
1198         (wl-folder-jump-to-current-entity): Ditto.
1199
1200 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1201
1202         * Version number is increased to 2.11.27.
1203
1204 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1205
1206         * wl-thread.el (wl-thread-insert-message): When the thread is
1207         devided by wl-summary-max-thread-depth, insert line at the end of
1208         buffer.
1209
1210 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1211
1212         * Version number is increased to 2.11.26.
1213
1214 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1215
1216         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1217
1218 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1219
1220         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1221         value of stream-type and session.
1222
1223 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1224
1225         * Version number is increased to 2.11.25.
1226
1227 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1228
1229         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1230         in a quit message.
1231
1232 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1233
1234         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1235         (wl-summary-redisplay-no-mime-internal): Ditto.
1236
1237 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1238
1239         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1240         * wl-vars.el (wl-smtp-connection-type): Ditto.
1241
1242 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1243
1244         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1245         for the separator line and quote mail-header-separator.
1246
1247 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1248
1249         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1250         result message.
1251
1252         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1253         `elmo-multiple-fields-body-list' with boundary as
1254         mail-header-separator.
1255
1256 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1257
1258         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1259
1260 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1261
1262         * wl-util.el (wl-list-diff): Remove unused function.
1263
1264         * wl-draft.el (wl-draft-send-confirm): Discard input before
1265         confirmation.
1266
1267 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1268
1269         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1270         order of flag and new.
1271
1272 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1273
1274         * wl-vars.el (wl-refile-policy-alist): Abolished.
1275
1276         * wl-action.el (wl-summary-set-action-refile): Follow the change
1277         above.
1278
1279 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1280
1281         * wl-highlight.el (wl-highlight-signature-search): Don't use
1282         re-search-backward for a long word since it is possible to crash
1283         XEmacs because of a bug.
1284
1285 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1286
1287         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1288
1289 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1290
1291         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1292         argument for wl-summary-sync-force-update.
1293
1294 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1295
1296         * wl-summary.el (wl-summary-mode-map): Revival of
1297         wl-summary-mark-as-important related bindings;
1298         Bind 'F','tF','mF','rF','m&'.
1299         (wl-summary-mark-as-important-region): Revival.
1300         (wl-summary-target-mark-mark-as-important): Ditto.
1301         (wl-summary-target-mark-operation): New function.
1302         (wl-summary-target-mark-mark-as-answered): Use it.
1303         (wl-summary-decide-flag): Don't set Important as default.
1304         (wl-summary-mark-as-important-internal): Revival.
1305         (wl-summary-mark-as-important): Ditto.
1306
1307         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1308
1309         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1310         instead of facep.
1311
1312 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1313
1314         * wl-dnd.el (wl-dnd-drop-func): Fix.
1315
1316         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1317         mouse-set-point instead of posn-point.
1318
1319         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1320
1321         * wl-mule.el (wl-completing-read-multiple): Ditto.
1322
1323 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1324
1325         * wl-demo.el (face-background-name): Defalias to avoid compile
1326         warning.
1327
1328 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1329
1330         * wl-summary.el (wl-summary-decide-flag): Use
1331         wl-completing-read-multiple instead of completing-read-multiple.
1332
1333         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1334         New alias.
1335
1336         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1337         Use face-background-name instead of face-background.
1338
1339         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1340
1341         * wl-summary.el (wl-summary-save): Use it.
1342         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1343
1344         * wl-mime.el (wl-mime-save-content): Fix last change.
1345
1346 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1347
1348         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1349         New function.
1350         (wl-summary-sort-specs): Added sort.
1351         * wl-mime.el (wl-mime-save-content): Expand file name.
1352
1353 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1354
1355         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1356
1357         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1358
1359 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1360
1361         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1362         for flag if it is not defined.
1363
1364 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1365
1366         * wl-e21.el (wl-highlight-folder-current-line): Use
1367         elmo-folder-type-internal when elmo-folder-type returns nil.
1368
1369         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1370
1371         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1372
1373         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1374
1375         * wl-e21.el (wl-summary-toolbar): Ditto.
1376
1377         * wl-vars.el (wl-demo-background-color): Abolished.
1378         (wl-summary-persistent-mark-priority-list): Renamed from
1379         wl-summary-flag-priority-list.
1380         (wl-summary-flag-alist): New user option.
1381         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1382         (wl-message-mode-line-format-spec-alist): Added 'F'.
1383         (wl-message-mode-line-format): Likewise.
1384         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1385         instead of wl-summary-important-mark.
1386         (wl-file-folder-icon): New variable.
1387
1388         * wl-thread.el (wl-thread-set-flags): Renamed from
1389         wl-thread-mark-as-important.
1390
1391         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1392         warning.
1393         (wl-summary-mode-menu-spec): Follow the change of 
1394         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1395         (wl-summary-mode-map): Follow the change of
1396         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1397         (wl-summary-detect-mark-position): Follow the variable name change.
1398         (wl-summary-set-flags-region): New function for the replacement of
1399         wl-summary-mark-as-important-region.
1400         (wl-summary-sync-marks): Sync all global-flags.
1401         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1402         instead of elmo-message-flagged-p.
1403         (wl-summary-persistent-mark-string): Follow the variable name change;
1404         Put wl-summary-flag-mark if the message has global-flag.
1405         (wl-summary-target-mark-set-flags): Renamed from 
1406         wl-summary-target-mark-mark-as-important.
1407         (wl-summary-decide-flag): New function.
1408         (wl-summary-set-flags-internal): Renamed from
1409         wl-summary-mark-as-important-internal.
1410         (wl-summary-add-flags-internal): New function.
1411         (wl-summary-remove-flags-internal): Ditto.
1412         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1413         (wl-summary-mark-as-unimportant): Abolish.
1414         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1415         (wl-summary-next-message): List flagged messages in the msgdb.
1416
1417         * wl-score.el (wl-summary-score-update-all-lines): Use
1418         wl-summary-add-flags-internal instead of 
1419
1420         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1421
1422         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1423         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1424         (wl-message-buffer-require-all-header): Renamed from
1425         wl-message-buffer-all-header-flag (Ditto).
1426         (wl-message-buffer-flag-indicator): New variable.
1427         (wl-message-redisplay): Changed local varibale name from `flag' to
1428         `display-type'; Set up wl-message-buffer-flag-indicator.
1429         (wl-message-buffer-display): Changed varibale name from `flag' to
1430         `display-type'.
1431         (wl-message-display-internal): Likewise.
1432
1433         * wl-highlight.el (wl-highlight-demo-face): Define default background
1434         color.
1435         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1436
1437         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1438
1439         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1440         (wl-demo-setup-properties): Renamed from
1441         `wl-demo-set-background-color'.
1442         (wl-demo): Follow the change above.
1443         
1444         * Version number is increased to 2.11.24.
1445
1446 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1447
1448         * wl-summary.el (wl-summary-toggle-thread): Call
1449         `wl-summary-rescan' with disable-thread as non-nil.
1450         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1451
1452 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1453
1454         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1455         foreground property of the face.
1456         (wl-demo-insert-text): Don't set up face property here.
1457         (wl-demo): Call wl-demo-set-background-color, anyway.
1458
1459 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1460
1461         * wl-vars.el (wl-demo-background-color): The value can be nil.
1462
1463 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1464
1465         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1466         to wl-summary-wheel-dispatcher.
1467
1468         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1469         wl-message-wheel-dispatcher.
1470         (wl-message-wheel-dispatcher): New function.
1471         (wl-summary-wheel-dispatcher): Ditto.
1472
1473 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1474
1475         * wl-action.el (wl-summary-target-mark-all): List messages which are
1476         not in the killed-list.
1477
1478         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1479         only when the folder is 'flag/important.
1480
1481         * wl-address.el (wl-complete-field-body): Complete if the last
1482         character is a space.
1483
1484 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1485
1486         * wl-folder.el (wl-folder-clear-entity-info): Use
1487         elmo-clear-hash-val.
1488
1489         * wl-fldmgr.el (wl-fldmgr-rename): Set
1490         wl-folder-info-alist-modified as t.
1491
1492 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1493
1494         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1495
1496 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1497
1498         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1499         (wl-folder-buffer-last-visited-entity-id): New buffer local
1500         variable.
1501         (wl-folder-revisit-last-visited-folder): New function.
1502         (wl-folder-mode-map): Bind it to "C-i".
1503         (wl-folder-set-current-entity-id): Set last visited folder.
1504         * wl-summary.el (wl-summary-exit): Ditto.
1505
1506 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1507
1508         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1509         before calling `recenter' in order to cope with an XEmacs bug.
1510
1511 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1512
1513         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1514         to the default value.
1515
1516 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1517
1518         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1519         change.
1520         (wl-summary-sync-marks): Ditto.
1521         (wl-summary-mark-as-read-internal): Ditto.
1522         (wl-summary-mark-as-answered-internal): Ditto.
1523         (wl-summary-mark-as-important-internal): Ditto.
1524         (wl-summary-reply): Ditto.
1525
1526         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1527         instead of `elmo-folder-unflag-answered'.
1528
1529         * Version number is increased to 2.11.23.
1530
1531         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1532         the last change.
1533
1534 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1535
1536         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1537         Specify "spam" or "good".
1538
1539 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1540
1541         * wl-spam.el (wl-summary-exec-action-spam): Call
1542         wl-folder-confirm-existence for spam folder.
1543         (wl-spam-setup): Bind "mk".
1544
1545 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1546
1547         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1548
1549 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1550
1551         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1552         destination folder is empty.
1553
1554 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1555
1556         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1557         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1558
1559         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1560         (wl-summary-refile-prev-destination-region): New function.
1561         (wl-thread-refile-prev-destination): Ditto.
1562         (wl-summary-target-mark-refile-prev-destination): Ditto.
1563
1564 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1565
1566         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1567         (wl-demo-background-color): Changed default value.
1568
1569         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1570         color.
1571
1572         * wl-demo.el (wl-demo-set-background-color): New function.
1573         (wl-demo): Call it.
1574
1575 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1576
1577         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1578         * wl-address.el (wl-address-add-or-change): Don't add empty
1579         address.
1580
1581 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1582
1583         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1584
1585 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1586
1587         * wl-vars.el (wl-demo-image-filter-alist): New variable
1588         (wl-demo-background-color): Ditto.
1589
1590         * wl-demo.el (wl-demo-xpm-set-background): New function.
1591         (wl-demo-image-filter): Ditto.
1592         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1593
1594         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1595
1596         * wl-demo.el (wl-demo-icon-name): Define as function.
1597         (wl-demo-insert-image): Use it.
1598
1599 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1600
1601         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1602
1603 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1604
1605         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1606
1607 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1608
1609         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1610
1611 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1612
1613         * wl-thread.el (wl-thread-mark-as-answered): New function.
1614
1615         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1616         answered" entry.
1617         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1618         "r&" and wl-thread-mark-as-answered to "t&".
1619         (wl-summary-mark-as-important-region): Refine to toggle mark.
1620         (wl-summary-mark-as-answered-region): New function.
1621         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1622         and 3rd argument.
1623         (wl-summary-mark-as-important-internal): Likewise.
1624
1625 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1626
1627         * wl-template.el (wl-template-preview): New internal variable.
1628         (wl-template-preview-p): New function.
1629         (wl-template-show): Bind `wl-template-preview' as t.
1630
1631 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1632
1633         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1634         `elmo-message-entity-field' with 3rd argument which is non-nil.
1635
1636 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1637
1638         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1639         Removed duplicate local bind `folder'.
1640
1641 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1642
1643         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1644
1645 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1646
1647         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1648         duplicate definition.
1649
1650 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1651
1652         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1653         non-nil, use it; Don't fetch message if there's no message in the
1654         current cursor position.
1655
1656 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1657
1658         * wl-util.el (wl-region-exists-p): Use region-active-p.
1659         (wl-deactivate-region): New function.
1660         * wl-message.el (wl-message-redisplay): Deactivate region.
1661
1662         * wl-summary.el (wl-summary-reply): Call
1663         `wl-summary-set-message-buffer-or-redisplay' instead of
1664         `wl-summary-redisplay-internal', don't move point.
1665
1666 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1667
1668         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1669         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1670         by regexp.
1671
1672 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1673
1674         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1675         if no need.
1676
1677 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1678
1679         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1680         default value to nil.
1681         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1682         `wl-summary-prepare-hook'; Replace refile action to
1683         `wl-summary-exec-action-refile-with-register'.
1684
1685         * Version number is increased to 2.11.22.
1686
1687 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1688
1689         * wl-summary.el (wl-summary-detect-mark-position): Set
1690         `wl-summary-buffer-weekday-name-lang'.
1691
1692 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1693
1694         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1695         (wl-summary-mark-as-read-all): Ditto.
1696         (wl-summary-delete-messages-on-buffer): Ditto.
1697         (wl-summary-sync-update): Ditto.
1698         (wl-summary-mark-as-read-internal): Ditto.
1699         (wl-summary-mark-as-answered-internal): Ditto.
1700         (wl-summary-update-folder-info): Abolished.
1701
1702 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1703
1704         * wl-summary.el (wl-summary-mark-as-read-all): Use
1705         `wl-summary-update-folder-info' instead of
1706         `wl-folder-update-unread'.
1707
1708 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1709
1710         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1711         `wl-summary-folder-info-update'.
1712         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1713         instead of `wl-summary-folder-info-update'.
1714         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1715         `wl-folder-set-folder-updated'.
1716         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1717         instead of `wl-folder-update-unread'.
1718         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1719         the value of `wl-summary-buffer-unread-count' for the second parameter of
1720         `wl-folder-update-unread'.
1721
1722         * Version number is increased to 2.11.21.
1723
1724 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1725
1726         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1727         a local variable.
1728
1729 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1730
1731         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1732         interactively.
1733
1734         * wl-summary.el (wl-summary-mark-as-important-internal): New
1735         internal function.
1736         (wl-summary-mark-as-important): Use it.
1737         (wl-summary-mark-as-unimportant): New function.
1738         (wl-summary-sync-marks): Follow the API change.
1739
1740         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1741
1742         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1743
1744 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1745
1746         * wl-folder.el (wl-folder-update-unread): Re-indent.
1747         Narrow the scope of a local variable.
1748
1749 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1750
1751         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1752         (wl-addrmgr-merge-entries): Ditto.
1753         (wl-addrmgr): Added to address entry which exists in draft buffer
1754         if no entry is in original.
1755
1756 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1757
1758         * wl-batch.el: New file.
1759
1760 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1761
1762         * wl-vars.el (wl-use-semi): Remove unused variable.
1763
1764 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1765
1766         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1767         "?".
1768
1769 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1770
1771         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1772         wl-summary-new-mark.
1773         (wl-summary-new-cached-mark): New user option.
1774         (wl-summary-score-marks): Follow the change above.
1775         (wl-summary-auto-refile-skip-marks): Ditto.
1776         (wl-summary-incorporate-marks): Ditto.
1777         (wl-summary-expire-reserve-marks): Ditto.
1778
1779         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1780
1781         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1782         (wl-summary-persistent-mark-string): Distinguished between cached
1783         and uncached mark when the message is new.
1784
1785 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1786
1787         * wl-spam.el (wl-spam-domain): Renamed from
1788         `wl-spam-folder-guess-domain'.
1789         (wl-summary-exec-action-spam): Register as spam if domain of the
1790         source folder is good.
1791         (wl-summary-exec-action-refile-with-register): Register message if
1792         domain of the source folder is not undecided.
1793
1794 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1795
1796         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1797         detect thread loop.
1798
1799 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1800
1801         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1802         and wl-summary-skip-mark-list.
1803
1804 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1805
1806         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1807
1808         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1809
1810         * wl-spam.el (toplevel): Require wl-highlight.
1811         (wl-spam-auto-check-policy-alist): Abolish.
1812         (wl-spam-auto-check-folder-regexp-list): New user option.
1813         (wl-spam-auto-check-marks): Ditto.
1814         (wl-spam-mark-action-list): Ditto.
1815         (wl-highlight-summary-spam-face): New face.
1816         (wl-spam-auto-check-message-p): New function.
1817         (wl-spam-map-spam-messages): Fixed message.
1818         (wl-spam-register-spam-messages): Ditto.
1819         (wl-spam-register-good-messages): Ditto.
1820         (wl-summary-spam-map): Add and remove keybind.
1821         (wl-summary-target-mark-spam): Abolish.
1822         (wl-summary-refile-spam): Ditto.
1823         (wl-summary-test-spam): New function.
1824         (wl-summary-mark-spam): Ditto.
1825         (wl-summary-auto-check-spam): Follow the above change.
1826         (wl-summary-exec-action-spam): New function.
1827         (wl-summary-exec-action-refile-with-register): Fixed message.
1828         (wl-message-check-spam): New function.
1829         (wl-spam-setup): Ditto.
1830         (toplevel): Call it if this file is loaded interactivity.
1831
1832         * Version number is increased to 2.11.20.
1833
1834 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1835
1836         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1837         when new optional argument `force' is non nil or modified.
1838
1839 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1840
1841         * wl.el (toplevel): Require wl-spam when compile.
1842         (wl-save-status): Call wl-spam-save-status.
1843
1844         * wl-spam.el (wl-spam-register-spam-messages): New function.
1845         (wl-spam-register-good-messages): Ditto.
1846         (wl-spam-save-status): Ditto.
1847         (wl-summary-mode-map): Bind
1848         wl-summary-target-mark-register-as-spam to "ms" and
1849         wl-summary-target-mark-register-as-good to "mn".
1850         (wl-summary-register-as-spam): Abolish optional argument; Use
1851         wl-spam-register-spam-messages.
1852         (wl-summary-register-as-spam-all): Use
1853         wl-spam-register-spam-messages.
1854         (wl-summary-register-as-good): Abolish optional argument; Use
1855         wl-spam-register-good-messages.
1856         (wl-summary-register-as-good-all): Use
1857         wl-spam-register-good-messages.
1858         (wl-summary-target-mark-register-as-spam): New funtion.
1859         (wl-summary-target-mark-register-as-good): Ditto.
1860
1861 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1862
1863         * wl-spam.el: New file.
1864
1865 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1866
1867         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1868
1869         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1870         (wl-summary-auto-refile): Call wl-refile-guess with
1871         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1872
1873 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1874
1875         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1876         with disable-thread argument non-nil.
1877
1878 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1879
1880         * wl-summary.el (wl-summary-rescan): Added optional argument
1881         disable-thread.
1882         (wl-summary-sync): Call wl-summary-rescan with argument
1883         disable-thread.
1884         (wl-summary-input-range): Added new range `rescan-thread'.
1885
1886 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1887
1888         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1889
1890 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1891
1892         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1893         internal variable.
1894         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1895         wl-summary-search-parent-by-subject-regexp and
1896         wl-summary-divide-thread-when-subject-changed as nil.
1897         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1898         (wl-summary-insert-thread): Search parent entity from
1899         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1900         thread loop.
1901
1902 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1903
1904         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1905
1906         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1907
1908         * wl-util.el (wl-require-update-all-folder-p): New function.
1909         (wl-get-assoc-list-value): Added `function' to match directive.
1910         (wl-collect-draft): Rewrite.
1911
1912         * wl-summary.el (wl-summary-sync-update): Clear faces
1913         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1914         are non-nil.
1915         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1916         argument as function.
1917         (wl-summary-input-range): Ditto.
1918
1919         * wl-folder.el (wl-draft-get-folder): New function.
1920         (wl-folder-get-elmo-folder): Consider draft folder.
1921
1922         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1923         (wl-draft-buffer-message-number): New buffer local variable.
1924         (wl-draft-folder-internal): New internal variable.
1925         (wl-draft-delete): Rewrite.
1926         (wl-draft-save): Ditto.
1927         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1928         wl-folder-get-elmo-folder.
1929         (wl-draft-config-info-operation): Ditto.
1930         (wl-jump-to-draft-folder): Ditto.
1931         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1932         (wl-draft-reedit): Rewrite.
1933
1934         * Version number is increased to 2.11.19.
1935         
1936 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1937
1938         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1939         variable.
1940
1941 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1942
1943         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1944         Use ignore-errors instead of unwind-protect.
1945
1946 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1947
1948         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1949         for updating `wl-thread-entity-list'.
1950
1951 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1952
1953         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1954         parameter from calling `wl-thread-entity-get-older-brothers' and
1955         `wl-thread-entity-get-younger-brothers'.
1956         Replace nested `append' with a single one.
1957
1958 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1959
1960         * wl-summary.el (wl-summary-mode): Don't use the return value of
1961         `make-local-hook'.
1962
1963 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1964
1965         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1966         instead of `let*'.
1967         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1968         of local variables.
1969
1970 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1971
1972         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1973         Renamed from wl-summary-window-scroll-functions.
1974         (wl-summary-window-scroll-functions): Don't set to variable.
1975         (wl-summary-display-top): Use run-hooks.
1976         (wl-summary-display-bottom): Ditto.
1977         (wl-summary-toggle-disp-msg): Ditto.
1978         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1979         Use it instead of wl-summary-window-scroll-functions.
1980         (wl-summary-goto-folder-subr): Don't call
1981         wl-summary-window-scroll-functions, use
1982         wl-summary-buffer-window-scroll-functions instead.
1983
1984 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1985
1986         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1987         make-local-variable.
1988
1989 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1990
1991         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1992         set-buffer-modified-p.
1993         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1994         (wl-summary-display-bottom): Ditto.
1995         (wl-summary-toggle-disp-msg): Ditto.
1996
1997 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1998
1999         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2000
2001         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2002         (wl-summary-forward): Use elmo-message-entity-field instead of
2003         elmo-message-field.
2004
2005         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2006
2007 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2008
2009         * wl-summary.el (wl-summary-window-scroll-functions): No use
2010         `append'.
2011
2012 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2013
2014         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2015         function.
2016         (wl-summary-window-scroll-functions): Call it when both
2017         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2018         (wl-summary-temp-mark): Added optional argument number.
2019         (wl-summary-message-mark): Added optional argument flag.
2020         (wl-summary-persistent-mark): Added optional argument number and flag.
2021         (wl-summary-update-persistent-mark): Ditto.
2022         (wl-summary-update-status-marks): Set "r" for interactive spec.
2023
2024         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2025         argument number and flag.
2026
2027         * wl-action.el (wl-summary-registered-temp-mark): 
2028         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2029
2030 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2031
2032         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2033         internal variable (buffer local).
2034         (wl-summary-window-scroll-functions): New function.
2035         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2036         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2037         as nil.
2038         (wl-summary-update-status-marks): Added arguments beg, end and
2039         check.
2040         (wl-summary-update-mark-window): Use function.
2041         (wl-summary-sync-update): Follow the change above.
2042         (wl-summary-switch-to-clone-buffer): Copy
2043         wl-summary-buffer-unsync-mark-number-list.
2044         (wl-summary-goto-folder-subr): Set
2045         wl-summary-buffer-unsync-mark-number-list and
2046         use wl-summary-window-scroll-functions instead of
2047         wl-summary-lazy-highlight.
2048
2049         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2050
2051 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2052
2053         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2054
2055         * wl-summary.el (wl-summary-update-persistent-mark): Call
2056         wl-summary-set-message-modified.
2057
2058         * wl-summary.el (wl-summary-sync-update): Don't call
2059         wl-summary-update-status-marks.
2060
2061         * Version number is increased to 2.11.18.
2062
2063 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2064
2065         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2066         (wl-message-next-page): Ditto.
2067
2068 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2069
2070         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2071         local variable.  Change the order of a collected list into the
2072         same as the specified range.  Remove nil from a collected list.
2073
2074 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2075
2076         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2077         argument for elmo-folder-list-messages.
2078
2079 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2080
2081         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2082         change (wl-summary-count-unreads return a list instead of a cons
2083         cell).
2084
2085 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2086
2087         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2088         `wl-summary-folder-info-update'.
2089
2090 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2091
2092         * wl-summary.el (wl-summary-set-message-modified): No use
2093         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2094         (wl-summary-set-mark-modified): Abolish.
2095         (wl-summary-mark-modified-p): Ditto.
2096         (wl-summary-save-view): Follow the change above.
2097
2098         * wl-expire.el (wl-summary-expire): Likewise.
2099
2100 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2101
2102         * wl-summary.el (wl-summary-detect-mark-position): Use
2103         modb-entity-handler.
2104         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2105
2106         * Version number is increased to 2.11.17.
2107
2108 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2109
2110         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2111         entity field value.
2112         (wl-summary-prefetch-msg): Ditto.
2113         (wl-summary-print-message-with-ps-print): Ditto.
2114
2115 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2116
2117         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2118         for dummy entity.
2119         (wl-summary-insert-thread): Use elmo-message-entity-field.
2120         (wl-summary-update-thread): Use elmo-message-entity-field and
2121         elmo-message-entity-number.
2122         (wl-summary-line-number):  Use elmo-message-entity-number.
2123         (wl-summary-line-size): Use elmo-message-entity-field.
2124         (wl-summary-line-subject): Ditto.
2125         (wl-summary-line-from): Ditto.
2126         (wl-summary-line-attached): Ditto.
2127         (wl-summary-create-line): Ditto.
2128         (wl-summary-create-line): Use elmo-message-entity-number.
2129         (wl-summary-print-message-with-ps-print): Use
2130         elmo-message-entity-field.
2131
2132 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2133
2134         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2135         change in elmo-msgdb-make-message-entity.
2136         (wl-summary-buffer-set-folder): Don't call
2137         wl-summary-detect-mark-position here.
2138         (wl-summary-rescan): Call elmo-message-entity-number.
2139         (wl-summary-sync-update): Ditto.
2140         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2141
2142         * wl-score.el (wl-score-header-index): Redefine 2th element.
2143         (wl-score-overview-entity-get-extra): Abolish.
2144         (wl-score-ov-entity-get): Rewrite.
2145         (wl-score-string-index<, wl-score-string-func<): Abolish.
2146         (wl-score-string<): New function.
2147         (wl-score-string-sort): Use it.
2148
2149         * wl-refile.el (wl-refile-guess-by-history): Use
2150         elmo-message-entity-field.
2151         (wl-refile-guess-by-from): Ditto.
2152         (wl-refile-guess-by-msgid): Ditto.
2153
2154         * Version number is increased to 2.11.16.
2155
2156 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2157
2158         * wl-folder.el (wl-folder-confirm-existence): Don't call
2159         file-exists-p if msgdb-path is nil.
2160         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2161         `wl-read-folder-hist' to `wl-read-folder-history'.
2162
2163 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2164
2165         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2166         `y-or-n-p'.
2167
2168 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2169
2170         * wl-score.el (wl-score-headers): Don't use
2171         elmo-folder-do-each-message-entity.
2172
2173         * Version number is increased to 2.11.15.
2174
2175 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2176
2177         * wl-summary.el (wl-summary-delete-all-msgs): Use
2178         elmo-folder-move-messages instead of elmo-folder-delete-messages
2179         and elmo-folder-detach-messages.
2180         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2181
2182         * wl-expire.el (wl-expire-delete): Ditto.
2183         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2184
2185 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2186
2187         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2188         (wl-message-header-narrowing-fields): Ditto.
2189         (wl-message-header-narrowing-lines): Ditto.
2190         (wl-message-header-narrowing-string): Ditto.
2191
2192         * wl-summary.el (wl-summary-mode-map): Bind
2193         wl-summary-toggle-header-narrowing to "C-cC-f".
2194         (wl-summary-toggle-header-narrowing): New function.
2195
2196         * wl-message.el (wl-message-buffer-create): Call
2197         wl-message-header-narrowing-setup.
2198         (wl-message-redisplay): Call wl-message-header-narrowing.
2199         (wl-message-header-narrowing): New function.
2200         (wl-message-header-narrowing-map): New keymap.
2201         (wl-message-header-narrowing-widen-map): New keymap.
2202         (wl-message-header-narrowing-again-at-mouse): New function.
2203         (wl-message-header-narrowing-1): Ditto.
2204         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2205         (wl-message-header-narrowing-setup): Ditto.
2206         (wl-message-header-narrowing-toggle): Ditto.
2207         
2208         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2209
2210         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2211         'flag as all.
2212         (wl-use-flag-folder-help-echo): New user option.
2213
2214         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2215         wl-summary-highlight as nil.
2216         (wl-summary-set-mark-modified): Follow the API change.
2217         (wl-summary-mark-modified-p): Ditto.
2218         (wl-summary-mark-as-read-all): Ditto.
2219         (wl-summary-sync-marks): Don't call
2220         elmo-folder-list-messages-with-global-mark.
2221         (wl-summary-mark-as-read-internal): Follow the API change.
2222         (wl-summary-mark-as-answered-internal): Ditto.
2223         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2224         Follow the API change.
2225         (wl-summary-create-line): Call with number argument.
2226         (wl-summary-reply): Follow the API change.
2227
2228         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2229         function.
2230         (wl-highlight-summary-line-string): Call it when
2231         wl-use-flag-folder-help-echo is non-nil.
2232         (wl-highlight-summary-current-line): Ditto.
2233         (elmo-flag-folder-referrer): Added autoload setting.
2234
2235         * wl-draft.el (wl-draft-kill): Follow the API change.
2236
2237         * Version number is increased to 2.11.14.
2238         
2239 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2240
2241         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2242
2243 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2244
2245         * Version number is increased to 2.11.13.
2246
2247 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2248
2249         * wl-draft.el (wl-draft-previous-history-element): Fixed
2250         unbalanced parenthesis and bind unbound local variables.
2251
2252 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2253
2254         * wl-draft.el (wl-draft-previous-history-element): New function.
2255         (wl-draft-next-history-element): Ditto.
2256         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2257         them to M-p and M-n.
2258
2259 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2260
2261         * Version number is increased to 2.11.12.
2262
2263 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2264
2265         * wl-draft.el (wl-draft-hide): Select buffer-window.
2266
2267 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2268
2269         * wl-summary.el (wl-summary-narrow-to-region): New function.
2270         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2271         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2272         (wl-summary-save-region): Use it.
2273         * wl-action.el (wl-summary-collect-numbers-region)
2274         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2275
2276 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2277
2278         * wl-folder.el (wl-folder-count-incorporates): Don't use
2279         `elmo-msgdb-mark-load'
2280
2281         * Version number is increased to 2.11.11.
2282
2283 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2284
2285         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2286         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2287
2288 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2289
2290         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2291
2292 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2293
2294         * Version number is increased to 2.11.10.
2295
2296 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2297
2298         * wl-mime.el (wl-draft-attribute-value): Fixed.
2299
2300 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2301
2302         * wl-util.el (wl-copy-local-variables): New function.
2303
2304         * wl-mime.el (wl-draft-attribute-recipients): New function.
2305         (wl-draft-attribute-envelope-from): Ditto.
2306         (wl-draft-attribute-smtp-posting-server): Ditto.
2307         (wl-draft-attribute-smtp-posting-port): Ditto.
2308         (wl-draft-attribute-value): Ditto.
2309         (wl-draft-preview-message): Use it to get value for
2310         attributes. Reflect result of `wl-draft-config'.
2311
2312         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2313         and call `wl-summary-mark-as-read' before to call
2314         `wl-summary-unset-mark'.
2315         (wl-summary-target-mark-mark-as-unread): Likewise.
2316         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2317
2318 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2319
2320         * wl-mime.el (wl-draft-preview-message): Use actual value for
2321         attributes; Fix for small window.
2322
2323 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2324
2325         * wl-refile.el (wl-refile-get-field-value): Call
2326         `elmo-message-entity-field' with 3rd argument is non-nil.
2327
2328 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2329
2330         * wl-vars.el (wl-draft-preview-attributes): New user option.
2331         (wl-draft-preview-attributes-list): Ditto.
2332         (wl-draft-preview-attributes-buffer-lines): Ditto.
2333         (wl-draft-preview-attributes-buffer-name): Ditto.
2334
2335         * wl-mime.el (wl-draft-preview-message): Display attributes.
2336
2337 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2338
2339         * wl-summary.el (wl-summary-detect-mark-position): Bind
2340         wl-summary-flag-priority-list to '(new).
2341
2342 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2343
2344         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2345         funtion.
2346         (wl-highlight-summary-line-string): Use it.
2347         (wl-highlight-summary-current-line): Ditto.
2348
2349 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2350
2351         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2352         line even when the mark string is not changed.
2353
2354         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2355         argument change in the wl-summary-create-line.
2356         (wl-thread-insert-entity-sub): Ditto.
2357
2358         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2359         argument change in the wl-summary-create-line.
2360         (wl-summary-insert-sequential): Ditto.
2361         (wl-summary-update-thread): Ditto.
2362         (wl-summary-persistent-mark-string): New inline function.
2363         (wl-summary-message-mark): Use it.
2364         (wl-summary-create-line): Abolish argument wl-persistent-mark
2365         and added wl-flags, wl-cached.
2366
2367         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2368         mark to flags.
2369         (wl-highlight-summary-current-line): Decide the face not by the 
2370         persistent mark but flags.
2371
2372 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2373
2374         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2375         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2376         wl-summary-read-uncached-mark): Revive.
2377         (wl-summary-answered-cached-mark,
2378         wl-summary-answered-uncached-mark): New user option.
2379         (wl-summary-score-marks): Follow the change above.
2380         (wl-summary-auto-refile-skip-marks): Ditto.
2381         (wl-summary-incorporate-marks): Ditto.
2382         (wl-summary-expire-reserve-marks): Ditto.
2383         (wl-summary-flag-priority-list): New user option.
2384
2385         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2386         changes.
2387         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2388         of elmo-message-mark.
2389         (wl-summary-mark-as-read-internal): Ditto.
2390         (wl-summary-mark-as-answered): Ditto.
2391         (wl-summary-mark-as-important): Ditto.
2392         (wl-summary-redisplay-internal): Ditto.
2393         (wl-summary-redisplay-no-mime-internal): Ditto.
2394         (wl-summary-message-mark): New function.
2395         (wl-summary-insert-sequential): Use wl-summary-message-mark
2396         instead of elmo-message-mark.
2397         (wl-summary-update-thread): Ditto.
2398         (wl-summary-persistent-mark): Ditto.
2399         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2400         instead of elmo-message-mark.
2401
2402         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2403         wl-summary-message-mark instead of elmo-message-mark.
2404         (wl-thread-insert-entity-sub): Ditto.
2405         (wl-thread-get-children-msgs-uncached): Ditto.
2406
2407         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2408         variable name changes.
2409         (wl-highlight-summary-current-line): Ditto.
2410
2411         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2412         wl-summary-message-mark instead of elmo-message-mark.
2413
2414         * wl-expire.el (wl-expire-message-p): Ditto.
2415
2416         * wl-score.el (wl-score-headers): Ditto.
2417
2418         * Version number is increased to 2.11.9.
2419
2420         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2421         (wl-summary-sync-update): Follow the change above.
2422         (wl-summary-switch-to-clone-buffer): Ditto.
2423         (wl-summary-open-folder): Ditto.
2424
2425 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2426
2427         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2428         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2429
2430         * Version number is increased to 2.11.8.
2431
2432         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2433
2434         * wl-expire.el (wl-expire-refile): Follow the API change on
2435         `elmo-folder-move-messages'.
2436         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2437
2438         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2439         (wl-summary-exec-action-refile): Ditto.
2440         (wl-summary-exec-action-copy): Ditto.
2441         (wl-summary-no-auto-refile-message-p): No use
2442         `wl-summary-buffer-msgdb'.
2443         (wl-summary-auto-refile): Ditto.
2444
2445 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2446
2447         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2448
2449 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2450
2451         * wl-summary.el (wl-summary-sync): Treat no-sync.
2452
2453         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2454         (wl-default-sync-range): Ditto.
2455
2456 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2457
2458         * wl-refile.el (wl-refile-subject-learn): Call
2459         `elmo-message-entity-field' with 3rd argument is non-nil.
2460         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2461         instead of `elmo-msgdb-overview-entity-get-subject'.
2462
2463 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2464
2465         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2466         scan-type is rescan.
2467         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2468         new optional argument force is non-nil.
2469         (wl-summary-save-view-cache): Call it with force argument non-nil.
2470
2471         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2472
2473 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2474
2475         * wl-action.el (wl-summary-print-argument): Fixed last change.
2476
2477 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2478
2479         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2480         simplified.
2481         (wl-summary-target-mark-mark-as-unread): Likewise.
2482         (wl-summary-target-mark-mark-as-important): Likewise.
2483
2484 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2485
2486         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2487         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2488         (wl-summary-mark-as-important-region): Change accordingly.
2489         (wl-summary-target-mark-mark-as-important): Ditto.
2490
2491 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2492
2493         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2494
2495         * wl-action.el (wl-summary-print-argument): Print argument to
2496         right side of window if `wl-summary-print-argument-within-window'
2497         is non-nil.
2498
2499 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2500
2501         * wl-action.el (wl-summary-set-mark): Use
2502         `wl-summary-message-visible-p' to check visibility of the message
2503         and jump to message only when the message line is visible and have
2504         different number; Call wl-summary-unset-mark with number argument.
2505         (wl-summary-unset-mark): 
2506         Use `wl-summary-message-visible-p'
2507         to check visibility of the message and jump to message only when
2508         the message line is visible and have different number;
2509
2510 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2511
2512         * Version number is increased to 2.11.7.
2513
2514         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2515         and wl-folder-summary-line-format.
2516
2517         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2518         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2519         (wl-summary-set-score-mark): Use it.
2520         (wl-summary-target-mark-mark-as-read): Ditto.
2521         (wl-summary-target-mark-mark-as-unread): Ditto.
2522         (wl-summary-target-mark-mark-as-important): Ditto.
2523         (wl-summary-target-mark-msgs): Simplified.
2524         (wl-summary-detect-mark-position): Fixed problem when
2525         summary-line-format no contain persisten/temp mark spec.
2526         (wl-summary-temp-mark): Ditto.
2527         (wl-summary-persistent-mark): Ditto.
2528         (wl-summary-update-persistent-mark): Ditto.
2529
2530         * wl-action.el (wl-summary-set-mark): Ditto.
2531         (wl-summary-unset-mark): Ditto.
2532         All other related portions are changed.
2533
2534 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2535
2536         * Version number is increased to 2.11.6.
2537
2538 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2539
2540         * wl-util.el (wl-current-message-buffer): Define as function;
2541         Don't use the value of wl-messge-buffer.
2542
2543         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2544         persistent mark.
2545
2546         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2547         no current message, cause an error.
2548
2549 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2550
2551         * wl-summary.el (wl-summary-set-message-modified): Use
2552         elmo-folder-set-message-modified instead of
2553         elmo-folder-set-message-modified-internal.
2554
2555 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2556
2557         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2558         interactively.
2559         (wl-summary-sync): nokill->entirely.
2560         (wl-summary-sync-marks): Fixed message.
2561         (wl-summary-input-range): Added mark, nokill->entirely.
2562
2563         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2564         messages as read.
2565
2566 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2567
2568         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2569         update-noscore.
2570         (wl-summary-sync): Follow the change above.
2571
2572 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2573
2574         * wl-action.el (wl-summary-target-mark-all): Use
2575         elmo-folder-list-messages.
2576
2577 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2578
2579         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2580         (wl-summary-rescan): Set wl-summary-scored as nil.
2581         (wl-summary-sync-force-update): Follow the change above.
2582         (wl-summary-sync): Ditto.
2583         (wl-summary-sync-update): Added argument disable-killed.
2584         (wl-summary-insert-headers): Set visible-only argument for
2585         elmo-folder-list-messages.
2586         (wl-summary-input-range): Added update-nokill, update-noscore,
2587         all-nokill, all-noscore and mark.
2588
2589         * Version number is increased to 2.11.5.
2590
2591         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2592
2593 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2594
2595         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2596         (wl-summary-prefetch-region-no-mark): Change accordingly.
2597         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2598
2599 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2600
2601         * wl-address.el (wl-complete-field-to): Abolished.
2602         (wl-complete-address): Completion function for completing-read.
2603         * wl-action.el (wl-summary-get-resend-address): Use it.
2604
2605         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2606         wl-summary-update-mark and abolish unused argument.
2607         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2608         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2609         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2610         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2611         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2612         * wl-draft.el (wl-draft-kill): Ditto.
2613
2614         * wl-summary.el: Remove unused binding of case-fold-search.
2615         (wl-summary-replace-status-marks): Abolished.
2616
2617 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2618
2619         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2620         is specified or folder length is zero.
2621
2622 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2623
2624         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2625         (wl-folder-archive-current-entity): Ditto.
2626
2627 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2628
2629         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2630         retrieving message mark.
2631         (wl-summary-redisplay-internal): Ditto.
2632
2633         * wl-message.el (wl-message-buffer-display): Ignore errors while
2634         retrieving message-id field.
2635
2636         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2637         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2638         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2639         order of the arguments for `wl-expire-message-p'.
2640         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2641
2642         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2643         Check return value of wl-summary-reply.
2644         (wl-summary-reply): Recover window configuration when an error occured.
2645
2646 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2647
2648         * wl-summary.el (wl-summary-resend-message): Abolished, the
2649         feature is inherited by wl-summary-resend (put resend mark).
2650
2651 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2652
2653         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2654         wl-message-buffer to nil when the message is hide.
2655
2656 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2657
2658         * .cvsignore: New file.
2659
2660 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2661
2662         * wl-action.el (wl-summary-action-docstring): Add more info.
2663         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2664         duplicate definition.
2665         (wl-summary-define-mark-action): Functions wl-summary-*-region
2666         keep current position.
2667         (wl-summary-unregister-target-mark): Store result to the variable.
2668
2669 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2670
2671         * Version number is increased to 2.11.4.
2672
2673 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2674
2675         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2676         wl-summary-delete-all-temp-marks.
2677         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2678
2679         * wl-action.el (wl-summary-set-mark): Changed terminology
2680         refile-destination -> action-argument.
2681         (wl-summary-unset-mark): Ditto.
2682         (wl-summary-remove-argument): Ditto.
2683         (wl-summary-print-argument): Ditto.
2684
2685         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2686         (wl-thread-remove-argument-region): Ditto.
2687         (wl-thread-print-argument-region): Ditto.
2688         (wl-thread-close): Ditto.
2689         (wl-thread-open): Ditto.
2690
2691         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2692         (wl-highlight-refile-destination-face is abolished)
2693         (wl-highlight-action-argument-string): Ditto.
2694         (wl-highlight-summary-current-line): Highlight action argument.
2695
2696         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2697         color for light backgrounds.
2698         (wl-highlight-summary-answered-face): Ditto.
2699
2700 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2701
2702         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2703
2704         * wl-score.el (wl-summary-score-update-all-lines): Use
2705         wl-summary-set-mark.
2706         (wl-summary-score-update-all-lines): Kill expunged messages.
2707
2708         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2709
2710 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2711
2712         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2713         directly.
2714         (wl-score-overview-entity-get-lines): Ditto.
2715         (wl-score-overview-entity-get-xref): Ditto.
2716         (wl-score-get-latest-msgs): Ditto.
2717         (wl-summary-rescore): Ditto.
2718
2719         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2720         to "&".
2721         (wl-summary-mark-as-answered-internal): New inline function.
2722         (wl-summary-mark-as-answered): New function.
2723         (wl-summary-mark-as-unanswered): Ditto.
2724         (wl-summary-sync-marks): Modified for answered-mark synching.
2725
2726 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2727
2728         * wl-action.el (wl-summary-set-mark): Fixed last change.
2729
2730 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2731
2732         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2733         behavior of wl-summary-unread-message-hook
2734         (Pointed out by akira yamada <akira@arika.org>).
2735
2736 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2737
2738         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2739         wl-summary-delete.
2740         * wl-xmas.el (wl-summary-toolbar): Ditto.
2741
2742         * wl-action.el (wl-summary-set-mark): Don't override current
2743         temp-mark.
2744
2745         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2746
2747 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2748
2749         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2750         (wl-refile-msgid-learn): Ditto.
2751         (wl-refile-get-field-value): Ditto.
2752
2753         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2754
2755         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2756         (wl-expire-delete-reserved-messages): Renamed from
2757         wl-expire-reserve-marked-msgs-from-list.
2758         (wl-expire-delete): Removed argument `msgdb'.
2759         (wl-expire-refile): Ditto.
2760         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2761         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2762         mark-alist as argument.
2763         (wl-expire-archive-number1): Removed argument `msgdb'.
2764         (wl-expire-archive-number2): Ditto.
2765         (wl-expire-archive-date): Ditto.
2766         (wl-expire-localdir-date): Ditto.
2767         (wl-expire-hide): Ditto.
2768         (wl-archive-number1): Ditto.
2769         (wl-archive-number2): Ditto.
2770         (wl-archive-date): Ditto.
2771         (wl-archive-folder): Ditto.
2772         All other related portions are changed.
2773
2774 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2775
2776         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2777         mean move up and down. (suggested by Takashi Kawachi)
2778
2779 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2780
2781         * wl-acap.el (toplevel): Don't require un-define.
2782
2783 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2784
2785         * wl-thread.el (wl-thread-delete-message): Always update
2786         wl-summary-buffer-number-list.
2787
2788         * wl-action.el (wl-summary-print-destination): 
2789         Do nothing when folder is nil.
2790
2791 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2792
2793         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2794         persistent mark when prefetch is succeeded.
2795
2796 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2797
2798         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2799         instead of elmo-msgdb-delete-msgs.
2800         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2801         (wl-expire-hide): Ditto.
2802
2803         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2804
2805         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2806         elmo-msgdb interface.
2807         (wl-thread-get-exist-children): Likewise.
2808         (wl-thread-insert-message): Likewise.
2809         (wl-thread-msg-mark-as-important): Likewise.
2810         (wl-thread-insert-entity-sub): Likewise.
2811         (wl-thread-get-children-msgs-uncached): Likewise.
2812
2813         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2814         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2815         (wl-summary-sync-update): Likewise.
2816         (wl-summary-auto-select-msg-p): Likewise.
2817         (wl-summary-update-thread): Likewise.
2818         (wl-summary-mark-as-important): Likewise.
2819         (wl-summary-jump-to-msg-internal): Likewise.
2820         (wl-summary-redisplay-internal): Likewise.
2821         (wl-summary-print-message-with-ps-print): Likewise.
2822         (wl-summary-folder-info-update): Likewise.
2823
2824         * wl-folder.el (wl-folder-check-one-entity):
2825         elmo-folder-count-flags instead of wl-summary-count-unread.
2826
2827         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2828
2829         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2830
2831         * wl-summary.el (wl-summary-set-message-modified): 
2832         Call wl-summary-set-mark-modified.
2833         (wl-summary-delete-messages-on-buffer): Call
2834         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2835         (wl-summary-sync-update): Call elmo-folder-length instead of
2836         elmo-folder-messages.
2837         (wl-summary-insert-headers): Don't call
2838         elmo-folder-list-message-entities.
2839
2840 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2841
2842         * wl-action.el (wl-summary-define-mark-action): Call
2843         `wl-summary-set-mark' with argument `data'.
2844         (wl-summary-auto-refile): Fixed order of arguments when call
2845         `wl-summary-refile'.
2846
2847 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2848
2849         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2850
2851         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2852
2853         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2854         (Renamed from wl-highlight-summary-deleted-face).
2855         (wl-highlight-summary-resend-face): New face.
2856
2857         (wl-highlight-summary-deleted-face): Renamed from
2858         wl-highlight-summary-erased-face.
2859
2860         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2861
2862         * wl-action.el (wl-summary-get-resend-address): New function.
2863         (wl-summary-exec-action-resend): Ditto.
2864         (wl-summary-exec-action-resend-subr): Ditto.
2865
2866         * w-thread.el (wl-thread-copy): Removed definition.
2867         (wl-thread-refile): Ditto.
2868         (wl-thread-delete): Ditto.
2869         (wl-thread-target-mark): Ditto.
2870
2871         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2872         (wl-summary-target-mark-set-action): Fixed.
2873         (wl-summary-define-mark-action): Fixed quotation.
2874         (wl-summary-move-mark-list-messages): Display message.
2875         (wl-summary-define-mark-action): Define thread functions.
2876         (wl-summary-exec-action-refile): Changed message.
2877         (wl-summary-exec): Ditto.
2878
2879 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2880         
2881         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2882         '%%'.
2883
2884 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2885
2886         * wl.el (toplevel): Require wl-action.
2887         (wl-init): Call wl-summary-define-mark-action.
2888
2889         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2890
2891         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2892         wl-summary-delete and wl-summary-erase.
2893         (wl-summary-mode-map): Ditto.
2894
2895         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2896         wl-delete-folder-alist.
2897
2898         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2899         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2900         (toplevel): Moved mark & action related functions to the wl-action.el.
2901
2902         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2903         in wl-summary-mark-action-list.
2904         (wl-highlight-summary-current-line): Ditto.
2905
2906         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2907         empty lines.
2908
2909         * wl-action.el: New file. 
2910
2911 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2912
2913         * wl-summary.el (wl-summary-target-mark-replace): New function.
2914         (wl-summary-target-mark-prefetch): Use it.
2915         (wl-summary-target-mark-delete): Ditto.
2916         (toplevel): Rearranged definition order.
2917         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2918         (wl-summary-target-mark-erase): Rewrite.
2919         (wl-summary-erase-region): New function.
2920         (wl-summary-exec-action-erase): Changed message.
2921         (wl-summary-move-mark-list-messages): New function.
2922         (wl-summary-exec-action-delete): Use it.
2923         (wl-summary-exec-action-erase): Ditto.
2924
2925         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2926         (wl-summary-skip-mark-list): Added "d".
2927
2928         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2929         while searching.
2930
2931         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2932         and define using defcustom;
2933         Define 4th element as a face.
2934         
2935         * wl-summary.el (wl-summary-incorporate): Use 
2936         `wl-summary-prefetch-region-no-mark' instead of
2937         `wl-summary-prefetch-region'.
2938         (wl-summary-prefetch-region-no-mark): Revival of old
2939         `wl-summary-prefetch-region'.
2940         (wl-summary-mark-action-list): Moved to wl-vars.el
2941
2942         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2943         face according to the `wl-summary-mark-action-list'.
2944         (wl-highlight-summary-current-line): Ditto;
2945         Removed destination highlighting.
2946
2947         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2948         (wl-highlight-summary-line-string): Highlight for "i" mark.
2949         (wl-highlight-summary-current-line): Ditto.
2950
2951         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2952         no destination.
2953
2954         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2955         exists, just go ahead.
2956         (wl-summary-prefetch-region): Rewrite.
2957         (wl-summary-prefetch): Ditto.
2958         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2959         (wl-summary-exec-action-prefetch): New function.
2960         (wl-summary-target-mark-prefetch): Rewrite.
2961
2962 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2963
2964         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2965         (wl-highlight-summary-line-string): Added "d" and "D".
2966         (wl-highlight-summary-current-line): Ditto.
2967
2968         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2969         in wl-summary.el.
2970         (wl-thread-insert-entity-sub): Ditto.
2971         (wl-thread-remove-destination-region): Ditto.
2972         (wl-thread-print-destination-region): Ditto.
2973
2974         * wl-summary.el (wl-summary-buffer-refile-list,
2975         wl-summary-buffer-delete-list,
2976         wl-summary-buffer-copy-list): Abolish.
2977         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2978         All other related portions are changed.
2979         (wl-summary-mark-action-list): New variable.
2980         (wl-summary-set-mark): New function.
2981         (wl-summary-register-target-mark): Ditto.
2982         (wl-summary-unregister-target-mark): Ditto.
2983         (wl-summary-have-target-mark-p): Ditto.
2984         (wl-summary-register-temp-mark): Ditto.
2985         (wl-summary-unregister-temp-mark): Ditto.
2986         (wl-summary-registered-temp-mark): Ditto.
2987         (wl-summary-collect-temp-mark): Ditto.
2988         (wl-summary-unset-mark): Ditto.
2989         (wl-summary-set-target-mark): Ditto.
2990         (wl-summary-unset-target-mark): Ditto.
2991         (wl-summary-set-action-generic): Ditto.
2992         (wl-summary-unset-action-generic): Ditto.
2993         (wl-summary-exec-action-delete): Ditto.
2994         (wl-summary-exec-action-erase): Ditto.
2995         (wl-summary-set-action-refile): Ditto.
2996         (wl-summary-set-action-refile-subr): Ditto.
2997         (wl-summary-unset-action-refile): Ditto.
2998         (wl-summary-make-destination-numbers-list): Ditto.
2999         (wl-summary-exec-action-refile): Ditto.
3000         (wl-summary-set-action-copy): Ditto.
3001         (wl-summary-unset-action-copy): Ditto.
3002         (wl-summary-exec-action-copy): Ditto.
3003         (wl-summary-collect-numbers-region): Ditto.
3004         (wl-summary-delete): Rewrite.
3005         (wl-summary-erase): Ditto.
3006         (wl-summary-remove-destination): Ditto.
3007         (wl-summary-exec): Ditto.
3008         (wl-summary-exec-region): Ditto.
3009         (wl-summary-target-mark-erase): Ditto.
3010         (wl-summary-refile): Ditto.
3011         (wl-summary-copy): Ditto.
3012         (wl-summary-unmark): Ditto.
3013         (wl-summary-delete-all-mark): Ditto.
3014         (wl-summary-mark-line): Don't highlight.
3015         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3016         (wl-summary-target-mark-refile-subr): Rewrite.
3017
3018         (wl-summary-copy-prev-destination): Abolish.
3019
3020 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3021
3022         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3023         default values along the value of wl-on-mule.
3024         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3025         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3026         It is not used anywhere.
3027
3028 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3029
3030         * wl-summary.el (wl-summary-print-destination): Keep position.
3031         (wl-summary-cursor-move-surface): Keep horizontal position.
3032
3033 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3034
3035         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3036         write sendlog.
3037
3038 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3039
3040         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3041         `wl-summary-highlight'.
3042
3043 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3044
3045         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3046         trivial condition for temp-mark.
3047
3048 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3049
3050         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3051         when it hits killed buffer.
3052
3053 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3054
3055         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3056         * wl-news.el.in: `message' and `error' take format string.
3057
3058 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3059
3060         * wl-folder (wl-folder-insert-entity): Display a message,
3061         `...done', when the work finish.
3062         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3063
3064 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3065
3066         * wl-message.el (wl-message-redisplay): Remove unused local
3067         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3068
3069 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3070
3071         * wl-summary.el (wl-summary-replace-status-marks): Disable
3072         interactive use.
3073         (wl-summary-reedit): Check message existence at first.
3074         (wl-summary-mark-line): Fix doc, return value is indefinite.
3075
3076         * wl-highlight.el (wl-highlight-message): Arranged.
3077
3078         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3079         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3080         check temp-mark by wl-summary-temp-mark always.
3081         (wl-highlight-summary): Change accordingly.
3082         * wl-summary.el (wl-summary-mark-as-read-all)
3083         (wl-summary-delete-cache, wl-summary-set-score-mark)
3084         (wl-summary-mark-as-unread, wl-summary-unmark)
3085         (wl-summary-mark-line, wl-summary-mark-as-read)
3086         (wl-summary-mark-as-important): Ditto.
3087
3088         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3089         end of the window if possible.
3090         * wl-summary.el (wl-summary-sync-update): Support lazy
3091         highlighting.
3092         (wl-summary-toggle-disp-msg): Ditto.
3093
3094 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3095
3096         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3097
3098 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3099
3100         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3101         change.
3102
3103 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3104
3105         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3106         API.
3107         (wl-summary-sync-update): Ditto.
3108
3109         * wl-score.el (wl-score-get-score-alist): Changed argument.
3110         (wl-summary-rescore-msgs): Likewise.
3111         (wl-summary-score-headers): Likewise.
3112         (wl-score-headers): Likewise;
3113         Use elmo-folder-do-each-message-entity, etc.
3114         (wl-summary-score-effect): Follow the changes above.
3115         (wl-summary-rescore): Ditto.
3116         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3117         (wl-score-get-overview): Abolish.
3118
3119         * wl-summary.el (wl-summary-default-from): Follow the API change in
3120         elmo-msgdb.
3121         (wl-summary-count-unread): Ditto.
3122         (wl-summary-detect-mark-position): Ditto.
3123         (wl-summary-overview-entity-compare-by-date): Ditto.
3124         (wl-summary-overview-entity-compare-by-number): Ditto.
3125         (wl-summary-overview-entity-compare-by-from): Ditto.
3126         (wl-summary-overview-entity-compare-by-subject): Ditto.
3127         (wl-summary-get-list-info): Ditto.
3128         (wl-summary-rescan): Ditto.
3129         (wl-summary-jump-to-msg-by-message-id): Ditto.
3130         (wl-summary-sync-update): Ditto; Removed comment.
3131         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3132         (wl-summary-insert-message): Use wl-summary-insert
3133         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3134         (wl-summary-insert-headers): Changed argument overview to folder.
3135         (wl-summary-search-by-subject): Likewise.
3136         (wl-summary-insert-thread): Renamed from 
3137         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3138
3139         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3140         too.
3141
3142         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3143         wl-string-member.
3144
3145 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3146
3147         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3148         elmo-folder-append-buffer.
3149         (wl-draft-queue-append): Likewise.
3150
3151         * wl-mime.el (wl-message-delete-current-part): Ditto.
3152         (wl-summary-burst-subr): Ditto.
3153
3154         * wl-news.el.in (wl-news-send-news): Ditto.
3155
3156 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3157
3158         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3159         function.
3160         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3161         (wl-summary-update-mark): Enclose with save-excursion.
3162         (wl-summary-mark-as-read-internal): Fixed last change.
3163         (wl-summary-mark-as-important): Use 3rd argument of
3164         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3165         Don't use elmo-msgdb-set-mark.
3166         (wl-summary-redisplay-internal): If msgdb flag is already read,
3167         just update the mark on buffer.
3168
3169 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3170
3171         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3172         cut visible folder when elmo-folder-delete returns non-nil value.
3173
3174 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3175
3176         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3177         by Kenichi OKADA <okada@opaopa.org>).
3178
3179 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3180
3181         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3182
3183 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3184
3185         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3186         Fixed the last change, search group entity by its real name.
3187         (Thanks to: KOBAYASHI Shinji)
3188
3189 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3190
3191         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3192         (wl-fldmgr-access-display-all): Don't refer visible name.
3193         * wl-expire.el (wl-folder-archive-current-entity)
3194         (wl-folder-expire-current-entity): Ditto.
3195         * wl-folder.el (wl-folder-jump-to-current-entity)
3196         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3197         (wl-folder-open-folder-sub,wl-folder-open-all)
3198         (wl-folder-write-current-folder): Ditto.
3199         (wl-folder-insert-entity): Don't use petname for normal group.
3200         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3201         is the real name.
3202         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3203         Abolished.
3204
3205 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3206
3207         * wl-draft.el (wl-draft-create-buffer): Add
3208         `wl-summary-reply-with-citation'
3209
3210 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3211
3212         * wl-draft.el (wl-draft-reply): Fixed.
3213
3214 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3215
3216         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3217         when `wl-draft-send-confirm-with-preview' is non-nil.
3218         You can scroll up/down by j/k.
3219         (wl-draft-send-confirm-with-preview): New variable (default=t).
3220
3221 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3222
3223         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3224         (wl-fldmgr-save-folders): Fix comment.
3225
3226 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3227
3228         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3229         along the last change in `wl-folder-buffer-group-p'.
3230
3231 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3232
3233         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3234         folder.
3235
3236         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3237         the default value.
3238
3239         * wl-mime.el (wl-summary-burst): Update summary only when target
3240         folder equals current folder.
3241
3242 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3243
3244         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3245
3246 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3247
3248         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3249         value.
3250
3251 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3252
3253         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3254         `map-extents' instead of `extent-at' repeatedly.
3255         (wl-highlight-folder-current-line): Ditto.
3256
3257         * wl-highlight.el: Remove useless dummy functions.
3258
3259 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3260
3261         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3262         (wl-folder-put-folder-property): New function to put text property.
3263         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3264         (wl-folder-insert-entity, wl-folder-update-diff-line)
3265         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3266         * wl-e21.el, wl-xmas.el, wl-mule.el
3267         (wl-highlight-folder-current-line): Ditto.
3268         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3269         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3270         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3271         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3272
3273 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3274
3275         * Version number is increased to 2.11.3.
3276
3277 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3278
3279         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3280         Resume current-buffer since it is assumed by remaining tasks.
3281
3282 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3283
3284         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3285         (wl-folder-completion-function): Abolished.
3286         (wl-folder-complete-folder): New function.
3287         (wl-folder-complete-filter-condition): Ditto.
3288         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3289         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3290
3291 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3292
3293         * wl-draft.el (wl-draft-send-confirm): New function.
3294         (wl-draft-send): Use it.
3295
3296         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3297         cursor-in-echo-area while confirming.
3298
3299         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3300
3301         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3302         searching via nntp if wl-summary-search-via-nntp is 'force.
3303         Otherwise, invoke searching in nntp folder only.
3304         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3305
3306         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3307         explicitly for mime-make-text-tag.
3308
3309 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3310
3311         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3312         `mime-make-text-tag' instead of `mime-create-tag'.
3313
3314 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3315
3316         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3317         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3318
3319 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3320
3321         * wl-score.el (wl-score-save): Bind print-length and print-level.
3322         (wl-score-pretty-print): Ditto.
3323         (wl-score-edit-insert-header-entry): Ditto.
3324
3325         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3326         "From" entry to be treated with wl-draft-eword-encode-address-list.
3327         * wl-mime.el (wl-draft-preview-message): Ditto.
3328
3329         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3330         (wl-summary-mark-as-unread): Ditto.
3331         (wl-summary-mark-as-read-region): Change accordingly.
3332         (wl-summary-mark-as-unread-region): Ditto.
3333         (wl-summary-target-mark-mark-as-read): Ditto.
3334         (wl-summary-target-mark-mark-as-unread): Ditto.
3335
3336 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3337
3338         * Version number is increased to 2.11.2.
3339
3340 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3341
3342         * wl-news.el.in (wl-news-previous-version-save): Bind
3343         print-length and print-level.
3344         * wl-thread.el (wl-thread-save-entities): Ditto.
3345         (wl-thread-save-top-list): Bind print-length.
3346
3347 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3348
3349         * wl-highlight.el (wl-highlight-summary-line-string): Use
3350         wl-summary-score-below-mark, wl-summary-score-over-mark.
3351         (wl-highlight-summary-current-line): Ditto.
3352
3353 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3354
3355         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3356         insert it.
3357
3358 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3359
3360         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3361
3362 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3363
3364         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3365         message without msgid.
3366         Rewrite with elmo-folder-move-messages.
3367         Set wl-message-buffer to nil.
3368
3369         * wl-summary.el (wl-summary-erase-subr): New function. Use
3370         elmo-folder-move-messages.
3371         (wl-summary-erase): Call it.
3372         (wl-summary-target-mark-erase): Ditto.
3373
3374 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3375
3376         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3377         it is not up-tp-date.
3378
3379 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3380
3381         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3382         buffer after calling `wl-summary-goto-folder-subr' without the
3383         argument `interactive'.
3384         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3385
3386 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3387
3388         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3389         `mime-create-tag'. Use `string=' instead of `looking-at'.
3390
3391 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3392
3393         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3394         to avoid compile warning.
3395
3396         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3397         entity-id when folder is given.
3398         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3399         save-excursion, use save-selected-window instead.
3400         Select folder buffer window if exists.
3401         (To correct behavior with wl-folder-move-cur-folder.)
3402
3403 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3404
3405         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3406
3407 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3408
3409         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3410         list-count instead of %d.
3411
3412 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3413
3414         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3415         (wl-news): Set it.
3416         (wl-news-append-to-folder): Use it.
3417
3418         * wl-news.el.in (wl-news-send-news): Append to specified folder
3419         instead of wl-default-folder.
3420         (wl-news-append-to-folder): Show error message with specified folder.
3421
3422         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3423                 In most major modes, Emacs assumes that any opening
3424                 delimiter found at the left margin is the start of a
3425                 top-level definition, or defun. Therefore, *never put an
3426                 opening delimiter at the left margin unless it should have
3427                 that significance.*
3428
3429         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3430
3431 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3432
3433         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3434
3435 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3436
3437         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3438
3439 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3440
3441         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3442         for sequential numbering case.
3443
3444 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3445
3446         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3447         value.
3448         (wl-draft-reply-without-argument-list): Ditto.
3449         (wl-draft-reply-myself-with-argument-list): Abolish.
3450         (wl-draft-reply-myself-without-argument-list): Ditto.
3451         * wl-draft.el (wl-draft-self-reply-p): New function.
3452         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3453
3454 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3455
3456         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3457         (avoid error for the case without byte-compiling)
3458
3459 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3460
3461         * wl-news.el.in (wl-news-append-to-folder): New function.
3462         (wl-news-exit): Rewrite.
3463         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3464
3465 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3466
3467         * wl-draft.el (wl-draft-reply-position): New function.
3468         (wl-draft-reply-position): Fix.
3469         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3470         (wl-summary-target-mark-reply-with-citation): Ditto.
3471         (wl-summary-reply-with-citation): Ditto.
3472         * wl-vars.el (wl-draft-reply-default-position): New variable.
3473
3474 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3475
3476         * wl-draft.el (wl-draft-send): Preview when interactive send.
3477
3478 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3479
3480         * wl-draft.el (wl-draft-reply): Set default position.
3481         * wl-summary.el (wl-summary-reply): Ditto.
3482         (wl-summary-reply-with-citation): Ditto.
3483         (wl-summary-target-mark-reply-with-citation): Ditto.
3484
3485 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3486
3487         * wl-news.el.in (wl-news-lang): Set default value according to
3488         current-language-environment.
3489         (wl-news-append-news): Do nothing when news-list is nil.
3490
3491 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3492
3493         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3494         (wl-news): Change message.
3495         (wl-news-exit): Check buffer.
3496         (wl-news-force-exit): New function.
3497         (wl-news-show-all): New function.
3498         (wl-news-discard-and-exit): Fix.
3499
3500 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3501
3502         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3503         according to current-language-environment.
3504
3505         * wl-news.el.in (wl-news): If arg, show all NEWS after
3506         wl-news-default-previous-version.
3507
3508 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3509
3510         * wl-news.el.in (wl-news-check): Rewritten.
3511         (wl-news-previous-version-load): Change data type.
3512         (wl-news-previous-version-save): Change data type.
3513         (wl-news-append-news): Add return value.
3514         (wl-news-check-news): New function.
3515         (wl-news-already-current-p): New function.
3516         (wl-news-send-news): Rewritten.
3517         (wl-news-mode-map): Add new keybind.
3518         (wl-news): Rewritten.
3519         (wl-news-exit): Rewritten.
3520         (wl-news-discard-and-mail): New function.
3521         (wl-news-send-to-address): Abolished.
3522         * wl.el (wl-init): Delete a message.
3523
3524 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3525
3526         * wl-news.el.in (wl-news-exit): Update previous version.
3527         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3528
3529 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3530
3531         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3532
3533 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3534
3535         * wl-news.el.in (wl-news): New function.
3536         (wl-news-mode): New function.
3537         (wl-news-next-line): New function.
3538         (wl-news-next-page): New function.
3539         (wl-news-exit): New function.
3540         (wl-news-buf-name): New variable.
3541         (wl-news-mode-map): New variable.
3542         (wl-news-winconf): New variable.
3543         (wl-news-append-news): Add an option.
3544
3545 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3546
3547         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3548
3549 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3550
3551         * wl-news.el.in (wl-news-send-to-address): New variable.
3552         (wl-news-send-news): Use it.
3553         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3554         Return updating status.
3555         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3556
3557 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3558
3559         * wl-news.el.in (wl-news-send-news): Delete
3560         Organization and X-Face.
3561
3562 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3563
3564         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3565         (wl-news-append-news): New function.
3566         (wl-news-send-news): New function.
3567
3568 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3569
3570         * Version number is increased to 2.11.1.
3571
3572 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3573
3574         * wl-news.el.in : New file.
3575
3576 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3577
3578         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3579         default value.
3580         (wl-draft-reply-without-argument-list): Ditto.
3581
3582 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3583
3584         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3585         (wl-message-buffer-prefetch-idle-time): Ditto.
3586         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3587
3588 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3589
3590         * wl-thread.el (wl-thread-insert-message): Use
3591         wl-summary-max-thread-depth.
3592
3593         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3594         loop detection.
3595
3596         * wl-message.el (wl-message-buffer-display): Back to the first page
3597         when cache is hit.
3598
3599 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3600
3601         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3602
3603         * wl-summary.el (wl-summary-insert-thread-entity):
3604         If the thread depth is reached to wl-summary-max-thread-depth,
3605         divide the thread.
3606
3607 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3608
3609         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3610         for elmo-remove-passwd.
3611
3612 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3613
3614         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3615         folder is sticky.
3616         (wl-folder-mark-as-read-all-entity): Ditto.
3617         (wl-folder-prefetch-entity): Ditto.
3618
3619 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3620
3621         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3622
3623 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3624
3625         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3626         Delete messages on buffer for unplugged operation.
3627         (wl-summary-erase): Ditto.
3628
3629 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3630
3631         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3632         take nil so as not to search parent by subject.
3633
3634 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3635
3636         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3637         (wl-folder-get-next-folder): Ditto.
3638         (wl-folder-get-path): Ditto.
3639
3640 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3641
3642         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3643         system and encode the region with it before verifying.
3644
3645 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3646
3647         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3648         system of the echo buffer before decoding.
3649
3650 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3651
3652         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3653         original contents.
3654
3655 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3656
3657         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3658         with argument 'any-exists.
3659
3660 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3661
3662         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3663         Use `wl-cs-autoconv'.
3664
3665 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3666
3667         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3668         by `mime-view-automatic-conversion'.
3669
3670         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3671         (wl-message-verify-pgp-nonmime): Ditto.
3672         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3673         Bind them to C-c:d and C-c:v respectively.
3674
3675         Merge following code by Teranishi-san from [wl-en:00167].
3676         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3677         (wl-mime-preview-application/pgp-encrypted): Ditto.
3678         (wl-mime-setup): Add entry.
3679
3680 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3681
3682         * wl-summary.el (wl-summary-target-mark-erase): New function.
3683         Bind it to "mD".
3684
3685 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3686
3687         * wl-vars.el (wl-draft-write-file-function): Fix.
3688         (wl-draft-reedit-hook): Changed default value.
3689
3690         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3691         wl-draft-reedit-hook.
3692         (wl-draft-remove-text-plain-tag): New function.
3693         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3694
3695         * wl-vars.el (wl-draft-write-file-function): New user option.
3696
3697         * wl-draft.el (wl-draft-prepare-edit): Use it for
3698         local-write-file-hooks.
3699         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3700
3701         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3702         (wl-draft-insert-mail-header-separator): Return the body beginning
3703         point.
3704         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3705         text/plain.
3706         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3707
3708 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3709
3710         * wl-summary.el (wl-summary-erase): New function to erase message
3711         without moving it to trash. Bind to "D".
3712
3713         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3714         as `keep' unless switch-function.
3715
3716 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3717
3718         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3719         message buffer by using `wl-summary-toggle-disp-msg'.
3720         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3721         buffer window.
3722         (wl-summary-supresedes-message): Ditto.
3723
3724         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3725         Do not delete other windows.
3726         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3727         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3728         (wl-draft-create-buffer): Set reply-or-forward also for target
3729         mark commands.
3730
3731 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3732
3733         * wl-draft.el (wl-user-agent-compose): Delete special case for
3734         switch-to-buffer-other-window.
3735
3736         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3737         (wl-summary-forward): Ditto.
3738
3739         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3740         function.
3741         (wl-draft-buffer-style): New use option.
3742
3743         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3744         (wl-draft): Follow the change above.
3745         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3746         wl-draft-buffer-style.
3747         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3748         switch-function.
3749
3750 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3751
3752         * wl-address.el (wl-address-make-completion-entry): Extracted from
3753         `wl-address-make-completion-list'.
3754         (wl-address-enable-strict-loading): New variable.
3755         (wl-address-make-completion-list): Revive petname duplication
3756         inquiry, and enable it if `wl-address-enable-strict-loading'.
3757         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3758
3759 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3760
3761         * wl-message.el (wl-message-get-original-buffer): Avoid
3762         'Selecting deleted buffer' error when original buffer is killed.
3763
3764 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3765
3766         * wl-summary.el (wl-summary-next-message): Use
3767         elmo-message-accessible-p instead of elmo-message-cached-p.
3768
3769 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3770
3771         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3772
3773         * wl-thread.el (wl-thread-open-all-unread): Use
3774         elmo-folder-list-flagged instead of
3775         elmo-folder-list-messages-mark-match.
3776
3777         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3778         instead of elmo-folder-list-messages-mark-match.
3779         (wl-summary-move-spec-alist): New variable.
3780         (wl-summary-move-spec-plugged-alist,
3781         wl-summary-move-spec-unplugged-alist): Abolish.
3782         (wl-summary-next-message): Follow the change above.
3783         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3784         with 'no-msg' argument.
3785
3786         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3787         variable.
3788         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3789         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3790         (wl-message-buffer-prefetch-get-next): Follow the change above.
3791
3792 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3793
3794         * wl-version.el (wl-version): Changed codename.
3795
3796         * Version number is increased to 2.11.0.
3797
3798 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3799
3800         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3801         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3802         `wl-draft-config-variables'.
3803         (wl-draft-kill): Fixed problem when the draft is reedit.
3804
3805 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3806
3807         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3808         buffer-modified status (Thanks to
3809         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3810
3811 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3812
3813         * wl-util.el (wl-region-exists-p): New function.
3814
3815         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3816         Remove defvars for byte-compile warnings.
3817
3818 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3819
3820         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3821         defvar-maybe. Removed unused bind.
3822
3823 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3824
3825         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3826         summary buffer window before creating new frame.
3827         (wl-draft-reply): Ditto.
3828
3829 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3830
3831         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3832
3833 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3834
3835         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3836
3837 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3838
3839         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3840         instead of `kill-region'.
3841
3842 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3843
3844         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3845         (wl-highlight-summary-line-string): Use it.
3846         (wl-highlight-summary-current-line): Ditto.
3847
3848         * wl-mime.el (wl-message-delete-current-part): Check the class of
3849         mime-entity.
3850
3851         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3852
3853         * wl-summary.el (wl-summary-make-number-list): Initialize.
3854         (wl-summary-update-mark): New function.
3855         (wl-summary-reply): Put `answered' mark on the message.
3856         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3857
3858         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3859         (wl-draft-reply): Added optional argument `number';
3860         Set wl-draft-parent-number.
3861         (wl-draft-kill): Delete answered mark if it is a reply.
3862
3863 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3864
3865         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3866         that originates in mime-preview-follow-current-entity.
3867         (wl-draft-yank-current-message-entity): Use it if region is active.
3868
3869         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3870         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3871         `wl-message-delete-current-part'.
3872         * wl-mule.el (wl-message-define-keymap): Ditto.
3873         * wl-xmas.el (wl-message-define-keymap): Ditto.
3874
3875 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3876
3877         * wl-mime.el (wl-message-delete-current-part): New function.
3878         (wl-mime-node-id-to-string): Ditto.
3879
3880         * wl-mime.el (wl-message-delete-current-part): Use existing
3881         original buffer which corresponds current mime-view buffer.
3882         (fetched buffer might have different structure, possibly)
3883
3884         * wl-mime.el (wl-message-delete-current-part): Quit if the
3885         message content differs from the actual message.
3886
3887 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3888
3889         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3890         order.
3891         (wl-summary-search-by-subject): Search parent message from tail;
3892         Check the existence of the parent message on the current thread tree.
3893         (wl-summary-update-thread): Check whether the line is inserted.
3894
3895 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3896
3897         * wl-vars.el (wl-summary-line-format): Undo last change.
3898         * wl-summary.el (wl-summary-print-destination): Do not put
3899         invisible property when `wl-summary-width' is nil.
3900         (wl-summary-line-subject-minimum-length): Abolished.
3901         (wl-summary-line-subject): Ditto.
3902
3903 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3904
3905         * wl-vars.el (wl-summary-line-format): Change default value.
3906         (wl-summary-subject-length-limit): Abolished.
3907         * wl-summary.el (wl-summary-line-subject): Ditto.
3908
3909 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3910
3911         * wl-template.el (wl-template-select): Added optional argument.
3912         If optional argument is specified, reverse
3913         `wl-template-visible-select'.
3914
3915 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3916
3917         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3918         Take prefix argument to force asking the destination folder.
3919
3920 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3921
3922         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3923         count and update status.
3924
3925 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3926
3927         * wl-summary.el (wl-summary-redisplay-internal): If
3928         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3929         after fetching.
3930
3931 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3932
3933         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3934         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3935
3936         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3937
3938 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3939
3940         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3941         (All other related portions are changed).
3942         (wl-summary-mark-as-read-all): Rewrite.
3943
3944 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3945
3946         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3947         `wl-summary-mark-as-read'.
3948         (wl-summary-mark-as-unread): Rewrite.
3949         (wl-summary-mark-as-read): Added no-modeline argument.
3950         (wl-summary-resume-cache-status): Rewrite.
3951         (wl-summary-exec-subr): Remove unused local variable.
3952
3953 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3954
3955         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3956         logic to call `wl-summary-buffer-prev-folder-function'.
3957         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3958
3959 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3960
3961         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3962         is nil.
3963
3964 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3965
3966         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3967         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3968         (wl-mime-setup): Add its entry.
3969
3970 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3971
3972         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3973         (wl-summary-delete-cache): Likewise.
3974         (wl-summary-mark-as-read): Rewrite.
3975
3976 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3977
3978         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3979         `wl-summary-count-unread'.
3980
3981         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3982
3983         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3984
3985 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3986
3987         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3988         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3989         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3990         Renamed to the elmo-msgdb-*-mark.
3991         (wl-summary-score-marks): Follow the change above.
3992         (wl-summary-auto-refile-skip-marks): Ditto.
3993         (wl-summary-incorporate-marks): Ditto.
3994         (wl-summary-expire-reserve-marks): Ditto.
3995
3996         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3997         changes.
3998         (wl-thread-insert-top): Changed updating message.
3999
4000         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4001         variable.
4002         (wl-summary-count-unread): Count answered marks.
4003         (wl-summary-rescan): Call wl-summary-insert-message instead of
4004         wl-summary-append-message-func-internal.
4005         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4006         (wl-summary-prefetch-msg): Follow the variable name changes.
4007         (wl-summary-prefetch-region): Ditto.
4008         (wl-summary-mark-as-read-all): Follow the API changes;
4009         Don't call elmo-folder-replace-marks.
4010         (wl-summary-delete-cache): Follow the variable name changes.
4011         (wl-summary-resume-cache-status): Ditto.
4012         (wl-summary-update-status-marks): New function.
4013         (wl-summary-insert-message): New function.
4014         (wl-summary-sync-marks): Follow the variable name changes.
4015         (wl-summary-sync-update): Synchronize to the msgdb, too;
4016         Changed update messages.
4017         (wl-summary-make-number-list): Rewrite.
4018         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4019         (wl-summary-mark-as-unread): Follow the API changes.
4020         (wl-summary-exec-subr): Follow the variable name changes.
4021         (wl-summary-mark-as-read): Ditto.
4022         (wl-summary-move-spec-plugged-alist): Ditto.
4023         (wl-summary-move-spec-unplugged-alist): Ditto.
4024         (wl-summary-cursor-move-surface): Ditto.
4025
4026         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4027         variable name changes.
4028         (wl-highlight-summary-current-line): Ditto.
4029
4030         * wl-expire.el (wl-expire-refile): Follow the API change in
4031         elmo-folder-move-messages.
4032         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4033         (wl-summary-archive): Use elmo-folder-msgdb instead of
4034         elmo-msgdb-load.
4035
4036 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4037
4038         * wl-mime.el (wl-draft-preview-message): Restore the position
4039         before evaluating wl-draft-send-hook in preview buffer.
4040
4041 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4042
4043         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4044         when it creates new draft buffer.
4045
4046         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4047         without argument.
4048
4049         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4050         Evaluate content and if the value is string, insert it.
4051         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4052         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4053         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4054         wl-draft-config-sub-part-bottom): Use it.
4055
4056         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4057         with the folder name. The question was unintelligible when it is
4058         called from wl-save-status.
4059
4060 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4061
4062         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4063         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4064         cannot take second argument).
4065
4066 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4067
4068         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4069         as t. Since type and subtype are not case sensitive (RFC 2045).
4070
4071 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4072
4073         * wl-vars.el (wl-message-mode-line-format): New variable.
4074         (wl-message-mode-line-format-spec-alist): Ditto.
4075         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4076         (wl-message-redisplay): Use wl-message-mode-line-format.
4077
4078 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4079
4080         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4081
4082 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4083
4084         * wl-summary.el (wl-summary-default-from): Write description.
4085
4086 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4087
4088         * wl-vars.el (wl-ldap-objectclass): Abolish.
4089
4090         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4091         (wl-ldap-make-filter): Removed condition for objectclass.
4092         (wl-ldap-make-matched-value-list): Remove meaningless process.
4093         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4094         (wl-address-ldap-search): Don't add `*' to `pat' string;
4095         use ignore-errors; added `email';
4096         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4097         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4098         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4099
4100
4101 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4102
4103         * wl-draft.el (wl-draft-parent-folder): Write description.
4104         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4105
4106 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4107
4108         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4109         as "" (zero-length string) if no parent.
4110         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4111
4112 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4113
4114         * wl-address.el (wl-address-make-completion-list): Skip duplication
4115         checking.
4116         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4117         `append'.
4118
4119 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4120
4121         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4122         instead of `beginning-of-buffer'.
4123
4124 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4125
4126         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4127
4128 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4129
4130         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4131         Refer wl-message-buffer-name.
4132         (wl-message-wheel-down): Ditto.
4133
4134 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4135
4136         * wl-vars.el (wl-message-buffer-name): New user option.
4137
4138         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4139         directly instead of making alist dinamically.
4140
4141         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4142         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4143         wl-message-buffer-cache-name.
4144         (wl-message-buffer-cache-clean-up): Ditto.
4145
4146         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4147
4148         * Version number is increased to 2.9.15.
4149
4150 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4151
4152         * wl-vars.el (wl-summary-default-view-alist): New user option.
4153
4154         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4155
4156         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4157         while deleting address.
4158         (wl-draft-delete-myself-from-cc): Ditto.
4159
4160         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4161         If optional argument is specified, reverse sort order.
4162
4163         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4164
4165 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4166
4167         * wl-thread.el (wl-thread-insert-message): Return parent number if
4168         exists.
4169         (wl-thread-update-indent-string-region): Use
4170         wl-thread-update-line-on-buffer-sub instead of
4171         wl-thread-update-line-on-buffer.
4172
4173 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4174
4175         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4176         (wl-folder-close-all): Ditto.
4177
4178 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4179
4180         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4181         and mailing-list:.
4182         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4183         value.
4184         (wl-summary-line-list-info): Print mailing-list name even when 
4185         list-number is empty.
4186
4187 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4188
4189         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4190
4191         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4192         (wl-draft-open-file): Ditto.
4193         (wl-draft-random-alphabet): Ditto.
4194
4195         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4196         bindings.
4197
4198 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4199
4200         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4201         * wl-vars.el (wl-draft-config-alist): Ditto.
4202
4203 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4204
4205         * Version number is increased to 2.9.14.
4206
4207         * wl.el (wl): Don't set wl-init as nil when error occured while
4208         auto-checking folders.
4209
4210         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4211         `elmo-expand-newtext'.
4212
4213 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4214
4215         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4216         `this-command' so that `wl-folder-goto-folder' contained in
4217         `wl-summary-keep-cursor-command' work.
4218
4219 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4220
4221         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4222         message buffer displaying state.
4223
4224 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4225
4226         * wl-vars.el (wl-summary-default-view): New variable to specify
4227         default value for `wl-summary-buffer-view' instead of using
4228         set-default.
4229         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4230
4231 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4232
4233         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4234
4235         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4236
4237 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4238
4239         * wl-vars.el (wl-forward-subject-prefix): New variable.
4240         * wl-draft.el (wl-draft-forward): Use it.
4241
4242 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4243
4244         * wl-message.el (wl-message-prev-page): When it is called without
4245         lines argument, scroll down by wl-message-scroll-amount lines.
4246         (wl-message-next-page): Ditto.
4247         * wl-vars.el (wl-message-scroll-amount): Change default value
4248         to preserve current behavior.
4249
4250 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4251
4252         * wl-summary.el (wl-summary-prefetch-msg): Bind
4253         `wl-message-entity' to call `wl-summary-from-function'.
4254
4255 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4256
4257         * wl-message.el (wl-message-buffer-create): Run
4258         wl-message-buffer-created-hook.
4259
4260 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4261
4262         * wl-summary.el (wl-summary-sort-specs): New variable.
4263         (wl-summary-default-sort-spec): Ditto.
4264         (wl-summary-sort): Rewrite.
4265         (wl-summary-sort-by-list-info): New function.
4266
4267 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4268
4269         * wl-summary.el (wl-summary-get-list-info): New function.
4270         (wl-summary-sort): Rewrite.
4271         (wl-summary-line-list-info): Ditto.
4272         (wl-summary-line-list-count): Ditto.
4273         (wl-summary-refile-region): Fixed docstring.
4274
4275 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4276
4277         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4278         `wl-folder-entity-hashtb' as completion table.
4279
4280 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4281
4282         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4283         only when this command is called interactively; silence the byte-
4284         compiler.
4285
4286 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4287
4288         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4289         active in XEmacs.
4290
4291 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4292
4293         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4294         plural lines.
4295
4296 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4297
4298         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4299         of current line when the cursor is on the header name.
4300         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4301
4302 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4303
4304         * wl-util.el (wl-read-directory-name): Return displayed directory
4305         as the default value also on XEmacs.
4306
4307 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4308
4309         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4310         formatting.
4311
4312 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4313
4314         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4315         argument and when it is non-nil, check face property before
4316         highlighting for each line.
4317         (wl-highlight-summary-window): Set it.
4318
4319 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4320
4321         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4322         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4323
4324         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4325         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4326         (wl-draft-get-fcc-list): Likewise.
4327
4328 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4329
4330         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4331         (wl-thread-entity-cur): Ditto.
4332         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4333         wl-thread-indent-regexp setting.
4334         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4335
4336         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4337         wl-summary-lazy-highlight.
4338         (wl-summary-display-bottom): Ditto.
4339
4340         * wl-thread.el (wl-thread-open-close): Likewise.
4341
4342         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4343         from and subject;
4344         Bind wl-draft-use-frame;
4345         Enclose with save-window-excursion;
4346         Use wl-draft-create-buffer instead of with-temp-buffer;
4347         Use wl-draft-prepare-edit;
4348         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4349         Use wl-draft-send instead of wl-draft-raw-send.
4350
4351 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4352
4353         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4354         of using wl-from.
4355
4356 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4357
4358         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4359         insert-buffer instead of clone-buffer.
4360         (wl-draft-doing-mime-bcc): New variable.
4361         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4362         infinite loop.
4363         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4364
4365         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4366         (wl-draft-mime-bcc-body): Ditto.
4367
4368         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4369         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4370         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4371         wl-draft-do-mime-bcc.
4372         (wl-draft-mime-bcc-field): New function.
4373         (wl-draft-do-mime-bcc): Ditto.
4374
4375         * wl-address.el (wl-address-complete-header-list): New variable.
4376         (wl-address-complete-header-regexp): Changed default value.
4377
4378         * Version number is increased to 2.9.13.
4379
4380 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4381
4382         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4383         it is differed.
4384
4385 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4386
4387         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4388         (wl-summary-line-list-count): Ditto.
4389
4390 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4391
4392         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4393         (wl-nntp-posting-function): New variable.
4394         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4395         `wl-nntp-posting-config-alist'.
4396
4397 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4398
4399         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4400         FLIM.
4401
4402 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4403
4404         * wl-summary.el (wl-summary-target-mark-refile-sub):
4405         Remove a nuisance funcall.
4406
4407 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4408
4409         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4410         as t for `try-completion'.
4411
4412 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4413
4414         * wl-summary.el (wl-summary-default-from): Use
4415         wl-address-header-extract-address instead of
4416         std11-extract-address-components.
4417         (wl-summary-simple-from): Ditto.
4418         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4419         (wl-summary-insert-headers): Show message.
4420         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4421         for whole line.
4422         (wl-summary-default-from): Revert last change.
4423         (wl-summary-simple-from): Ditto.
4424         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4425         (wl-summary-mark-as-read-region): Follow the change above.
4426         (wl-summary-sync-marks): Ditto.
4427         (wl-summary-target-mark-mark-as-read): Ditto.
4428         (wl-summary-redisplay-internal): Ditto.
4429         (wl-summary-redisplay-no-mime-internal): Ditto.
4430         (wl-summary-redisplay-all-header): Ditto.
4431         (wl-summary-mark-as-read): Removed argument `cached';
4432         Use current cache status to set cache mark.
4433         (wl-summary-redisplay-internal): Follow the change above.
4434         (wl-summary-redisplay-no-mime-internal): Ditto.
4435         (wl-summary-redisplay-all-header): Ditto.
4436
4437         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4438
4439         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4440         Don't call itself recursively (Adviced by Yamaoka-san).
4441
4442 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4443
4444         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4445         bind wl-summary-highlight as nil to avoid error caused by missing
4446         local variables.
4447
4448 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4449
4450         * wl-vars.el (wl-invalid-character-message): New user option.
4451
4452         * wl-util.el (wl-set-string-width): If truncated string-width is
4453         larger than specified width, use `wl-invalid-character-message'.
4454
4455 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4456
4457         * wl-summary.el (wl-summary-prefetch-msg): 
4458         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4459
4460 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4461
4462         * wl-vars.el (wl-summary-check-line-format): New user option.
4463         (wl-summary-line-format-file): Ditto.
4464
4465         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4466         variable.
4467         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4468         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4469         and `wl-summary-view-old-p' to check whether do a rescan or not.
4470         (wl-summary-view-old-p): New function.
4471         (wl-summary-line-format-changed-p): Ditto.
4472         (wl-summary-line-format-save): Ditto.
4473         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4474
4475         * wl-util.el (wl-set-string-width): Avoid using negative number
4476         for make-string.
4477
4478 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4479
4480         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4481         return value.
4482
4483         * wl-util.el (wl-set-string-width): Added optional argument
4484         `padding' (All other related portions are changed).
4485         (wl-line-parse-format): If the first letter of column number is
4486         `0', zero-padding the result (ex: "%05l").
4487
4488         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4489
4490 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4491
4492         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4493         sequential summary view.
4494
4495 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4496
4497         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4498         if it doesn't have a -unix version.
4499
4500 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4501
4502         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4503
4504 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4505
4506         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4507         content.
4508         (wl-draft): Follow the change above.
4509
4510         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4511
4512         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4513         and wl-folder-summary-line-format-alist contain %T and %P.
4514
4515         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4516         (wl-summary-mode-line-format): New user option.
4517         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4518         (wl-summary-line-format): Changed default value.
4519         (wl-summary-lazy-highlight): Changed default value.
4520
4521         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4522         change in wl-summary-create-line.
4523         (wl-thread-insert-entity-sub): Ditto.
4524
4525         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4526         (wl-summary-buffer-unread-status): Ditto.
4527         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4528         (wl-summary-buffer-persistent-mark-column): Ditto.
4529         (wl-summary-buffer-mode-line-formatter): Ditto.
4530         (wl-summary-buffer-mode-line): Ditto.
4531         (wl-summary-message-regexp): Abolished.
4532         (All other related portions are changed.)
4533         (wl-summary-detect-mark-position): New function.
4534         (wl-summary-buffer-set-folder): Setup
4535         wl-summary-buffer-mode-line-formatter.
4536         (wl-summary-mode): Setup selective-display;
4537         Setup pre-idle-hook when xemacs.
4538         (wl-summary-update-modeline): Rewrite.
4539         (wl-summary-jump-to-msg): Define as function;
4540         Changed regexp for searching messages.
4541         (wl-summary-message-number): Rewrite.
4542         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4543         Do rescan when old type summary cache.
4544         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4545         (wl-summary-remove-destination): Use '\r' to detect EOL.
4546         (wl-summary-print-destination): Ditto.
4547         (wl-summary-temp-mark): New inline function.
4548         (wl-summary-persistent-mark): Ditto.
4549         (wl-summary-line-number): New function.
4550         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4551         (wl-summary-line-list-count): New function.
4552         (wl-summary-create-line): Added argument persistent-mark.
4553         (All other related portions are changed)
4554         (wl-summary-create-line): Insert '\r'.
4555         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4556         (wl-summary-cursor-move-surface): New inline function.
4557         (wl-summary-prev): Use it.
4558         (wl-summary-next): Ditto.
4559
4560         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4561         wl-summary-message-regexp.
4562         (wl-highlight-summary): Delete progress message.
4563         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4564
4565         * Version number is increased to 2.9.12.
4566
4567 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4568
4569         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4570         variable (nil: no minimum).
4571         (wl-summary-line-subject): Add some spaces after subject by
4572         wl-summary-line-subject-minimum-length.
4573
4574 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4575
4576         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4577         and removed `F'.
4578         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4579         change above).
4580
4581 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4582
4583         * wl-summary.el (wl-summary-line-list-count): Reverted.
4584         (example setting in samples/*/dot.wl is also updated)
4585
4586 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4587
4588         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4589
4590         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4591
4592         * wl-vars.el (wl-summary-line-format): Addes some description to the
4593         docstring.
4594
4595         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4596         (wl-summary-line-close-bracket): Ditto.
4597         (wl-summary-line-children-number): Ditto.
4598         (wl-summary-line-thread-indent): Ditto.
4599         (wl-summary-line-children-and-from): Ditto.
4600
4601         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4602         't', 'c', 'F' and added 'C'.
4603
4604         * wl-util.el (wl-set-string-width): Accept negative value.
4605         (wl-line-parse-format): Added "%number(" and "%)".
4606
4607 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4608
4609         * wl-summary.el (wl-summary-line-list-count): Change format of the
4610         return value.
4611
4612 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4613
4614         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4615         from the recent message.el.
4616         (wl-draft-point-in-header-p): Ditto.
4617         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4618         wl-draft-beginning-of-line.
4619         * wl-e21.el (wl-draft-mode-map): Ditto.
4620         * wl-xmas.el (wl-draft-mode-map): Ditto.
4621
4622         * wl-folder.el: Sort macrodefs by dependencies.
4623
4624 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4625
4626         * wl-summary.el (wl-summary-prev): Fixed regexp.
4627         (wl-summary-next): Ditto.
4628
4629 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4630
4631         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4632
4633 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4634
4635         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4636         for backward compatibility.
4637
4638 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4639
4640         * wl-summary.el (wl-summary-line-list-count): New function, merged
4641         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4642         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4643         list counts.
4644
4645 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4646
4647         * wl-summary.el (wl-summary-create-line): Ignore errors while
4648         timezone-fix-time.
4649
4650         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4651
4652         * wl-summary.el (wl-summary-sync-update): Ditto.
4653         (wl-summary-default-from): Use wl-message-entity
4654         instead of entity.
4655
4656         * wl-summary.el (wl-summary-create-line): Fix.
4657
4658         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4659         (wl-summary-line-format): New user option.
4660         (wl-folder-summary-line-format-alist): Ditto.
4661         (wl-summary-from-width): Abolished.
4662
4663         * wl-util.el (toplevel): Require 'bytecomp.
4664         (wl-line-parse-format): New function.
4665         (wl-line-formatter-setup): New macro.
4666
4667         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4668         (wl-summary-buffer-line-formatter): New buffer local variable.
4669         (wl-summary-switch-to-clone-buffer): Follow the change above.
4670         (wl-summary-message-regexp): Fix.
4671         (wl-summary-from-func-internal): Abolished.
4672         (wl-summary-subject-func-internal): Ditto.
4673         (wl-summary-subject-filter-func-internal): Ditto.
4674         (All other related portions are changed.)
4675         (wl-summary-buffer-set-folder):
4676         Set up wl-summary-buffer-number-column and 
4677         wl-summary-buffer-line-formatter
4678         (All other related portions are changed.)
4679         (wl-summary-buffer-number-column-detect): Abolished.
4680         (All other related portions are changed.)
4681         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4682         (wl-summary-delete-all-temp-marks-on-buffer): Use
4683         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4684         (wl-summary-target-mark-delete): Ditto.
4685         (wl-summary-target-mark-refile-subr): Ditto.
4686         (wl-summary-target-mark-mark-as-read): Ditto.
4687         (wl-summary-target-mark-mark-as-unread): Ditto.
4688         (wl-summary-target-mark-mark-as-important): Ditto.
4689         (wl-summary-target-mark-save): Ditto.
4690         (wl-summary-replace-status-marks): Renamed from
4691         wl-summary-set-status-marks-on-buffer;
4692         Use wl-summary-message-regexp instead of
4693         wl-summary-buffer-number-regexp.
4694         (wl-summary-sync-update): Follow the change above.
4695         (wl-summary-goto-previous-message-beginning): New function.
4696         (wl-summary-mark-as-unread): Use it.
4697         (wl-summary-mark-as-important): Ditto.
4698         (wl-summary-line-formatter): New variable.
4699         (wl-summary-line-year): New function.
4700         (wl-summary-line-day): Ditto.
4701         (wl-summary-line-day-of-week): Ditto.
4702         (wl-summary-line-hour): Ditto.
4703         (wl-summary-line-minute): Ditto.
4704         (wl-summary-line-open-bracket): Ditto.
4705         (wl-summary-line-close-bracket): Ditto.
4706         (wl-summary-line-children-number): Ditto.
4707         (wl-summary-line-thread-indent): Ditto.
4708         (wl-summary-line-size): Ditto.
4709         (wl-summary-line-subject): Ditto.
4710         (wl-summary-line-from): Ditto.
4711         (wl-summary-line-children-and-from): Ditto.
4712         (wl-summary-create-line): Rewritten.
4713         (wl-summary-format-date): Abolished.
4714
4715         * wl-highlight.el (wl-highlight-summary-current-line): Use
4716         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4717         Use thread structure to detect thread top message.
4718
4719         * wl-draft.el (wl-default-draft-cite): Don't use
4720         wl-summary-from-func-internal.
4721
4722         * wl-refile.el (wl-refile-subject-learn): Don't use
4723         wl-summary-subject-filter-func-internal.
4724         (wl-refile-guess-by-subject): Ditto.
4725
4726         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4727         parameters.
4728
4729         * wl-thread.el (wl-thread-update-indent-string-region):
4730         Use wl-thread-update-line-on-buffer instead of
4731         wl-thread-update-indent-string.
4732         (wl-thread-update-children-number): Redefine using
4733         wl-thread-update-line-on-buffer.
4734         (wl-thread-update-indent-string): Abolished.
4735
4736         * Version number is increased to 2.9.11.
4737
4738 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4739
4740         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4741         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4742         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4743
4744         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4745         as nil.
4746
4747         * wl-thread.el (wl-thread-open-all-unread): Use 
4748         elmo-folder-list-messages-mark-match.
4749         (wl-thread-insert-message): Removed argument `mark-alist'.
4750         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4751         elmo-msgdb-set-mark.
4752         (wl-thread-get-children-msgs-uncached): Likewise.
4753         (wl-thread-get-exist-children): Added argument include-self.
4754         (wl-thread-delete-message): Follow the change above.
4755
4756         * wl-summary.el (wl-summary-count-unread): Removed argument.
4757         (wl-summary-rescan): Follow the change above.
4758         (wl-summary-mark-as-read-region): Ditto
4759         (wl-summary-mark-as-unread-region): Ditto.
4760         (wl-summary-delete-messages-on-buffer): Ditto.
4761         (wl-summary-sync-update): Ditto.
4762         (wl-summary-switch-to-clone-buffer): Ditto.
4763         (wl-summary-goto-folder-subr): Ditto.
4764         (wl-summary-target-mark-mark-as-read): Ditto.
4765         (wl-summary-target-mark-mark-as-unread): Ditto.
4766         (wl-summary-target-mark-mark-as-important): Ditto.
4767         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4768         (wl-summary-update-thread): Removed argument `mark-alist'.
4769         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4770         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4771         (wl-summary-resume-cache-status): Likewise.
4772         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4773         elmo-msgdb-set-mark.
4774         (wl-summary-mark-as-read-all): Likewise.
4775         (wl-summary-delete-cache): Ditto.
4776         (wl-summary-auto-select-msg-p): Ditto.
4777         (wl-summary-mark-as-unread): Ditto.
4778         (wl-summary-no-auto-refile-message-p): Ditto.
4779         (wl-summary-mark-as-read): Ditto.
4780         (wl-summary-mark-as-important): Ditto.
4781         (wl-summary-auto-refile): Follow the change above.
4782         (wl-summary-delete-all-marks): Removed.
4783         (wl-summary-resume-marks-and-highlight): Ditto.
4784         (wl-summary-resume-marks): Ditto.
4785         (wl-summary-delete-important-msgs-from-list): Ditto.
4786         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4787
4788         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4789         wl-summary-count-unread.
4790
4791         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4792         (wl-summary-score-update-all-lines): Use
4793         elmo-msgdb-set-mark.
4794
4795 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4796
4797         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4798         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4799         (wl-summary-create-line): Renamed from
4800         wl-summary-overview-create-summary-line;
4801         Argument rearrangement.
4802         (wl-summary-update-thread): Follow the change above.
4803
4804         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4805         (wl-thread-insert-entity-sub): Likewise.
4806
4807         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4808         argument `overview', `mark-alist' and added `msgdb'.
4809
4810         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4811
4812         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4813         (wl-summary-rescan): Follow the change above.
4814         (wl-summary-sync-update): Ditto.
4815         (wl-summary-insert-thread-entity): Ditto;
4816         Don't use `let*' in every while loop;
4817         Detect infinite loop of threads.
4818         (wl-summary-update-thread): Removed argument `overview'.
4819
4820         * wl-thread.el (wl-thread-insert-message): Ditto.
4821
4822         * Version number is increased to 2.9.10.
4823
4824         * wl-message.el (wl-message-redisplay): Ignore errors while
4825         wl-message-redisplay-hook.
4826
4827 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4828
4829         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4830
4831 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4832
4833         * wl.el (wl): inhibit-quit while wl-folder.
4834
4835 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4836
4837         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4838         while msgdb access.
4839
4840 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4841
4842         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4843         even if no folder is not created.
4844
4845 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4846
4847         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4848
4849         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4850         implementation.
4851         (wl-summary-target-mark-thread): Ditto.
4852
4853         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4854
4855 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4856
4857         * wl-util.el (wl-display-bytes): Remove unused function.
4858
4859 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4860
4861         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4862         seems critical one (partially reverse the change in 2002/03/17).
4863
4864 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4865
4866         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4867         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4868
4869 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4870
4871         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4872         is not writable.
4873         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4874         plugged status instead of `'force' as 2nd argument.
4875
4876         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4877         is not creatable.
4878
4879         * Version number is increased to 2.9.9.
4880
4881 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4882
4883         * wl-summary.el (wl-summary-suspend): New function.
4884
4885 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4886
4887         * wl.el (wl): Do not check variables if check is nil.
4888         * wl-utils.el (wl-collect-draft): New function.
4889         * wl-folder.el (wl-folder-suspend): Put summary buffers
4890         and draft buffers at the end of buffer list.
4891         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4892
4893 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4894
4895         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4896         loop instead of recursive call.
4897
4898         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4899         2nd argument.
4900
4901 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4902
4903         * wl-draft.el (wl-draft-create-contents): Don't take neither
4904         (function . args) nor (string . something) any more.
4905
4906         * wl-version.el (wl-generate-user-agent-string): Return string
4907         without header symbol.
4908         * wl-draft.el (wl-draft-default-headers): Use it.
4909
4910         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4911         `wl-draft-insert-ccs' and return field value instead of inserting
4912         the header. Abolish cc argument.
4913         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4914
4915         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4916         rather than one with string car.
4917
4918         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4919         * wl-draft.el (wl-draft-create-contents): Add it after the default
4920         headers.
4921
4922         * wl-draft.el (wl-draft-create-contents): For the case of
4923         (symbol-or-string . function) insert header only when the function
4924         returns string value.
4925
4926 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4927
4928         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4929         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4930
4931 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4932
4933         * wl.el (wl-check-environment): Don't check Message-ID when
4934         `wl-insert-message-id' is nil.
4935         Revive checking if `wl-message-id-domain' contains "@".
4936
4937 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4938
4939         * wl.el (wl-check-environment): Merge examination for "@" at
4940         inappropriate position into the first string-match.
4941
4942         * wl-summary.el (wl-summary-target-mark-print): New function.
4943         (wl-summary-pipe-message-subr): Extracted from
4944         `wl-summary-pipe-message'.
4945         (wl-summary-target-mark-pipe): New function.
4946         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4947         `wl-summary-target-mark-pipe'.
4948
4949 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4950
4951         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4952
4953 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4954
4955         * wl.el (wl-check-environment): Use elmo-warning instead of
4956         error for non-critical ones.
4957         Remove trash folder check.
4958         (wl): Don't ignore error in wl-check-environment.
4959
4960         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4961         check, which is moved from `wl-check-environment'.
4962         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4963
4964 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4965
4966         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4967         guess anything, call wl-summary-write.
4968         (wl-summary-write): Create draft with blank To field.
4969         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4970
4971 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4972
4973         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4974         argument full as well for wl-folder-write-current-folder.
4975         If wl-*-write-current-folder cannot guess addressee, add blank
4976         To header.
4977         Rewrite condition for positioning cursor.
4978
4979 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4980
4981         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4982         summary buffer is present, use it.
4983         (wl-folder-jump-to-previous-summary): Ditto.
4984
4985 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4986
4987         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4988
4989         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4990         wl-summary-previous-buffer and wl-summary-next-buffer.
4991
4992         * wl-folder.el (wl-folder-mode-map): Bind
4993         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4994         (wl-folder-jump-to-next-summary): New function.
4995         (wl-folder-jump-to-previous-summary): Ditto.
4996
4997         * wl-draft.el (wl-draft): Rearranged.
4998
4999 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5000
5001         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5002         of header.
5003         (wl-draft): Collect arguments for the header as header-alist.
5004         (wl-draft-forward): Arrange arguments for wl-draft.
5005         (wl-draft-reply): Ditto.
5006         (wl-draft-edit-string): Ditto.
5007         * wl-summary.el (wl-summary-write): Ditto.
5008         (wl-summary-write-current-folder): Ditto.
5009
5010         * Version number is increased to 2.9.8.
5011
5012 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5013
5014         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5015
5016         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5017
5018         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5019         even if the guess failed.
5020
5021         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5022         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5023         wl-summary-write-current-folder.
5024         * wl-xmas.el: Ditto.
5025
5026 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5027
5028         * wl-summary.el (wl-summary-next-page): Force display message if
5029         message is not displayed yet.
5030         (wl-summary-prev-page): Ditto.
5031
5032 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5033
5034         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5035
5036 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5037
5038         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5039         add "Preview Message" and "Save Draft and Exit".
5040
5041 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5042
5043         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5044         if addrmgr is called from draft in splitted window.
5045
5046         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5047         * wl-mule.el: Ditto.
5048         * wl-xmas.el: Ditto.
5049
5050 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5051
5052         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5053
5054         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5055         * wl-xmas.el (wl-folder-toolbar): Ditto.
5056
5057 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5058
5059         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5060         and wl-draft-save-and-exit.
5061         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5062         * wl-xmas.el: Ditto.
5063         * wl-mule.el: Ditto.
5064
5065         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5066         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5067
5068 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5069
5070         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5071         lists for saving buffer.
5072
5073 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5074
5075         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5076         parent-folder argument instead of it.
5077         (wl-draft-create-buffer): Ditto.
5078         (wl-draft-forward): Ditto.
5079         (wl-draft-reply): Ditto.
5080         * wl-summary.el (wl-summary-write): Ditto.
5081         (wl-summary-write-current-folder): Ditto.
5082
5083         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5084         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5085         Folder buffer after composing.
5086
5087 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5088
5089         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5090         header if the file `wl-x-face-file' already contains it.
5091
5092 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5093
5094         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5095         folder" entry.
5096         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5097         * wl-e21.el (wl-folder-toolbar): Ditto.
5098         * wl-xmas.el (wl-folder-toolbar): Ditto.
5099
5100 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5101
5102         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5103         wl-folder-goto-folder with sticky argument.
5104         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5105
5106 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5107
5108         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5109         and wl-summary-previous-buffer.
5110         (wl-summary-next-buffer): New function.
5111         (wl-summary-previous-buffer): Ditto.
5112
5113 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5114
5115         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5116         wl-folder-jump-to-current-entity-with-arg.
5117         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5118         `wl-folder-jump-to-current-entity'.
5119         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5120         `wl-summary-goto-folder-sticky'.
5121         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5122         `wl-summary-goto-folder'.
5123         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5124         Unless force-exit, do not clean temp. marks for sticky summary.
5125         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5126
5127 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5128
5129         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5130         not entire.
5131
5132 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5133
5134         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5135         to `C-x C-s'.
5136         (wl-summary-save-status): New command.
5137         (wl-summary-exit): Don't clean-up temp marks when sticky.
5138         (Applied patch from Nakayama-san [wl: 09548])
5139         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5140         Do nothing when no mark data.
5141         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5142         Call `wl-summary-delete-all-temp-marks' before saving.
5143
5144 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5145
5146         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5147
5148 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5149
5150         * wl.el (wl-check-environment): Also cause error when (system-name)
5151         returns "localhost.localdomain". (Although it doesn't affect because
5152         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5153
5154 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5155
5156         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5157         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5158
5159         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5160         value.
5161
5162 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5163
5164         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5165         Likewise r-cc-list and r-ng-list.
5166
5167 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5168
5169         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5170         only if it is bound as variable.
5171
5172         * wl-mime.el (wl-draft-preview-message): Ditto.
5173
5174 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5175
5176         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5177         needless `goto-char'.
5178
5179         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5180         `wl-summary-redisplay-no-mime-internal' instead of
5181         `wl-summary-redisplay-no-mime'.
5182         (wl-summary-redisplay-no-mime): Changed argument;
5183         Call `wl-summary-redisplay-no-mime-internal'.
5184
5185         * wl-mime.el (wl-draft-preview-message): Bind
5186         `mime-header-encode-method-alist' locally.
5187
5188         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5189         (wl-draft-std11-parse-addresses): Added the first address check.
5190         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5191
5192         * Version number is increased to 2.9.7.
5193
5194 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5195
5196         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5197
5198 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5199
5200         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5201         related to scrollbar support, if there is no such a feature
5202         compiled in.
5203
5204 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5205
5206         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5207         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5208         for prefetch.
5209
5210 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5211
5212         * wl-summary.el (wl-summary-pick): Fix for no match.
5213
5214 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5215
5216         * wl-draft.el (wl-draft-save):
5217         Override `mime-header-encode-method-alist'.
5218
5219 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5220
5221         * wl-folder.el (wl-folder-pick): New function.
5222         Define key as "?".
5223
5224 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5225
5226         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5227         Fix for unplugged.
5228
5229 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5230
5231         * wl-folder.el (wl-folder-virtual): New function.
5232         Define key as "V".
5233
5234 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5235
5236         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5237         multi folder if entity is group.
5238
5239 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5240
5241         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5242         is nil.
5243
5244 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5245
5246         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5247         (wl-summary-target-mark-msgs): Return the number of marked messages.
5248
5249 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5250
5251         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5252         "first:" is specified.
5253
5254 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5255
5256         * wl-vars.el (wl-from): Use return value of function
5257         user-full-name instead of the variable user-full-name since
5258         XEmacs-20.4 doesn't set this variable.
5259
5260 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5261
5262         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5263         call `wl' directly.
5264
5265 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5266
5267         * wl-draft.el (wl-draft-reedit): Removed duplicated
5268         switch-to-buffers.
5269
5270 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5271
5272         * wl.el (wl-other-frame): Removed garbages.
5273
5274 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5275
5276         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5277
5278         * wl-xmas.el (wl-draft-key-setup): Ditto.
5279
5280         * wl-mule.el (wl-draft-key-setup): Ditto.
5281
5282         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5283         (wl-draft-reedit): Ditto.
5284         (wl-draft-prepare-edit): Add `wl-draft-save' to
5285         `local-write-file-hooks'.
5286         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5287         (wl-draft-reedit): Set buffer-file-name.
5288         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5289
5290
5291         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5292         call it.
5293         (wl-delete-startup-frame-function): New variable.
5294         (wl-other-frame): New function
5295         (Original was written by Yamaoka san [wl: 09239]).
5296
5297         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5298         if `wl-folder-use-frame'.
5299
5300 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5301
5302         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5303
5304 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5305
5306         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5307         New variable.
5308         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5309         (wl-message-buffer-prefetch-get-next): Use them.
5310         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5311
5312 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5313
5314         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5315         with unwind-protect.
5316
5317         * wl-draft.el (wl-draft-reedit): Rewrite.
5318         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5319         (wl-draft-save): Insert header separator if it does not exist;
5320         Removed condition-case.
5321
5322         * wl-summary.el (wl-summary-reedit): Revert last change.
5323
5324         * wl-draft.el (wl-draft-save): Rewrite.
5325         (wl-draft-create-buffer): Set buffer-file-name as nil.
5326
5327         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5328
5329         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5330
5331         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5332         nil.
5333
5334 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5335
5336         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5337         If count is nil, do not prefetch.
5338         (wl-message-buffer-prefetch-next): Next.
5339
5340 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5341
5342         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5343
5344 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5345
5346         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5347         `delete-backward-char'
5348         (wl-draft-prepare-edit): Check major-mode.
5349         (wl-draft-decode-header): Rewrite.
5350         (wl-draft): Fix.
5351
5352 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5353
5354         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5355
5356 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5357
5358         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5359         (wl-message-buffer-prefetch-get-next): Remove size checking.
5360         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5361
5362 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5363
5364         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5365         (wl-draft-default-headers): Fix.
5366
5367 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5368
5369         * wl-draft.el (wl-draft-default-headers): Insert return value of
5370         `wl-generate-mailer-string-function'.
5371
5372 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5373
5374         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5375         (wl-draft-insert-mail-header-separator): Ditto.
5376
5377         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5378         again (Reverted the change on 2002-01-17 by OKADA san).
5379
5380 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5381
5382         * wl-draft.el (wl-draft): Rewrite.
5383         (wl-draft-create-buffer): New function.
5384         (wl-draft-create-contents): Ditto.
5385         (wl-draft-prepare-edit): Ditto.
5386         (wl-draft-decode-header): Ditto.
5387         (wl-draft-decode-body): Ditto.
5388         (wl-draft-check-new-line): Ditto.
5389         (wl-draft-default-headers): Ditto.
5390         (wl-draft-insert-mail-header-separator): Ditto.
5391
5392 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5393
5394         * Version number is increased to 2.9.6.
5395
5396 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5397
5398         * wl-draft.el (wl-draft-delete-field): Optional argument.
5399         (wl-draft-delete-fields): Ditto.
5400
5401 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5402
5403         * wl-message.el (toplevel): Eliminated byte-compile warning.
5404         for `itimer-function', `delete-timer' and `itimer-list'.
5405
5406 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5407
5408         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5409         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5410         `wl-message-buffer-prefetch-threshold'.
5411         * wl-summary.el (wl-summary-redisplay-internal): Remove
5412         the check of `wl-message-buffer-prefetch-depth'.
5413
5414 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5415
5416         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5417         size of article.
5418         (wl-message-buffer-prefetch-subr): Remove size check.
5419
5420 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5421
5422         * wl-vars.el (wl-plugged): Make customizable.
5423
5424 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5425
5426         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5427         (wl-message-buffer-prefetch-set-timer): New function.
5428         (wl-message-buffer-prefetch-get-next): New function.
5429         (wl-message-buffer-prefetch): New function.
5430         (wl-message-buffer-prefetch-next): Rewrite.
5431         (wl-message-buffer-prefetch-subr): Rewrite.
5432         * wl-vars.el (wl-auto-prefetch-first): New variable.
5433         * wl-summary.el (wl-summary-goto-folder-subr): Call
5434         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5435
5436 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5437
5438         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5439         `wl-summary-unread-message-hook'.
5440
5441 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5442
5443         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5444         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5445         if range is `cache-status'.
5446
5447 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5448
5449         * wl-message.el (wl-message-buffer-prefetch-subr):
5450         Improve debug message.
5451
5452 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5453
5454         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5455         `wl-mail-send-pre-hook'.
5456         (wl-draft-send-mail-with-qmail): Ditto.
5457         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5458
5459 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5460
5461         * wl-message.el (wl-message-buffer-prefetch-subr):
5462         Fix for cancel-function-timers bug.
5463         (wl-message-buffer-prefetch-debug): Default value is t.
5464
5465 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5466
5467         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5468         (wl-message-buffer-prefetch-subr): Rewrite.
5469         Rename from `wl-message-buffer-prefetch'.
5470
5471 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5472
5473         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5474         (wl-default-draft-cite-decorate-author): Ditto.
5475
5476         * wl-draft.el (wl-draft-cite-function): Removed.
5477         (wl-default-draft-cite-decorate-author): Ditto.
5478
5479 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5480
5481         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5482         (wl-default-draft-cite): Do not arrange author name if the value of
5483         `wl-default-draft-cite-decorate-author' is nil.
5484
5485 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5486
5487         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5488
5489         * wl-folder.el (wl-folder-check-one-entity): Don't care
5490         `elmo-folder-use-flag-p'.
5491
5492 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5493
5494         * wl-folder (wl-folder-check-one-entity): Fix
5495         problem if unread is nil.
5496
5497 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5498
5499         * wl-address.el (wl-address-make-completion-list): Check whether
5500         the address is a group list.
5501         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5502
5503 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5504
5505         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5506         The number of the messages of new and unread does not count
5507         correctly.
5508
5509         * wl-summary.el (wl-summary-count-unread): Changed to return
5510         `(new . unread)' instead of total.
5511         (wl-summary-sync-update): Follow the change above.
5512
5513         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5514
5515 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5516
5517         * wl-address.el (wl-address-make-completion-list): Do not enclose
5518         address by " <" and ">" if associated realname is "".
5519         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5520         This is against the promblem with group list in .addresses pointed
5521         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5522
5523 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5524
5525         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5526         message is a format control string.
5527         * wl-expire.el (wl-expire-append-log): Ditto.
5528         * wl-mime.el (wl-summary-burst-subr): Ditto.
5529         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5530         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5531
5532 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5533
5534         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5535         wl.el (wl-check-variables): Rename from `wl-check-type'.
5536         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5537         (wl-check-variables-2): New function.
5538         (wl): Call `wl-check-variables-2'.
5539
5540 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5541
5542         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5543         after renaming folder in access group.
5544
5545 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5546
5547         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5548         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5549         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5550         (wl-message-buffer-prefetch): Rewrite.
5551         (wl-message-buffer-prefetch-idle-time): Removed.
5552         * wl-summary.el (wl-summary-redisplay-internal):
5553         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5554         Error check for `wl-message-buffer-prefetch-depht'.
5555
5556 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5557
5558         * Version number is increased to 2.9.5.
5559         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5560
5561 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5562
5563         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5564         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5565         Based on the patch written by
5566         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5567
5568 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5569
5570         * wl-draft.el (wl-draft-raw-send): Fix for
5571         `wl-news-send-pre-hook'
5572
5573 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5574
5575         * wl-utils.el (wl-message-id-function): New variable.
5576         * wl-draft.el (wl-draft-insert-required-fields):
5577         Use `wl-message-id-function'.
5578
5579 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5580
5581         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5582         * wl-utils.el (wl-draft-make-message-id-string):
5583         Use `wl-from' for domain part of Message-ID
5584         if `wl-message-id-use-wl-from' if non-nil.
5585         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5586
5587 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5588
5589         * wl.el (wl): Call `wl-check-type'
5590         Do not 'condition-case'.
5591
5592 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5593
5594         * wl.el (wl-check-type): New function.
5595         (wl-check-type-variables): New variable.
5596
5597 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5598
5599         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5600
5601 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5602
5603         * wl-draft.el (wl-smtp-password-key): New function.
5604         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5605         (wl-draft-send-mail-with-smtp): Ditto.
5606         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5607
5608 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5609
5610         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5611         * wl-utils.el (wl-unique-id-suffix): Remove.
5612
5613 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5614
5615         * Version number is increased to 2.9.4.
5616
5617 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5618
5619         * wl-utils.el (wl-unique-id-suffix): New variable.
5620         (wl-unique-id): Use `wl-unique-id-suffix'
5621
5622 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5623
5624         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5625         instead of `elmo-msgdb-search'.
5626
5627         * Version number is increased to 2.9.3.
5628
5629 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5630
5631         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5632
5633 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5634
5635         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5636         (wl-draft-dispatch-message): Changed for send-later.
5637         (wl-draft-queue-flush): Ditto.
5638         (wl-draft): Clear `wl-sent-message-queued'.
5639         (wl-draft-reedit): Ditto.
5640         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5641         * wl-vars.el (wl-draft-force-queuing): New variable.
5642         (wl-draft-force-queuing-mail): New variable.
5643         (wl-draft-force-queuing-news): New variable.
5644
5645 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5646
5647         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5648         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5649
5650 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5651
5652         * Version number is increased to 2.9.2.
5653
5654 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5655
5656         * wl-draft.el (wl-draft-elide-region): New user command.
5657         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5658
5659         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5660         command `wl-draft-elide-region'.
5661         * wl-mule.el: Ditto.
5662         * wl-xmas.el: Ditto.
5663
5664 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5665
5666         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5667         (wl-biff-check-folder-async): Removed needless let.
5668
5669 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5670
5671         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5672         wl-folder-get-elmo-folder.
5673         (wl-biff-check-folder): Set `biff' argument of
5674         `wl-folder-check-one-entity'.
5675         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5676
5677         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5678         (wl-folder-check-one-entity): Added `biff' argument;
5679         Setup `biff' slot of folder.
5680
5681         * Version number is increased to 2.9.1.
5682
5683 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5684
5685         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5686         comment out and fixed.
5687         (wl-fldmgr-add-completion-subr): Ditto.
5688
5689         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5690         and msgdb.
5691
5692         * wl.el (wl-toggle-plugged): Save summary view.
5693
5694 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5695
5696         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5697
5698 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5699
5700         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5701
5702 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5703
5704         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5705         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5706         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5707
5708         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5709         if it was failed.
5710         (wl-demo): Disable undo in the demo buffer.
5711
5712 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5713
5714         * wl-version.el (wl-version): Changed codename.
5715
5716         * Version number is increased to 2.9.0.
5717
5718 2001-12-14  Takuo KITAME <kitame@northeye.org>
5719
5720         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5721         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5722         (wl-folder-mark-as-read-all-current-entity): Ditto.
5723
5724 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5725
5726         * wl-vars.el (wl-from-width): Define as obsolete variable.
5727         (wl-subject-length-limit): Ditto.
5728
5729         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5730
5731         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5732         wl-summary-save-view.
5733
5734         * wl.el (wl-save-status): Ditto.
5735         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5736
5737         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5738         (wl-summary-exit): Follow the change above.
5739         (wl-summary-goto-folder-subr): Ditto.
5740
5741         * wl-folder.el (wl-folder-create-subr): Don't use
5742         `elmo-folder-creatable-p'.
5743
5744 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5745
5746         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5747
5748 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5749
5750         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5751         rather than bitmap on Emacs 21.
5752         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5753         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5754         for xbm if the new redisplay engine is not available.
5755
5756 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5757
5758         * wl-folder.el (wl-folder-init-hook): New hook.
5759         (wl-folder-init): Run `wl-folder-init-hook'.
5760
5761 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5762
5763         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5764
5765 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5766
5767         * wl-acap.el (wl-acap-cache-filename): New variable.
5768         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5769         (wl-acap-init): Use cache if no ACAP server found.
5770
5771 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5772
5773         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5774         `wl-acap-original-msgdb-dir'.
5775
5776         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5777         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5778
5779         * wl-mime.el (wl-mime-save-directory): Renamed from
5780         `wl-mime-save-dir'.
5781
5782 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5783
5784         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5785
5786         * wl-demo.el: Require `path-util'.
5787         (wl-demo-bitmap-mule-available-p): New internal variable.
5788         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5789         `module-installed-p' instead.
5790         (wl-demo-insert-image): Use *.img file for a bitmap image.
5791         (wl-demo): Don't call the ascii demo recursively.
5792
5793 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5794
5795         * Version number is increased to 2.7.7.
5796
5797 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5798
5799         * wl.el (wl-exit): Eliminated byte-compile warning.
5800
5801 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5802
5803         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5804         obsolete variable using `elmo-define-obsolete-variable'.
5805         (wl-fetch-confirm-threshold): Ditto.
5806         (wl-cache-prefetch-folder-type-list): Ditto.
5807         (wl-cache-prefetch-folder-list): Ditto.
5808
5809 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5810
5811         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5812         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5813         (wl-demo-insert-image): New function.
5814         (wl-demo-insert-text): New function.
5815         (wl-demo-image-type-alist): Redefine as a function.
5816         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5817         (wl-demo-with-temp-file-buffer): Removed.
5818         (wl-logo-xpm): Removed.
5819         (wl-logo-xbm): Removed.
5820         (wl-logo-bitmap): Removed.
5821
5822 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5823
5824         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5825         (wl-expire-localdir-get-folder-function): New user option.
5826         (wl-expire-localdir-get-folder): New function.
5827         (wl-expire-localdir-date): Ditto.
5828
5829 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5830
5831         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5832         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5833         Fixed unread number mismatch when all-unread < unread.
5834
5835 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5836
5837         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5838         (wl-fetch-confirm-threshold): Ditto.
5839
5840         * wl-summary.el (wl-summary-confirm-appends): Removed.
5841         (wl-summary-sync-update): Don't refer
5842         `wl-summary-update-confirm-threshold' (It is now abolished).
5843
5844         * wl-message.el (wl-message-display-internal): Don't refer
5845         `wl-fetch-confirm-threshold' (It is now abolished).
5846
5847 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5848
5849         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5850
5851 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5852
5853         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5854         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5855         Change default value to nil.
5856         (wl-summary-indent-length-limit): The value can be nil, nil means
5857         unlimited.
5858
5859         * wl-summary.el: Don't set limit for indent length if the value of
5860         wl-summary-indent-length-limit is nil.
5861         If the value of wl-summary-width is nil, it means only that the width
5862         of summary is unlimited (nil doesn't mean that the indent length is
5863         unlimited).
5864
5865         * wl-thread.el: Ditto.
5866
5867 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5868
5869         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5870         be nil, nil means never confirm.
5871         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5872
5873 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5874
5875         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5876         means unlimited).
5877
5878 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5879
5880         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5881         Use `with-temp-buffer'.
5882
5883 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5884
5885         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5886         with new backquote style).
5887         (wl-folder-get-entity-from-buffer): Ditto.
5888
5889 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5890
5891         * wl-version.el (nemacs-version): Eliminated.
5892         (wl-extended-emacs-version2): Ignore nemacs.
5893         (wl-extended-emacs-version3): Ditto.
5894
5895 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5896
5897         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5898         (wl-draft-add-in-reply-to): New variable.
5899         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5900         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5901         (wl-draft-yank-from-mail-reply-buffer): Use
5902         `wl-draft-add-in-reply-to'.
5903         (wl-draft-insert-current-message): Ditto.
5904
5905 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5906
5907         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5908         typo (kill->hide).
5909         (wl-message-buffer-prefetch-folder-type-list): Added elements
5910         `mark' and `cache' instead of `internal'.
5911
5912 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5913
5914         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5915         resume msgdb directory.
5916
5917 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5918
5919         * wl.el (wl-exit): Call `wl-acap-exit'.
5920
5921         * wl-summary.el (wl-summary-message-string): New function.
5922         (wl-summary-reedit): Use it.
5923         (wl-summary-resend-bounced-mail): Remove needless let.
5924         (wl-summary-supersedes-message): Ditto.
5925         (wl-summary-save): Ditto.
5926
5927         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5928         (wl-acap-init): Set it.
5929         (wl-acap-exit): New function.
5930
5931 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5932
5933         * wl.el (wl-init): Revert (require 'mime-setup). move from
5934         toplevel.
5935
5936 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5937
5938         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5939         local variables.  Add error when guess function return invalid
5940         value.
5941
5942 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5943
5944         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5945         Change local variable name.
5946         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5947         (wl-folder-get-newsgroups): Return nil when non-news folder.
5948         * wl-summary.el (wl-summary-write-current-folder): State through
5949         when guess-list return nil.
5950         (wl-summary-write-current-folder-functions): Fixed docstring.
5951
5952         * wl.el (wl-exit): Changed confirm message.
5953
5954         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5955         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5956
5957         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5958
5959 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5960
5961         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5962         user option (Renamed from wl-cache-prefetch-folder-type-list).
5963         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5964         from wl-cache-prefetch-folder-list).
5965
5966         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5967         Move to wl-vars.el.
5968         (wl-message-buffer-prefetch-p): Changed to enable
5969         `wl-message-buffer-prefetch-folder-list'.
5970
5971         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5972         `ignore-cache'.
5973
5974 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5975
5976         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5977         `part-top' and `part-bottom'.
5978         (wl-draft-config-sub-part-top): New function.
5979         (wl-draft-config-sub-part-bottom): New function.
5980
5981 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5982
5983         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5984
5985 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5986
5987         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5988
5989 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5990
5991         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5992
5993         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5994         (wl-summary-write-current-folder): Ditto.
5995
5996 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5997
5998         * wl-folder.el (wl-folder-get-newsgroups): Use
5999         `elmo-folder-newsgroups'.
6000
6001 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6002
6003         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6004         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6005         `wl-draft-config-sub-header-bottom'.
6006
6007 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6008
6009         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6010         localnews folder.
6011
6012 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6013
6014         * wl-summary.el (wl-summary-mode): Undo last change.
6015
6016         * wl-folder.el (wl-folder-mode): Ditto.
6017
6018 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6019
6020         * wl-summary.el (wl-summary-mode): Locally set
6021         truncate-partial-window-width to nil.
6022         (for XEmacs)
6023
6024         * wl-folder.el (wl-folder-mode): Ditto.
6025
6026 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6027
6028         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6029
6030 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6031
6032         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6033         number.
6034
6035         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6036
6037         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6038
6039         * Version number is increased to 2.7.6.
6040
6041 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6042
6043         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6044
6045 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6046
6047         * wl-summary.el (wl-summary-sync-update): Enclose network
6048         related portion with `unwind-protect'.
6049
6050 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6051
6052         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6053
6054 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6055
6056         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6057         element.
6058         * wl-vars.el (wl-message-body-button-alist): Ditto.
6059
6060         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6061         max match length.
6062         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6063
6064         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6065         for the max match length;
6066         Use 4th element value for the button string regexp group.
6067
6068         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6069         candidate exists, prompt to select.
6070
6071 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6072
6073         * wl-summary.el (wl-summary-jump-to-msg): Search before
6074         calibration point by `beginning-of-line'.
6075
6076 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6077
6078         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6079         for access group.
6080
6081 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6082
6083         * wl-message.el (wl-message-display-internal): Bind
6084         `default-mime-charset'.
6085
6086         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6087
6088         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6089
6090         * Version number is increased to 2.7.5.
6091
6092 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6093
6094         * wl-expire.el (wl-summary-archive): Fixed;
6095         Use `elmo-folder-name-internal'.
6096
6097 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6098
6099         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6100         from `elmo-folder-move-messages' caller.
6101         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6102
6103         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6104         related portions are changed).
6105
6106 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6107
6108         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6109         counter.
6110
6111 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6112
6113         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6114         buffer local and set it to nil.
6115
6116         * wl-message.el (wl-message-redisplay): Ditto.
6117
6118 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6119
6120         * wl-summary.el (wl-summary-mark-as-important): If message is
6121         already cached, set messag as read, otherwise encache and mark as read.
6122
6123 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6124
6125         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6126         point-min.
6127
6128 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6129
6130         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6131         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6132         a keymap.
6133
6134 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6135
6136         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6137         parent.
6138
6139         * wl-mule.el (wl-message-define-keymap): Ditto.
6140
6141         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6142
6143         * wl-xmas.el (wl-message-display-internal-hook): Define.
6144         (wl-xmas-setup-message-toolbar): Define as function.
6145         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6146         (wl-message-overload-functions): Abolished.
6147         (wl-message-define-keymap): New function.
6148
6149         * wl-vars.el (wl-message-display-internal-hook): New variable.
6150         (wl-message-header-button-alist): New variable (Renamed from
6151         wl-highlight-message-header-button-alist).
6152         (wl-message-body-button-alist): Ditto.
6153
6154         * wl-mule.el (wl-message-define-keymap): New function.
6155         (wl-message-overload-functions): Abolished.
6156
6157         * wl-message.el (wl-message-add-buttons-to-body): New function.
6158         (wl-message-redisplay): Don't call wl-message-overload-functions;
6159         Call wl-message-add-buttons-to-header and
6160         wl-message-add-buttons-to-body.
6161         (wl-message-display-internal): Set keymap argument for
6162         elmo-mime-display-as-is, elmo-mime-message-display;
6163         Run wl-message-display-internal-hook.
6164         (wl-message-refer-article-or-url): Abolished.
6165
6166         * wl-highlight.el (wl-highlight-headers): Don't call
6167         wl-highlight-message-add-buttons-to-header.
6168         (wl-highlight-message-add-buttons-to-header): Abolished.
6169
6170
6171         * wl-e21.el (wl-message-display-internal-hook): Define.
6172         (wl-e21-setup-toolbar): Deleted duplicated binding.
6173         (wl-e21-setup-message-toolbar): Define as function.
6174         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6175         (wl-message-define-keymap): New function.
6176         (wl-message-overload-functions): Abolished.
6177
6178 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6179
6180         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6181         and elmo-folder-close.
6182
6183         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6184
6185 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6186
6187         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6188         boolean value.
6189         * wl-draft.el (wl-draft-do-fcc): Ditto.
6190
6191 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6192
6193         * wl-vars.el (wl-fcc-force-as-read): New variable.
6194         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6195         mark copied message as read.
6196
6197 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6198
6199         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6200
6201 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6202
6203         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6204         `wl-summary-target-above' instead of obsolete variable
6205         `wl-summary-temp-above'.
6206
6207         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6208         instead of `make-obsolete-variable'.
6209         * wl-refile.el (toplevel): Ditto.
6210
6211 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6212
6213         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6214         with third argument t.
6215         (wl-draft): Set first argument for wl-plugged-init as t.
6216
6217         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6218         definition.
6219
6220 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6221
6222         * wl-vars.el: Tabify.
6223         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6224
6225         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6226         message.
6227
6228 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6229
6230         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6231         and set default to beep.
6232
6233 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6234
6235         * wl-vars.el (wl-draft-truncate-lines): New variable.
6236
6237         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6238         instead of wl-message-truncate-lines for truncate-lines.
6239
6240 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6241
6242         * wl-message.el (wl-message-display-internal): Call
6243         `wl-highlight-message' after `elmo-mime-display-as-is'.
6244
6245         * wl-mime.el (wl-mime-display-text/plain): New function.
6246         (wl-mime-display-header): Ditto.
6247         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6248         body-presentation-method for text/plain;
6249         Register `wl-mime-display-header' as a header-presentation-method;
6250         Don't set up `elmo-message-text-content-inserted-hook' and
6251         `elmo-message-header-inserted-hook'.
6252
6253         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6254         variable.
6255         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6256         as t if flag is 'all-header;
6257         Don't bind `elmo-message-ignored-field-list',
6258         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6259
6260 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6261
6262         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6263         for xemacs with non-mule environment.
6264
6265 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6266
6267         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6268         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6269         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6270
6271 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6272
6273         * wl-vars.el (wl-interactive-send): Set default value as t.
6274
6275 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6276
6277         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6278         (wl-addrmgr-method-list): Abolished.
6279         (wl-addrmgr-change-method): Follow above change.
6280
6281         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6282
6283 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6284
6285         * wl-vars.el (wl-message-truncate-lines): Change default value
6286         to default-truncate-lines.
6287
6288         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6289
6290 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6291
6292         * wl-vars.el (wl-message-truncate-lines): New variable.
6293
6294         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6295         wl-message-truncate-lines.
6296
6297 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6298
6299         * wl-acap.el (wl-acap-init): Remove period from error message.
6300         (wl-acap-find-acap-service): Remove period from message.
6301
6302 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6303
6304         * wl.el (wl-check-environment): Undo last change.
6305
6306         * wl-vars.el (wl-from): Changed default value.
6307
6308         * wl-util.el (toplevel): Don't require tm-edit.
6309
6310         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6311         `wl-folder-init';
6312         Don't set mark on mail body.
6313         (wl-draft-reedit): Ditto.
6314
6315         * wl-address.el (wl-address-quote-specials): Define as an alias for
6316         elmo-address-quote-specials.
6317
6318 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6319
6320         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6321
6322         * wl-vars.el (wl-from): Set default value as nil.
6323         (wl-organization): Set default value as ORGANIZATION environment
6324         variable.
6325
6326         * wl-draft.el (wl-smtp-extension-bind): Check value of
6327         wl-smtp-connection-type.
6328
6329         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6330         error.
6331
6332 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6333
6334         * Version number is increased to 2.7.4.
6335
6336         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6337         arguments from `wl-highlight-x-face-function' caller.
6338         Use x-face-1.3.6.12 or later.
6339
6340 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6341
6342         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6343
6344 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6345
6346         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6347         (wl-fcc): Fix to accept function.
6348         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6349
6350 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6351
6352         * wl-acap.el (toplevel): Added `product-provide' declare.
6353         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6354
6355 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6356
6357         * wl.el (wl): Changed order of calling `elmo-init'
6358         and `elmo-folder-init'.
6359
6360 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6361
6362         * wl-mime.el (wl-summary-burst): Extract message when content-type
6363         of root entity is not only `multipart' but also `message/rfc822'.
6364         (wl-summary-burst-subr): Ditto.
6365
6366 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6367
6368         * wl-vars.el (toplevel): Require 'custom.
6369         (wl-trash-folder): Added to `wl-setting' group.
6370
6371         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6372         exists.
6373         (wl-addrmgr-draw): Insert empty line when no entry exists.
6374
6375         * wl-mule.el (wl-message-wheel-up): Fixed.
6376         (wl-message-wheel-down): Ditto.
6377
6378 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6379
6380         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6381         config is an anonymous lambda expression.
6382
6383 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6384
6385         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6386         when Mule 2 is running.
6387
6388 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6389
6390         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6391
6392 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6393
6394         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6395         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6396
6397         * wl-address.el (wl-address-specials-regexp): Eliminated.
6398         (wl-address-quote-specials): Rewrite.
6399
6400 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6401
6402         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6403         shy-groups for regexp.
6404
6405         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6406         character classes and Perl style shy-groups for regexp.
6407         (wl-highlight-plugged-current-line): Use Posix style character
6408         classes for regexp.
6409         (wl-e21-highlight-folder-by-numbers): Ditto.
6410         (wl-e21-display-image-p): Use `display-images-p' instead of
6411         `display-graphic-p'.
6412         (display-images-p): Make an alias to `display-graphic-p' if it is
6413         not available.  It is for Emacs version prior to 21.0.105.
6414
6415         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6416         `display-graphic-p'.
6417         (wl-demo-image-type-alist): Ditto.
6418         (display-images-p): Make an alias to `display-graphic-p' if it is
6419         not available.  It is for Emacs version prior to 21.0.105.
6420
6421 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6422
6423         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6424         support.
6425         (wl-generate-user-agent-string): Ditto.
6426
6427         * wl-version.el (wl-version): Update docsting.
6428         (wl-version-status): Ditto.
6429
6430 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6431
6432         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6433         21.0.105.  For Emacs 21.0.104 or earlier.
6434
6435 2001-09-03  Takuo KITAME <kitame@northeye.org>
6436
6437         * wl-e21.el (wl-plugged-init-icons): Use
6438         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6439         (wl-biff-init-icons): Ditto.
6440
6441 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6442
6443         * wl-highlight.el (wl-highlight-summary-current-line):
6444         Fixed highlighting refile/copy destination.
6445
6446         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6447         (wl-acap-store): Encode string by wl-acap-coding-system.
6448
6449 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6450
6451         * wl-acap.el (toplevel): Check and require 'un-define before
6452         'xemacs-ucs;
6453          Added checking for UTF-2000.
6454
6455 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6456
6457         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6458         Don't enclose with `eval-and-compile'.
6459
6460         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6461         wl-init is non-nil.
6462
6463         * wl-draft.el (wl-draft): Ditto.
6464
6465         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6466
6467         * wl-acap.el (toplevel): Require 'wl.
6468         (wl-acap-store): Call `elmo-init'.
6469
6470         * wl.el (wl): Changed position of `wl-check-environment'.
6471         (toplevel): Added autoload setting for wl-acap.
6472
6473         * wl-vars.el (wl-setting): New custom group.
6474         (wl-from): Added wl-setting group.
6475         (wl-user-mail-address-list): Ditto.
6476         (wl-organization): Ditto.
6477         (wl-subscribed-mailing-list): Ditto.
6478         (wl-envelope-from): Ditto.
6479         (wl-smtp-posting-user): Ditto.
6480         (wl-smtp-posting-server): Ditto.
6481         (wl-smtp-posting-port): Ditto.
6482         (wl-smtp-authenticate-type): Ditto.
6483         (wl-pop-before-smtp-user): Ditto.
6484         (wl-pop-before-smtp-server): Ditto.
6485         (wl-pop-before-smtp-port): Ditto.
6486         (wl-pop-before-smtp-authenticate-type): Ditto.
6487         (wl-nntp-posting-server): Ditto.
6488         (wl-nntp-posting-user): Ditto.
6489         (wl-nntp-posting-port): Ditto.
6490         (wl-fetch-confirm-threshold): Ditto.
6491         (wl-prefetch-threshold): Ditto.
6492         (wl-thread-insert-opened): Ditto.
6493         (wl-ldap-server): Ditto.
6494         (wl-ldap-port): Ditto.
6495         (wl-ldap-base): Ditto.
6496         (wl-ldap-objectclass): Ditto.
6497         (wl-use-ldap): Ditto.
6498         (wl-draft-config-alist): Ditto.
6499         (wl-draft-config-matchone): Ditto.
6500         (wl-template-alist): Ditto.
6501         (wl-message-sort-field-list): Ditto.
6502         (wl-message-ignored-field-list): Ditto.
6503         (wl-message-visible-field-list): Ditto.
6504         (wl-interactive-send): Ditto.
6505         (wl-summary-move-order): Ditto.
6506         (wl-auto-select-first): Ditto.
6507         (wl-auto-select-next): Ditto.
6508         (wl-interactive-save-folders): Ditto.
6509
6510         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6511         Initialization codes are moved from wl-local-folder-init.
6512         (wl-local-folder-init): Follow the change above.
6513         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6514
6515         * wl-acap.el: New file.
6516
6517         * Version number is increased to 2.7.3.
6518
6519 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6520
6521         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6522
6523 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6524
6525         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6526         (wl-addrmgr-address-entry-list): Ditto.
6527
6528 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6529
6530         * wl-e21.el (wl-draft-mode-map): Removed binding for
6531         `wl-draft-insert-x-face-field'.
6532
6533         * wl-mule.el (wl-draft-mode-map): Ditto.
6534
6535         * wl-xmas.el (wl-draft-mode-map): Ditto.
6536
6537         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6538         (wl-cs-autoconv): Ditto.
6539         (wl-cs-local): Ditto.
6540         (wl-use-scoring): Ditto.
6541         (wl-mime-charset): Ditto.
6542         (wl-folder-check-async): Ditto.
6543
6544         * wl.el (toplevel): Ignore nemacs and tm.
6545         (wl-exit): Ditto.
6546
6547         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6548         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6549         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6550         instead of wl-address-petname-add-or-change.
6551         (wl-summary-edit-addresses-subr): Use wl-address-delete
6552         instead of wl-address-petname-delete.
6553
6554         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6555
6556         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6557         if error occured.
6558
6559         * wl-message.el (require): Remove tm support.
6560
6561         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6562
6563         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6564         (wl-folder-jump-to-current-entity): Ditto.
6565         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6566
6567         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6568         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6569         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6570
6571         * wl-mule.el (wl-draft-key-setup): Ditto.
6572
6573         * wl-xmas.el (wl-draft-key-setup): Ditto.
6574
6575         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6576         (wl-draft-std11-parse-addresses): New function.
6577         (wl-draft-parse-mailbox-list): Use it.
6578         (wl-draft): Ignore nemacs.
6579         (wl-draft-reedit): Ditto.
6580
6581         * wl-addrmgr.el: New file.
6582         (Original is wl-rcpt.el written by
6583         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6584         Thanks Kitamoto-san.)
6585
6586         * wl-address.el (wl-address-make-address-list): Modified parsing
6587         process.
6588         (wl-address-delete): Renamed from `wl-address-petname-delete';
6589         Modify wl-address-list too.
6590         (wl-address-add-or-change): Renamed from
6591         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6592
6593 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6594
6595         * wl-highlight.el (wl-highlight-summary-current-line):
6596           Work with transient-mark-mode
6597
6598 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6599
6600         * Version number is increased to 2.7.2.
6601
6602         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6603         instead of elmo-dop-queue-method.
6604
6605 2001-08-06  SAITO Atsunori <sai@yedo.com>
6606
6607         * wl-vars.el (wl-ldap-objectclass): New user option.
6608
6609         * wl-address.el (wl-ldap-make-filter): Use it.
6610
6611 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6612
6613         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6614
6615 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6616
6617         * wl-folder.el (wl-folder): redisplay after folder insertion.
6618
6619         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6620
6621         * wl-summary.el (wl-summary-sync-update):
6622         Change status mark only when new-msgdb exists.
6623         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6624
6625 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6626
6627         * wl-summary.el (wl-summary-open-folder): New function.
6628         (wl-summary-goto-folder-subr): Use it.
6629         (wl-summary-mark-as-important): Fix;
6630         Encache only when no cache exists.
6631
6632 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6633
6634         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6635         Use with-current-buffer.
6636
6637 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6638
6639         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6640         before call `get-buffer'. Fixed parenthesis.
6641         (wl-score-get-header-entry): Clear message and help window when
6642         keyboard quit.
6643         (wl-score-edit-insert-header): Ditto.
6644
6645 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6646
6647         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6648         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6649         (wl-default-draft-cite): Fix.
6650
6651         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6652         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6653
6654 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6655
6656         * wl-message.el (wl-message-prev-page): Do same bahavior
6657         as summary when it is called in the message buffer.
6658         (wl-message-next-page): Ditto.
6659
6660 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6661
6662         * wl-summary.el (wl-summary-forward): Use cache if it is not
6663         section cache.
6664
6665 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6666
6667         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6668         Removed redundant require of elmo-vars.
6669         (wl-biff-state-indicator-on): Changed default value for
6670         xemacs with non-mule environment.
6671
6672         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6673         wl-message-buffer is nil;
6674         Hide progress bar after moving messages.
6675
6676 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6677
6678         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6679         message at cursor point is deleted.
6680
6681 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6682
6683         * wl-vars.el: Changed file coding system to euc-japan.
6684         Added -*-coding:-*- magic to the first line.
6685
6686         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6687         Search parent from the first message.
6688
6689         * Version number is increased to 2.7.1.
6690
6691 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6692
6693         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6694
6695 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6696
6697         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6698         refile/delete execution.
6699
6700         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6701         Fixed docstring.
6702
6703 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6704
6705         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6706         do update process;
6707         Don't update marks when update process is interrupted.
6708
6709 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6710
6711         * wl-summary.el (wl-summary-reply): Fixed problem when
6712         wl-draft-use-frame is non-nil.
6713         (wl-summary-forward): Ditto.
6714
6715         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6716         as nil.
6717         (wl-folder-mark-as-read-all-entity): Ditto.
6718         (wl-folder-prefetch-entity): Ditto.
6719
6720         * wl.el (wl): Check environment before wl-init.
6721
6722         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6723         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6724         instead of wl-summary-collect-unread.
6725         (wl-summary-reply): Split message window.
6726
6727 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6728
6729         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6730         only if current language environment is japanese,
6731
6732         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6733         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6734         (wl-folder-goto-folder-subr): Ditto.
6735
6736         * wl-draft.el (wl-draft-dispatch-message): Call
6737         `elmo-file-cache-get-path'.
6738
6739 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6740
6741         * wl-summary.el (wl-summary-cursor-move): If return value of
6742         wl-summary-next-message is not number, don't jump.
6743
6744 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6745
6746         * wl-summary.el (wl-summary-buffer-next-message-function): New
6747         variable.
6748         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6749         if it is bound.
6750
6751         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6752         string.
6753
6754         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6755         (wl-plugged-drawing): Ditto.
6756
6757 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6758
6759         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6760         process.
6761         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6762         with unwind-protect.
6763
6764         * wl.el (wl-init): Require mime-setup.
6765         (wl-check-environment): Don't require mime-setup.
6766
6767         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6768         instead of elmo-folder-type.
6769
6770         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6771         value as nil.
6772
6773 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6774
6775         * Version number is increased to 2.7.0.
6776
6777         * wl-version.el (wl-version): Changed codename.
6778
6779         * wl-summary.el (wl-summary-delete-cache): Fixed.
6780
6781         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6782         Workaround for net folders.
6783         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6784
6785         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6786         value to nil (According to the patch from
6787         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6788
6789         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6790         of elmo-folder-close.
6791
6792 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6793
6794         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6795         for postfix.
6796
6797 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6798
6799         * wl-summary.el (wl-summary-resend-message): Fixed.
6800
6801         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6802         Call wl-draft with `from' argument if its address is included in
6803         `wl-user-mail-address-list'.
6804         (wl-draft): Added `from' argument.
6805
6806         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6807         non-nil.
6808         (wl): Don't show demo if wl-demo is nil.
6809
6810         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6811         wl-summary-use-frame.
6812
6813         * wl-vars.el (wl-summary-use-frame): New user option.
6814         (wl-folder-use-frame): Changed docstring.
6815
6816         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6817         non-nil.
6818         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6819         wl-summary-use-frame.
6820
6821         * wl-vars.el (wl-folder-use-frame): New user option.
6822
6823         * wl-summary.el (wl-summary-exit): Back to folder frame if
6824         wl-folder-use-frame is non-nil.
6825         (wl-summary-redisplay-internal): Ignore cache if current folder
6826         is draft folder,
6827         (wl-summary-redisplay-no-mime): Ditto.
6828         (wl-summary-redisplay-all-header): Ditto.
6829
6830         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6831         if wl-folder-use-frame is non-nil.
6832
6833 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6834
6835         * wl-summary.el (wl-summary-sync-update): Bind
6836         elmo-folder-update-threshold.
6837         (wl-summary-mark-as-important): Enclosed server mark processing
6838         with `save-match-data'.
6839
6840         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6841         only when it is already defined.
6842
6843 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6844
6845         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6846         name of folder exclude localdir is wrong.
6847         * wl-folder.el (wl-folder-sync-entity):
6848         Set `wl-summary-always-sticky-folder-list' as nil.
6849         (wl-folder-mark-as-read-all-entity): Ditto.
6850         (wl-folder-prefetch-entity): Ditto.
6851
6852 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6853
6854         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6855         instead of `wl-summary-write-current-newsgroup'.
6856
6857 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6858
6859         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6860         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6861         non-nil and selected message is important, do not display.
6862
6863 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6864
6865         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6866
6867 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6868
6869         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6870
6871         * wl-summary.el (wl-summary-mark-as-important): Set message number
6872         using wl-summary-message-number.
6873
6874 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6875
6876         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6877         destination folder is 'null.
6878
6879 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6880
6881         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6882         New function.
6883         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6884         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6885         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6886
6887 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6888
6889         * wl-mime.el (wl-mime-setup): Added setting for
6890         `mime-setup-signature-key-alist' to avoid overriding key bind for
6891         `wl-draft-send'.
6892
6893         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6894         for `wl-draft-send'.
6895         * wl-mule.el (wl-draft-overload-functions): Ditto.
6896         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6897         * wl-draft.el (wl-draft-send): Ditto.
6898
6899         * wl-message.el (wl-message-display-internal):
6900         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6901         (Patch is provided by <kita@coe.nttdata.co.jp>).
6902
6903 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6904
6905         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6906
6907 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6908
6909         * wl.el (wl): Fix for wl-demo.
6910
6911 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6912
6913         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6914
6915 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6916
6917         * wl-folder.el (wl-folder-prefetch-entity): Use
6918         `wl-folder-get-elmo-folder'.
6919         (wl-folder-count-incorporates): Do not use
6920         `wl-folder-get-elmo-folder'.
6921
6922 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6923
6924         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6925         instead of `elmo-folder-get-type'.
6926
6927 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6928
6929         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6930         position on Subject: field.
6931         (Advised by Mito <mit@nines.nec.co.jp>)
6932
6933 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6934
6935         * wl-folder.el (wl-folder-prefetch-entity): Use
6936         `wl-folder-get-elmo-folder'.
6937
6938 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6939
6940         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6941
6942         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6943         `process-duplicates' slot.
6944
6945         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6946         if detection failed.
6947
6948 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6949
6950         * wl-version.el (wl-version-status): Set to "alpha".
6951
6952 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6953
6954         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6955         Check wl-message-buffer lives before set-buffer.
6956
6957 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6958
6959         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6960         called in folder mode.
6961         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6962         * wl-summary.el (wl-summary-exit-pre-hook): Run
6963         `wl-summary-exit-pre-hook' before exit summary mode.
6964
6965 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6966
6967         * wl-version.el (wl-version-status): New variable.
6968         (wl-version-status-alist): Removed.
6969         (wl-version-status): Rule included.
6970
6971 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6972
6973         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6974         @sponichi.
6975
6976         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6977         when `mail-reply-buffer' is buffer-local variable.
6978         (Reported by <kita@coe.nttdata.co.jp>).
6979
6980 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6981
6982         * wl-vars.el (toplevel): Require 'elmo-util.
6983
6984 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6985
6986         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6987         (All other related portions are changed)
6988
6989         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6990
6991         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6992
6993 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6994
6995         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6996
6997 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6998
6999         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7000         Delete other windows to avoid an error.
7001         Use `point-marker' instead of `point' to remember the start point
7002         of body.
7003
7004         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7005
7006         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7007         number not to exceed all message number.
7008
7009 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7010
7011         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7012         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7013
7014 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7015
7016         * wl-summary.el (wl-summary-sync-force-update): Added argument
7017         no-check.
7018         (wl-summary-sync-update): Ditto.
7019         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7020         with `no-check'.
7021
7022         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7023         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7024         already running.
7025
7026 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7027
7028         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7029         `dst-folder-arg'.
7030         (wl-expire-archive-number1): Diito.
7031         (wl-expire-archive-number2): Diito.
7032         (wl-expire-archive-Date): Diito.
7033         (wl-archive-number1): Diito.
7034         (wl-archive-number2): Diito.
7035         (wl-archive-date): Diito.
7036         (wl-archive-folder-p): New function.
7037         (wl-summary-expire): Support of expand folder name at
7038         wl-expire-alist.
7039         * wl-util.el (wl-expand-newtext): Renamed from
7040         `wl-refile-expand-newtext'.
7041
7042 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7043
7044         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7045         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7046         `(elmo-msgdb-get-overview msgdb)'.
7047         (wl-summary-prefetch): Bind match data before call
7048         `wl-summay-prefetch-msg'.
7049         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7050         'off if `wl-summary-buffer-disp-msg' is non-nil.
7051         Fixed problem that couldn't show only one new or unread message when
7052         enter folder.
7053         (wl-summary-reply): Don't call `split-window-vertically' and other
7054         window.
7055
7056 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7057
7058         * wl-expire.el (wl-expire-refile): Fixed.
7059
7060 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7061
7062         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7063
7064         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7065         biff notification is removed.
7066
7067         * wl.el (wl): Changed position of `elmo-init'.
7068
7069         * wl-draft.el (wl-default-draft-cite): Use date field
7070         on the citation buffer.
7071
7072         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7073
7074         * wl-xmas.el (wl-folder-internal-icon-list): Added
7075         `wl-folder-shimbun-image'.
7076
7077         * wl-e21.el (wl-folder-internal-icon-list): Added
7078         `wl-folder-shimbun-image'.
7079
7080 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7081
7082         * wl.el (wl-init): Eliminated argument.
7083         (wl): Rewrite.
7084
7085         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7086         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7087         instead of `elmo-folder-msgdb-internal'.
7088         (wl-summary-sync-update): Ditto.
7089         (wl-summary-flush-pending-append-operations): Eliminated.
7090         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7091         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7092         `elmo-folder-open'.
7093
7094         * wl-mime.el (wl-summary-burst): Fixed.
7095
7096         * wl-folder.el (wl-folder-info-save): Check data type.
7097
7098         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7099         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7100         instead of `elmo-folder-msgdb-internal'.
7101         (wl-expire-hide): Ditto.
7102
7103
7104         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7105
7106 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7107
7108         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7109
7110 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7111
7112         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7113
7114 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7115
7116         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7117         Fixed `match-beginning' argument mismatch.
7118
7119 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7120
7121         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7122         the default value.
7123
7124 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7125
7126         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7127         instead of `elmo-nntp-default-port'.
7128
7129         * wl-vars.el: Fixed some doc strings.
7130
7131 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7132
7133         * wl-summary.el (wl-summary-prefetch-msg): Use
7134         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7135
7136         * wl-vars.el: Define *-func as obsolete variable using
7137         `elmo-define-obsolete-variable'.
7138
7139         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7140         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7141         instead of `wl-message-buffer-prefetch-threshold'.
7142
7143         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7144
7145         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7146
7147         * wl-draft.el (wl-caesar-region-func): Ditto.
7148
7149         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7150         Keep unread status in elmo-folder-move-messages.
7151         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7152
7153 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7154
7155         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7156         `wl-summary-buffer-exit-func'
7157         (wl-summary-buffer-message-redisplay-function): Renamed from
7158         `wl-summary-buffer-message-redisplay-func'
7159         (wl-summary-buffer-next-folder-function): Renamed from
7160         `wl-summary-buffer-next-folder-func'.
7161         (wl-summary-buffer-prev-folder-function): Renamed from
7162         `wl-summary-buffer-prev-folder-func'.
7163         (wl-summary-get-petname-function): Renamed from
7164         `wl-summary-get-petname-func'.
7165
7166         * wl-score.el (wl-score-edit-exit-function): Renamed from
7167         `wl-score-edit-exit-func'.
7168
7169         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7170         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7171
7172         * wl-util.el (wl-load-profile-function): Renamed from
7173         `wl-load-profile-func'.
7174
7175         * wl-folder.el (wl-folder-completion-function): Renamed from
7176         `wl-folder-completion-func'.
7177         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7178
7179         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7180         `wl-expire-archive-get-folder-func'.
7181         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7182         (wl-draft-send-mail-function): Renamed from
7183         `wl-draft-send-mail-func'.
7184         (wl-draft-send-news-function): Renamed from
7185         `wl-draft-send-news-func'.
7186         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7187         (wl-generate-mailer-string-function): Renamed from
7188         `wl-generate-mailer-string-func'.
7189         (wl-highlight-signature-search-function): Renamed from
7190         `wl-highlight-signature-search-func'.
7191         (wl-highlight-x-face-function): Renamed from
7192         `wl-highlight-x-face-func'
7193         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7194         (wl-ps-print-buffer-function): Renamed from
7195         `wl-ps-print-buffer-func'
7196         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7197         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7198         (wl-summary-subject-filter-function): Renamed from
7199         `wl-summary-subject-filter-func'.
7200
7201         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7202         `wl-draft-queue-flush-send-func'
7203         (wl-draft-cite-function): Renamed from
7204         `wl-draft-cite-func'
7205
7206         * wl-address.el (wl-address-init-function): Renamed from
7207         `wl-address-init-func'.
7208
7209 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7210
7211         * wl-draft.el (wl-draft-queue-flush): Don't call
7212         `elmo-dop-unlock-message'.
7213         * wl-draft.el (wl-draft-queue-append): Don't call
7214         `elmo-dop-lock-message'.
7215
7216         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7217         (wl-summary-buffer-folder-name): Ditto.
7218         (wl-summary-message-regexp): Added '-' (all other related portions
7219         are changed).
7220         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7221         wl-summary-buffer-folder-name.
7222
7223 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7224
7225         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7226         the number of mails in the folder buffer is not updated by wl-biff.
7227
7228 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7229
7230         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7231         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7232
7233 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7234
7235         * wl-summary.el (wl-summary-next-message):
7236         Return next message number when wl-summary-move-order is nil.
7237
7238 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7239
7240         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7241         `wl-summary-move-spec-alist'.
7242         (wl-summary-move-spec-unplugged-alist): New variable
7243         (Move spec for unplugged status).
7244         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7245         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7246
7247 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7248
7249         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7250         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7251
7252 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7253
7254         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7255         simple quotation to quote the anonymous function.
7256         * tm-wl.el (wl-draft-preview-message): Ditto.
7257
7258 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7259
7260         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7261         Eliminate redundant `save-excursion'.
7262         (wl-highlight-summary-current-line): Ditto.
7263
7264         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7265         accessing match data when `looking-at' failed.
7266
7267         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7268         `elmo-match-string' where users don't care about the speed.
7269         (wl-draft-save): Ditto.
7270
7271 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7272
7273         * wl-util.el (wl-regexp-opt): New function.
7274
7275         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7276         number from `wl-summary-buffer-number-list'.
7277         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7278         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7279         (wl-summary-move-spec-alist): Changed default setting.
7280
7281 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7282
7283         * wl-vars.el (wl-biff-notify-hook): New hook.
7284         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7285         the arrival of new mail.
7286         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7287         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7288
7289 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7290
7291         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7292
7293 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7294
7295         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7296
7297         * Version number is increased to 2.5.8.
7298
7299         * wl-thread.el (toplevel): require 'cl.
7300         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7301         (wl-thread-make-number-list): New function.
7302         (wl-thread-entity-make-number-list-from-children): Ditto.
7303         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7304         (wl-thread-entity-insert-as-children): Likewise.
7305         (wl-thread-delete-message): Likewise.
7306         (wl-meaning-of-mark): Eliminated.
7307         (wl-thread-next-failure-mark-p): Ditto.
7308         (wl-thread-entity-get-mark): Ditto.
7309         (wl-thread-meaning-alist-get-result): Ditto.
7310         (wl-thread-entity-check-prev-mark): Ditto.
7311         (wl-thread-entity-check-next-mark): Ditto.
7312         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7313         (wl-thread-entity-get-prev-marked-entity): Ditto.
7314         (wl-thread-get-prev-unread): Ditto.
7315         (wl-thread-jump-to-prev-unread): Ditto.
7316         (wl-thread-get-next-unread): Ditto.
7317         (wl-thread-jump-to-next-unread): Ditto.
7318         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7319         (wl-thread-entity-get-next-marked-entity): Ditto.
7320
7321         * wl-summary.el (wl-summary-buffer-number-list):
7322         New bufer-local variable.
7323         (wl-summary-switch-to-clone-buffer): Clone
7324         `wl-summary-buffer-number-list'.
7325         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7326         (wl-summary-cursor-move-regex): Eliminated.
7327         (wl-summary-cursor-up): Rewrite.
7328         (wl-summary-cursor-down): Ditto.
7329         (wl-summary-mode-spec-alist): New variable.
7330         (wl-summary-next-message): New inline function.
7331         (wl-summary-cursor-move): New function.
7332         (wl-summary-default-get-next-msg): Rewrite.
7333         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7334         (wl-summary-rescan): Ditto.
7335         (wl-summary-sync-all-init): Ditto.
7336         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7337         summary is not thread view.
7338         (wl-summary-sync-update): Ditto.
7339         (wl-summary-rescan): Ditto.
7340         (wl-summary-make-number-list): New function.
7341
7342         * wl-draft.el: "FCC" -> "Fcc".
7343
7344 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7345
7346         * wl-highlight.el (wl-highlight-summary-window):
7347         Call `set-buffer-modified-p'.
7348
7349         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7350         (wl): Call `elmo-init' and fix.
7351
7352         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7353         Use new variables.
7354
7355         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7356
7357 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7358
7359         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7360
7361 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7362
7363         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7364
7365 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7366
7367         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7368         `wl-use-toolbar' nor `display-graphic-p'.
7369         (wl-e21-setup-message-toolbar): Ditto.
7370         (wl-e21-setup-summary-toolbar): Ditto.
7371         (wl-e21-setup-folder-toolbar): Ditto.
7372
7373         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7374         (wl-plugged-init-icons): Ditto.
7375
7376         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7377         `display-graphic-p'.
7378         (wl-plugged-set-folder-icon): Ditto.
7379         (wl-highlight-plugged-current-line): Ditto.
7380         (wl-highlight-folder-current-line): Ditto.
7381         (wl-e21-highlight-folder-group-line): Ditto.
7382         (wl-e21-setup-toolbar): Ditto.
7383         (wl-e21-display-image-p): New macro.
7384
7385         * wl-demo.el (wl-demo): Simplified.
7386         (wl-demo-image-type-alist): Use `image-type-available-p' for
7387         checking whether the image type `xbm' is available.
7388
7389 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7390
7391         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7392         (wl-summary-input-range): Ditto.
7393
7394 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7395
7396         * wl-summary.el (wl-summary-edit-addresses): Use
7397         `wl-summary-get-original-buffer'
7398         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7399         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7400         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7401         (wl-summary-get-newsgroups): Eliminated.
7402         (wl-summary-set-crosspost): Ditto.
7403         (wl-summary-is-crosspost-folder): Ditto.
7404         (wl-crosspost-alist-load): Ditto.
7405         (wl-crosspost-alist-save): Ditto.
7406
7407         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7408         `elmo-setup-subscribed-newsgroups' instead of
7409         `elmo-nntp-make-groups-hashtb'.
7410         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7411         instead of `wl-crosspost-alist-save'.
7412
7413         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7414         of `elmo-folder-message-appendable-p'.
7415         (wl-mime-header-presentation-method): Eliminated.
7416
7417         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7418         (Error occurs in emacs21).
7419
7420         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7421         the current buffer).
7422
7423         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7424         instead of `wl-crosspost-alist-save'.
7425         (wl-init): `elmo-crosspost-message-alist-load'
7426         instead of `wl-crosspost-alist-load'
7427
7428         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7429         (wl-parse-newsgroups): Likewise.
7430         (wl-biff-notify): Run `wl-biff-notify-hook'.
7431
7432 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7433
7434         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7435
7436         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7437         when `wl-summary-lazy-highlight' is non-nil.
7438         (wl-summary-goto-folder-subr): Highlight only when
7439         `wl-summary-lazy-highlight' is non-nil.
7440
7441         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7442         Don't display progress and highlight temp-mark when
7443         `wl-summary-lazy-highlight' is non-nil.
7444         (wl-highlight-summary-window): New function.
7445         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7446
7447 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7448
7449         * wl-summary.el (wl-summary-sync): Change `all-visible'
7450         from `all-shown'
7451         (wl-summary-input-range): Ditto.
7452
7453 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7454
7455         * wl-e21.el (wl-highlight-folder-current-line): Call
7456         `wl-folder-init-icons' when folder icons have not been initialized.
7457
7458         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7459
7460         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7461         (wl-demo-image-type-alist): New macro.
7462
7463 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7464
7465         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7466         display does not support graphics.
7467         (wl-plugged-init-icons): Ditto.
7468         (wl-folder-init-icons): Ditto.
7469
7470         * wl-demo.el (wl-demo): Chech closely whether the display
7471         supports graphics.
7472
7473 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7474
7475         * wl-summary.el (wl-summary-get-original-buffer): New function.
7476         (wl-summary-set-crosspost): Use it.
7477         (wl-summary-target-mark-uudecode): Ditto.
7478         (wl-summary-reedit): Ditto.
7479         (wl-summary-resend-bounced-mail): Ditto.
7480         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7481         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7482
7483         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7484         (wl-message-display-internal): Ditto.
7485
7486 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7487
7488         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7489
7490 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7491
7492         * wl-summary.el (wl-summary-save-view): Renamed from
7493         `wl-summary-save-status'.
7494
7495 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7496
7497         * wl-summary.el (wl-summary-sync): Added `all-shown'
7498
7499 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7500
7501         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7502
7503 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7504
7505         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7506
7507 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7508
7509         * wl-highlight.el (wl-highlight-summary-line-string): Use
7510         `zerop' instead of `= 0'.
7511         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7512
7513         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7514         for comparing numbers.
7515         (wl-template-prev): Use `zerop' instead of `eq 0'.
7516
7517         * wl-draft.el (wl-draft-insert-current-message): Use
7518         `with-current-buffer' instead of `save-excursion'.
7519         Use `zerop' instead of `eq 0'.
7520
7521 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7522
7523         * wl-draft.el (wl-draft-insert-ccs): New function.
7524         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7525         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7526
7527 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7528
7529         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7530
7531 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7532
7533         * wl-expire.el (wl-expire-refile): Don't call
7534         elmo-msgdb-add-msgs-to-seen-list;
7535         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7536         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7537
7538 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7539
7540         * wl-message.el (wl-message-prev-page): Ignore errors while
7541         scroll-down.
7542
7543 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7544
7545         * wl-mime.el: Use elmo-original-message-mode instead of
7546         mmelmo-original-mode.
7547
7548         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7549         `elmo-folder-get-spec';
7550         (wl-fldmgr-add-completion-all-completions):
7551         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7552
7553         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7554         of `elmo-folder-get-type'.
7555
7556         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7557         `elmo-folder-get-spec';
7558         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7559         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7560         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7561         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7562         `elmo-read-msg-no-cache';
7563         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7564         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7565         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7566         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7567         `elmo-cache-save';
7568         (wl-draft-reedit): Use `elmo-message-file-name'.
7569
7570         * wl-expire.el: Use `elmo-folder-name-internal';
7571         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7572         Use macro `wl-summary-buffer-msgdb' instead of variable
7573         `wl-summary-buffer-msgdb';
7574         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7575         Use macro `wl-summary-buffer-folder-name' instead of variable
7576         `wl-summary-buffer-folder-name'.
7577         * wl-score.el: Likewise.
7578
7579         * wl-message.el: Rewrite for new message buffer cache mechanism.
7580         (wl-message-buffer-cache-buffer-get): New macro.
7581         (wl-message-buffer-cache-folder-get): Ditto.
7582         (wl-message-buffer-cache-message-get): Ditto.
7583         (wl-message-buffer-cache-entry-make): Ditto.
7584         (wl-message-buffer-cache-hit): Ditto.
7585         (wl-message-buffer-cache-sort): New function.
7586         (wl-message-buffer-cache-add): Ditto.
7587         (wl-message-buffer-cache-delete): Ditto.
7588         (wl-message-buffer-cache-clean-up): Ditto.
7589         (wl-message-buffer-window): Rewrite.
7590         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7591         (wl-message-buffer-display): New function.
7592         (wl-message-display-internal): New function.
7593
7594 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7595
7596         * wl-folder.el: Use `elmo-folder-name-internal';
7597         Use `wl-folder-get-elmo-folder';
7598         Use `elmo-folder-list-messages' instead of
7599         `elmo-list-folder';
7600         Use `elmo-folder-get-primitive-list' instead of
7601         `elmo-folder-get-primitive-spec-list';
7602         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7603         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7604         Use `elmo-folder-create' instead of `elmo-create-folder'.
7605         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7606         (wl-folder-get-elmo-folder): New macro.
7607         (wl-folder-elmo-folder-cache-get): Ditto.
7608         (wl-folder-elmo-folder-cache-put): Ditto.
7609         (wl-folder-suspend): Call `elmo-quit'.
7610
7611         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7612         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7613         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7614         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7615         (toplevel): require 'cl.
7616         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7617
7618         * wl-summary.el: Rewrite to use new elmo interface.
7619
7620 \f
7621 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7622
7623         * wl-mime.el (wl-draft-preview-message):
7624         Run `wl-draft-send-hook' before collecting recipients information;
7625         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7626
7627         * tm-wl.el (wl-draft-preview-message): Ditto.
7628
7629 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7630
7631         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7632         wrong recipients are displayed when forwarded message.
7633
7634 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7635
7636         * Version number is increased to 2.5.7.
7637
7638 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7639
7640         * wl-message.el (wl-message-next-page): Bind
7641         `window-pixel-scroll-increment' to nil while scrolling up.
7642
7643 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7644
7645         * wl-vars.el (wl-save-hook): New hook.
7646         * wl.el (wl-save): Call `wl-save-hook'.
7647
7648 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7649
7650         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7651         Argument WITH-ARG instead of NO-ARG (negative mean).
7652         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7653         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7654         * wl-message.el (wl-message-follow-current-entity): Likewise.
7655
7656 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7657
7658         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7659         FROM was optional argument.
7660         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7661
7662 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7663
7664         * Version number is increased to 2.5.6.
7665
7666 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7667
7668         * wl-version.el (wl-version-show): Removed.
7669         (wl-version): Add `interactive'.
7670
7671 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7672
7673         * wl-summary.el (wl-summary-get-petname-func): New variable.
7674         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7675         instead of `wl-address-get-petname-1'.
7676         (wl-summary-simple-from): Ditto.
7677
7678         * wl-address.el (wl-address-get-petname-1): Define as function.
7679
7680 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7681
7682         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7683         field in the original message.
7684         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7685
7686 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7687
7688         * wl-expire.el (wl-expire-hide):
7689         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7690
7691 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7692
7693         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7694         find decoder for To, Cc, and Subject.
7695
7696 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7697
7698         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7699         for checking `elmo-use-buffer-cache'.
7700         (wl-summary-mark-as-important): Fixed typo in comment.
7701
7702 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7703
7704         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7705         field in the original message.
7706         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7707
7708 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7709
7710         * wl-expire.el (wl-expire-hide):
7711         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7712
7713 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7714
7715         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7716         find decoder for To, Cc, and Subject.
7717
7718 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7719
7720         * Version number is increased to 2.5.5.
7721
7722         * wl-address.el (wl-address-specials-regexp): New constant.
7723         (wl-address-quote-specials): Use it.
7724
7725 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7726
7727         * wl-summary.el (wl-summary-rescan):
7728         Call `wl-summary-buffer-number-column-detect'.
7729         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7730
7731         * wl-message.el (wl-message-mode-map): Define.
7732         (wl-message-decode): Use it as local-map.
7733
7734 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7735
7736         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7737         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7738
7739 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7740
7741         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7742
7743         * wl-mule.el (wl-read-event-char): Ditto.
7744
7745         * wl-e21.el (wl-read-event-char): Ditto.
7746
7747         * wl-nemacs.el (wl-read-event-char): Ditto.
7748         (read-event): Removed.
7749
7750         * wl-util.el (toplevel): Removed dummy definition of
7751         `read-event'.
7752         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7753
7754 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7755
7756         * wl-nemacs.el (elmo-archive-call-process): Moved to
7757         elmo-archive.el.
7758
7759 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7760
7761         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7762         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7763
7764         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7765         instead of magic-number 6.  Use `not' instead of `null' for symbol
7766         `nil' check (not empty list).
7767         (wl-draft-insert-x-face-field): Fixed paren style.
7768
7769         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7770         one-branch conditional statement, instead of `and' and `if'.
7771         (wl-draft-forward): Likewise.
7772         (wl-draft-add-references): Likewise.
7773         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7774
7775         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7776         conditional steatment.  Use `cond' instead of `if'.
7777         (wl-draft-confirm): Likewise.
7778
7779 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7780
7781         * wl-version.el (wl-version-show): Use `product-string-1'
7782         instead of `wl-version'.
7783         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7784
7785         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7786
7787 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7788
7789         * wl-highlight.el (wl-highlight-headers): Revert
7790         `wl-highlight-x-face-func' argument (`beg' and `end').
7791
7792 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7793
7794         * wl.el (toplevel): Move `product-provide' declare.
7795         * wl-demo.el (toplevel): Ditto.
7796         * wl-dnd.el (toplevel): Ditto.
7797         * wl-highlight.el (toplevel): Ditto.
7798         * wl-message.el (toplevel): Ditto.
7799         * wl-refile.el (toplevel): Ditto.
7800         * wl-util.el (toplevel): Ditto.
7801
7802 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7803
7804         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7805         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7806         (wl-thread-close-all): keep cursor position.
7807
7808 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7809
7810         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7811         (eq x 0).
7812         (wl-generate-user-agent-string-1): Fix conditional statement.
7813
7814 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7815
7816         * wl.el (wl-check-environment): Additional check for
7817         'wl-local-domain' and `wl-message-id-domain'.
7818
7819 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7820
7821         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7822
7823 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7824
7825         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7826         instead of `smtp-sasl-user-realm'.
7827
7828 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7829
7830         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7831
7832 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7833
7834         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7835         to the default value as well as `eword-lexical-analyzer'.
7836
7837 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7838
7839         * wl-version.el (wl-extended-emacs-version,
7840         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7841         `elmo-match-string' instead of `wl-match-string'.
7842
7843 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7844
7845         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7846         docstring.
7847
7848 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7849
7850         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7851
7852 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7853
7854         * wl-highlight.el (wl-highlight-headers): Remove
7855         `wl-highlight-x-face-func' argument (`beg' and `end').
7856
7857 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7858
7859         * wl-summary.el (wl-summary-mark-as-important):
7860         Remove cache if folder is local.
7861
7862 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7863
7864         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7865         to get existing e-mail address string.
7866
7867 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7868
7869         * wl-version.el (wl-generate-user-agent-string): Commentary.
7870         (wl-generate-user-agent-string-1): Use `when' for
7871         one-branch conditional statement, instead of `and' and `if'.
7872         (wl-extended-emacs-version, wl-extended-emacs-version2,
7873         wl-extended-emacs-version3): Ditto.
7874
7875 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7876
7877         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7878         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7879         condition-case; Remove initialization.
7880         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7881         (wl-summary-sync-update3): Added argument `sync-all';
7882         Eliminated local variable `msgdb';
7883         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7884         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7885         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7886
7887 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7888
7889         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7890         connection before call `wl-draft-send-mail-with-smtp'.
7891
7892 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7893
7894         * Version number is increased to 2.5.4.
7895
7896 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7897
7898         * wl.el (wl-check-environment): Additional check for
7899         'wl-local-domain' and `wl-message-id-domain'.
7900
7901 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7902
7903         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7904         buffer as command specific.
7905         (wl-folder-mark-as-read-all-entity): Ditto.
7906         (wl-folder-prefetch-entity): Ditto.
7907         (wl-folder-drop-unsync-entity): Ditto.
7908
7909         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7910         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7911         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7912
7913         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7914         save-excursion.
7915
7916 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7917
7918         * Version number is increased to 2.5.3.
7919
7920         * wl-summary.el (wl-summary-save-view-cache):
7921         Delete duplicated `write-region';
7922         Use `write-region-as-binary' instead of `as-binary-output-file' and
7923         `write-region'.
7924
7925 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7926
7927         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7928
7929 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7930
7931         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7932         instead of `smtp-via-smtp'.
7933
7934 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7935
7936         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7937
7938 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7939
7940         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7941         instead of `smtp-sasl-user-realm'.
7942
7943 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7944
7945         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7946
7947 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7948
7949         * Version number is increased to 2.5.2.
7950
7951 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7952
7953         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7954         does not exist.
7955         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7956         (wl-biff-start): Call `timer-activate' if timer already exists.
7957
7958         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7959         only when it is bound as function.
7960
7961 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7962
7963         * Version number is increased to 2.5.1.
7964
7965 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7966
7967         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7968         Print refile/copy destination.
7969
7970 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7971
7972         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7973         queue-flush-only is non-nil.
7974
7975         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7976
7977         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7978         checking cache folder.
7979
7980 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7981
7982         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7983         `regexp-quote'.
7984
7985 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7986
7987         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7988         function.
7989         * wl-summary.el (wl-summary-write-current-folder-functions):
7990         Change default value.  Use it.
7991
7992 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7993
7994         * Version number is increased to 2.5.0.
7995
7996         * wl-version.el (wl-version): Changed codename.
7997
7998 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7999
8000         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8001         (wl-summary-supersedes-message): Ditto.
8002
8003 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8004
8005         * wl-refile.el (wl-refile-guess-functions): Renamed from
8006         `wl-refile-guess-func-list'.
8007
8008 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8009
8010         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8011         Fixed problem when no rule was matched.
8012
8013 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8014
8015         * wl-summary.el (wl-summary-get-mark): Fixed
8016         `wl-summary-buffer-target-mark' check logic.
8017
8018 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8019
8020         * wl-folder.el (wl-folder-write-current-folder): Added group
8021         folder check.
8022
8023         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8024         `wl-summary-write-current-newsgroup'.
8025         (wl-summary-write-current-folder-functions): New variable.
8026         * wl-folder.el (wl-folder-get-newsgroups): New function.
8027         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8028         (wl-folder-write-current-folder): Renamed from
8029         `wl-folder-write-current-newsgroup'.
8030
8031 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8032
8033         * Version number is increased to 2.3.93.
8034
8035 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8036
8037         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8038         (wl-ldap-make-matched-value-list): Ditto.
8039         (wl-ldap-alias-safe-string): Split e-mail address.
8040
8041         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8042         petname folder default was selected.
8043         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8044         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8045
8046 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8047
8048         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8049         to `wl-draft-config-exec'.
8050
8051         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8052         instead of calling `wl-draft-config-exec';
8053         Process group-list and show recipients in minibuffer.
8054
8055         * tm-wl.el (wl-draft-preview-message): Ditto.
8056
8057 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8058
8059         * wl.el (toplevel): Added (C) to copyright notice, and
8060         sync Author header.
8061         * tm-wl.el (toplevel): Ditto.
8062         * wl-address.el (toplevel): Ditto.
8063         * wl-demo.el (toplevel): Ditto.
8064         * wl-dnd.el (toplevel): Ditto.
8065         * wl-draft.el (toplevel): Ditto.
8066         * wl-e21.el (toplevel): Ditto.
8067         * wl-expire.el (toplevel): Ditto.
8068         * wl-folder.el (toplevel): Ditto.
8069         * wl-highlight.el (toplevel): Ditto.
8070         * wl-message.el (toplevel): Ditto.
8071         * wl-mime.el (toplevel): Ditto.
8072         * wl-mule.el (toplevel): Ditto.
8073         * wl-nemacs.el (toplevel): Ditto.
8074         * wl-refile.el (toplevel): Ditto.
8075         * wl-score.el (toplevel): Ditto.
8076         * wl-summary.el (toplevel): Ditto.
8077         * wl-template.el (toplevel): Ditto.
8078         * wl-thread.el (toplevel): Ditto.
8079         * wl-util.el (toplevel): Ditto.
8080         * wl-vars.el (toplevel): Ditto.
8081         * wl-xmas.el (toplevel): Ditto.
8082
8083 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8084
8085         * wl.el (wl-init): Added comment about `wl-init-hook'.
8086         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8087         * wl-vars.el (wl-init-hook): Added docs.
8088         (wl-make-plugged-hook): Removed useless docs.
8089         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8090         * wl-xmas.el (toplevel): Ditto.
8091
8092 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8093
8094         * wl-address.el (toplevel): Fixed multiple Author header format.
8095         * wl-demo.el (toplevel): Ditto.
8096         * wl-draft.el (toplevel): Ditto.
8097         * wl-folder.el (toplevel): Ditto.
8098         * wl-summary.el (toplevel): Ditto.
8099         * wl-thread.el (toplevel): Ditto.
8100         * wl-util.el (toplevel): Ditto.
8101         * wl-vars.el (toplevel): Ditto.
8102         * wl-version.el (toplevel): Ditto.
8103         * wl-xmas.el (toplevel): Ditto.
8104         * wl.el (toplevel): Ditto.
8105
8106         * wl-version.el (toplevel): Added require `elmo-version' for
8107         `product-version-as-string'.
8108
8109 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8110
8111         * wl-vars.el (wl-draft-send-hook): Changed default value to
8112         '(wl-draft-config-exec).
8113
8114         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8115         explicitly.
8116         (wl-draft): Set `wl-draft-config-exec-flag' before running
8117         `wl-mail-setup-hook'.
8118
8119         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8120         `wl-biff-init-icons' to `wl-init-hook' instead of
8121         `wl-make-plugged-hook'.
8122         (Because if `wl-draft' command is invoked at first,
8123         they are not initialized)
8124         Updated copyright notice.
8125
8126         * wl-e21.el (toplevel): Ditto;
8127
8128         * wl-demo.el (toplevel): Updated copyright notice.
8129         * wl-address.el (toplevel): Ditto.
8130         * wl-draft.el (toplevel): Ditto.
8131         * wl-version.el (toplevel): Ditto.
8132         * wl-folder.el (toplevel): Ditto.
8133         * wl-summary.el (toplevel): Ditto.
8134         * wl-thread.el (toplevel): Ditto.
8135         * wl-util.el (toplevel): Ditto.
8136         * wl-vars.el (toplevel): Ditto.
8137         * wl.el (toplevel): Ditto.
8138
8139 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8140
8141         * wl-highlight.el (wl-highlight-message): Fixed problem of
8142         highlighting failure which occured when the last field contains
8143         multiple lines in the draft buffer.
8144
8145         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8146         `wl-biff-start' if plugged.
8147
8148         * wl-util.el (wl-biff-check-folder): New function.
8149         (wl-biff-check-folders): Don't set session name prefix.
8150         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8151         (wl-biff-check-folder-async): Ditto.
8152
8153         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8154         in email address.
8155
8156 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8157
8158         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8159
8160         * wl-draft.el (wl-draft-strip-subject-re): New function.
8161
8162         * wl-draft.el (wl-draft-reply): Use it.
8163
8164 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8165
8166         * wl-message.el (wl-mmelmo-message-redisplay): Use
8167         `mime-display-message' instead of `wl-mime-display-message'.
8168
8169         * wl-mime.el (toplevel): Removed compatibility workaround
8170         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8171         (wl-mime-display-message): Abolished.
8172         (wl-mime-entity-read-field): Ditto.
8173         (wl-mime-combine-message/partial-pieces): Use
8174         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8175
8176 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8177
8178         * wl-template.el: Doc fixes.
8179
8180 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8181
8182         * wl-e21.el (wl-message-overload-functions): Do nothing if
8183         `current-local-map' is not available.
8184         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8185
8186 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8187
8188         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8189         representation.
8190
8191         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8192         number.
8193         (wl-fldmgr-save-folders): Don't use `format' when insert
8194         `wl-fldmgr-folders-header'.
8195
8196 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8197
8198         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8199
8200 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8201
8202         * wl-highlight.el (wl-highlight-message):
8203         Use `std11-field-end' to detect end point of the header field.
8204         Refer `wl-highlight-max-header-size'.
8205
8206         * wl-vars.el (wl-highlight-max-header-size): New variable.
8207
8208         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8209
8210         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8211         Set `for-draft' argument of wl-highlight-headers.
8212         (wl-draft): Ditto.
8213         (wl-draft-reedit): Ditto.
8214         (wl-user-agent-compose-internal): Ditto.
8215
8216 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8217
8218         * wl-message.el (wl-message-add-button): Use overlay.
8219
8220 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8221
8222         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8223
8224         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8225         problem when group-list content is nothing.
8226         (Reported by Mito <mit@nines.nec.co.jp>)
8227
8228 2000-10-18  SAITO Atsunori <sai@yedo.com>
8229
8230         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8231
8232 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8233
8234         * tm-wl.el (toplevel): Use product-provide.
8235
8236 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8237
8238         * Version number is increased to 2.3.92.
8239
8240 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8241
8242         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8243         title text, use `display' property for left margin under Emacs 21.
8244
8245         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8246         properties.
8247         (wl-plugged-init-icons): Ditto.
8248
8249 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8250
8251         * wl.el (wl-save-status, wl-init): Remove last period in
8252         "...done." message.
8253         * tm-wl.el (wl-summary-burst): Ditto.
8254         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8255         wl-summary-resume-cache-status,
8256         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8257         wl-summary-sync-update3, wl-summary-highlight-msgs,
8258         wl-summary-flush-pending-append-operations,
8259         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8260         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8261         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8262         wl-thread-open-all): Ditto.
8263         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8264         * wl-mime.el (wl-summary-burst): Ditto.
8265         * wl-highlight.el (wl-highlight-summary): Ditto.
8266         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8267         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8268         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8269         * wl-address.el (wl-local-address-init): Ditto.
8270
8271 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8272
8273         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8274         `add-text-properties'.
8275         (wl-plugged-init-icons): Ditto.
8276         (wl-folder-init-icons): Use `propertize' instead of
8277         `put-text-property'.
8278         (wl-plugged-set-folder-icon): Ditto.
8279         (wl-e21-highlight-folder-group-line): Ditto.
8280
8281 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8282
8283         * wl-version.el (wl-version-status-alist): New variable.
8284         (wl-version-status): New function.
8285
8286         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8287         "Cc" part of the case "Reply-To".
8288
8289         * wl-draft.el (wl-draft-reply): Use result of
8290         `eword-extract-address-components'.
8291
8292         * wl-demo.el (wl-demo-icon-name): New constant.
8293         (wl-logo-xpm): Use it.
8294         (wl-logo-xbm): Ditto.
8295         (wl-logo-bitmap): Ditto.
8296
8297         * Version number is increased to 2.3.91.
8298
8299 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8300
8301         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8302         (wl-extended-emacs-version, wl-extended-emacs-version2,
8303         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8304         docstring.
8305
8306         * wl-version.el (wl-generate-user-agent-string-1): New function.
8307         (wl-generate-user-agent-string): Use it.
8308
8309         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8310         `mime-edit-insert-user-agent-field'.
8311         (wl-generate-user-agent-string): Check
8312         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8313
8314         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8315         instead of `if', when verbose case.
8316
8317 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8318
8319         * wl-expire.el (wl-summary-expire): Fix.
8320
8321 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8322
8323         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8324         and `elmo-lost+found-folder' if 'wl-draft.
8325         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8326
8327 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8328
8329         * wl-expire.el (wl-summary-expire): Change messages.
8330         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8331         `deleing-info' instead of "Deleting..."
8332
8333 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8334
8335         * wl-summary.el (wl-summary-refile-subr): Fix.
8336
8337 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8338
8339         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8340         if pipe folder.
8341
8342 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8343
8344         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8345
8346 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8347
8348         * wl-expire.el (wl-expire-hide): New function.
8349         (wl-summary-expire): Add `hide'.
8350
8351 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8352
8353         * wl-vars.el (wl-draft-reply-without-argument-list):
8354         Changed default value to consider `Reply-To:'.
8355         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8356
8357         * Version number is increased to 2.3.90.
8358
8359         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8360         elmo-imap4-get-session with unwind-protect.
8361         Don't cause error.
8362         (wl-summary-sync-marks): Don't check plugged nor folder type.
8363         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8364         (Always keep current buffer).
8365
8366 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8367
8368         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8369         Enclose with `save-excursion'.
8370
8371 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8372
8373         * wl-version.el (wl-version): Remove interactive.
8374
8375 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8376
8377         * wl-version.el (wl-generate-user-agent-string): Use
8378         `product-string-verbose' instead of `product-string-1'.
8379
8380 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8381
8382         * wl-vars.el (wl-draft-use-cache): New variable.
8383         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8384         if wl-draft-use-cache is non-nil.
8385
8386 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8387
8388         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8389         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8390
8391 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8392
8393         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8394         (wl-thread-msg-mark-as-unread): Ditto.
8395
8396         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8397         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8398         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8399         Don't set mark in summary if return value of `elmo-mark-as-read'
8400         is nil.
8401         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8402         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8403         instead of `wl-thread-msg-mark-as-read'.
8404         (wl-summary-mark-as-unread-region): Ditto.
8405         (wl-summary-target-mark-mark-as-read): Ditto.
8406
8407         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8408
8409 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8410
8411         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8412
8413         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8414
8415 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8416
8417         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8418         face.
8419
8420 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8421
8422         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8423         `running-xemacs'.
8424
8425 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8426
8427         * wl-version.el (toplevel): Use `product-version-as-string' for
8428         set verstion-string, if defined.
8429
8430         * wl-version.el (wl-version-show): Insert string at point, when
8431         call with argument.
8432
8433         * wl-version.el (wl-generate-user-agent-string): Use
8434         `product-string-1' instead of `wl-appname', `wl-version' and
8435         `wl-codename'.
8436
8437 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8438
8439         * wl-address.el (toplevel): Use product-provide.
8440         * wl-demo.el (toplevel): Ditto.
8441         * wl-dnd.el (toplevel): Ditto.
8442         * wl-draft.el (toplevel): Ditto.
8443         * wl-e21.el (toplevel): Ditto.
8444         * wl-expire.el (toplevel): Ditto.
8445         * wl-fldmgr.el (toplevel): Ditto.
8446         * wl-folder.el (toplevel): Ditto.
8447         * wl-highlight.el (toplevel): Ditto.
8448         * wl-message.el (toplevel): Ditto.
8449         * wl-mime.el (toplevel): Ditto.
8450         * wl-mule.el (toplevel): Ditto.
8451         * wl-nemacs.el (toplevel): Ditto.
8452         * wl-refile.el (toplevel): Ditto.
8453         * wl-score.el (toplevel): Ditto.
8454         * wl-summary.el (toplevel): Ditto.
8455         * wl-template.el (toplevel): Ditto.
8456         * wl-thread.el (toplevel): Ditto.
8457         * wl-util.el (toplevel): Ditto.
8458         * wl-vars.el (toplevel): Ditto.
8459         * wl-xmas.el (toplevel): Ditto.
8460         * wl.el (toplevel): Ditto.
8461
8462 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8463
8464         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8465         instead of product.
8466
8467         * wl-version.el (wl-version): Compile time evalution elmo-version.
8468
8469 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8470
8471         * wl-summary.el (wl-summary-sync-force-update): Append queue
8472         `mark-as-read'if unplugged.
8473
8474 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8475
8476         * wl-version.el: New file.  Use product.el.
8477         * wl.el: add (require 'wl-version).
8478         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8479         for ~/.folders header.
8480         (wl-fldmgr-folders-header): Changed.
8481         * wl-demo.el (wl-demo): Use product.el.
8482
8483         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8484         wl-version.el.
8485         * wl-util.el (wl-version, wl-version-show): Ditto.
8486
8487         * wl-util.el (wl-generate-user-agent-string,
8488         wl-extended-emacs-version, wl-extended-emacs-version2,
8489         wl-extended-emacs-version3): Move to wl-version.el.
8490         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8491         xemacs-codename, mime-edit-insert-user-agent-field,
8492         mime-edit-user-agent-value, mime-editor/version,
8493         mime-editor/codename): Compile warning killer move to
8494         wl-version.el
8495
8496 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8497
8498         * wl-summary.el (wl-summary-refile-subr): Fix.
8499
8500 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8501
8502         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8503         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8504
8505 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8506
8507         * wl.el (wl-check-environment): Check too many `@'.
8508
8509 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8510
8511         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8512
8513 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8514
8515         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8516         wl-draft-reply-myself-without-argument-list): Add variables.
8517         * wl-draft.el (wl-draft-reply): Use it.
8518
8519 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8520
8521         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8522         the 5th argument of `elmo-network-get-spec'.
8523
8524         * wl-thread.el (wl-thread-reparent-children): New inline function.
8525         (wl-thread-delete-message): Use it.
8526
8527         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8528         (wl-summary-score-update-all-lines): Don't use `dolist'.
8529
8530 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8531
8532         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8533         (require 'elmo-msgdb) for inline function.
8534
8535 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8536
8537         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8538
8539 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8540
8541         * wl-score.el (wl-score-headers): Fix for the confusing macro
8542         `elmo-kill-buffer'.
8543
8544 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8545
8546         * wl-summary.el: Don't use the 3rd argument of `require' because
8547         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8548         * wl-util.el: Ditto.
8549         * wl-draft.el: Ditto.
8550
8551 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8552
8553         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8554         window system is not used.
8555
8556 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8557
8558         * wl-thread.el: Don't use `mapcar' only for iteration.
8559         (wl-thread-resume-entity): Ditto.
8560         (wl-thread-delete-message): Ditto.
8561
8562         * wl-summary.el: Bind `dragdrop-drop-functions',
8563         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8564         of `require' for `timezone', `easymenu' and `ps-print';
8565         don't use `mapcar' only for iteration.
8566
8567         * wl-util.el: Bind `mule-version', `nemacs-version',
8568         `emacs-beta-version', `xemacs-codename',
8569         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8570         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8571         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8572         only for iteration.
8573
8574         * wl-score.el: Don't use `mapcar' only for iteration.
8575         (wl-score-simplify-buffer-fuzzy): Ditto.
8576         (wl-score-simplify-subject): Ditto.
8577         (wl-score-headers): Ditto.
8578         (wl-summary-score-update-all-lines): Ditto.
8579
8580         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8581         `enable-multibyte-characters' and `mule-version'.
8582
8583         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8584         `mapcar' only for iteration.
8585
8586         * wl-demo.el: Don't use `mapcar' only for iteration.
8587
8588         * wl-folder.el: Don't use `mapcar' only for iteration.
8589         (wl-folder-open-all): Ditto.
8590         (wl-folder-count-incorporates): Ditto.
8591
8592         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8593         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8594
8595         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8596         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8597         `smtp-connection-type'; specify 3rd argument of `require' for
8598         `timezone'; don't use `mapcar' only for iteration.
8599         (wl-draft-clone-local-variables): Don't use `mapcar'.
8600         (wl-draft-generate-clone-buffer): Ditto.
8601         (wl-user-agent-compose-internal): Ditto.
8602
8603         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8604
8605         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8606         (wl-save-status): Ditto.
8607
8608         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8609         for iteration.
8610
8611 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8612
8613         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8614         removed `Date'.
8615         (wl-fldmgr-make-filter-default): New user option.
8616
8617         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8618         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8619         (wl-fldmgr-filter-completion-alist): Abolish.
8620
8621         * wl.el (wl): Don't check servers if arg is non-nil.
8622
8623         * wl-draft.el (wl-draft-reply): Set only message-id string to
8624         In-Reply-To field.
8625
8626 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8627
8628         * wl-summary.el (wl-summary-pick): Rewrite.
8629
8630         * wl-draft.el (wl-draft-forward): Get references field from
8631         original buffer.
8632         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8633
8634 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8635
8636         * wl-draft.el (wl-draft-forward): Add references field.
8637
8638 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8639
8640         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8641         (wl-draft-reply): Use it.
8642
8643 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8644
8645         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8646         when Emacs 21 is running.
8647
8648         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8649         bindings.
8650
8651 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8652
8653         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8654         XPM icons transparent.
8655
8656         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8657         Emacs 21.
8658
8659 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8660
8661         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8662         nil.
8663
8664         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8665         when it is persistent.
8666         (wl-summary-sync-marks): Changed argument for
8667         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8668         (wl-summary-virtual): Use `elmo-read-search-condition'.
8669         (wl-summary-redisplay-internal): If folder is local, mark as read
8670         even when folder is plugged.
8671
8672 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8673
8674         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8675         of `tool-bar-lines' in the frame parameters.
8676         (after-make-frame-functions, post-command-hook): Don't modify the
8677         value.
8678         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8679         wl-e21-tool-bar-lines): Removed.
8680
8681 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8682
8683         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8684         properties `evaporate' and `wl-momentary-overlay' as well.
8685         (wl-highlight-summary-displaying): Ditto.
8686         (wl-delete-all-overlays): Don't delete overlay which does not have
8687         a property `wl-momentary-overlay'.
8688
8689         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8690         `display-mouse-p' and `display-graphic-p'.
8691         (wl-folder-init-icons): Don't search for XBM or the other files.
8692         (wl-plugged-set-folder-icon): Make icons if and only if
8693         `display-graphic-p' returns non-nil.
8694         (wl-highlight-plugged-current-line): Use `before-string' overlay
8695         property to show icon images.
8696         (wl-highlight-folder-current-line): Ditto.
8697         (wl-e21-highlight-folder-group-line): Ditto.
8698         (wl-e21-highlight-folder-by-numbers): Ditto.
8699         (wl-e21-insert-image): Removed.
8700         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8701         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8702         said.
8703         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8704         `wl-e21-force-switch-toolbar'.
8705         (wl-e21-make-icon-image): Removed.
8706         (wl-e21-setup-toolbar): Don't search for XBM files.
8707         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8708         the default value.
8709
8710 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8711
8712         * wl-util.el (wl-biff-check-folder-async): Set
8713         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8714
8715 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8716
8717         * wl-e21.el (after-make-frame-functions): Add
8718         `wl-e21-force-switch-toolbar'.
8719         (wl-e21-force-switch-toolbar): New function force to switch the
8720         toolbar appearance automatically.
8721         (post-command-hook): Add `wl-e21-switch-toolbar'.
8722         (wl-e21-switch-toolbar): New function to switch the toolbar
8723         appearance automatically.
8724         (wl-e21-tool-bar-lines): New buffer local variable.
8725
8726 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8727
8728         * wl-util.el (wl-biff-check-folders-running): New variable.
8729         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8730         (wl-biff-check-folder-async-callback):
8731         Set `wl-biff-check-folders-running'.
8732         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8733         with unwind-protect.
8734
8735         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8736         Enclose `wl-folder-auto-check' with unwind-protect.
8737
8738         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8739         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8740
8741         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8742
8743         * wl-util.el (wl-biff-notify): New inline function.
8744         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8745         locally.
8746         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8747         folder-list' is 1.
8748         Use `wl-biff-notify'.
8749         (wl-biff-check-folder-async-callback): New function.
8750         (wl-biff-check-folder-async): Ditto.
8751
8752         * wl-folder.el (wl-folder): Don't check folders.
8753         (wl-folder-auto-check): New function.
8754
8755 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8756
8757         * wl-util.el (wl-biff-start) [Emacs19+]:
8758         Use `timer-next-integral-multiple-of-time'.
8759         (wl-biff-check-folders): Use `wl-default-folder'
8760         if `wl-biff-check-folder-list' is nil.
8761
8762 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8763
8764         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8765         instead of `elmo-delete-lists'.
8766
8767 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8768
8769         * wl.el (wl-plugged-toggle-all): Set the value of
8770         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8771         (wl-plugged-toggle): Ditto.
8772         (wl-toggle-plugged): Ditto.
8773         (wl-plugged-init): Ditto.
8774
8775         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8776         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8777         instead of `wl-biff-state-indicator-off' and
8778         `wl-biff-state-indicator-on'; don't modify the value and the type
8779         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8780         (wl-plugged-init-icons): Set icons data to
8781         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8782         instead of `wl-plug-state-indicator-off' and
8783         `wl-plug-state-indicator-on'; don't modify the value and the type
8784         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8785
8786         * wl-vars.el (wl-modeline-biff-state-off,
8787         wl-modeline-biff-state-on, wl-modeline-biff-status,
8788         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8789         wl-modeline-plug-status): New internal variables.
8790         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8791         wl-biff-check-interval, wl-biff-check-folder-list): Change
8792         customization group from `wl-folder' to `wl-highlight'.
8793         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8794         wl-show-plug-status-on-modeline): Defcustomized.
8795
8796         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8797         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8798         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8799         a flag to `mode-line-buffer-identification'.
8800
8801         * wl-e21.el (wl-biff-init-icons): Set icons data to
8802         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8803         instead of `wl-biff-state-indicator-off' and
8804         `wl-biff-state-indicator-on'.
8805         (wl-plugged-init-icons): Set icons data to
8806         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8807         instead of `wl-plug-state-indicator-off' and
8808         `wl-plug-state-indicator-on'.
8809
8810 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8811
8812         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8813         excessive titles.
8814
8815 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8816
8817         * wl.el (wl-plugged-mode): Use revised
8818         `wl-mode-line-buffer-identification'.
8819         (wl-plugged-init): Don't use `force-mode-line-update'.
8820
8821         * wl-xmas.el (wl-draft-overload-functions): Use revised
8822         `wl-mode-line-buffer-identification'.
8823         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8824         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8825         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8826         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8827         `wl-make-plugged-hook';
8828         add `wl-folder-init-icons' and `wl-setup-folder' to
8829         `wl-folder-mode-hook'.
8830
8831         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8832         19 as well.
8833         (wl-mode-line-display-priority-list): New user option.
8834         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8835         Defcustomized.
8836         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8837         Add docs.
8838
8839         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8840         start.
8841         (wl-mode-line-buffer-identification): Revised as a function.
8842
8843         * wl-summary.el (wl-summary-mode): Use revised
8844         `wl-mode-line-buffer-identification'; don't call
8845         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8846         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8847         `wl-xmas-setup-summary'.
8848
8849         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8850         `wl-mode-line-buffer-identification'.
8851
8852         * wl-mule.el (wl-draft-overload-functions): Use revised
8853         `wl-mode-line-buffer-identification'.
8854
8855         * wl-folder.el (wl-make-plugged-alist): Don't call
8856         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8857         (wl-folder): Don't call `wl-folder-init-icons' directly.
8858         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8859         `wl-xmas-setup-folder' directly;
8860         use revised `wl-mode-line-buffer-identification'.
8861         (TopLevel): Don't bind `wl-biff-init-icons',
8862         `wl-plugged-init-icons', `wl-folder-init-icons',
8863         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8864
8865         * wl-e21.el (wl-draft-overload-functions): Use revised
8866         `wl-mode-line-buffer-identification'.
8867         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8868         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8869         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8870         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8871         `wl-make-plugged-hook';
8872         add `wl-folder-init-icons' and `wl-setup-folder' to
8873         `wl-folder-mode-hook'.
8874
8875 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8876             Katsumi Yamaoka    <yamaoka@jpl.org>
8877
8878         * wl.el (wl): Call `wl-biff-start'.
8879         (wl-exit): Call `wl-biff-stop'.
8880         (wl-plugged-mode): Show biff in modeline.
8881         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8882
8883         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8884         (wl-biff-init-icons): New function.
8885         (wl-plugged-init-icons): Don't make too much keymaps.
8886         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8887
8888         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8889         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8890         variables.
8891         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8892         options.
8893
8894         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8895         wl-biff-start, wl-biff-stop): New functions.
8896         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8897         (wl-biff-timer-name): New variable.
8898
8899         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8900
8901         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8902         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8903
8904         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8905         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8906
8907         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8908         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8909         `wl-folder-init-icons' to `ignore' if they are not available.
8910         (wl-folder-mode): Show biff in modeline.
8911
8912         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8913         (wl-biff-init-icons): New function.
8914         (wl-plugged-init-icons): Don't make too much keymaps.
8915         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8916
8917 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8918
8919         * wl-vars.el (wl-strict-diff-folders): Customization Type
8920         and doc fix.  Define as a list of regular expressions for
8921         folders or nil.
8922         * wl-folder.el (wl-folder-check-one-entity): Use
8923         `wl-string-match-member' instead of `wl-string-member' for
8924         `wl-strict-diff-folders'.
8925
8926 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8927
8928         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8929         (wl-highlight-folder-current-line): Use it; new implementation.
8930         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8931         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8932         `defsubst' instead of `defun'.
8933
8934         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8935         `wl-highlight-group-folder-by-numbers'; made it can also be a
8936         number.  See info for more details.
8937
8938         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8939         running.
8940
8941         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8942         to bind them.
8943
8944         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8945         (wl-highlight-folder-current-line): New implementation.
8946
8947         * wl-highlight.el (wl-highlight-folder-group-line): New
8948         implementation.
8949         (wl-delete-all-overlays): Rewrite as a marco.
8950         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8951
8952         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8953         running.
8954         (wl-folder-*-glyph): No need to bind them.
8955
8956         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8957         `wl-e21-highlight-folder-group-icon'; rewrite.
8958         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8959         `defsubst' instead of `defun'.
8960         (wl-folder-mode-map): Bind it when compiling.
8961
8962 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8963
8964         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8965
8966         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8967
8968 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8969
8970         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8971
8972 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8973
8974         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8975         (wl-highlight-folder-current-line): Use it.
8976
8977         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8978         in `id-name'.
8979
8980 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8981
8982         * wl.el: Require `wl-e21' when Emacs 21 is running.
8983
8984         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8985         default when Emacs 21 is running.
8986         (wl-use-highlight-mouse-line): Ditto.
8987         (wl-on-emacs21): New constant.
8988         (wl-on-emacs20): Removed.
8989
8990         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8991         Emacs 21 is running.
8992
8993         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8994         Emacs 21 is running.
8995
8996         * wl-e21.el: New file.
8997
8998 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8999
9000         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9001         (wl-toggle-plugged): Ditto.
9002         (wl-plugged-toggle): Ditto.
9003         (wl-plugged-toggle-all): Ditto.
9004
9005         * wl-vars.el (wl-plug-state-indicator): Refer
9006         `wl-plug-state-indicator-on' indirectly.
9007
9008 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9009
9010         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9011         Call `wl-folder-confirm-existence'.
9012
9013         * wl-folder.el (wl-folder-confirm-existence): Added optional
9014         argument `force'.
9015
9016 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9017
9018         * wl-summary.el (wl-summary-refile-subr): Assume
9019         `copy-or-refile' as symbol.
9020         (wl-summary-refile): Follow up above change.
9021         (wl-summary-copy): Ditto.  Doc fix.
9022
9023 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9024
9025         * wl-summary.el (wl-summary-pick): Don't bind
9026         `elmo-search-mime-charset'.
9027
9028         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9029         default using old backquote style.
9030         (wl-search-mime-charset): Abolished.
9031
9032         * wl-highlight.el (wl-highlight-headers):
9033         Call `point' after `re-search-forward'(for Nemacs).
9034
9035         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9036         for elmo-imap4.el.
9037
9038 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9039
9040         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9041         `wl-message-ignored-field-list' instead of
9042         `mime-view-ignored-field-list'.
9043
9044         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9045         Add interactive spec.
9046         (wl-folder-goto-bottom-of-current-folder): Ditto.
9047         (wl-folder-mode-map): Bind them.
9048
9049         * wl-vars.el (wl-message-ignored-field-list): New variable.
9050         (wl-message-visible-field-list): New variable.
9051
9052         * wl-mime.el (wl-mime-header-presentation-method): New function.
9053         (wl-mime-setup): Set header-presentation-method.
9054
9055 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9056
9057         * wl-nemacs.el (wl-draft-overload-functions): Set
9058         `mode-line-buffer-identification' instead of using
9059         `wl-make-modeline'.
9060
9061         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9062         instead of using `wl-make-modeline'.
9063
9064         * wl-xmas.el (wl-plugged-init-icons): Set up
9065         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9066         (wl-make-modeline): Abolish.
9067         (wl-draft-overload-functions): Set
9068         `mode-line-buffer-identification' instead of using
9069         `wl-make-modeline'.
9070
9071         * wl-util.el (wl-make-modeline-subr): Abolish.
9072         (wl-mode-line-buffer-identification): New alias.
9073
9074         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9075         (wl-summary-make-modeline): Abolish.
9076         (wl-summary-buffer-set-folder): Set
9077         `wl-summary-buffer-folder-indicator'.
9078         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9079         of using `wl-make-modeline'.
9080         (wl-summary-switch-to-clone-buffer): Don't set
9081         `mode-line-buffer-identification'.
9082         (wl-summary-goto-folder-subr): Ditto.
9083
9084         * wl-mule.el (wl-draft-overload-functions): Set
9085         `mode-line-buffer-identification' instead of using
9086         `wl-make-modeline'.
9087
9088         * wl-folder.el (wl-folder-mode): Set
9089         `mode-line-buffer-identification' instead of using
9090         `wl-make-modeline'.
9091         (wl-folder): Don't set `mode-line-buffer-identification'.
9092
9093 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9094
9095         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9096         instead of `member' for `wl-refile-guess-func-list' look-ups.
9097         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9098
9099 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9100
9101         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9102         `wl-message-button-dispatcher'.
9103
9104         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9105
9106         * wl-message.el (wl-message-button-dispatcher): Use it.
9107
9108         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9109         "In-Reply-To".
9110
9111         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9112         Bind `case-fold-search' to t.
9113
9114 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9115
9116         * wl-xmas.el (wl-message-overload-functions): Initialize
9117         `wl-message-button-map'.
9118
9119         * wl-mule.el (wl-message-overload-functions): Initialize
9120         `wl-message-button-map'.
9121
9122         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9123
9124         * wl-message.el (wl-message-button-map): New keymap.
9125         (wl-message-add-button): New function.
9126         (wl-message-button-dispatcher): New function.
9127         (wl-message-button-refer-article): New function.
9128
9129         * wl-highlight.el
9130         (wl-highlight-message-add-buttons-to-header): New function.
9131         (wl-highlight-headers): Use it.
9132
9133 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9134
9135         * wl-summary.el (wl-summary-default-from): Use
9136         `wl-address-get-petname-1'.
9137         (wl-summary-simple-from): Ditto.
9138
9139         * wl-address.el (wl-address-get-petname-1): New inline function.
9140         (wl-address-get-petname): Use it.
9141
9142 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9143
9144         * wl-summary.el (wl-summary-default-from): Return full-name part
9145         from the address if no petname was found.
9146         (wl-summary-simple-from): Ditto.
9147
9148         * wl-address.el (wl-address-get-petname): Return nil if no petname
9149         associated with the address was found.
9150
9151 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9152
9153         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9154         display is finished.
9155
9156 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9157
9158         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9159         `elmo-folder-exists-p' argument.
9160
9161 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9162
9163         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9164         the folder.
9165
9166 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9167
9168         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9169
9170         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9171         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9172
9173 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9174
9175         * wl-folder.el (wl-folder-create-subr): New function.
9176         (wl-folder-confirm-existence): Use it.
9177         (wl-folder-check-one-entity): Use it.
9178         Check the error symbol is derived from 'elmo-open-error.
9179
9180         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9181         `ignore-error'.
9182
9183 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9184
9185         * wl-util.el (toplevel): Add (eval-when-compile (require
9186         'elmo-util)).  (Maybe `provide' is typo.)
9187
9188 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9189
9190         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9191         (I don't know why this was needed.)
9192
9193         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9194         Follow up changes for stream-type.
9195
9196         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9197         (wl-draft-elmo-nntp-send): Ditto.
9198
9199         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9200         (wl-nntp-posting-stream-type): Ditto.
9201         (wl-pop-before-smtp-ssl): Abolished.
9202         (wl-nntp-posting-ssl): Ditto.
9203
9204         * wl-address.el (wl-address-quote-specials): New function.
9205         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9206
9207         * wl-draft.el (wl-draft-reply): Ditto.
9208
9209 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9210
9211         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9212         use function `wl-string-match-assoc'.
9213
9214 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9215
9216         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9217
9218         * wl-draft.el (wl-draft-deduce-address-list): New function.
9219         (wl-draft-parse-mailbox-list): Ditto.
9220         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9221         instead of `smtp-deduce-address-list'.
9222         (wl-draft-on-field-p): Follow group list.
9223
9224         * wl-address.el (wl-address-concat-token): New function.
9225         (wl-address-string-without-group-list-contents): Ditto.
9226         (wl-complete-field-body): Fixed problem of completion
9227         by japanese petname.
9228         (wl-address-make-completion-list): Rewrite.
9229
9230 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9231
9232         * wl-address.el (wl-address-make-completion-list): Completion by
9233         petname.
9234         (wl-complete-field-body): Likewise.
9235
9236 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9237
9238         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9239         contains invalid address syntax.
9240
9241 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9242
9243         * wl-folder.el (wl-folder-check-entity-async): Use
9244         `elmo-nntp-spec-hostname'.
9245
9246 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9247
9248         * wl-summary.el (wl-summary-msgdb-load-async): Use
9249         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9250
9251 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9252
9253         * wl-draft.el (wl-draft-reply): Set argument
9254         `content-transfer-encoding' as nil.
9255
9256 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9257
9258         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9259         `wl-refile-alist'.
9260
9261 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9262
9263         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9264         (wl-draft-edit-string): Ditto.
9265         (wl-draft-forward): Ditto.
9266         * wl-summary.el (wl-summary-write): Ditto.
9267
9268 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9269
9270         * wl-summary.el (wl-summary-sync-update3): Call
9271         `wl-summary-buffer-number-column-detect'.
9272         (wl-summary-buffer-number-column-detect): Search from point-min.
9273
9274 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9275
9276         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9277         contains an address which is not included in original to or cc.
9278
9279 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9280
9281         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9282         begin-line does not exist.
9283         * wl-message.el (wl-message-uu-substring): Ditto.
9284
9285 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9286
9287         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9288         clear local variables.
9289         (wl-summary-exit): Call `elmo-commit'.
9290         (wl-summary-switch-to-clone-buffer): Call
9291         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9292         (wl-summary-goto-folder-subr): Ditto.
9293
9294         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9295         POP folder.
9296
9297 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9298
9299         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9300         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9301         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9302         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9303         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9304         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9305
9306         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9307
9308 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9309
9310         * wl-summary.el (wl-summary-search-by-subject):
9311         Search parent message from the latest one.
9312
9313 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9314
9315         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9316         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9317
9318         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9319         New user option.
9320
9321         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9322         if elmo-nntp-use-killed-list is nil.
9323         Use `elmo-msgdb-append-to-killed-list'.
9324         (Append numbers confirmed as disappeared to the killed list.)
9325         (wl-summary-confirm-appends): Don't display negative number.
9326
9327 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9328
9329         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9330
9331 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9332
9333         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9334         range is `all'.
9335         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9336         `elmo-list-bigger-diff'.
9337
9338 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9339
9340         * wl-summary.el (wl-summary-buffer-exit-func):
9341         New buffer local variable.
9342         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9343
9344 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9345
9346         * wl-demo.el (wl-demo): Fix the last change.
9347
9348 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9349
9350         * wl-demo.el (wl-demo): Don't use `eval'.
9351
9352 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9353
9354         * wl-summary.el (wl-summary-buffer-thread-modified):
9355         New buffer-local variable.
9356         (wl-summary-set-thread-modified): New function.
9357         (wl-summary-thread-modified-p): New function.
9358         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9359         (wl-summary-yank-saved-message): Use function
9360         `wl-summary-set-thread-modified'
9361         (wl-summary-switch-to-clone-buffer): Add
9362         `wl-summary-buffer-thread-modified'.
9363
9364         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9365         (wl-summary-buffer-mark-saved-hook): Ditto.
9366         * wl-summary.el (wl-summary-msgdb-save): New hook
9367         `wl-summary-buffer-message-saved-hook' and
9368         `wl-summary-buffer-mark-saved-hook'.
9369
9370 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9371
9372         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9373
9374 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9375
9376         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9377         don't hide scroll bars under FSF Emacsen because it may incur an
9378         undesirable redrawing.
9379
9380 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9381
9382         * wl-draft.el (wl-draft-edit-string): Call
9383         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9384
9385 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9386
9387         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9388
9389 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9390
9391         * wl-summary.el (wl-summary-msgdb-load-async): Call
9392         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9393
9394 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9395
9396         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9397         fringes in demo buffer; center bitmap logo correctly even if old
9398         Mule is used.
9399
9400 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9401
9402         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9403
9404         * wl-refile.el (wl-refile-subject-alist): New variable.
9405         (wl-refile-subject-alist-file-name): Ditto.
9406         (wl-refile-alist-setup): Rewrite.
9407         (wl-refile-alist-save): Use `elmo-object-save'.
9408         Eliminated arguments.
9409         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9410         (wl-refile-guess-by-subject): New function.
9411         (wl-refile-guess-func-list): Added it.
9412
9413 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9414
9415         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9416         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9417
9418 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9419
9420         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9421         New buffer-local variable.
9422         (wl-summary-buffer-next-folder-func): Ditto.
9423         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9424         if non-nil.
9425         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9426         if non-nil.
9427         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9428         if non-nil.
9429         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9430         if non-nil.
9431
9432 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9433
9434         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9435         permanently in the demo buffer.
9436
9437 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9438
9439         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9440         `mime-entity-fetch-field'.
9441
9442         * wl.el (wl-exit): Delete plugged buffer.
9443
9444         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9445         XEmacs has menubar feature.
9446
9447 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9448
9449         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9450         cannot arrive at the beginning of the buffer under old Emacsen.
9451
9452 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9453
9454         * wl-address.el (wl-address-ldap-search):
9455         Call `ldap-search-entries' with `withdn' argument t.
9456         (wl-complete-field-body): Bind completion-ignore-case as t.
9457         Clear ldap search hash when it was sole completion.
9458         Use elmo-string for pattern string.
9459         (wl-ldap-alias-safe-string): Eliminated needless let.
9460
9461 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9462
9463         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9464         (wl-ldap-alias-sep): New constant.
9465         (wl-ldap-search-attribute-type-list): Ditto.
9466         (wl-ldap-get-value): New function.
9467         (wl-ldap-make-filter): Ditto.
9468         (wl-ldap-make-matched-value-list): Ditto.
9469         (wl-ldap-alias-safe-string): Ditto.
9470         (wl-ldap-register-dn-string): Ditto.
9471         (wl-address-ldap-search): Rewrite.
9472
9473 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9474
9475         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9476         thread is deleted.
9477         (wl-thread-delete-line-from-buffer): Ditto.
9478         (wl-thread-get-exist-children): New function.
9479
9480 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9481
9482         * wl-demo.el (wl-demo): Made it to select various image types.
9483         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9484         from `wl-title-logo'.
9485         (wl-logo-ascii): New variable.
9486         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9487         (wl-demo-copyright-notice): New constant.
9488
9489         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9490
9491 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9492
9493         * wl-vars.el (wl-summary-target-above): Renamed from
9494         wl-summary-temp-above.
9495         * wl-score.el (wl-score-get-score-alist): Use it.
9496         (wl-summary-score-update-all-lines): Use it.
9497         * wl-summary.el: Ditto. (make-variable-buffer-local).
9498
9499 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9500
9501         * wl-vars.el (wl-ldap-port): New user option.
9502
9503         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9504         Rewite whole implementation.
9505         (wl-complete-field-body): Fixed.
9506
9507 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9508
9509         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9510         Choose implementation at compile time.
9511
9512 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9513
9514         * wl-address.el (wl-ldap-search-internal): New function.
9515         (wl-complete-field-to): Use it.
9516
9517 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9518
9519         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9520         Use `let' instead of `let*'.
9521         Require 'wl-vars.
9522
9523         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9524         Define as defcustom.
9525         (wl-ldap-base): Ditto.
9526         (wl-use-ldap): Ditto.
9527
9528 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9529
9530         * wl-address.el (wl-ldap-search): New function.
9531         (wl-complete-field-body): Use `wl-ldap-search'.
9532         (wl-ldap-server): New variable.
9533         (wl-ldap-base): Ditto.
9534         (wl-use-ldap): Ditto.
9535
9536 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9537
9538         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9539         (Pointed out by Mito <mit@nines.nec.co.jp>).
9540         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9541         buffer-local variables like `wl-summary-redisplay-internal'.
9542         (wl-summary-redisplay-all-header): Likewise.  Update
9543         Summary view too.
9544
9545 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9546
9547         * wl-summary.el (wl-summary-jump-to-parent-message):
9548         Consider prefix argument.
9549
9550         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9551         when closed thread is deleted.
9552
9553 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9554
9555         * wl-summary.el (wl-summary-jump-to-parent-message):
9556         Consider thread modification.
9557
9558 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9559
9560         * wl-message.el (wl-message-normal-get-original-buffer): Use
9561         `save-excursion'.
9562
9563         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9564         (wl-summary-showto-folder-regexp): Ditto.
9565
9566 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9567
9568         * wl-util.el (wl-delete-alist): Doc fix.
9569         (wl-delete-associations): New function.
9570         (wl-inverse-alist): New function.
9571         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9572         Split temporary variables. Use `wl-delete-associations'
9573         and `wl-inverse-alist'.
9574         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9575
9576 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9577
9578         * wl-folder.el (wl-folder-prefetch-entity):
9579         Execute prefetching if new count is unknown.
9580
9581 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9582
9583         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9584
9585         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9586         delete entity.
9587         (wl-thread-set-parent): If insert as top, set linked as nil.
9588
9589         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9590         `wl-thread-cleanup-symbols' when view mode is thread.
9591
9592 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9593
9594         * wl-folder.el (wl-folder-create-folder-entity): Use
9595         with-current-buffer.
9596         (wl-local-folder-init): Call set-buffer to make sure we are in
9597         the Folder buffer. Don't touch buffer-local variables here.
9598         (wl-folder-mode): Initialize buffer-local variables here.
9599
9600         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9601         (wl-folder-entity-assign-id): Ditto.
9602         (wl-folder-create-entity-hashtb): Ditto.
9603         (wl-local-folder-init): Ditto.
9604         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9605
9606 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9607
9608         * wl-summary.el (wl-summary-default-from): Fix probrem when
9609         std11-extract-address-components return (nil "foo@bar").
9610
9611 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9612
9613         * wl-draft.el (wl-draft-clone-local-variables):
9614         Remove redundant `setq'.
9615
9616 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9617
9618         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9619         Bind wl-highlight-x-face-func as nil while highlighting header.
9620
9621 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9622
9623         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9624
9625 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9626
9627         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9628         elmo-msgdb-overview-hashtb from copy-variables.
9629         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9630         instead of `elmo-msgdb-overview-get-entity-by-number'.
9631         (wl-summary-auto-refile): Ditto.
9632
9633         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9634         `elmo-msgdb-overview-get-entity' instead of
9635         `elmo-msgdb-search-overview-entity'.  Use
9636         `elmo-msgdb-overview-get-entity' instead of
9637         `elmo-msgdb-overview-get-entity-by-number'.
9638         (wl-thread-insert-entity-sub): Ditto.
9639         (wl-thread-insert-message): Ditto.
9640
9641         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9642         `elmo-msgdb-overview-get-entity'.
9643         (wl-normal-message-redisplay): Ditto.
9644
9645 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9646
9647         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9648         `wl-thread-entities'.
9649         (wl-thread-delete-message): Fix remove top message from
9650         `wl-thread-entity-list'.
9651
9652         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9653         wl-append(nconc), because update-list is broken on Meadow.
9654
9655         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9656         updating process.
9657         (wl-summary-rescan): Ditto.
9658         (wl-summary-sync-update3): Ditto.
9659         * wl-thread.el (wl-thread-set-parent): Renamed from
9660         `wl-summary-set-parent'.
9661         (wl-thread-insert-message): Updating buffer faster.
9662         (wl-thread-delete-message): Updating buffer faster.
9663
9664         * wl-score.el (wl-summary-score-update-all-lines): Changed
9665         interval for display progress gauge.
9666
9667 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9668
9669         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9670         folder always-sticky.
9671         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9672         defmacro.
9673
9674 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9675
9676         * wl-vars.el (wl-draft-add-references): New user option.
9677
9678         * wl-draft.el (wl-draft-add-references): New function.
9679         (wl-draft-yank-from-mail-reply-buffer): Use it.
9680         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9681         as nil.
9682
9683 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9684
9685         * wl-thread.el (wl-thread-update-line-msgs): Called
9686         `wl-thread-update-line-on-buffer-sub'.
9687         (wl-thread-update-line-on-buffer): Delete routine of inserting
9688         thread.
9689         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9690         moved from `wl-thread-update-line-on-buffer'.
9691         Add threshold for displaying progress gauge.
9692         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9693         argument of `wl-thread-update-line-msgs'.
9694         Add threshold for displaying progress gauge.
9695         * wl-folder.el:
9696         Add threshold for displaying progress gauge.
9697         * wl-score.el: Ditto.
9698
9699         * wl-expire.el (wl-summary-expire): Display deleting info.
9700
9701 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9702
9703         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9704         `no-msg'.
9705         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9706         argument of `wl-thread-update-line-msgs'.
9707         (wl-summary-set-parent): Added optional argument `parent-number'.
9708         (wl-summary-buffer-saved-message): New buffer local variable.
9709         (wl-summary-save-current-message): New command.
9710         (wl-summary-yank-saved-message): Ditto.
9711         (wl-summary-mode-map): Added key binding for
9712         `wl-summary-save-current-message' (\ew) and
9713         `wl-summary-yank-saved-message' (\C-y).
9714         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9715
9716 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9717
9718         * wl-summary.el (wl-summary-mode-map): Added key binding for
9719         `wl-summary-set-parent' (ts).
9720
9721 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9722
9723         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9724         subject faster. If thread number is reverse, delayed updating
9725         thread.
9726         (wl-summary-search-by-subject): Ditto.
9727         (wl-summary-put-alike): Ditto.
9728         (wl-summary-get-alike): Ditto.
9729         (wl-summary-insert-headers): Insert header of all overview in
9730         buffer.
9731         (wl-summary-rescan): Delayed updating thread. Kill search subject
9732         buffer for wl-summary-search-by-subject.
9733         (wl-summary-sync-update3): Ditto.
9734         (wl-summary-exit): Ditto.
9735         (wl-summary-goto-bottom-of-current-thread): Change for linked
9736         thread.
9737         (wl-summary-overview-create-summary-line): Change line for linked
9738         thread.
9739
9740         * wl-summary.el (wl-summary-update-thread): Use
9741         wl-thread-maybe-get-children-num.
9742         (wl-summary-set-parent): If change parent, move sub thread.
9743         (wl-summary-redisplay-internal): Add horizontal recenter.
9744         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9745
9746         * wl-thread.el (wl-thread-entity-get-linked): New function.
9747         (wl-thread-entity-set-linked): New function.
9748         (wl-thread-create-entity): Add linked element.
9749         (wl-thread-entity-insert-as-top): Use wl-append.
9750         (wl-thread-maybe-get-children-num): If closing thread, return
9751         children msgs.
9752         (wl-thread-update-line-msgs): Displaying progress message.
9753         (wl-thread-update-line-on-buffer-sub): Use
9754         wl-thread-maybe-get-children-num.
9755         (wl-thread-update-line-on-buffer): If update line is not exists,
9756         insert thread.
9757         (wl-thread-delete-message): If delete top msg of thread, search
9758         parent by subject.
9759         (wl-thread-insert-entity): Use
9760         wl-thread-maybe-get-children-num.
9761
9762         * wl-highlight.el (wl-highlight-summary-current-line): change
9763         sregexp for linked thread.
9764         * wl-util.el (wl-count-lines): Count lines.
9765         (wl-horizontal-recenter): horizontal recenter.
9766         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9767         (wl-score-get-alike): Ditto.
9768         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9769         (wl-subject-length-limit): New variable.
9770         (wl-highlight-thread-indent-string-regexp): Changed for linked
9771         thread.
9772
9773 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9774
9775         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9776         New variable (revival).
9777         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9778         by subject matching if there's no in-reply-to nor references field
9779         (revival).
9780
9781 \f
9782 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9783
9784         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9785         message.
9786
9787 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9788
9789         * wl-summary.el (wl-summary-reply): Return t if there was a
9790         message at cursor point.
9791         Added unwind-protect.
9792         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9793         returns t.
9794         (wl-summary-cancel-message): Do nothing when there's no message at
9795         cursor point.
9796         (wl-summary-forward): Ditto.
9797         (wl-summary-jump-to-parent-message): Ditto.
9798         (wl-summary-reedit): Ditto.
9799         (wl-summary-edit-addresses): Ditto.
9800         (wl-summary-pipe-message): Ditto.
9801         (wl-summary-print-message-with-ps-print): Ditto.
9802         (wl-summary-print-message): Ditto.
9803         (wl-summary-mark-as-important): Ditto.
9804         (wl-summary-mark-as-unread): Ditto.
9805
9806         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9807         message at cursor point.
9808         (wl-summary-reply-with-citation): Remove unwind-protect.
9809
9810         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9811         subject searching feature.
9812         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9813         Eliminated.
9814
9815 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9816
9817         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9818         New variable.
9819         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9820         by subject matching if there's no in-reply-to nor references field.
9821
9822         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9823
9824         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9825         when display is finished.
9826         (wl-folder-open-all): Ditto.
9827         (wl-folder-update-access-group): Ditto.
9828         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9829         * wl-thread.el (wl-thread-close-all): Ditto.
9830
9831         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9832         progress gauge only when it was displayed.
9833         * wl-folder.el (wl-folder-insert-entity): Ditto.
9834
9835 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9836
9837         * wl-summary.el (wl-summary-incorporate): Enclose
9838         `wl-summary-sync-force-update' with save-excursion.
9839
9840 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9841
9842         * wl-summary.el (wl-summary-prefetch-region):
9843         Pass current cursor point to `pos-visible-in-window-p' after
9844         moving cursor to the started point.
9845
9846 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9847
9848         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9849
9850         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9851         fields from the forwarding message.
9852         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9853         `ignored-fields'.
9854
9855 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9856
9857         * wl-mime.el (wl-message-request-partial):
9858         Eliminated argument `msgdb'.
9859         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9860         (wl-mime-combine-message/partial-pieces): Likewise.
9861         * tm-wl.el (wl-message-request-partial): Likewise.
9862         (wl-mime-combine-message/partial-pieces): Likewise.
9863
9864 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9865
9866         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9867         when display is finished.
9868
9869 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9870
9871         * wl-summary.el (wl-summary-goto-folder-subr):
9872         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9873
9874 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9875
9876         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9877         when cursor point is visible.
9878
9879 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9880
9881         * wl-expire.el (wl-expire-archive-get-max-number):
9882         Don't use `file-name-directory'.
9883
9884 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9885
9886         * wl-expire.el (wl-expire-archive-get-max-number):
9887         Use `file-name-directory'.
9888
9889 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9890
9891         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9892         only when there is progress.
9893
9894 2000-04-13  Mito <mit@nines.nec.co.jp>
9895
9896         * wl-summary.el (wl-summary-sync-marks): Display progress.
9897
9898 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9899
9900         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9901         (wl-summary-prev): Move cursor regardless of unread status.
9902         (wl-summary-next): Ditto.
9903
9904 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9905
9906         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9907         Added argument `target' and `number'.
9908         * tm-wl.el (wl-summary-burst-subr): New function.
9909         (wl-summary-burst): Use it.
9910
9911 2000-04-10  Mito <mit@nines.nec.co.jp>
9912
9913         * wl-mime.el (wl-burst): New function.
9914         (wl-summary-burst): Use it.
9915
9916 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9917
9918         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9919         as petname when there's no candidate.
9920
9921 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9922
9923         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9924         New variable.
9925         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9926
9927         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9928
9929         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9930
9931 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9932
9933         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9934         Use substring of `original' instead of buffer-substring.
9935         (wl-refile-evaluate-rule):
9936         Set `original' argument of wl-refile-expand-newtext.
9937
9938         * wl-summary.el
9939         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9940         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9941         (wl-summary-auto-refile): Check existence of destination folder just
9942         before marking.
9943
9944 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9945
9946         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9947         when wl-refile-get-field-value return nil.
9948
9949 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9950
9951         * wl-refile.el
9952         (wl-refile-expand-newtext): New function imported from Gnus.
9953         (wl-refile-evaluate-rule): Use it.
9954
9955 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9956
9957         * wl-summary.el (wl-summary-print-destination):
9958         Duplicate folder string to avoid putting text-property on
9959         original string.
9960
9961         * wl-refile.el (wl-refile-get-field-value): New function.
9962         (wl-refile-evaluate-rule): New function;
9963         Evaluate refile rule recursively.
9964         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9965         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9966         New function; Check existence of a target folder recursively.
9967         (wl-summary-auto-refile-check-refile-rule-alist):
9968         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9969
9970 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9971
9972         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9973
9974         * wl-folder.el (wl-create-folder-entity-from-buffer):
9975         Fixed problem when '}' character is contained in folder name.
9976
9977         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9978
9979 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9980
9981         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9982         (wl-fldmgr-add-completion-all-completions):
9983         Use wl-fldmgr-add-completion-hashtb.
9984
9985 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9986
9987         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9988         wl-fldmgr-add-completion-subr): New functions.
9989         * wl-folder.el (wl-folder-completion-func): New variable.
9990         * wl-summary.el (wl-summary-read-folder):
9991         Use wl-folder-completion-func.
9992
9993         * wl-refile.el: Eliminate throw & catch.
9994
9995         * wl.el (wl-plugged-sending-queue-status): Fixed.
9996
9997 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9998
9999         * wl-draft.el (wl-draft): Put category property on
10000         mail-header-separator.