* wl-mime.el (toplevel): Require wl-vars.
[elisp/wanderlust.git] / wl / ChangeLog
1 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-mime.el (toplevel): Require wl-vars.
4
5         * wl-message.el (toplevel): Require cl at compile.
6
7         * wl-draft.el (toplevel): Require elmo.
8
9 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
10
11         * wl-message.el (wl-message-buffer-prefetch): Count is a number
12         and do nothing when it is not positive.
13         (wl-message-buffer-prefetch-next): Ditto.
14
15 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
16
17         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
18         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
19         (wl-summary-redisplay-internal): Ditto.
20
21         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
22         message (the condition is borrowed from `wl-check-variables-2').
23         (wl-summary-redisplay-internal): Ditto.
24
25 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
26
27         * wl-mime.el (wl-draft-nntp-attribute): New function.
28         (wl-draft-attribute-nntp-posting-server): Use it.
29         (wl-draft-attribute-nntp-posting-port): Ditto.
30
31         * wl-mime.el (wl-draft-preview-attributes-list): New function.
32         (wl-draft-show-attributes-buffer): Ditto.
33         (wl-draft-hide-attributes-buffer): Ditto.
34         (wl-draft-attribute-newsgroups): Ditto.
35         (wl-draft-attribute-nntp-posting-server): Ditto.
36         (wl-draft-attribute-nntp-posting-port): Ditto.
37         (wl-draft-preview-message): Use there functions.
38
39         * wl-vars.el (wl-draft-preview-attributes-list): Change default
40         value.
41
42 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
43
44         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
45         (wl-draft-reedit): Ditto.
46         (wl-draft-queue-flush): Ditto.
47
48         * wl-mime.el (wl-message-request-partial): Ditto.
49         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
50         instead of `elmo-message-fetch'.
51
52         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
53
54         * wl-summary.el (wl-summary-message-string): Ditto.
55
56 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
57
58         * wl-util.el (wl-current-message-buffer): Follow the API change.
59
60         * wl-summary.el (wl-summary-redisplay-internal): Call
61         `wl-summary-mark-as-read' with 2nd argument as nil and update
62         unread count instead of persistent mark.
63
64         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
65         variable.
66         (wl-message-redisplay): Follow the API change.
67         (wl-message-buffer-display): Managed mime-entity directly and
68         return preview buffer only.
69         (wl-message-display-internal): Rewrite.
70         (wl-message-buffer-prefetch-subr): Not save return value of
71         `wl-message-buffer-display'.
72
73         * Version number is increased to 2.13.1.
74
75 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
76
77         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
78         'elmo-multiple-fields-body-list' with boundary specified.
79
80 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
81
82         * wl-vars.el (wl-summary-resend-use-cache): New variable.
83         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
84         cache if `wl-summary-resend-use-cache' is non-nil.
85
86 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
87
88         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
89         (wl-nntp-posting-stream-type): Ditto.
90
91 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
92
93         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
94
95 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
96
97         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
98         message.
99
100 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
101
102         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
103         Abolish.
104         (wl-summary-buffer-persistent-mark-version): New internal
105         variable.
106         (wl-summary-update-mark-and-highlight-window): Check by
107         wl-summary-persistent-mark-invalid-p.
108         (wl-summary-update-status-marks): Ditto.
109         (elmo-event-handler-flag-changed): Rewrite.
110         (elmo-event-handler-cache-changed): Define.
111         (wl-summary-prefetch-msg): Does not update persistent mark here.
112         (wl-summary-delete-cache): Ditto.
113         (wl-summary-resume-cache-status): Ditto.
114         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
115         (wl-summary-persistent-mark-invalid-p): New function.
116         (wl-summary-validate-persistent-mark): Ditto.
117         (wl-summary-validate-persistent-mark-string): Ditto.
118         (wl-summary-invalidate-persistent-mark): Ditto.
119         (wl-summary-update-persistent-mark): Call
120         `wl-summary-validate-persistent-mark'.
121         (wl-summary-create-line): Call
122         `wl-summary-validate-persistent-mark-string'.
123
124         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
125         status as t if cache used.
126
127 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
128
129         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
130         only if the target is group.
131         * wl-folder.el (wl-folder-append-petname): Don't check group name.
132
133 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
134
135         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
136
137 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
138
139         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
140
141         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
142
143 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
144
145         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
146         (Thanks to Yoichi NAKAYAMA).
147
148 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
149
150         * wl-util.el (wl-save-drafts): Restore echo area.
151
152 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
153
154         * Version number is increased to 2.13.0.
155
156         * wl-util.el (wl-biff-check-folder-async): Use
157         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
158
159 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
160
161         * wl-message.el (wl-message-display-internal): Does not put
162         wl-message-display-type property on message buffer.
163         (wl-message-buffer-display-type): New function.
164
165         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
166
167         * wl-summary.el (wl-summary-mode): Use `dolist' to add
168         `wl-summary-buffer-detach'.
169         (wl-summary-message-display-type): Use
170         `wl-summary-buffer-display-type'.
171
172 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
173
174         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
175         buffer-local.
176
177         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
178         kill-buffer-hook instead of make-local-variable.
179         (wl-draft-preview-message): Set `local' argument of add-hook as t.
180
181 2004-12-12  Scott Renfro <scott@renfro.org>
182
183         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
184         regex for square-branket.
185
186 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
187
188         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
189         `wl-message-mime-analysis-p' with argument `header'.
190
191 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
192
193         * wl-mime.el (wl-draft-yank-current-message-entity): 
194         Switch to no-mime following method according to wl-message-display-type
195         property.
196         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
197
198         * wl-message.el (wl-message-display-internal): 
199         Put wl-message-display-type property on message buffer.
200
201         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
202         (wl-message-display-internal): Ditto;
203
204         * wl-summary.el (wl-summary-toggle-mime): Ditto.
205
206 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
207
208         * wl-message.el (wl-message-make-display-type): New function.
209         (wl-message-display-type-property): Ditto.
210         (wl-message-mime-analysys-p): Ditto.
211         (wl-message-display-all-header-p): Ditto.
212         (wl-message-redisplay): Removed argument `as-is', `all-header' and
213         added `display-type'.
214         (wl-message-buffer-display): Likewise.
215         (wl-message-display-internal): Likewise.
216         (wl-message-buffer-display-type): Abolish.
217         (wl-message-buffer-prefetch-subr): Follow the API changed.
218
219         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
220         from wl-summary-buffer-display-all-header and changed default value.
221         (wl-summary-message-display-type): New function.
222         (wl-summary-buffer-display-mime-mode): Ditto.
223         (wl-summary-buffer-display-header-mode): Ditto.
224         (wl-summary-toggle-mime): Rewrite with above functions.
225         (wl-summary-toggle-all-header): Ditto.
226         (wl-summary-redisplay): Force redisplay with default mode.
227         (wl-summary-redisplay-internal): Renamed argument from `mode',
228         `all-header' to `mime-mode', `header-mode'.
229         Use `wl-message-make-display-type'.
230
231         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
232         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
233
234 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
235
236         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
237
238 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
239
240         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
241         in original message buffer.
242         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
243         buffer.
244
245 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
246
247         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
248
249 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
250
251         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
252
253 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
254
255         * wl-action.el (wl-summary-exec-action-refile): Display a done message
256         when actions succeeded.
257         (wl-summary-exec-action-copy): Likewise.
258
259 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
260
261         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
262         there is switch-to-buffer at the end of wl-message-select-buffer.
263         (wl-summary-reply): Ditto.
264
265 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
266
267         * wl-summary.el (wl-summary-forward): Put subject in original
268         message buffer as argument of wl-draft-forward.
269         * wl-draft.el (wl-draft-forward): Decode subject as in
270         wl-draft-reply.
271
272 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
273
274         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
275         a folder under access group.
276
277 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
278
279         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
280         wl-message-buffer-display.
281
282         * wl-util.el (wl-set-save-drafts): Fix typo.
283
284 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
285
286         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
287         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
288         wl-highlight-logo-face to set the bg color of an xbm image; fixed
289         the way to measure the width of a bitmap image; don't put face on
290         ascii and bitmap images; put the mark which should not use the
291         variable-pitch face on ascii and bitmap images.
292         (wl-demo-setup-properties): Don't use the variable-pitch face on
293         ascii and bitmap images; made it work on Emacs 20 and earlier.
294         (wl-demo-insert-text): End with a newline at the bottom; don't put
295         face on text.
296
297         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
298
299 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
300
301         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
302
303         * wl-util.el (wl-save-drafts): Moved from sample setting.
304         (wl-set-save-drafts): New function to set idle timer.
305         * wl-draft.el (wl-draft): Call it.
306         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
307
308 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
309
310         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
311         a summary which has toggle display status off.
312
313 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
314
315         * wl-draft.el (wl-draft-do-fcc): No cache save.
316
317 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
318
319         * wl-summary.el (elmo-event-handler-flag-changed): Use
320         `set-buffer' instead of `with-current-buffer'.
321
322 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
323
324         * wl-summary.el (wl-summary-after-resize-function): New function.
325         (wl-summary-mode): Add `wl-summary-after-resize-function' to
326         window-size-change-functions.
327
328 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
329
330         * wl-draft.el (wl-draft-create-buffer): Bind
331         `change-major-mode-hook' after current buffer is changed.
332
333         * wl-summary.el (wl-summary-buffer-detach): New function.
334         (wl-summary-buffer-set-folder): Call it.
335         (wl-summary-mode): Add `wl-summary-buffer-detach' to
336         change-major-mode-hook and kill-buffer-hook.
337         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
338         (wl-summary-switch-to-clone-buffer): Ditto.
339         (wl-summary-goto-folder-subr): Ditto.
340
341 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
342
343         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
344         after boundp check.
345
346 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
347
348         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
349         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
350         for `kill-buffer'.
351
352         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
353         handler of current buffer from elmo-folder.
354
355 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
356
357         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
358
359 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
360
361         * wl-summary.el (wl-summary-buffer-event-handler): New internal
362         variable.
363         (wl-summary-event-handler): New class.
364         (elmo-event-handler-flag-changed): Define to update persistent
365         mark.
366         (wl-summary-buffer-set-folder): Register event handler to
367         elmo-folder.
368         (wl-summary-exit): Unregister event handler.
369         (wl-summary-goto-folder-subr): Ditto.
370         (wl-summary-mark-as-read-all): Does not call
371         `wl-summary-update-persistent-mark' directly.
372         (wl-summary-mark-as-read-internal): Ditto.
373         (wl-summary-set-persistent-mark-internal): Ditto.
374         (wl-summary-set-flags-internal): Ditto.
375
376         * Version number is increased to 2.11.33.
377
378 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
379
380         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
381         to nil.
382
383 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
384
385         * wl-spam.el (wl-spam-setup): Add hook
386         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
387         instead of `wl-summary-prepare-hook'.
388
389         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
390         if folder type is `'flag'.
391         (wl-summary-mark-as-important): Ditto.
392
393 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
394
395         * wl-address.el (wl-address-minibuffer-history): New variable.
396         (wl-address-minibuffer-local-map): New keymap.
397         (wl-address-read-from-minibuffer): New function.
398
399         * wl-action.el (wl-summary-get-resend-address): Use
400         `wl-address-read-from-minibuffer' instead of `completing-read'.
401
402 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
403
404         * Version number is increased to 2.11.32.
405
406 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
407
408         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
409         without mule to iso-8859-1.
410         (wl-draft-add-in-reply-to): Add note in description.
411         (wl-draft-add-references): Ditto.
412
413 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
414
415         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
416         definition for `m'.
417         (wl-summary-mode-line-format): Add '[%m]'.
418         (wl-message-mode-line-format-spec-alist): Ditto.
419         (wl-summary-display-mime-mode-list): New variable.
420
421         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
422         from wl-summary-buffer-display-as-is.
423         (wl-summary-buffer-display-all-header): New buffer local variable.
424         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
425         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
426         instead of wl-summary-buffer-display-as-is.
427         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
428         (wl-summary-set-persistent-mark): Ditto.
429         (wl-summary-set-message-buffer-or-redisplay): Just call
430         `wl-summary-redisplay-internal' without optional arguments.
431         (wl-summary-toggle-mime): Rewrite.
432         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
433         (wl-summary-toggle-all-header): New function.
434         (wl-summary-redisplay-internal): Treat mime mode.
435
436         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
437         to wl-mime-preview-follow-no-mime.
438         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
439         accodring to the display-mode.
440
441         * wl-message.el (wl-message-buffer-display-type): Rewrite.
442         (wl-message-buffer-display): Changed argument name from `as-is' to
443         `mode'.
444         (wl-message-display-internal): Ditto;
445         Bind elmo-mime-display-header-analysis according to the mode.
446         (wl-message-display-internal): Put wl-message-display-mime-mode
447         property on entire buffer.
448
449 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
450
451         * wl-draft.el (wl-draft-do-fcc): Undo last change.
452
453 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
454
455         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
456         Don't extract mail address.
457         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
458
459         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
460
461         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
462
463 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
464
465         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
466         wl-fldmgr-cut-entity-list on confirmation.
467
468 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
469
470         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
471         (wl-mime-quit-preview): Check existence of
472         mime-edit-temp-message-buffer here.
473
474 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
475
476         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
477         after deletion.
478
479         * wl-draft.el (wl-draft-send-confirm): Check major-mode
480         before calling wl-mime-quit-preview.
481
482 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
483
484         * wl-summary.el (wl-summary-pick): If call it with prefix
485         argument, set `delete-marks' as non-nil. Pick from only visible
486         messages.
487         (wl-summary-check-target-mark): New function.
488         (wl-summary-target-mark-mark-as-read): Use it.
489         (wl-summary-target-mark-mark-as-unread): Ditto.
490         (wl-summary-target-mark-operation): Ditto.
491         (wl-summary-target-mark-set-flags): Ditto.
492         (wl-summary-target-mark-save): Ditto.
493         (wl-summary-target-mark-pick): Ditto.
494         (wl-summary-target-mark-forward): Ditto.
495         (wl-summary-target-mark-reply-with-citation): Ditto.
496         (wl-summary-target-mark-print): Ditto.
497         (wl-summary-target-mark-uudecode): Ditto.
498
499         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
500         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
501         with `ask-coding' is non-nil.
502
503 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
504
505         * wl-thread.el (wl-thread-set-parent): If parent is a message
506         which is identified by references, set linked as nil.
507
508 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
509
510         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
511         (wl-message-mode-line-format-spec-alist): Ditto.
512         (wl-message-mode-line-format): Ditto.
513         (wl-summary-mode-line-format): Ditto for docstring.
514         (wl-summary-no-mime-folder-list): Fix typo.
515
516         * wl-util.el (wl-current-message-buffer): Call
517         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
518
519         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
520         variable.
521         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
522         of `wl-summary-redisplay-no-mime'.
523         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
524         (wl-summary-toggle-mime): New function.
525         (wl-summary-redisplay-all-header): Rewrite.
526         (wl-summary-redisplay-no-mime): Ditto.
527         (wl-summary-redisplay-internal): Added argument `as-is' and
528         `all-header'.
529
530         * wl-refile.el (wl-refile-default-from-folder-path-separator):
531         New variable.
532         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
533         bottom.
534         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
535         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
536         "/" unconditionally.
537
538         * wl-mime.el (wl-draft-yank-current-message-entity): Use
539         wl-mime-preview-follow-no-mime for as-is content.
540         (wl-mime-preview-follow-no-mime): New function.
541         (wl-mime-preview-follow-current-region): Fixed parenthesis.
542
543         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
544         and added `as-is', `all-header'.
545         (wl-message-buffer-display): Ditto.
546         (wl-message-buffer-display-type): New function.
547
548 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
549
550         * wl-vars.el (wl-message-header-button-alist): Change default
551         value.
552         (wl-message-body-button-alist): Ditto.
553
554 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
555
556         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
557
558 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
559
560         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
561
562 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
563
564         * wl-summary.el (wl-summary-sync-marks): Remove condition which
565         is always true.
566
567 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
568
569         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
570         on null entity.
571
572 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
573
574         * wl-vars.el (wl-draft-reply-default-position): Fix range.
575
576 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
577
578         * wl-vars.el (wl-summary-resend-hook): New hook.
579
580         * wl-action.el (wl-summary-exec-action-resend-subr): Run
581         `wl-summary-resend-hook'.
582
583 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
584
585         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
586         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
587         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
588         (wl-summary-new-cached-mark): Changed default value to 'n'.
589         (wl-summary-unread-cached-mark): Changed default value to 'u'.
590         (wl-summary-answered-cached-mark): Changed default value to 'a'.
591         (wl-folder-sync-range-alist): Remove spec for 'flag.
592         (wl-summary-force-prefetch-folder-list): New user option.
593
594         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
595         `wl-summary-toggle-persistent-mark'.
596         (wl-summary-update-mark-and-highlight-window): Don't highlight when
597         number is nil.
598         (wl-summary-mark-as-answered-region): Set interactive argument of
599         `wl-summary-set-persistent-mark-internal'.
600         (wl-summary-mark-as-important-region): Ditto.
601         (wl-summary-unset-persistent-mark): Ditto.
602         (wl-summary-set-persistent-mark): Ditto.
603         (wl-summary-mark-as-answered): Ditto.
604         (wl-summary-mark-as-important): Ditto.
605         (wl-summary-set-persistent-mark-internal): Do nothing
606         when `elmo-message-flag-available-p' is nil.
607         (wl-summary-toggle-persistent-mark): New function.
608         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
609         when the folder matches `wl-summary-force-prefetch-folder-list'.
610
611
612         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
613         when number is nil.
614         (wl-highlight-summary-forwarded-face): New face.
615
616 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
617
618         * Version number is increased to 2.11.31.
619
620 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
621
622         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
623         (wl-biff-check-folder-async): Ditto.
624         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
625
626 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
627
628         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
629         Add an argument `reverse'.  All callers are updated.
630         (wl-summary-sort): Add a prefix argument `reverse' to specify
631         reverse sorting.
632         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
633         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
634         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
635
636 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
637
638         * wl-message.el (wl-message-redisplay): Does not narrow header if
639         disply-type is all-header or as-is.
640
641         * wl-summary.el (wl-summary-enter-handler): Use
642         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
643
644 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
645
646         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
647         after adding wl-draft-parent-variables.
648         (wl-draft-forward): Ditto.
649
650 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
651
652         * wl-summary.el (wl-summary-sync-marks): Call
653         `wl-summary-set-persistent-mark' and
654         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
655         (wl-summary-set-persistent-mark-internal): Add 4th argument
656         `no-server'.
657         (wl-summary-unset-persistent-mark): Ditto.
658         (wl-summary-set-persistent-mark): Ditto.
659         (wl-summary-add-flags-internal): Abolish.
660         (wl-summary-remove-flags-internal): Ditto.
661         (wl-summary-mark-as-important-internal): Ditto.
662         (wl-summary-mark-as-important): Use
663         `wl-summary-set-persistent-mark' instead of
664         `wl-summary-add-flags-internal'.
665         (wl-summary-mark-as-important-region): Ditto.
666
667         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
668
669         * wl-summary.el (wl-summary-get-available-flags): New function.
670         (wl-summary-sync-marks): Use it and simplified.
671         (wl-summary-unset-persistent-mark): Use
672         `wl-summary-get-available-flags'.
673         (wl-summary-set-persistent-mark): Ditto.
674
675 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
676
677         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
678         id.
679
680 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
681
682         * wl-summary.el (wl-summary-enter-handler): If argument is not a
683         number, call `wl-summary-prev-line-content'. Show message when the
684         message is not found.
685
686 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
687
688         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
689         wl-summary-enter-handler.
690         (wl-summary-enter-handler): New command.
691
692         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
693         docstring and custom spec.
694
695         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
696         flags too; Don't treat Cached and New.
697         (wl-summary-set-persistent-mark): Ditto.
698
699         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
700         `wl-folder-set-flag'.
701
702         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
703         instead of `wl-folder-set-flag'.
704
705         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
706         for completion.
707         (wl-summary-set-persistent-mark): Ditto.
708
709         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
710         instead of `wl-draft-quit-preview'.
711
712         * wl-mime.el (toplevel): Avoid compile warning.
713         (wl-mime-quit-preview): New function
714         (formarly defined as `wl-draft-quit-preview').
715         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
716         quitting method.
717
718         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
719
720         * wl-folder.el (wl-folder-set-flag): Renamed from
721         `wl-draft-set-flag-on-parent'.
722
723         * wl-draft.el (wl-draft-quit-preview): New function.
724         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
725         (wl-draft-send): Call `wl-folder-set-flag' instead of
726         `wl-draft-set-flag-on-parent'.
727         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
728
729 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
730
731         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
732         (wl-draft-send): Ditto.
733
734 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
735
736         * wl-vars.el (wl-draft-reply-hook): Changed default value.
737         (wl-draft-kill-pre-hook): Set default value as nil.
738         (wl-summary-reply-hook): Ditto.
739         (wl-draft-kill-flags): Abolish.
740
741         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
742         (wl-draft-parent-variables): Renamed from
743         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
744         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
745         argument; Add wl-draft-parent-variables to
746         wl-draft-config-variables.
747         (wl-draft-reply): Likewise.
748         (wl-draft-kill-flags): Abolish.
749         (wl-draft-send): Call wl-draft-set-flag-on-parent.
750         (wl-draft-set-flag-on-parent): New function.
751         (wl-draft-setup-parent-flag): Ditto.
752
753 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
754
755         * wl-draft.el (wl-draft-kill-flags): Avoid error when
756         `wl-draft-parent-folder' is "".
757
758 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
759
760         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
761         (wl-summary-digit-jump): New function.
762         (Adviced by John Owens and Hiroya Murata)
763
764         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
765         (Adviced by John Owens)
766
767         * wl-xmas.el (wl-message-define-keymap): Ditto.
768
769         * wl-mule.el (wl-message-define-keymap): Ditto.
770
771 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
772
773         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
774         change of return value of elmo-folder-count-flags.
775
776         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
777         (wl-summary-mark-as-read-internal): Ditto.
778         (wl-summary-set-persistent-mark-internal): Ditto.
779         (wl-summary-folder-info-update): Ditto.
780         (wl-summary-sync-update): Fixed the last change.
781
782         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
783
784 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
785
786         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
787         (wl-draft-kill-flags): Fixed docstring.
788
789         * wl-draft.el (wl-draft-kill-flags): New function.
790         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
791
792 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
793
794         * wl-vars.el (wl-reply-hook): Abolish.
795         (wl-draft-reply-hook): New hook.
796         (wl-summary-reply-hook): Ditto.
797         (wl-draft-forward-hook): Ditto.
798         (wl-summary-forward-hook): Ditto.
799         (wl-draft-kill-flags): New variable.
800
801         * wl-summary.el (wl-summary-mark-as-answered-region): Use
802         wl-summary-set-persistent-mark-internal.
803         (wl-summary-sync-marks): Use elmo-preserved-flags.
804         (wl-summary-update-persistent-mark): Make it interactive.
805         (wl-summary-set-persistent-mark-internal): New inline function.
806         (wl-summary-mark-as-answered): Use it.
807         (wl-summary-mark-as-unanswered): Ditto.
808         (wl-summary-unset-persistent-mark): New function.
809         (wl-summary-set-persistent-mark): Ditto.
810         (wl-summary-reply): Don't set answered flag;
811         Run wl-summary-reply-hook instead.
812         (wl-summary-forward): Call wl-draft-forward with number.
813         Run wl-summary-forward-hook.
814
815         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
816         (wl-highlight-summary-line-face-spec): Use it as a default
817         persistent mark face.
818
819         * wl-draft.el (wl-draft-forward): Added optional argument number;
820         Set wl-draft-parent-number; Run wl-draft-forward-hook.
821         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
822         (wl-draft-kill): Use wl-draft-kill-flags.
823
824         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
825
826         * wl-folder.el (wl-folder-check-one-entity): Follow the change
827         of return value of elmo-folder-count-flags.
828
829         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
830
831         * wl-summary.el (wl-summary-count-unread): Ditto.
832         (wl-summary-sync-update): Follow the change above.
833         (wl-summary-force-prefetch): New function.
834
835 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
836
837         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
838         variable `buf' with `let' instead of `setq'.
839
840 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
841
842         * wl-mime.el (wl-message-delete-current-part): If filename exists,
843         add Content-Disposition heaeder on the deleted part.
844
845 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
846
847         * wl-draft.el (wl-draft-save): Encode address list under edit by
848         `eword-encode-unstructured-field-body'.
849
850         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
851
852 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
853
854         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
855         wl-current-summary-buffer.
856
857 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
858
859         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
860         `numbers' is ignored.
861
862 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
863
864         * wl-folder.el (wl-folder-open-folder): Avoid error.
865         Reported by John Owens, [wl-en:815]
866
867         * wl.el (wl): Set timer for biff process even if prefix argument
868         is given or auto-checking is quitted.
869
870         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
871         immediately.
872         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
873         (wl-toggle-plugged): Ditto.
874
875         * wl-vars.el (wl-biff-use-idle-timer): New variable.
876         * wl-util.el (wl-biff-start): Use idle timer if
877         `wl-biff-use-idle-timer' is non-nil.
878
879 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
880
881         * wl-highlight.el (wl-highlight-message): Fix description.
882
883 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
884
885         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
886         tty.
887
888 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
889
890         * wl-action.el (wl-summary-exec): Print failure count.
891
892 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
893
894         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
895         to `defun', remove interactive form.
896         Set elmo-message-fetch-confirm when force-reload is non-nil.
897
898 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
899
900         * wl-summary.el (toplevel): Removed unnecessary autoload.
901
902 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
903
904         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
905         the buffer is generated from another message buffer.
906
907 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
908
909         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
910         extracted from `wl-fldmgr-save-folders'.
911         (wl-fldmgr-delete): Call it after deletion.
912
913 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
914
915         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
916         multi-tty support.
917
918 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
919
920         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
921
922 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
923
924         * wl-summary.el (wl-summary-rescan): Remove unused variables.
925         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
926
927 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
928
929         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
930         unsubscribe list only if argument CLEAR is nil.
931
932 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
933
934         * wl-draft.el (wl-draft-reply): Decode subject before removing
935         Re: prefix.
936
937 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
938
939         * wl-summary.el (wl-summary-sort-by-size): New command.
940
941 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
942
943         * wl-summary.el (wl-summary-number-list-from-region): New
944         function.
945         (wl-summary-mark-as-read-region): Use it.
946         (wl-summary-mark-as-unread-region): Ditto.
947         (wl-summary-set-flags-region): Ditto and add optional argument
948         remove.
949         (wl-summary-mark-as-answered-region): Ditto.
950         (wl-summary-mark-as-important-region): Ditto.
951         (wl-summary-target-mark-mark-as-important): Added optional
952         argument remove.
953         (wl-summary-target-mark-mark-as-answered): Ditto.
954         (wl-summary-target-mark-set-flags): Ditto.
955
956 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
957
958         * wl-summary.el (wl-summary-set-flags-region): Call
959         `wl-summary-set-flags-internal' with number list instead of call
960         one by each message.
961         (wl-summary-target-mark-set-flags): Likewise.
962
963 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
964
965         * wl-summary.el (wl-summary-target-mark-operation): Add optional
966         argument `inverse' and use `wl-summary-delete-all-target-marks'.
967         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
968         (wl-summary-target-mark-mark-as-answered): Likewise.
969
970 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
971
972         * wl-summary.el (wl-summary-target-mark-forward): Use
973         `wl-summary-delete-all-target-marks' instead of
974         `wl-summary-delete-all-temp-marks'.
975         (wl-summary-target-mark-reply-with-citation): Ditto.
976         (wl-summary-target-mark-uudecode): Ditto.
977         (wl-summary-target-mark-set-flags): Ditto and remove needless
978         cursor move.
979
980 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
981
982         * wl-summary.el (wl-summary-target-mark-forward): Protect
983         wl-summary-buffer-target-mark-list from nreverse.
984         (wl-summary-target-mark-reply-with-citation): Ditto.
985
986 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
987
988         * wl-thread.el (wl-thread-update-indent-string-thread): Use
989         `elmo-display-progress-threshold'.
990
991 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
992
993         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
994         check `wl-summary-highlight'.
995         (wl-summary-window-scroll-functions): Respect value of
996         `wl-summary-highlight'.
997         (wl-summary-sync-update): Run hooks
998         `wl-summary-buffer-window-scroll-functions' at any time.
999
1000 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1001
1002         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1003         from `wl-summary-cleanup-temp-marks'.
1004         (wl-summary-cleanup-temp-marks): Abolish argument.
1005         * wl.el (wl-save-status): Revert previous change.
1006         (wl-execute-temp-marks): New function, call
1007         `wl-summary-exec-with-confirmation'.
1008         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1009         (wl-folder-save-and-exec-marks): Abolished.
1010
1011 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1012
1013         * wl-e21.el (wl-e21-display-image-p): Respect
1014         `wl-highlight-folder-with-icon'.
1015         (wl-e21-highlight-folder-group-line): Highlight mouse line
1016         even if wl-e21-display-image-p is nil.
1017
1018         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1019         Respect value of `wl-summary-highlight'.
1020
1021         * wl.el (wl-save-status): Remove unused variable.
1022
1023         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1024         (wl-folder-mode-map): Bind it to "x".
1025
1026 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1027
1028         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1029
1030         * wl-thread.el (wl-thread-get-parent-list): Don't check
1031         disconnected ancestors, neglecting needless work in
1032         `wl-thread-update-indent-string-thread'.
1033
1034         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1035         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1036         argument, add argument default-keep to keep marks by default.
1037
1038         * Version number is increased to 2.11.30.
1039
1040         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1041         customization type and docstring.
1042         (wl-draft-reply-without-argument-list): Ditto.
1043
1044 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1045
1046         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1047
1048         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1049
1050 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1051
1052         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1053
1054 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1055
1056         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1057         save-excursion so as not to include run-hooks.
1058
1059 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1060
1061         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1062         Clarify that marks are going to be cleared.
1063
1064 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1065
1066         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1067         according to 3rd element of wl-summary-flag-mark.
1068
1069         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1070
1071 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1072
1073         * wl-action.el (wl-summary-target-mark-all): Don't set
1074         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1075
1076 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1077
1078         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1079         (wl-forward-subject-prefix): Ditto.
1080         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1081         (wl-draft-reply-make-subject): Ditto.
1082
1083         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1084         `wl-draft-forward'.
1085         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1086
1087 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1088
1089         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1090         target message does not exist.
1091
1092 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1093
1094         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1095         `wl-subject-prefix-regexp'.
1096         (wl-subject-forward-prefix-regexp): New variable.
1097         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1098         `wl-draft-strip-subject-re' and take regexp as argument.
1099         (wl-draft-forward): Use it.
1100         (wl-draft-reply): Ditto.
1101
1102 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1103
1104         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1105         emacs multi-tty support.
1106
1107 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1108
1109         * wl-e21.el (wl-e21-display-image-p): Don't call
1110         `display-images-p'.
1111         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1112         support.
1113         (wl-highlight-folder-current-line): Ditto.
1114         (wl-folder-init-icons): Ditto.
1115
1116 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1117
1118         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1119         the last line of summary in unplugged mode.
1120
1121 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1122
1123         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1124
1125 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1126
1127         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1128         * wl-address.el (wl-address-user-mail-address-p): Use it.
1129         (wl-address-delete-user-mail-addresses): Ditto.
1130         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1131
1132         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1133         (wl-address-delete-user-mail-addresses): Ditto.
1134
1135         * wl-address.el (wl-address-delete-user-mail-addresses): New
1136         function.
1137         * wl-refile.el (wl-refile-guess-by-history): Use it.
1138         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1139         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1140
1141         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1142         use wl-address-user-mail-address-p.
1143
1144 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1145
1146         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1147         after opening group.
1148
1149 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1150
1151         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1152         of elmo-set-buffer-multibyte.
1153
1154         * wl-message.el (wl-original-message-mode): Ditto.
1155
1156         * wl-score.el (wl-score-insert-header): Ditto.
1157
1158         * wl-summary.el
1159         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1160         (wl-summary-goto-folder-subr): Ditto.
1161         (wl-summary-insert-headers): Ditto.
1162
1163         * wl-util.el (wl-set-string-width): Ditto.
1164
1165         * Version number is increased to 2.11.29.
1166
1167 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1168
1169         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1170         (wl-highlight-summary-line-help-echo-alist): New variable.
1171         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1172         into `wl-highlight-summary-line-help-echo' and
1173         `wl-highlight-flag-folder-help-echo'.
1174         (wl-highlight-summary-line-string): Change accordingly.
1175         (wl-highlight-summary-current-line): Ditto.
1176
1177 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1178
1179         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1180         at the beginning of field body (Thanks to Markus Knittig).
1181
1182         * wl-draft.el (wl-draft-insert-current-message): Also check
1183         summary buffer, remove unnecessary tag.
1184
1185 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1186
1187         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1188         when wl-message-buffer is nil.
1189
1190         * wl-folder.el (wl-folder): Abolish unused argument.
1191         Call wl-folder-init when wl-folder-entity is nil.
1192         * wl.el (wl): Change accordingly.
1193
1194 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1195
1196         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1197         multibyte string before insert into draft buffer.
1198         (wl-draft-create-buffer): Always enable multibyte characters for
1199         draft buffer.
1200
1201         * Version number is increased to 2.11.28.
1202
1203 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1204
1205         * wl-folder.el (wl-folder-open-close): Handle blank line.
1206         (wl-folder-jump-to-current-entity): Ditto.
1207
1208 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1209
1210         * Version number is increased to 2.11.27.
1211
1212 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1213
1214         * wl-thread.el (wl-thread-insert-message): When the thread is
1215         devided by wl-summary-max-thread-depth, insert line at the end of
1216         buffer.
1217
1218 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1219
1220         * Version number is increased to 2.11.26.
1221
1222 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1223
1224         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1225
1226 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1227
1228         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1229         value of stream-type and session.
1230
1231 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1232
1233         * Version number is increased to 2.11.25.
1234
1235 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1236
1237         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1238         in a quit message.
1239
1240 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1241
1242         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1243         (wl-summary-redisplay-no-mime-internal): Ditto.
1244
1245 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1246
1247         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1248         * wl-vars.el (wl-smtp-connection-type): Ditto.
1249
1250 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1251
1252         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1253         for the separator line and quote mail-header-separator.
1254
1255 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1256
1257         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1258         result message.
1259
1260         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1261         `elmo-multiple-fields-body-list' with boundary as
1262         mail-header-separator.
1263
1264 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1265
1266         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1267
1268 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1269
1270         * wl-util.el (wl-list-diff): Remove unused function.
1271
1272         * wl-draft.el (wl-draft-send-confirm): Discard input before
1273         confirmation.
1274
1275 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1276
1277         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1278         order of flag and new.
1279
1280 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1281
1282         * wl-vars.el (wl-refile-policy-alist): Abolished.
1283
1284         * wl-action.el (wl-summary-set-action-refile): Follow the change
1285         above.
1286
1287 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1288
1289         * wl-highlight.el (wl-highlight-signature-search): Don't use
1290         re-search-backward for a long word since it is possible to crash
1291         XEmacs because of a bug.
1292
1293 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1294
1295         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1296
1297 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1298
1299         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1300         argument for wl-summary-sync-force-update.
1301
1302 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1303
1304         * wl-summary.el (wl-summary-mode-map): Revival of
1305         wl-summary-mark-as-important related bindings;
1306         Bind 'F','tF','mF','rF','m&'.
1307         (wl-summary-mark-as-important-region): Revival.
1308         (wl-summary-target-mark-mark-as-important): Ditto.
1309         (wl-summary-target-mark-operation): New function.
1310         (wl-summary-target-mark-mark-as-answered): Use it.
1311         (wl-summary-decide-flag): Don't set Important as default.
1312         (wl-summary-mark-as-important-internal): Revival.
1313         (wl-summary-mark-as-important): Ditto.
1314
1315         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1316
1317         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1318         instead of facep.
1319
1320 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1321
1322         * wl-dnd.el (wl-dnd-drop-func): Fix.
1323
1324         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1325         mouse-set-point instead of posn-point.
1326
1327         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1328
1329         * wl-mule.el (wl-completing-read-multiple): Ditto.
1330
1331 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1332
1333         * wl-demo.el (face-background-name): Defalias to avoid compile
1334         warning.
1335
1336 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1337
1338         * wl-summary.el (wl-summary-decide-flag): Use
1339         wl-completing-read-multiple instead of completing-read-multiple.
1340
1341         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1342         New alias.
1343
1344         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1345         Use face-background-name instead of face-background.
1346
1347         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1348
1349         * wl-summary.el (wl-summary-save): Use it.
1350         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1351
1352         * wl-mime.el (wl-mime-save-content): Fix last change.
1353
1354 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1355
1356         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1357         New function.
1358         (wl-summary-sort-specs): Added sort.
1359         * wl-mime.el (wl-mime-save-content): Expand file name.
1360
1361 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1362
1363         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1364
1365         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1366
1367 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1368
1369         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1370         for flag if it is not defined.
1371
1372 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1373
1374         * wl-e21.el (wl-highlight-folder-current-line): Use
1375         elmo-folder-type-internal when elmo-folder-type returns nil.
1376
1377         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1378
1379         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1380
1381         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1382
1383         * wl-e21.el (wl-summary-toolbar): Ditto.
1384
1385         * wl-vars.el (wl-demo-background-color): Abolished.
1386         (wl-summary-persistent-mark-priority-list): Renamed from
1387         wl-summary-flag-priority-list.
1388         (wl-summary-flag-alist): New user option.
1389         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1390         (wl-message-mode-line-format-spec-alist): Added 'F'.
1391         (wl-message-mode-line-format): Likewise.
1392         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1393         instead of wl-summary-important-mark.
1394         (wl-file-folder-icon): New variable.
1395
1396         * wl-thread.el (wl-thread-set-flags): Renamed from
1397         wl-thread-mark-as-important.
1398
1399         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1400         warning.
1401         (wl-summary-mode-menu-spec): Follow the change of 
1402         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1403         (wl-summary-mode-map): Follow the change of
1404         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1405         (wl-summary-detect-mark-position): Follow the variable name change.
1406         (wl-summary-set-flags-region): New function for the replacement of
1407         wl-summary-mark-as-important-region.
1408         (wl-summary-sync-marks): Sync all global-flags.
1409         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1410         instead of elmo-message-flagged-p.
1411         (wl-summary-persistent-mark-string): Follow the variable name change;
1412         Put wl-summary-flag-mark if the message has global-flag.
1413         (wl-summary-target-mark-set-flags): Renamed from 
1414         wl-summary-target-mark-mark-as-important.
1415         (wl-summary-decide-flag): New function.
1416         (wl-summary-set-flags-internal): Renamed from
1417         wl-summary-mark-as-important-internal.
1418         (wl-summary-add-flags-internal): New function.
1419         (wl-summary-remove-flags-internal): Ditto.
1420         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1421         (wl-summary-mark-as-unimportant): Abolish.
1422         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1423         (wl-summary-next-message): List flagged messages in the msgdb.
1424
1425         * wl-score.el (wl-summary-score-update-all-lines): Use
1426         wl-summary-add-flags-internal instead of 
1427
1428         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1429
1430         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1431         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1432         (wl-message-buffer-require-all-header): Renamed from
1433         wl-message-buffer-all-header-flag (Ditto).
1434         (wl-message-buffer-flag-indicator): New variable.
1435         (wl-message-redisplay): Changed local varibale name from `flag' to
1436         `display-type'; Set up wl-message-buffer-flag-indicator.
1437         (wl-message-buffer-display): Changed varibale name from `flag' to
1438         `display-type'.
1439         (wl-message-display-internal): Likewise.
1440
1441         * wl-highlight.el (wl-highlight-demo-face): Define default background
1442         color.
1443         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1444
1445         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1446
1447         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1448         (wl-demo-setup-properties): Renamed from
1449         `wl-demo-set-background-color'.
1450         (wl-demo): Follow the change above.
1451         
1452         * Version number is increased to 2.11.24.
1453
1454 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1455
1456         * wl-summary.el (wl-summary-toggle-thread): Call
1457         `wl-summary-rescan' with disable-thread as non-nil.
1458         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1459
1460 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1461
1462         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1463         foreground property of the face.
1464         (wl-demo-insert-text): Don't set up face property here.
1465         (wl-demo): Call wl-demo-set-background-color, anyway.
1466
1467 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1468
1469         * wl-vars.el (wl-demo-background-color): The value can be nil.
1470
1471 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1472
1473         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1474         to wl-summary-wheel-dispatcher.
1475
1476         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1477         wl-message-wheel-dispatcher.
1478         (wl-message-wheel-dispatcher): New function.
1479         (wl-summary-wheel-dispatcher): Ditto.
1480
1481 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1482
1483         * wl-action.el (wl-summary-target-mark-all): List messages which are
1484         not in the killed-list.
1485
1486         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1487         only when the folder is 'flag/important.
1488
1489         * wl-address.el (wl-complete-field-body): Complete if the last
1490         character is a space.
1491
1492 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1493
1494         * wl-folder.el (wl-folder-clear-entity-info): Use
1495         elmo-clear-hash-val.
1496
1497         * wl-fldmgr.el (wl-fldmgr-rename): Set
1498         wl-folder-info-alist-modified as t.
1499
1500 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1501
1502         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1503
1504 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1505
1506         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1507         (wl-folder-buffer-last-visited-entity-id): New buffer local
1508         variable.
1509         (wl-folder-revisit-last-visited-folder): New function.
1510         (wl-folder-mode-map): Bind it to "C-i".
1511         (wl-folder-set-current-entity-id): Set last visited folder.
1512         * wl-summary.el (wl-summary-exit): Ditto.
1513
1514 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1515
1516         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1517         before calling `recenter' in order to cope with an XEmacs bug.
1518
1519 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1520
1521         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1522         to the default value.
1523
1524 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1525
1526         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1527         change.
1528         (wl-summary-sync-marks): Ditto.
1529         (wl-summary-mark-as-read-internal): Ditto.
1530         (wl-summary-mark-as-answered-internal): Ditto.
1531         (wl-summary-mark-as-important-internal): Ditto.
1532         (wl-summary-reply): Ditto.
1533
1534         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1535         instead of `elmo-folder-unflag-answered'.
1536
1537         * Version number is increased to 2.11.23.
1538
1539         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1540         the last change.
1541
1542 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1543
1544         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1545         Specify "spam" or "good".
1546
1547 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1548
1549         * wl-spam.el (wl-summary-exec-action-spam): Call
1550         wl-folder-confirm-existence for spam folder.
1551         (wl-spam-setup): Bind "mk".
1552
1553 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1554
1555         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1556
1557 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1558
1559         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1560         destination folder is empty.
1561
1562 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1563
1564         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1565         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1566
1567         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1568         (wl-summary-refile-prev-destination-region): New function.
1569         (wl-thread-refile-prev-destination): Ditto.
1570         (wl-summary-target-mark-refile-prev-destination): Ditto.
1571
1572 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1573
1574         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1575         (wl-demo-background-color): Changed default value.
1576
1577         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1578         color.
1579
1580         * wl-demo.el (wl-demo-set-background-color): New function.
1581         (wl-demo): Call it.
1582
1583 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1584
1585         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1586         * wl-address.el (wl-address-add-or-change): Don't add empty
1587         address.
1588
1589 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1590
1591         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1592
1593 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1594
1595         * wl-vars.el (wl-demo-image-filter-alist): New variable
1596         (wl-demo-background-color): Ditto.
1597
1598         * wl-demo.el (wl-demo-xpm-set-background): New function.
1599         (wl-demo-image-filter): Ditto.
1600         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1601
1602         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1603
1604         * wl-demo.el (wl-demo-icon-name): Define as function.
1605         (wl-demo-insert-image): Use it.
1606
1607 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1608
1609         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1610
1611 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1612
1613         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1614
1615 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1616
1617         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1618
1619 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1620
1621         * wl-thread.el (wl-thread-mark-as-answered): New function.
1622
1623         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1624         answered" entry.
1625         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1626         "r&" and wl-thread-mark-as-answered to "t&".
1627         (wl-summary-mark-as-important-region): Refine to toggle mark.
1628         (wl-summary-mark-as-answered-region): New function.
1629         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1630         and 3rd argument.
1631         (wl-summary-mark-as-important-internal): Likewise.
1632
1633 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1634
1635         * wl-template.el (wl-template-preview): New internal variable.
1636         (wl-template-preview-p): New function.
1637         (wl-template-show): Bind `wl-template-preview' as t.
1638
1639 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1640
1641         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1642         `elmo-message-entity-field' with 3rd argument which is non-nil.
1643
1644 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1645
1646         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1647         Removed duplicate local bind `folder'.
1648
1649 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1650
1651         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1652
1653 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1654
1655         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1656         duplicate definition.
1657
1658 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1659
1660         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1661         non-nil, use it; Don't fetch message if there's no message in the
1662         current cursor position.
1663
1664 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1665
1666         * wl-util.el (wl-region-exists-p): Use region-active-p.
1667         (wl-deactivate-region): New function.
1668         * wl-message.el (wl-message-redisplay): Deactivate region.
1669
1670         * wl-summary.el (wl-summary-reply): Call
1671         `wl-summary-set-message-buffer-or-redisplay' instead of
1672         `wl-summary-redisplay-internal', don't move point.
1673
1674 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1675
1676         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1677         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1678         by regexp.
1679
1680 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1681
1682         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1683         if no need.
1684
1685 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1686
1687         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1688         default value to nil.
1689         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1690         `wl-summary-prepare-hook'; Replace refile action to
1691         `wl-summary-exec-action-refile-with-register'.
1692
1693         * Version number is increased to 2.11.22.
1694
1695 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1696
1697         * wl-summary.el (wl-summary-detect-mark-position): Set
1698         `wl-summary-buffer-weekday-name-lang'.
1699
1700 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1701
1702         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1703         (wl-summary-mark-as-read-all): Ditto.
1704         (wl-summary-delete-messages-on-buffer): Ditto.
1705         (wl-summary-sync-update): Ditto.
1706         (wl-summary-mark-as-read-internal): Ditto.
1707         (wl-summary-mark-as-answered-internal): Ditto.
1708         (wl-summary-update-folder-info): Abolished.
1709
1710 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1711
1712         * wl-summary.el (wl-summary-mark-as-read-all): Use
1713         `wl-summary-update-folder-info' instead of
1714         `wl-folder-update-unread'.
1715
1716 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1717
1718         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1719         `wl-summary-folder-info-update'.
1720         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1721         instead of `wl-summary-folder-info-update'.
1722         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1723         `wl-folder-set-folder-updated'.
1724         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1725         instead of `wl-folder-update-unread'.
1726         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1727         the value of `wl-summary-buffer-unread-count' for the second parameter of
1728         `wl-folder-update-unread'.
1729
1730         * Version number is increased to 2.11.21.
1731
1732 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1733
1734         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1735         a local variable.
1736
1737 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1738
1739         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1740         interactively.
1741
1742         * wl-summary.el (wl-summary-mark-as-important-internal): New
1743         internal function.
1744         (wl-summary-mark-as-important): Use it.
1745         (wl-summary-mark-as-unimportant): New function.
1746         (wl-summary-sync-marks): Follow the API change.
1747
1748         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1749
1750         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1751
1752 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1753
1754         * wl-folder.el (wl-folder-update-unread): Re-indent.
1755         Narrow the scope of a local variable.
1756
1757 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1758
1759         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1760         (wl-addrmgr-merge-entries): Ditto.
1761         (wl-addrmgr): Added to address entry which exists in draft buffer
1762         if no entry is in original.
1763
1764 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1765
1766         * wl-batch.el: New file.
1767
1768 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1769
1770         * wl-vars.el (wl-use-semi): Remove unused variable.
1771
1772 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1773
1774         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1775         "?".
1776
1777 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1778
1779         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1780         wl-summary-new-mark.
1781         (wl-summary-new-cached-mark): New user option.
1782         (wl-summary-score-marks): Follow the change above.
1783         (wl-summary-auto-refile-skip-marks): Ditto.
1784         (wl-summary-incorporate-marks): Ditto.
1785         (wl-summary-expire-reserve-marks): Ditto.
1786
1787         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1788
1789         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1790         (wl-summary-persistent-mark-string): Distinguished between cached
1791         and uncached mark when the message is new.
1792
1793 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1794
1795         * wl-spam.el (wl-spam-domain): Renamed from
1796         `wl-spam-folder-guess-domain'.
1797         (wl-summary-exec-action-spam): Register as spam if domain of the
1798         source folder is good.
1799         (wl-summary-exec-action-refile-with-register): Register message if
1800         domain of the source folder is not undecided.
1801
1802 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1803
1804         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1805         detect thread loop.
1806
1807 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1808
1809         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1810         and wl-summary-skip-mark-list.
1811
1812 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1813
1814         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1815
1816         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1817
1818         * wl-spam.el (toplevel): Require wl-highlight.
1819         (wl-spam-auto-check-policy-alist): Abolish.
1820         (wl-spam-auto-check-folder-regexp-list): New user option.
1821         (wl-spam-auto-check-marks): Ditto.
1822         (wl-spam-mark-action-list): Ditto.
1823         (wl-highlight-summary-spam-face): New face.
1824         (wl-spam-auto-check-message-p): New function.
1825         (wl-spam-map-spam-messages): Fixed message.
1826         (wl-spam-register-spam-messages): Ditto.
1827         (wl-spam-register-good-messages): Ditto.
1828         (wl-summary-spam-map): Add and remove keybind.
1829         (wl-summary-target-mark-spam): Abolish.
1830         (wl-summary-refile-spam): Ditto.
1831         (wl-summary-test-spam): New function.
1832         (wl-summary-mark-spam): Ditto.
1833         (wl-summary-auto-check-spam): Follow the above change.
1834         (wl-summary-exec-action-spam): New function.
1835         (wl-summary-exec-action-refile-with-register): Fixed message.
1836         (wl-message-check-spam): New function.
1837         (wl-spam-setup): Ditto.
1838         (toplevel): Call it if this file is loaded interactivity.
1839
1840         * Version number is increased to 2.11.20.
1841
1842 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1843
1844         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1845         when new optional argument `force' is non nil or modified.
1846
1847 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1848
1849         * wl.el (toplevel): Require wl-spam when compile.
1850         (wl-save-status): Call wl-spam-save-status.
1851
1852         * wl-spam.el (wl-spam-register-spam-messages): New function.
1853         (wl-spam-register-good-messages): Ditto.
1854         (wl-spam-save-status): Ditto.
1855         (wl-summary-mode-map): Bind
1856         wl-summary-target-mark-register-as-spam to "ms" and
1857         wl-summary-target-mark-register-as-good to "mn".
1858         (wl-summary-register-as-spam): Abolish optional argument; Use
1859         wl-spam-register-spam-messages.
1860         (wl-summary-register-as-spam-all): Use
1861         wl-spam-register-spam-messages.
1862         (wl-summary-register-as-good): Abolish optional argument; Use
1863         wl-spam-register-good-messages.
1864         (wl-summary-register-as-good-all): Use
1865         wl-spam-register-good-messages.
1866         (wl-summary-target-mark-register-as-spam): New funtion.
1867         (wl-summary-target-mark-register-as-good): Ditto.
1868
1869 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1870
1871         * wl-spam.el: New file.
1872
1873 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1874
1875         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1876
1877         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1878         (wl-summary-auto-refile): Call wl-refile-guess with
1879         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1880
1881 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1882
1883         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1884         with disable-thread argument non-nil.
1885
1886 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1887
1888         * wl-summary.el (wl-summary-rescan): Added optional argument
1889         disable-thread.
1890         (wl-summary-sync): Call wl-summary-rescan with argument
1891         disable-thread.
1892         (wl-summary-input-range): Added new range `rescan-thread'.
1893
1894 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1895
1896         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1897
1898 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1899
1900         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1901         internal variable.
1902         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1903         wl-summary-search-parent-by-subject-regexp and
1904         wl-summary-divide-thread-when-subject-changed as nil.
1905         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1906         (wl-summary-insert-thread): Search parent entity from
1907         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1908         thread loop.
1909
1910 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1911
1912         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1913
1914         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1915
1916         * wl-util.el (wl-require-update-all-folder-p): New function.
1917         (wl-get-assoc-list-value): Added `function' to match directive.
1918         (wl-collect-draft): Rewrite.
1919
1920         * wl-summary.el (wl-summary-sync-update): Clear faces
1921         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1922         are non-nil.
1923         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1924         argument as function.
1925         (wl-summary-input-range): Ditto.
1926
1927         * wl-folder.el (wl-draft-get-folder): New function.
1928         (wl-folder-get-elmo-folder): Consider draft folder.
1929
1930         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1931         (wl-draft-buffer-message-number): New buffer local variable.
1932         (wl-draft-folder-internal): New internal variable.
1933         (wl-draft-delete): Rewrite.
1934         (wl-draft-save): Ditto.
1935         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1936         wl-folder-get-elmo-folder.
1937         (wl-draft-config-info-operation): Ditto.
1938         (wl-jump-to-draft-folder): Ditto.
1939         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1940         (wl-draft-reedit): Rewrite.
1941
1942         * Version number is increased to 2.11.19.
1943         
1944 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1945
1946         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1947         variable.
1948
1949 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1950
1951         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1952         Use ignore-errors instead of unwind-protect.
1953
1954 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1955
1956         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1957         for updating `wl-thread-entity-list'.
1958
1959 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1960
1961         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1962         parameter from calling `wl-thread-entity-get-older-brothers' and
1963         `wl-thread-entity-get-younger-brothers'.
1964         Replace nested `append' with a single one.
1965
1966 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1967
1968         * wl-summary.el (wl-summary-mode): Don't use the return value of
1969         `make-local-hook'.
1970
1971 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1972
1973         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1974         instead of `let*'.
1975         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1976         of local variables.
1977
1978 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1979
1980         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1981         Renamed from wl-summary-window-scroll-functions.
1982         (wl-summary-window-scroll-functions): Don't set to variable.
1983         (wl-summary-display-top): Use run-hooks.
1984         (wl-summary-display-bottom): Ditto.
1985         (wl-summary-toggle-disp-msg): Ditto.
1986         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1987         Use it instead of wl-summary-window-scroll-functions.
1988         (wl-summary-goto-folder-subr): Don't call
1989         wl-summary-window-scroll-functions, use
1990         wl-summary-buffer-window-scroll-functions instead.
1991
1992 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1993
1994         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1995         make-local-variable.
1996
1997 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1998
1999         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2000         set-buffer-modified-p.
2001         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2002         (wl-summary-display-bottom): Ditto.
2003         (wl-summary-toggle-disp-msg): Ditto.
2004
2005 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2006
2007         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2008
2009         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2010         (wl-summary-forward): Use elmo-message-entity-field instead of
2011         elmo-message-field.
2012
2013         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2014
2015 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2016
2017         * wl-summary.el (wl-summary-window-scroll-functions): No use
2018         `append'.
2019
2020 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2021
2022         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2023         function.
2024         (wl-summary-window-scroll-functions): Call it when both
2025         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2026         (wl-summary-temp-mark): Added optional argument number.
2027         (wl-summary-message-mark): Added optional argument flag.
2028         (wl-summary-persistent-mark): Added optional argument number and flag.
2029         (wl-summary-update-persistent-mark): Ditto.
2030         (wl-summary-update-status-marks): Set "r" for interactive spec.
2031
2032         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2033         argument number and flag.
2034
2035         * wl-action.el (wl-summary-registered-temp-mark): 
2036         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2037
2038 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2039
2040         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2041         internal variable (buffer local).
2042         (wl-summary-window-scroll-functions): New function.
2043         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2044         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2045         as nil.
2046         (wl-summary-update-status-marks): Added arguments beg, end and
2047         check.
2048         (wl-summary-update-mark-window): Use function.
2049         (wl-summary-sync-update): Follow the change above.
2050         (wl-summary-switch-to-clone-buffer): Copy
2051         wl-summary-buffer-unsync-mark-number-list.
2052         (wl-summary-goto-folder-subr): Set
2053         wl-summary-buffer-unsync-mark-number-list and
2054         use wl-summary-window-scroll-functions instead of
2055         wl-summary-lazy-highlight.
2056
2057         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2058
2059 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2060
2061         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2062
2063         * wl-summary.el (wl-summary-update-persistent-mark): Call
2064         wl-summary-set-message-modified.
2065
2066         * wl-summary.el (wl-summary-sync-update): Don't call
2067         wl-summary-update-status-marks.
2068
2069         * Version number is increased to 2.11.18.
2070
2071 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2072
2073         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2074         (wl-message-next-page): Ditto.
2075
2076 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2077
2078         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2079         local variable.  Change the order of a collected list into the
2080         same as the specified range.  Remove nil from a collected list.
2081
2082 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2083
2084         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2085         argument for elmo-folder-list-messages.
2086
2087 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2088
2089         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2090         change (wl-summary-count-unreads return a list instead of a cons
2091         cell).
2092
2093 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2094
2095         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2096         `wl-summary-folder-info-update'.
2097
2098 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2099
2100         * wl-summary.el (wl-summary-set-message-modified): No use
2101         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2102         (wl-summary-set-mark-modified): Abolish.
2103         (wl-summary-mark-modified-p): Ditto.
2104         (wl-summary-save-view): Follow the change above.
2105
2106         * wl-expire.el (wl-summary-expire): Likewise.
2107
2108 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2109
2110         * wl-summary.el (wl-summary-detect-mark-position): Use
2111         modb-entity-handler.
2112         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2113
2114         * Version number is increased to 2.11.17.
2115
2116 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2117
2118         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2119         entity field value.
2120         (wl-summary-prefetch-msg): Ditto.
2121         (wl-summary-print-message-with-ps-print): Ditto.
2122
2123 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2124
2125         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2126         for dummy entity.
2127         (wl-summary-insert-thread): Use elmo-message-entity-field.
2128         (wl-summary-update-thread): Use elmo-message-entity-field and
2129         elmo-message-entity-number.
2130         (wl-summary-line-number):  Use elmo-message-entity-number.
2131         (wl-summary-line-size): Use elmo-message-entity-field.
2132         (wl-summary-line-subject): Ditto.
2133         (wl-summary-line-from): Ditto.
2134         (wl-summary-line-attached): Ditto.
2135         (wl-summary-create-line): Ditto.
2136         (wl-summary-create-line): Use elmo-message-entity-number.
2137         (wl-summary-print-message-with-ps-print): Use
2138         elmo-message-entity-field.
2139
2140 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2141
2142         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2143         change in elmo-msgdb-make-message-entity.
2144         (wl-summary-buffer-set-folder): Don't call
2145         wl-summary-detect-mark-position here.
2146         (wl-summary-rescan): Call elmo-message-entity-number.
2147         (wl-summary-sync-update): Ditto.
2148         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2149
2150         * wl-score.el (wl-score-header-index): Redefine 2th element.
2151         (wl-score-overview-entity-get-extra): Abolish.
2152         (wl-score-ov-entity-get): Rewrite.
2153         (wl-score-string-index<, wl-score-string-func<): Abolish.
2154         (wl-score-string<): New function.
2155         (wl-score-string-sort): Use it.
2156
2157         * wl-refile.el (wl-refile-guess-by-history): Use
2158         elmo-message-entity-field.
2159         (wl-refile-guess-by-from): Ditto.
2160         (wl-refile-guess-by-msgid): Ditto.
2161
2162         * Version number is increased to 2.11.16.
2163
2164 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2165
2166         * wl-folder.el (wl-folder-confirm-existence): Don't call
2167         file-exists-p if msgdb-path is nil.
2168         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2169         `wl-read-folder-hist' to `wl-read-folder-history'.
2170
2171 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2172
2173         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2174         `y-or-n-p'.
2175
2176 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2177
2178         * wl-score.el (wl-score-headers): Don't use
2179         elmo-folder-do-each-message-entity.
2180
2181         * Version number is increased to 2.11.15.
2182
2183 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2184
2185         * wl-summary.el (wl-summary-delete-all-msgs): Use
2186         elmo-folder-move-messages instead of elmo-folder-delete-messages
2187         and elmo-folder-detach-messages.
2188         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2189
2190         * wl-expire.el (wl-expire-delete): Ditto.
2191         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2192
2193 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2194
2195         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2196         (wl-message-header-narrowing-fields): Ditto.
2197         (wl-message-header-narrowing-lines): Ditto.
2198         (wl-message-header-narrowing-string): Ditto.
2199
2200         * wl-summary.el (wl-summary-mode-map): Bind
2201         wl-summary-toggle-header-narrowing to "C-cC-f".
2202         (wl-summary-toggle-header-narrowing): New function.
2203
2204         * wl-message.el (wl-message-buffer-create): Call
2205         wl-message-header-narrowing-setup.
2206         (wl-message-redisplay): Call wl-message-header-narrowing.
2207         (wl-message-header-narrowing): New function.
2208         (wl-message-header-narrowing-map): New keymap.
2209         (wl-message-header-narrowing-widen-map): New keymap.
2210         (wl-message-header-narrowing-again-at-mouse): New function.
2211         (wl-message-header-narrowing-1): Ditto.
2212         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2213         (wl-message-header-narrowing-setup): Ditto.
2214         (wl-message-header-narrowing-toggle): Ditto.
2215         
2216         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2217
2218         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2219         'flag as all.
2220         (wl-use-flag-folder-help-echo): New user option.
2221
2222         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2223         wl-summary-highlight as nil.
2224         (wl-summary-set-mark-modified): Follow the API change.
2225         (wl-summary-mark-modified-p): Ditto.
2226         (wl-summary-mark-as-read-all): Ditto.
2227         (wl-summary-sync-marks): Don't call
2228         elmo-folder-list-messages-with-global-mark.
2229         (wl-summary-mark-as-read-internal): Follow the API change.
2230         (wl-summary-mark-as-answered-internal): Ditto.
2231         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2232         Follow the API change.
2233         (wl-summary-create-line): Call with number argument.
2234         (wl-summary-reply): Follow the API change.
2235
2236         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2237         function.
2238         (wl-highlight-summary-line-string): Call it when
2239         wl-use-flag-folder-help-echo is non-nil.
2240         (wl-highlight-summary-current-line): Ditto.
2241         (elmo-flag-folder-referrer): Added autoload setting.
2242
2243         * wl-draft.el (wl-draft-kill): Follow the API change.
2244
2245         * Version number is increased to 2.11.14.
2246         
2247 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2248
2249         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2250
2251 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2252
2253         * Version number is increased to 2.11.13.
2254
2255 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2256
2257         * wl-draft.el (wl-draft-previous-history-element): Fixed
2258         unbalanced parenthesis and bind unbound local variables.
2259
2260 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2261
2262         * wl-draft.el (wl-draft-previous-history-element): New function.
2263         (wl-draft-next-history-element): Ditto.
2264         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2265         them to M-p and M-n.
2266
2267 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2268
2269         * Version number is increased to 2.11.12.
2270
2271 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2272
2273         * wl-draft.el (wl-draft-hide): Select buffer-window.
2274
2275 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2276
2277         * wl-summary.el (wl-summary-narrow-to-region): New function.
2278         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2279         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2280         (wl-summary-save-region): Use it.
2281         * wl-action.el (wl-summary-collect-numbers-region)
2282         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2283
2284 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2285
2286         * wl-folder.el (wl-folder-count-incorporates): Don't use
2287         `elmo-msgdb-mark-load'
2288
2289         * Version number is increased to 2.11.11.
2290
2291 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2292
2293         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2294         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2295
2296 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2297
2298         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2299
2300 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2301
2302         * Version number is increased to 2.11.10.
2303
2304 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2305
2306         * wl-mime.el (wl-draft-attribute-value): Fixed.
2307
2308 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2309
2310         * wl-util.el (wl-copy-local-variables): New function.
2311
2312         * wl-mime.el (wl-draft-attribute-recipients): New function.
2313         (wl-draft-attribute-envelope-from): Ditto.
2314         (wl-draft-attribute-smtp-posting-server): Ditto.
2315         (wl-draft-attribute-smtp-posting-port): Ditto.
2316         (wl-draft-attribute-value): Ditto.
2317         (wl-draft-preview-message): Use it to get value for
2318         attributes. Reflect result of `wl-draft-config'.
2319
2320         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2321         and call `wl-summary-mark-as-read' before to call
2322         `wl-summary-unset-mark'.
2323         (wl-summary-target-mark-mark-as-unread): Likewise.
2324         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2325
2326 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2327
2328         * wl-mime.el (wl-draft-preview-message): Use actual value for
2329         attributes; Fix for small window.
2330
2331 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2332
2333         * wl-refile.el (wl-refile-get-field-value): Call
2334         `elmo-message-entity-field' with 3rd argument is non-nil.
2335
2336 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2337
2338         * wl-vars.el (wl-draft-preview-attributes): New user option.
2339         (wl-draft-preview-attributes-list): Ditto.
2340         (wl-draft-preview-attributes-buffer-lines): Ditto.
2341         (wl-draft-preview-attributes-buffer-name): Ditto.
2342
2343         * wl-mime.el (wl-draft-preview-message): Display attributes.
2344
2345 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2346
2347         * wl-summary.el (wl-summary-detect-mark-position): Bind
2348         wl-summary-flag-priority-list to '(new).
2349
2350 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2351
2352         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2353         funtion.
2354         (wl-highlight-summary-line-string): Use it.
2355         (wl-highlight-summary-current-line): Ditto.
2356
2357 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2358
2359         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2360         line even when the mark string is not changed.
2361
2362         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2363         argument change in the wl-summary-create-line.
2364         (wl-thread-insert-entity-sub): Ditto.
2365
2366         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2367         argument change in the wl-summary-create-line.
2368         (wl-summary-insert-sequential): Ditto.
2369         (wl-summary-update-thread): Ditto.
2370         (wl-summary-persistent-mark-string): New inline function.
2371         (wl-summary-message-mark): Use it.
2372         (wl-summary-create-line): Abolish argument wl-persistent-mark
2373         and added wl-flags, wl-cached.
2374
2375         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2376         mark to flags.
2377         (wl-highlight-summary-current-line): Decide the face not by the 
2378         persistent mark but flags.
2379
2380 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2381
2382         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2383         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2384         wl-summary-read-uncached-mark): Revive.
2385         (wl-summary-answered-cached-mark,
2386         wl-summary-answered-uncached-mark): New user option.
2387         (wl-summary-score-marks): Follow the change above.
2388         (wl-summary-auto-refile-skip-marks): Ditto.
2389         (wl-summary-incorporate-marks): Ditto.
2390         (wl-summary-expire-reserve-marks): Ditto.
2391         (wl-summary-flag-priority-list): New user option.
2392
2393         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2394         changes.
2395         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2396         of elmo-message-mark.
2397         (wl-summary-mark-as-read-internal): Ditto.
2398         (wl-summary-mark-as-answered): Ditto.
2399         (wl-summary-mark-as-important): Ditto.
2400         (wl-summary-redisplay-internal): Ditto.
2401         (wl-summary-redisplay-no-mime-internal): Ditto.
2402         (wl-summary-message-mark): New function.
2403         (wl-summary-insert-sequential): Use wl-summary-message-mark
2404         instead of elmo-message-mark.
2405         (wl-summary-update-thread): Ditto.
2406         (wl-summary-persistent-mark): Ditto.
2407         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2408         instead of elmo-message-mark.
2409
2410         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2411         wl-summary-message-mark instead of elmo-message-mark.
2412         (wl-thread-insert-entity-sub): Ditto.
2413         (wl-thread-get-children-msgs-uncached): Ditto.
2414
2415         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2416         variable name changes.
2417         (wl-highlight-summary-current-line): Ditto.
2418
2419         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2420         wl-summary-message-mark instead of elmo-message-mark.
2421
2422         * wl-expire.el (wl-expire-message-p): Ditto.
2423
2424         * wl-score.el (wl-score-headers): Ditto.
2425
2426         * Version number is increased to 2.11.9.
2427
2428         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2429         (wl-summary-sync-update): Follow the change above.
2430         (wl-summary-switch-to-clone-buffer): Ditto.
2431         (wl-summary-open-folder): Ditto.
2432
2433 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2434
2435         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2436         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2437
2438         * Version number is increased to 2.11.8.
2439
2440         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2441
2442         * wl-expire.el (wl-expire-refile): Follow the API change on
2443         `elmo-folder-move-messages'.
2444         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2445
2446         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2447         (wl-summary-exec-action-refile): Ditto.
2448         (wl-summary-exec-action-copy): Ditto.
2449         (wl-summary-no-auto-refile-message-p): No use
2450         `wl-summary-buffer-msgdb'.
2451         (wl-summary-auto-refile): Ditto.
2452
2453 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2454
2455         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2456
2457 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2458
2459         * wl-summary.el (wl-summary-sync): Treat no-sync.
2460
2461         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2462         (wl-default-sync-range): Ditto.
2463
2464 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2465
2466         * wl-refile.el (wl-refile-subject-learn): Call
2467         `elmo-message-entity-field' with 3rd argument is non-nil.
2468         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2469         instead of `elmo-msgdb-overview-entity-get-subject'.
2470
2471 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2472
2473         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2474         scan-type is rescan.
2475         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2476         new optional argument force is non-nil.
2477         (wl-summary-save-view-cache): Call it with force argument non-nil.
2478
2479         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2480
2481 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2482
2483         * wl-action.el (wl-summary-print-argument): Fixed last change.
2484
2485 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2486
2487         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2488         simplified.
2489         (wl-summary-target-mark-mark-as-unread): Likewise.
2490         (wl-summary-target-mark-mark-as-important): Likewise.
2491
2492 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2493
2494         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2495         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2496         (wl-summary-mark-as-important-region): Change accordingly.
2497         (wl-summary-target-mark-mark-as-important): Ditto.
2498
2499 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2500
2501         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2502
2503         * wl-action.el (wl-summary-print-argument): Print argument to
2504         right side of window if `wl-summary-print-argument-within-window'
2505         is non-nil.
2506
2507 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2508
2509         * wl-action.el (wl-summary-set-mark): Use
2510         `wl-summary-message-visible-p' to check visibility of the message
2511         and jump to message only when the message line is visible and have
2512         different number; Call wl-summary-unset-mark with number argument.
2513         (wl-summary-unset-mark): 
2514         Use `wl-summary-message-visible-p'
2515         to check visibility of the message and jump to message only when
2516         the message line is visible and have different number;
2517
2518 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2519
2520         * Version number is increased to 2.11.7.
2521
2522         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2523         and wl-folder-summary-line-format.
2524
2525         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2526         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2527         (wl-summary-set-score-mark): Use it.
2528         (wl-summary-target-mark-mark-as-read): Ditto.
2529         (wl-summary-target-mark-mark-as-unread): Ditto.
2530         (wl-summary-target-mark-mark-as-important): Ditto.
2531         (wl-summary-target-mark-msgs): Simplified.
2532         (wl-summary-detect-mark-position): Fixed problem when
2533         summary-line-format no contain persisten/temp mark spec.
2534         (wl-summary-temp-mark): Ditto.
2535         (wl-summary-persistent-mark): Ditto.
2536         (wl-summary-update-persistent-mark): Ditto.
2537
2538         * wl-action.el (wl-summary-set-mark): Ditto.
2539         (wl-summary-unset-mark): Ditto.
2540         All other related portions are changed.
2541
2542 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2543
2544         * Version number is increased to 2.11.6.
2545
2546 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2547
2548         * wl-util.el (wl-current-message-buffer): Define as function;
2549         Don't use the value of wl-messge-buffer.
2550
2551         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2552         persistent mark.
2553
2554         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2555         no current message, cause an error.
2556
2557 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2558
2559         * wl-summary.el (wl-summary-set-message-modified): Use
2560         elmo-folder-set-message-modified instead of
2561         elmo-folder-set-message-modified-internal.
2562
2563 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2564
2565         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2566         interactively.
2567         (wl-summary-sync): nokill->entirely.
2568         (wl-summary-sync-marks): Fixed message.
2569         (wl-summary-input-range): Added mark, nokill->entirely.
2570
2571         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2572         messages as read.
2573
2574 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2575
2576         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2577         update-noscore.
2578         (wl-summary-sync): Follow the change above.
2579
2580 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2581
2582         * wl-action.el (wl-summary-target-mark-all): Use
2583         elmo-folder-list-messages.
2584
2585 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2586
2587         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2588         (wl-summary-rescan): Set wl-summary-scored as nil.
2589         (wl-summary-sync-force-update): Follow the change above.
2590         (wl-summary-sync): Ditto.
2591         (wl-summary-sync-update): Added argument disable-killed.
2592         (wl-summary-insert-headers): Set visible-only argument for
2593         elmo-folder-list-messages.
2594         (wl-summary-input-range): Added update-nokill, update-noscore,
2595         all-nokill, all-noscore and mark.
2596
2597         * Version number is increased to 2.11.5.
2598
2599         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2600
2601 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2602
2603         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2604         (wl-summary-prefetch-region-no-mark): Change accordingly.
2605         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2606
2607 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2608
2609         * wl-address.el (wl-complete-field-to): Abolished.
2610         (wl-complete-address): Completion function for completing-read.
2611         * wl-action.el (wl-summary-get-resend-address): Use it.
2612
2613         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2614         wl-summary-update-mark and abolish unused argument.
2615         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2616         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2617         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2618         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2619         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2620         * wl-draft.el (wl-draft-kill): Ditto.
2621
2622         * wl-summary.el: Remove unused binding of case-fold-search.
2623         (wl-summary-replace-status-marks): Abolished.
2624
2625 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2626
2627         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2628         is specified or folder length is zero.
2629
2630 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2631
2632         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2633         (wl-folder-archive-current-entity): Ditto.
2634
2635 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2636
2637         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2638         retrieving message mark.
2639         (wl-summary-redisplay-internal): Ditto.
2640
2641         * wl-message.el (wl-message-buffer-display): Ignore errors while
2642         retrieving message-id field.
2643
2644         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2645         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2646         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2647         order of the arguments for `wl-expire-message-p'.
2648         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2649
2650         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2651         Check return value of wl-summary-reply.
2652         (wl-summary-reply): Recover window configuration when an error occured.
2653
2654 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2655
2656         * wl-summary.el (wl-summary-resend-message): Abolished, the
2657         feature is inherited by wl-summary-resend (put resend mark).
2658
2659 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2660
2661         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2662         wl-message-buffer to nil when the message is hide.
2663
2664 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2665
2666         * .cvsignore: New file.
2667
2668 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2669
2670         * wl-action.el (wl-summary-action-docstring): Add more info.
2671         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2672         duplicate definition.
2673         (wl-summary-define-mark-action): Functions wl-summary-*-region
2674         keep current position.
2675         (wl-summary-unregister-target-mark): Store result to the variable.
2676
2677 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2678
2679         * Version number is increased to 2.11.4.
2680
2681 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2682
2683         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2684         wl-summary-delete-all-temp-marks.
2685         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2686
2687         * wl-action.el (wl-summary-set-mark): Changed terminology
2688         refile-destination -> action-argument.
2689         (wl-summary-unset-mark): Ditto.
2690         (wl-summary-remove-argument): Ditto.
2691         (wl-summary-print-argument): Ditto.
2692
2693         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2694         (wl-thread-remove-argument-region): Ditto.
2695         (wl-thread-print-argument-region): Ditto.
2696         (wl-thread-close): Ditto.
2697         (wl-thread-open): Ditto.
2698
2699         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2700         (wl-highlight-refile-destination-face is abolished)
2701         (wl-highlight-action-argument-string): Ditto.
2702         (wl-highlight-summary-current-line): Highlight action argument.
2703
2704         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2705         color for light backgrounds.
2706         (wl-highlight-summary-answered-face): Ditto.
2707
2708 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2709
2710         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2711
2712         * wl-score.el (wl-summary-score-update-all-lines): Use
2713         wl-summary-set-mark.
2714         (wl-summary-score-update-all-lines): Kill expunged messages.
2715
2716         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2717
2718 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2719
2720         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2721         directly.
2722         (wl-score-overview-entity-get-lines): Ditto.
2723         (wl-score-overview-entity-get-xref): Ditto.
2724         (wl-score-get-latest-msgs): Ditto.
2725         (wl-summary-rescore): Ditto.
2726
2727         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2728         to "&".
2729         (wl-summary-mark-as-answered-internal): New inline function.
2730         (wl-summary-mark-as-answered): New function.
2731         (wl-summary-mark-as-unanswered): Ditto.
2732         (wl-summary-sync-marks): Modified for answered-mark synching.
2733
2734 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2735
2736         * wl-action.el (wl-summary-set-mark): Fixed last change.
2737
2738 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2739
2740         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2741         behavior of wl-summary-unread-message-hook
2742         (Pointed out by akira yamada <akira@arika.org>).
2743
2744 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2745
2746         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2747         wl-summary-delete.
2748         * wl-xmas.el (wl-summary-toolbar): Ditto.
2749
2750         * wl-action.el (wl-summary-set-mark): Don't override current
2751         temp-mark.
2752
2753         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2754
2755 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2756
2757         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2758         (wl-refile-msgid-learn): Ditto.
2759         (wl-refile-get-field-value): Ditto.
2760
2761         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2762
2763         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2764         (wl-expire-delete-reserved-messages): Renamed from
2765         wl-expire-reserve-marked-msgs-from-list.
2766         (wl-expire-delete): Removed argument `msgdb'.
2767         (wl-expire-refile): Ditto.
2768         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2769         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2770         mark-alist as argument.
2771         (wl-expire-archive-number1): Removed argument `msgdb'.
2772         (wl-expire-archive-number2): Ditto.
2773         (wl-expire-archive-date): Ditto.
2774         (wl-expire-localdir-date): Ditto.
2775         (wl-expire-hide): Ditto.
2776         (wl-archive-number1): Ditto.
2777         (wl-archive-number2): Ditto.
2778         (wl-archive-date): Ditto.
2779         (wl-archive-folder): Ditto.
2780         All other related portions are changed.
2781
2782 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2783
2784         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2785         mean move up and down. (suggested by Takashi Kawachi)
2786
2787 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2788
2789         * wl-acap.el (toplevel): Don't require un-define.
2790
2791 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2792
2793         * wl-thread.el (wl-thread-delete-message): Always update
2794         wl-summary-buffer-number-list.
2795
2796         * wl-action.el (wl-summary-print-destination): 
2797         Do nothing when folder is nil.
2798
2799 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2800
2801         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2802         persistent mark when prefetch is succeeded.
2803
2804 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2805
2806         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2807         instead of elmo-msgdb-delete-msgs.
2808         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2809         (wl-expire-hide): Ditto.
2810
2811         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2812
2813         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2814         elmo-msgdb interface.
2815         (wl-thread-get-exist-children): Likewise.
2816         (wl-thread-insert-message): Likewise.
2817         (wl-thread-msg-mark-as-important): Likewise.
2818         (wl-thread-insert-entity-sub): Likewise.
2819         (wl-thread-get-children-msgs-uncached): Likewise.
2820
2821         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2822         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2823         (wl-summary-sync-update): Likewise.
2824         (wl-summary-auto-select-msg-p): Likewise.
2825         (wl-summary-update-thread): Likewise.
2826         (wl-summary-mark-as-important): Likewise.
2827         (wl-summary-jump-to-msg-internal): Likewise.
2828         (wl-summary-redisplay-internal): Likewise.
2829         (wl-summary-print-message-with-ps-print): Likewise.
2830         (wl-summary-folder-info-update): Likewise.
2831
2832         * wl-folder.el (wl-folder-check-one-entity):
2833         elmo-folder-count-flags instead of wl-summary-count-unread.
2834
2835         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2836
2837         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2838
2839         * wl-summary.el (wl-summary-set-message-modified): 
2840         Call wl-summary-set-mark-modified.
2841         (wl-summary-delete-messages-on-buffer): Call
2842         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2843         (wl-summary-sync-update): Call elmo-folder-length instead of
2844         elmo-folder-messages.
2845         (wl-summary-insert-headers): Don't call
2846         elmo-folder-list-message-entities.
2847
2848 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2849
2850         * wl-action.el (wl-summary-define-mark-action): Call
2851         `wl-summary-set-mark' with argument `data'.
2852         (wl-summary-auto-refile): Fixed order of arguments when call
2853         `wl-summary-refile'.
2854
2855 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2856
2857         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2858
2859         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2860
2861         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2862         (Renamed from wl-highlight-summary-deleted-face).
2863         (wl-highlight-summary-resend-face): New face.
2864
2865         (wl-highlight-summary-deleted-face): Renamed from
2866         wl-highlight-summary-erased-face.
2867
2868         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2869
2870         * wl-action.el (wl-summary-get-resend-address): New function.
2871         (wl-summary-exec-action-resend): Ditto.
2872         (wl-summary-exec-action-resend-subr): Ditto.
2873
2874         * w-thread.el (wl-thread-copy): Removed definition.
2875         (wl-thread-refile): Ditto.
2876         (wl-thread-delete): Ditto.
2877         (wl-thread-target-mark): Ditto.
2878
2879         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2880         (wl-summary-target-mark-set-action): Fixed.
2881         (wl-summary-define-mark-action): Fixed quotation.
2882         (wl-summary-move-mark-list-messages): Display message.
2883         (wl-summary-define-mark-action): Define thread functions.
2884         (wl-summary-exec-action-refile): Changed message.
2885         (wl-summary-exec): Ditto.
2886
2887 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2888         
2889         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2890         '%%'.
2891
2892 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2893
2894         * wl.el (toplevel): Require wl-action.
2895         (wl-init): Call wl-summary-define-mark-action.
2896
2897         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2898
2899         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2900         wl-summary-delete and wl-summary-erase.
2901         (wl-summary-mode-map): Ditto.
2902
2903         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2904         wl-delete-folder-alist.
2905
2906         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2907         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2908         (toplevel): Moved mark & action related functions to the wl-action.el.
2909
2910         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2911         in wl-summary-mark-action-list.
2912         (wl-highlight-summary-current-line): Ditto.
2913
2914         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2915         empty lines.
2916
2917         * wl-action.el: New file. 
2918
2919 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2920
2921         * wl-summary.el (wl-summary-target-mark-replace): New function.
2922         (wl-summary-target-mark-prefetch): Use it.
2923         (wl-summary-target-mark-delete): Ditto.
2924         (toplevel): Rearranged definition order.
2925         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2926         (wl-summary-target-mark-erase): Rewrite.
2927         (wl-summary-erase-region): New function.
2928         (wl-summary-exec-action-erase): Changed message.
2929         (wl-summary-move-mark-list-messages): New function.
2930         (wl-summary-exec-action-delete): Use it.
2931         (wl-summary-exec-action-erase): Ditto.
2932
2933         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2934         (wl-summary-skip-mark-list): Added "d".
2935
2936         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2937         while searching.
2938
2939         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2940         and define using defcustom;
2941         Define 4th element as a face.
2942         
2943         * wl-summary.el (wl-summary-incorporate): Use 
2944         `wl-summary-prefetch-region-no-mark' instead of
2945         `wl-summary-prefetch-region'.
2946         (wl-summary-prefetch-region-no-mark): Revival of old
2947         `wl-summary-prefetch-region'.
2948         (wl-summary-mark-action-list): Moved to wl-vars.el
2949
2950         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2951         face according to the `wl-summary-mark-action-list'.
2952         (wl-highlight-summary-current-line): Ditto;
2953         Removed destination highlighting.
2954
2955         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2956         (wl-highlight-summary-line-string): Highlight for "i" mark.
2957         (wl-highlight-summary-current-line): Ditto.
2958
2959         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2960         no destination.
2961
2962         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2963         exists, just go ahead.
2964         (wl-summary-prefetch-region): Rewrite.
2965         (wl-summary-prefetch): Ditto.
2966         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2967         (wl-summary-exec-action-prefetch): New function.
2968         (wl-summary-target-mark-prefetch): Rewrite.
2969
2970 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2971
2972         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2973         (wl-highlight-summary-line-string): Added "d" and "D".
2974         (wl-highlight-summary-current-line): Ditto.
2975
2976         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2977         in wl-summary.el.
2978         (wl-thread-insert-entity-sub): Ditto.
2979         (wl-thread-remove-destination-region): Ditto.
2980         (wl-thread-print-destination-region): Ditto.
2981
2982         * wl-summary.el (wl-summary-buffer-refile-list,
2983         wl-summary-buffer-delete-list,
2984         wl-summary-buffer-copy-list): Abolish.
2985         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2986         All other related portions are changed.
2987         (wl-summary-mark-action-list): New variable.
2988         (wl-summary-set-mark): New function.
2989         (wl-summary-register-target-mark): Ditto.
2990         (wl-summary-unregister-target-mark): Ditto.
2991         (wl-summary-have-target-mark-p): Ditto.
2992         (wl-summary-register-temp-mark): Ditto.
2993         (wl-summary-unregister-temp-mark): Ditto.
2994         (wl-summary-registered-temp-mark): Ditto.
2995         (wl-summary-collect-temp-mark): Ditto.
2996         (wl-summary-unset-mark): Ditto.
2997         (wl-summary-set-target-mark): Ditto.
2998         (wl-summary-unset-target-mark): Ditto.
2999         (wl-summary-set-action-generic): Ditto.
3000         (wl-summary-unset-action-generic): Ditto.
3001         (wl-summary-exec-action-delete): Ditto.
3002         (wl-summary-exec-action-erase): Ditto.
3003         (wl-summary-set-action-refile): Ditto.
3004         (wl-summary-set-action-refile-subr): Ditto.
3005         (wl-summary-unset-action-refile): Ditto.
3006         (wl-summary-make-destination-numbers-list): Ditto.
3007         (wl-summary-exec-action-refile): Ditto.
3008         (wl-summary-set-action-copy): Ditto.
3009         (wl-summary-unset-action-copy): Ditto.
3010         (wl-summary-exec-action-copy): Ditto.
3011         (wl-summary-collect-numbers-region): Ditto.
3012         (wl-summary-delete): Rewrite.
3013         (wl-summary-erase): Ditto.
3014         (wl-summary-remove-destination): Ditto.
3015         (wl-summary-exec): Ditto.
3016         (wl-summary-exec-region): Ditto.
3017         (wl-summary-target-mark-erase): Ditto.
3018         (wl-summary-refile): Ditto.
3019         (wl-summary-copy): Ditto.
3020         (wl-summary-unmark): Ditto.
3021         (wl-summary-delete-all-mark): Ditto.
3022         (wl-summary-mark-line): Don't highlight.
3023         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3024         (wl-summary-target-mark-refile-subr): Rewrite.
3025
3026         (wl-summary-copy-prev-destination): Abolish.
3027
3028 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3029
3030         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3031         default values along the value of wl-on-mule.
3032         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3033         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3034         It is not used anywhere.
3035
3036 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3037
3038         * wl-summary.el (wl-summary-print-destination): Keep position.
3039         (wl-summary-cursor-move-surface): Keep horizontal position.
3040
3041 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3042
3043         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3044         write sendlog.
3045
3046 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3047
3048         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3049         `wl-summary-highlight'.
3050
3051 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3052
3053         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3054         trivial condition for temp-mark.
3055
3056 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3057
3058         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3059         when it hits killed buffer.
3060
3061 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3062
3063         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3064         * wl-news.el.in: `message' and `error' take format string.
3065
3066 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3067
3068         * wl-folder (wl-folder-insert-entity): Display a message,
3069         `...done', when the work finish.
3070         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3071
3072 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3073
3074         * wl-message.el (wl-message-redisplay): Remove unused local
3075         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3076
3077 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3078
3079         * wl-summary.el (wl-summary-replace-status-marks): Disable
3080         interactive use.
3081         (wl-summary-reedit): Check message existence at first.
3082         (wl-summary-mark-line): Fix doc, return value is indefinite.
3083
3084         * wl-highlight.el (wl-highlight-message): Arranged.
3085
3086         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3087         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3088         check temp-mark by wl-summary-temp-mark always.
3089         (wl-highlight-summary): Change accordingly.
3090         * wl-summary.el (wl-summary-mark-as-read-all)
3091         (wl-summary-delete-cache, wl-summary-set-score-mark)
3092         (wl-summary-mark-as-unread, wl-summary-unmark)
3093         (wl-summary-mark-line, wl-summary-mark-as-read)
3094         (wl-summary-mark-as-important): Ditto.
3095
3096         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3097         end of the window if possible.
3098         * wl-summary.el (wl-summary-sync-update): Support lazy
3099         highlighting.
3100         (wl-summary-toggle-disp-msg): Ditto.
3101
3102 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3103
3104         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3105
3106 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3107
3108         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3109         change.
3110
3111 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3112
3113         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3114         API.
3115         (wl-summary-sync-update): Ditto.
3116
3117         * wl-score.el (wl-score-get-score-alist): Changed argument.
3118         (wl-summary-rescore-msgs): Likewise.
3119         (wl-summary-score-headers): Likewise.
3120         (wl-score-headers): Likewise;
3121         Use elmo-folder-do-each-message-entity, etc.
3122         (wl-summary-score-effect): Follow the changes above.
3123         (wl-summary-rescore): Ditto.
3124         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3125         (wl-score-get-overview): Abolish.
3126
3127         * wl-summary.el (wl-summary-default-from): Follow the API change in
3128         elmo-msgdb.
3129         (wl-summary-count-unread): Ditto.
3130         (wl-summary-detect-mark-position): Ditto.
3131         (wl-summary-overview-entity-compare-by-date): Ditto.
3132         (wl-summary-overview-entity-compare-by-number): Ditto.
3133         (wl-summary-overview-entity-compare-by-from): Ditto.
3134         (wl-summary-overview-entity-compare-by-subject): Ditto.
3135         (wl-summary-get-list-info): Ditto.
3136         (wl-summary-rescan): Ditto.
3137         (wl-summary-jump-to-msg-by-message-id): Ditto.
3138         (wl-summary-sync-update): Ditto; Removed comment.
3139         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3140         (wl-summary-insert-message): Use wl-summary-insert
3141         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3142         (wl-summary-insert-headers): Changed argument overview to folder.
3143         (wl-summary-search-by-subject): Likewise.
3144         (wl-summary-insert-thread): Renamed from 
3145         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3146
3147         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3148         too.
3149
3150         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3151         wl-string-member.
3152
3153 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3154
3155         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3156         elmo-folder-append-buffer.
3157         (wl-draft-queue-append): Likewise.
3158
3159         * wl-mime.el (wl-message-delete-current-part): Ditto.
3160         (wl-summary-burst-subr): Ditto.
3161
3162         * wl-news.el.in (wl-news-send-news): Ditto.
3163
3164 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3165
3166         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3167         function.
3168         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3169         (wl-summary-update-mark): Enclose with save-excursion.
3170         (wl-summary-mark-as-read-internal): Fixed last change.
3171         (wl-summary-mark-as-important): Use 3rd argument of
3172         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3173         Don't use elmo-msgdb-set-mark.
3174         (wl-summary-redisplay-internal): If msgdb flag is already read,
3175         just update the mark on buffer.
3176
3177 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3178
3179         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3180         cut visible folder when elmo-folder-delete returns non-nil value.
3181
3182 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3183
3184         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3185         by Kenichi OKADA <okada@opaopa.org>).
3186
3187 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3188
3189         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3190
3191 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3192
3193         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3194         Fixed the last change, search group entity by its real name.
3195         (Thanks to: KOBAYASHI Shinji)
3196
3197 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3198
3199         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3200         (wl-fldmgr-access-display-all): Don't refer visible name.
3201         * wl-expire.el (wl-folder-archive-current-entity)
3202         (wl-folder-expire-current-entity): Ditto.
3203         * wl-folder.el (wl-folder-jump-to-current-entity)
3204         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3205         (wl-folder-open-folder-sub,wl-folder-open-all)
3206         (wl-folder-write-current-folder): Ditto.
3207         (wl-folder-insert-entity): Don't use petname for normal group.
3208         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3209         is the real name.
3210         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3211         Abolished.
3212
3213 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3214
3215         * wl-draft.el (wl-draft-create-buffer): Add
3216         `wl-summary-reply-with-citation'
3217
3218 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3219
3220         * wl-draft.el (wl-draft-reply): Fixed.
3221
3222 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3223
3224         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3225         when `wl-draft-send-confirm-with-preview' is non-nil.
3226         You can scroll up/down by j/k.
3227         (wl-draft-send-confirm-with-preview): New variable (default=t).
3228
3229 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3230
3231         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3232         (wl-fldmgr-save-folders): Fix comment.
3233
3234 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3235
3236         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3237         along the last change in `wl-folder-buffer-group-p'.
3238
3239 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3240
3241         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3242         folder.
3243
3244         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3245         the default value.
3246
3247         * wl-mime.el (wl-summary-burst): Update summary only when target
3248         folder equals current folder.
3249
3250 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3251
3252         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3253
3254 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3255
3256         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3257         value.
3258
3259 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3260
3261         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3262         `map-extents' instead of `extent-at' repeatedly.
3263         (wl-highlight-folder-current-line): Ditto.
3264
3265         * wl-highlight.el: Remove useless dummy functions.
3266
3267 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3268
3269         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3270         (wl-folder-put-folder-property): New function to put text property.
3271         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3272         (wl-folder-insert-entity, wl-folder-update-diff-line)
3273         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3274         * wl-e21.el, wl-xmas.el, wl-mule.el
3275         (wl-highlight-folder-current-line): Ditto.
3276         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3277         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3278         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3279         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3280
3281 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3282
3283         * Version number is increased to 2.11.3.
3284
3285 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3286
3287         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3288         Resume current-buffer since it is assumed by remaining tasks.
3289
3290 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3291
3292         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3293         (wl-folder-completion-function): Abolished.
3294         (wl-folder-complete-folder): New function.
3295         (wl-folder-complete-filter-condition): Ditto.
3296         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3297         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3298
3299 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3300
3301         * wl-draft.el (wl-draft-send-confirm): New function.
3302         (wl-draft-send): Use it.
3303
3304         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3305         cursor-in-echo-area while confirming.
3306
3307         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3308
3309         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3310         searching via nntp if wl-summary-search-via-nntp is 'force.
3311         Otherwise, invoke searching in nntp folder only.
3312         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3313
3314         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3315         explicitly for mime-make-text-tag.
3316
3317 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3318
3319         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3320         `mime-make-text-tag' instead of `mime-create-tag'.
3321
3322 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3323
3324         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3325         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3326
3327 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3328
3329         * wl-score.el (wl-score-save): Bind print-length and print-level.
3330         (wl-score-pretty-print): Ditto.
3331         (wl-score-edit-insert-header-entry): Ditto.
3332
3333         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3334         "From" entry to be treated with wl-draft-eword-encode-address-list.
3335         * wl-mime.el (wl-draft-preview-message): Ditto.
3336
3337         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3338         (wl-summary-mark-as-unread): Ditto.
3339         (wl-summary-mark-as-read-region): Change accordingly.
3340         (wl-summary-mark-as-unread-region): Ditto.
3341         (wl-summary-target-mark-mark-as-read): Ditto.
3342         (wl-summary-target-mark-mark-as-unread): Ditto.
3343
3344 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3345
3346         * Version number is increased to 2.11.2.
3347
3348 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3349
3350         * wl-news.el.in (wl-news-previous-version-save): Bind
3351         print-length and print-level.
3352         * wl-thread.el (wl-thread-save-entities): Ditto.
3353         (wl-thread-save-top-list): Bind print-length.
3354
3355 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3356
3357         * wl-highlight.el (wl-highlight-summary-line-string): Use
3358         wl-summary-score-below-mark, wl-summary-score-over-mark.
3359         (wl-highlight-summary-current-line): Ditto.
3360
3361 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3362
3363         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3364         insert it.
3365
3366 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3367
3368         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3369
3370 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3371
3372         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3373         message without msgid.
3374         Rewrite with elmo-folder-move-messages.
3375         Set wl-message-buffer to nil.
3376
3377         * wl-summary.el (wl-summary-erase-subr): New function. Use
3378         elmo-folder-move-messages.
3379         (wl-summary-erase): Call it.
3380         (wl-summary-target-mark-erase): Ditto.
3381
3382 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3383
3384         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3385         it is not up-tp-date.
3386
3387 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3388
3389         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3390         buffer after calling `wl-summary-goto-folder-subr' without the
3391         argument `interactive'.
3392         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3393
3394 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3395
3396         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3397         `mime-create-tag'. Use `string=' instead of `looking-at'.
3398
3399 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3400
3401         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3402         to avoid compile warning.
3403
3404         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3405         entity-id when folder is given.
3406         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3407         save-excursion, use save-selected-window instead.
3408         Select folder buffer window if exists.
3409         (To correct behavior with wl-folder-move-cur-folder.)
3410
3411 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3412
3413         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3414
3415 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3416
3417         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3418         list-count instead of %d.
3419
3420 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3421
3422         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3423         (wl-news): Set it.
3424         (wl-news-append-to-folder): Use it.
3425
3426         * wl-news.el.in (wl-news-send-news): Append to specified folder
3427         instead of wl-default-folder.
3428         (wl-news-append-to-folder): Show error message with specified folder.
3429
3430         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3431                 In most major modes, Emacs assumes that any opening
3432                 delimiter found at the left margin is the start of a
3433                 top-level definition, or defun. Therefore, *never put an
3434                 opening delimiter at the left margin unless it should have
3435                 that significance.*
3436
3437         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3438
3439 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3440
3441         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3442
3443 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3444
3445         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3446
3447 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3448
3449         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3450         for sequential numbering case.
3451
3452 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3453
3454         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3455         value.
3456         (wl-draft-reply-without-argument-list): Ditto.
3457         (wl-draft-reply-myself-with-argument-list): Abolish.
3458         (wl-draft-reply-myself-without-argument-list): Ditto.
3459         * wl-draft.el (wl-draft-self-reply-p): New function.
3460         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3461
3462 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3463
3464         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3465         (avoid error for the case without byte-compiling)
3466
3467 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3468
3469         * wl-news.el.in (wl-news-append-to-folder): New function.
3470         (wl-news-exit): Rewrite.
3471         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3472
3473 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3474
3475         * wl-draft.el (wl-draft-reply-position): New function.
3476         (wl-draft-reply-position): Fix.
3477         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3478         (wl-summary-target-mark-reply-with-citation): Ditto.
3479         (wl-summary-reply-with-citation): Ditto.
3480         * wl-vars.el (wl-draft-reply-default-position): New variable.
3481
3482 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3483
3484         * wl-draft.el (wl-draft-send): Preview when interactive send.
3485
3486 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3487
3488         * wl-draft.el (wl-draft-reply): Set default position.
3489         * wl-summary.el (wl-summary-reply): Ditto.
3490         (wl-summary-reply-with-citation): Ditto.
3491         (wl-summary-target-mark-reply-with-citation): Ditto.
3492
3493 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3494
3495         * wl-news.el.in (wl-news-lang): Set default value according to
3496         current-language-environment.
3497         (wl-news-append-news): Do nothing when news-list is nil.
3498
3499 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3500
3501         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3502         (wl-news): Change message.
3503         (wl-news-exit): Check buffer.
3504         (wl-news-force-exit): New function.
3505         (wl-news-show-all): New function.
3506         (wl-news-discard-and-exit): Fix.
3507
3508 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3509
3510         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3511         according to current-language-environment.
3512
3513         * wl-news.el.in (wl-news): If arg, show all NEWS after
3514         wl-news-default-previous-version.
3515
3516 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3517
3518         * wl-news.el.in (wl-news-check): Rewritten.
3519         (wl-news-previous-version-load): Change data type.
3520         (wl-news-previous-version-save): Change data type.
3521         (wl-news-append-news): Add return value.
3522         (wl-news-check-news): New function.
3523         (wl-news-already-current-p): New function.
3524         (wl-news-send-news): Rewritten.
3525         (wl-news-mode-map): Add new keybind.
3526         (wl-news): Rewritten.
3527         (wl-news-exit): Rewritten.
3528         (wl-news-discard-and-mail): New function.
3529         (wl-news-send-to-address): Abolished.
3530         * wl.el (wl-init): Delete a message.
3531
3532 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3533
3534         * wl-news.el.in (wl-news-exit): Update previous version.
3535         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3536
3537 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3538
3539         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3540
3541 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3542
3543         * wl-news.el.in (wl-news): New function.
3544         (wl-news-mode): New function.
3545         (wl-news-next-line): New function.
3546         (wl-news-next-page): New function.
3547         (wl-news-exit): New function.
3548         (wl-news-buf-name): New variable.
3549         (wl-news-mode-map): New variable.
3550         (wl-news-winconf): New variable.
3551         (wl-news-append-news): Add an option.
3552
3553 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3554
3555         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3556
3557 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3558
3559         * wl-news.el.in (wl-news-send-to-address): New variable.
3560         (wl-news-send-news): Use it.
3561         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3562         Return updating status.
3563         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3564
3565 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3566
3567         * wl-news.el.in (wl-news-send-news): Delete
3568         Organization and X-Face.
3569
3570 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3571
3572         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3573         (wl-news-append-news): New function.
3574         (wl-news-send-news): New function.
3575
3576 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3577
3578         * Version number is increased to 2.11.1.
3579
3580 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3581
3582         * wl-news.el.in : New file.
3583
3584 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3585
3586         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3587         default value.
3588         (wl-draft-reply-without-argument-list): Ditto.
3589
3590 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3591
3592         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3593         (wl-message-buffer-prefetch-idle-time): Ditto.
3594         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3595
3596 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3597
3598         * wl-thread.el (wl-thread-insert-message): Use
3599         wl-summary-max-thread-depth.
3600
3601         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3602         loop detection.
3603
3604         * wl-message.el (wl-message-buffer-display): Back to the first page
3605         when cache is hit.
3606
3607 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3608
3609         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3610
3611         * wl-summary.el (wl-summary-insert-thread-entity):
3612         If the thread depth is reached to wl-summary-max-thread-depth,
3613         divide the thread.
3614
3615 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3616
3617         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3618         for elmo-remove-passwd.
3619
3620 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3621
3622         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3623         folder is sticky.
3624         (wl-folder-mark-as-read-all-entity): Ditto.
3625         (wl-folder-prefetch-entity): Ditto.
3626
3627 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3628
3629         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3630
3631 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3632
3633         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3634         Delete messages on buffer for unplugged operation.
3635         (wl-summary-erase): Ditto.
3636
3637 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3638
3639         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3640         take nil so as not to search parent by subject.
3641
3642 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3643
3644         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3645         (wl-folder-get-next-folder): Ditto.
3646         (wl-folder-get-path): Ditto.
3647
3648 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3649
3650         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3651         system and encode the region with it before verifying.
3652
3653 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3654
3655         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3656         system of the echo buffer before decoding.
3657
3658 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3659
3660         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3661         original contents.
3662
3663 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3664
3665         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3666         with argument 'any-exists.
3667
3668 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3669
3670         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3671         Use `wl-cs-autoconv'.
3672
3673 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3674
3675         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3676         by `mime-view-automatic-conversion'.
3677
3678         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3679         (wl-message-verify-pgp-nonmime): Ditto.
3680         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3681         Bind them to C-c:d and C-c:v respectively.
3682
3683         Merge following code by Teranishi-san from [wl-en:00167].
3684         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3685         (wl-mime-preview-application/pgp-encrypted): Ditto.
3686         (wl-mime-setup): Add entry.
3687
3688 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3689
3690         * wl-summary.el (wl-summary-target-mark-erase): New function.
3691         Bind it to "mD".
3692
3693 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3694
3695         * wl-vars.el (wl-draft-write-file-function): Fix.
3696         (wl-draft-reedit-hook): Changed default value.
3697
3698         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3699         wl-draft-reedit-hook.
3700         (wl-draft-remove-text-plain-tag): New function.
3701         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3702
3703         * wl-vars.el (wl-draft-write-file-function): New user option.
3704
3705         * wl-draft.el (wl-draft-prepare-edit): Use it for
3706         local-write-file-hooks.
3707         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3708
3709         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3710         (wl-draft-insert-mail-header-separator): Return the body beginning
3711         point.
3712         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3713         text/plain.
3714         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3715
3716 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3717
3718         * wl-summary.el (wl-summary-erase): New function to erase message
3719         without moving it to trash. Bind to "D".
3720
3721         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3722         as `keep' unless switch-function.
3723
3724 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3725
3726         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3727         message buffer by using `wl-summary-toggle-disp-msg'.
3728         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3729         buffer window.
3730         (wl-summary-supresedes-message): Ditto.
3731
3732         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3733         Do not delete other windows.
3734         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3735         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3736         (wl-draft-create-buffer): Set reply-or-forward also for target
3737         mark commands.
3738
3739 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3740
3741         * wl-draft.el (wl-user-agent-compose): Delete special case for
3742         switch-to-buffer-other-window.
3743
3744         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3745         (wl-summary-forward): Ditto.
3746
3747         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3748         function.
3749         (wl-draft-buffer-style): New use option.
3750
3751         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3752         (wl-draft): Follow the change above.
3753         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3754         wl-draft-buffer-style.
3755         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3756         switch-function.
3757
3758 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3759
3760         * wl-address.el (wl-address-make-completion-entry): Extracted from
3761         `wl-address-make-completion-list'.
3762         (wl-address-enable-strict-loading): New variable.
3763         (wl-address-make-completion-list): Revive petname duplication
3764         inquiry, and enable it if `wl-address-enable-strict-loading'.
3765         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3766
3767 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3768
3769         * wl-message.el (wl-message-get-original-buffer): Avoid
3770         'Selecting deleted buffer' error when original buffer is killed.
3771
3772 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3773
3774         * wl-summary.el (wl-summary-next-message): Use
3775         elmo-message-accessible-p instead of elmo-message-cached-p.
3776
3777 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3778
3779         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3780
3781         * wl-thread.el (wl-thread-open-all-unread): Use
3782         elmo-folder-list-flagged instead of
3783         elmo-folder-list-messages-mark-match.
3784
3785         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3786         instead of elmo-folder-list-messages-mark-match.
3787         (wl-summary-move-spec-alist): New variable.
3788         (wl-summary-move-spec-plugged-alist,
3789         wl-summary-move-spec-unplugged-alist): Abolish.
3790         (wl-summary-next-message): Follow the change above.
3791         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3792         with 'no-msg' argument.
3793
3794         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3795         variable.
3796         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3797         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3798         (wl-message-buffer-prefetch-get-next): Follow the change above.
3799
3800 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3801
3802         * wl-version.el (wl-version): Changed codename.
3803
3804         * Version number is increased to 2.11.0.
3805
3806 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3807
3808         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3809         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3810         `wl-draft-config-variables'.
3811         (wl-draft-kill): Fixed problem when the draft is reedit.
3812
3813 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3814
3815         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3816         buffer-modified status (Thanks to
3817         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3818
3819 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3820
3821         * wl-util.el (wl-region-exists-p): New function.
3822
3823         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3824         Remove defvars for byte-compile warnings.
3825
3826 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3827
3828         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3829         defvar-maybe. Removed unused bind.
3830
3831 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3832
3833         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3834         summary buffer window before creating new frame.
3835         (wl-draft-reply): Ditto.
3836
3837 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3838
3839         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3840
3841 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3842
3843         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3844
3845 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3846
3847         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3848         instead of `kill-region'.
3849
3850 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3851
3852         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3853         (wl-highlight-summary-line-string): Use it.
3854         (wl-highlight-summary-current-line): Ditto.
3855
3856         * wl-mime.el (wl-message-delete-current-part): Check the class of
3857         mime-entity.
3858
3859         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3860
3861         * wl-summary.el (wl-summary-make-number-list): Initialize.
3862         (wl-summary-update-mark): New function.
3863         (wl-summary-reply): Put `answered' mark on the message.
3864         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3865
3866         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3867         (wl-draft-reply): Added optional argument `number';
3868         Set wl-draft-parent-number.
3869         (wl-draft-kill): Delete answered mark if it is a reply.
3870
3871 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3872
3873         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3874         that originates in mime-preview-follow-current-entity.
3875         (wl-draft-yank-current-message-entity): Use it if region is active.
3876
3877         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3878         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3879         `wl-message-delete-current-part'.
3880         * wl-mule.el (wl-message-define-keymap): Ditto.
3881         * wl-xmas.el (wl-message-define-keymap): Ditto.
3882
3883 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3884
3885         * wl-mime.el (wl-message-delete-current-part): New function.
3886         (wl-mime-node-id-to-string): Ditto.
3887
3888         * wl-mime.el (wl-message-delete-current-part): Use existing
3889         original buffer which corresponds current mime-view buffer.
3890         (fetched buffer might have different structure, possibly)
3891
3892         * wl-mime.el (wl-message-delete-current-part): Quit if the
3893         message content differs from the actual message.
3894
3895 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3896
3897         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3898         order.
3899         (wl-summary-search-by-subject): Search parent message from tail;
3900         Check the existence of the parent message on the current thread tree.
3901         (wl-summary-update-thread): Check whether the line is inserted.
3902
3903 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3904
3905         * wl-vars.el (wl-summary-line-format): Undo last change.
3906         * wl-summary.el (wl-summary-print-destination): Do not put
3907         invisible property when `wl-summary-width' is nil.
3908         (wl-summary-line-subject-minimum-length): Abolished.
3909         (wl-summary-line-subject): Ditto.
3910
3911 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3912
3913         * wl-vars.el (wl-summary-line-format): Change default value.
3914         (wl-summary-subject-length-limit): Abolished.
3915         * wl-summary.el (wl-summary-line-subject): Ditto.
3916
3917 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3918
3919         * wl-template.el (wl-template-select): Added optional argument.
3920         If optional argument is specified, reverse
3921         `wl-template-visible-select'.
3922
3923 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3924
3925         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3926         Take prefix argument to force asking the destination folder.
3927
3928 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3929
3930         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3931         count and update status.
3932
3933 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3934
3935         * wl-summary.el (wl-summary-redisplay-internal): If
3936         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3937         after fetching.
3938
3939 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3940
3941         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3942         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3943
3944         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3945
3946 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3947
3948         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3949         (All other related portions are changed).
3950         (wl-summary-mark-as-read-all): Rewrite.
3951
3952 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3953
3954         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3955         `wl-summary-mark-as-read'.
3956         (wl-summary-mark-as-unread): Rewrite.
3957         (wl-summary-mark-as-read): Added no-modeline argument.
3958         (wl-summary-resume-cache-status): Rewrite.
3959         (wl-summary-exec-subr): Remove unused local variable.
3960
3961 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3962
3963         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3964         logic to call `wl-summary-buffer-prev-folder-function'.
3965         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3966
3967 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3968
3969         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3970         is nil.
3971
3972 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3973
3974         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3975         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3976         (wl-mime-setup): Add its entry.
3977
3978 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3979
3980         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3981         (wl-summary-delete-cache): Likewise.
3982         (wl-summary-mark-as-read): Rewrite.
3983
3984 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3985
3986         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3987         `wl-summary-count-unread'.
3988
3989         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3990
3991         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3992
3993 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3994
3995         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3996         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3997         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3998         Renamed to the elmo-msgdb-*-mark.
3999         (wl-summary-score-marks): Follow the change above.
4000         (wl-summary-auto-refile-skip-marks): Ditto.
4001         (wl-summary-incorporate-marks): Ditto.
4002         (wl-summary-expire-reserve-marks): Ditto.
4003
4004         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4005         changes.
4006         (wl-thread-insert-top): Changed updating message.
4007
4008         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4009         variable.
4010         (wl-summary-count-unread): Count answered marks.
4011         (wl-summary-rescan): Call wl-summary-insert-message instead of
4012         wl-summary-append-message-func-internal.
4013         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4014         (wl-summary-prefetch-msg): Follow the variable name changes.
4015         (wl-summary-prefetch-region): Ditto.
4016         (wl-summary-mark-as-read-all): Follow the API changes;
4017         Don't call elmo-folder-replace-marks.
4018         (wl-summary-delete-cache): Follow the variable name changes.
4019         (wl-summary-resume-cache-status): Ditto.
4020         (wl-summary-update-status-marks): New function.
4021         (wl-summary-insert-message): New function.
4022         (wl-summary-sync-marks): Follow the variable name changes.
4023         (wl-summary-sync-update): Synchronize to the msgdb, too;
4024         Changed update messages.
4025         (wl-summary-make-number-list): Rewrite.
4026         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4027         (wl-summary-mark-as-unread): Follow the API changes.
4028         (wl-summary-exec-subr): Follow the variable name changes.
4029         (wl-summary-mark-as-read): Ditto.
4030         (wl-summary-move-spec-plugged-alist): Ditto.
4031         (wl-summary-move-spec-unplugged-alist): Ditto.
4032         (wl-summary-cursor-move-surface): Ditto.
4033
4034         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4035         variable name changes.
4036         (wl-highlight-summary-current-line): Ditto.
4037
4038         * wl-expire.el (wl-expire-refile): Follow the API change in
4039         elmo-folder-move-messages.
4040         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4041         (wl-summary-archive): Use elmo-folder-msgdb instead of
4042         elmo-msgdb-load.
4043
4044 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4045
4046         * wl-mime.el (wl-draft-preview-message): Restore the position
4047         before evaluating wl-draft-send-hook in preview buffer.
4048
4049 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4050
4051         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4052         when it creates new draft buffer.
4053
4054         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4055         without argument.
4056
4057         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4058         Evaluate content and if the value is string, insert it.
4059         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4060         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4061         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4062         wl-draft-config-sub-part-bottom): Use it.
4063
4064         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4065         with the folder name. The question was unintelligible when it is
4066         called from wl-save-status.
4067
4068 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4069
4070         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4071         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4072         cannot take second argument).
4073
4074 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4075
4076         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4077         as t. Since type and subtype are not case sensitive (RFC 2045).
4078
4079 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4080
4081         * wl-vars.el (wl-message-mode-line-format): New variable.
4082         (wl-message-mode-line-format-spec-alist): Ditto.
4083         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4084         (wl-message-redisplay): Use wl-message-mode-line-format.
4085
4086 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4087
4088         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4089
4090 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4091
4092         * wl-summary.el (wl-summary-default-from): Write description.
4093
4094 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4095
4096         * wl-vars.el (wl-ldap-objectclass): Abolish.
4097
4098         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4099         (wl-ldap-make-filter): Removed condition for objectclass.
4100         (wl-ldap-make-matched-value-list): Remove meaningless process.
4101         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4102         (wl-address-ldap-search): Don't add `*' to `pat' string;
4103         use ignore-errors; added `email';
4104         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4105         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4106         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4107
4108
4109 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4110
4111         * wl-draft.el (wl-draft-parent-folder): Write description.
4112         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4113
4114 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4115
4116         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4117         as "" (zero-length string) if no parent.
4118         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4119
4120 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4121
4122         * wl-address.el (wl-address-make-completion-list): Skip duplication
4123         checking.
4124         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4125         `append'.
4126
4127 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4128
4129         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4130         instead of `beginning-of-buffer'.
4131
4132 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4133
4134         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4135
4136 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4137
4138         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4139         Refer wl-message-buffer-name.
4140         (wl-message-wheel-down): Ditto.
4141
4142 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4143
4144         * wl-vars.el (wl-message-buffer-name): New user option.
4145
4146         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4147         directly instead of making alist dinamically.
4148
4149         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4150         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4151         wl-message-buffer-cache-name.
4152         (wl-message-buffer-cache-clean-up): Ditto.
4153
4154         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4155
4156         * Version number is increased to 2.9.15.
4157
4158 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4159
4160         * wl-vars.el (wl-summary-default-view-alist): New user option.
4161
4162         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4163
4164         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4165         while deleting address.
4166         (wl-draft-delete-myself-from-cc): Ditto.
4167
4168         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4169         If optional argument is specified, reverse sort order.
4170
4171         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4172
4173 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4174
4175         * wl-thread.el (wl-thread-insert-message): Return parent number if
4176         exists.
4177         (wl-thread-update-indent-string-region): Use
4178         wl-thread-update-line-on-buffer-sub instead of
4179         wl-thread-update-line-on-buffer.
4180
4181 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4182
4183         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4184         (wl-folder-close-all): Ditto.
4185
4186 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4187
4188         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4189         and mailing-list:.
4190         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4191         value.
4192         (wl-summary-line-list-info): Print mailing-list name even when 
4193         list-number is empty.
4194
4195 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4196
4197         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4198
4199         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4200         (wl-draft-open-file): Ditto.
4201         (wl-draft-random-alphabet): Ditto.
4202
4203         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4204         bindings.
4205
4206 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4207
4208         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4209         * wl-vars.el (wl-draft-config-alist): Ditto.
4210
4211 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4212
4213         * Version number is increased to 2.9.14.
4214
4215         * wl.el (wl): Don't set wl-init as nil when error occured while
4216         auto-checking folders.
4217
4218         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4219         `elmo-expand-newtext'.
4220
4221 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4222
4223         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4224         `this-command' so that `wl-folder-goto-folder' contained in
4225         `wl-summary-keep-cursor-command' work.
4226
4227 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4228
4229         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4230         message buffer displaying state.
4231
4232 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4233
4234         * wl-vars.el (wl-summary-default-view): New variable to specify
4235         default value for `wl-summary-buffer-view' instead of using
4236         set-default.
4237         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4238
4239 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4240
4241         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4242
4243         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4244
4245 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4246
4247         * wl-vars.el (wl-forward-subject-prefix): New variable.
4248         * wl-draft.el (wl-draft-forward): Use it.
4249
4250 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4251
4252         * wl-message.el (wl-message-prev-page): When it is called without
4253         lines argument, scroll down by wl-message-scroll-amount lines.
4254         (wl-message-next-page): Ditto.
4255         * wl-vars.el (wl-message-scroll-amount): Change default value
4256         to preserve current behavior.
4257
4258 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4259
4260         * wl-summary.el (wl-summary-prefetch-msg): Bind
4261         `wl-message-entity' to call `wl-summary-from-function'.
4262
4263 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4264
4265         * wl-message.el (wl-message-buffer-create): Run
4266         wl-message-buffer-created-hook.
4267
4268 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4269
4270         * wl-summary.el (wl-summary-sort-specs): New variable.
4271         (wl-summary-default-sort-spec): Ditto.
4272         (wl-summary-sort): Rewrite.
4273         (wl-summary-sort-by-list-info): New function.
4274
4275 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4276
4277         * wl-summary.el (wl-summary-get-list-info): New function.
4278         (wl-summary-sort): Rewrite.
4279         (wl-summary-line-list-info): Ditto.
4280         (wl-summary-line-list-count): Ditto.
4281         (wl-summary-refile-region): Fixed docstring.
4282
4283 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4284
4285         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4286         `wl-folder-entity-hashtb' as completion table.
4287
4288 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4289
4290         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4291         only when this command is called interactively; silence the byte-
4292         compiler.
4293
4294 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4295
4296         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4297         active in XEmacs.
4298
4299 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4300
4301         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4302         plural lines.
4303
4304 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4305
4306         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4307         of current line when the cursor is on the header name.
4308         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4309
4310 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4311
4312         * wl-util.el (wl-read-directory-name): Return displayed directory
4313         as the default value also on XEmacs.
4314
4315 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4316
4317         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4318         formatting.
4319
4320 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4321
4322         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4323         argument and when it is non-nil, check face property before
4324         highlighting for each line.
4325         (wl-highlight-summary-window): Set it.
4326
4327 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4328
4329         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4330         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4331
4332         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4333         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4334         (wl-draft-get-fcc-list): Likewise.
4335
4336 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4337
4338         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4339         (wl-thread-entity-cur): Ditto.
4340         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4341         wl-thread-indent-regexp setting.
4342         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4343
4344         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4345         wl-summary-lazy-highlight.
4346         (wl-summary-display-bottom): Ditto.
4347
4348         * wl-thread.el (wl-thread-open-close): Likewise.
4349
4350         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4351         from and subject;
4352         Bind wl-draft-use-frame;
4353         Enclose with save-window-excursion;
4354         Use wl-draft-create-buffer instead of with-temp-buffer;
4355         Use wl-draft-prepare-edit;
4356         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4357         Use wl-draft-send instead of wl-draft-raw-send.
4358
4359 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4360
4361         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4362         of using wl-from.
4363
4364 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4365
4366         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4367         insert-buffer instead of clone-buffer.
4368         (wl-draft-doing-mime-bcc): New variable.
4369         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4370         infinite loop.
4371         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4372
4373         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4374         (wl-draft-mime-bcc-body): Ditto.
4375
4376         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4377         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4378         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4379         wl-draft-do-mime-bcc.
4380         (wl-draft-mime-bcc-field): New function.
4381         (wl-draft-do-mime-bcc): Ditto.
4382
4383         * wl-address.el (wl-address-complete-header-list): New variable.
4384         (wl-address-complete-header-regexp): Changed default value.
4385
4386         * Version number is increased to 2.9.13.
4387
4388 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4389
4390         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4391         it is differed.
4392
4393 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4394
4395         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4396         (wl-summary-line-list-count): Ditto.
4397
4398 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4399
4400         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4401         (wl-nntp-posting-function): New variable.
4402         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4403         `wl-nntp-posting-config-alist'.
4404
4405 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4406
4407         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4408         FLIM.
4409
4410 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4411
4412         * wl-summary.el (wl-summary-target-mark-refile-sub):
4413         Remove a nuisance funcall.
4414
4415 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4416
4417         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4418         as t for `try-completion'.
4419
4420 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4421
4422         * wl-summary.el (wl-summary-default-from): Use
4423         wl-address-header-extract-address instead of
4424         std11-extract-address-components.
4425         (wl-summary-simple-from): Ditto.
4426         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4427         (wl-summary-insert-headers): Show message.
4428         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4429         for whole line.
4430         (wl-summary-default-from): Revert last change.
4431         (wl-summary-simple-from): Ditto.
4432         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4433         (wl-summary-mark-as-read-region): Follow the change above.
4434         (wl-summary-sync-marks): Ditto.
4435         (wl-summary-target-mark-mark-as-read): Ditto.
4436         (wl-summary-redisplay-internal): Ditto.
4437         (wl-summary-redisplay-no-mime-internal): Ditto.
4438         (wl-summary-redisplay-all-header): Ditto.
4439         (wl-summary-mark-as-read): Removed argument `cached';
4440         Use current cache status to set cache mark.
4441         (wl-summary-redisplay-internal): Follow the change above.
4442         (wl-summary-redisplay-no-mime-internal): Ditto.
4443         (wl-summary-redisplay-all-header): Ditto.
4444
4445         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4446
4447         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4448         Don't call itself recursively (Adviced by Yamaoka-san).
4449
4450 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4451
4452         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4453         bind wl-summary-highlight as nil to avoid error caused by missing
4454         local variables.
4455
4456 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4457
4458         * wl-vars.el (wl-invalid-character-message): New user option.
4459
4460         * wl-util.el (wl-set-string-width): If truncated string-width is
4461         larger than specified width, use `wl-invalid-character-message'.
4462
4463 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4464
4465         * wl-summary.el (wl-summary-prefetch-msg): 
4466         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4467
4468 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4469
4470         * wl-vars.el (wl-summary-check-line-format): New user option.
4471         (wl-summary-line-format-file): Ditto.
4472
4473         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4474         variable.
4475         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4476         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4477         and `wl-summary-view-old-p' to check whether do a rescan or not.
4478         (wl-summary-view-old-p): New function.
4479         (wl-summary-line-format-changed-p): Ditto.
4480         (wl-summary-line-format-save): Ditto.
4481         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4482
4483         * wl-util.el (wl-set-string-width): Avoid using negative number
4484         for make-string.
4485
4486 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4487
4488         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4489         return value.
4490
4491         * wl-util.el (wl-set-string-width): Added optional argument
4492         `padding' (All other related portions are changed).
4493         (wl-line-parse-format): If the first letter of column number is
4494         `0', zero-padding the result (ex: "%05l").
4495
4496         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4497
4498 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4499
4500         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4501         sequential summary view.
4502
4503 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4504
4505         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4506         if it doesn't have a -unix version.
4507
4508 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4509
4510         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4511
4512 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4513
4514         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4515         content.
4516         (wl-draft): Follow the change above.
4517
4518         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4519
4520         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4521         and wl-folder-summary-line-format-alist contain %T and %P.
4522
4523         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4524         (wl-summary-mode-line-format): New user option.
4525         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4526         (wl-summary-line-format): Changed default value.
4527         (wl-summary-lazy-highlight): Changed default value.
4528
4529         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4530         change in wl-summary-create-line.
4531         (wl-thread-insert-entity-sub): Ditto.
4532
4533         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4534         (wl-summary-buffer-unread-status): Ditto.
4535         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4536         (wl-summary-buffer-persistent-mark-column): Ditto.
4537         (wl-summary-buffer-mode-line-formatter): Ditto.
4538         (wl-summary-buffer-mode-line): Ditto.
4539         (wl-summary-message-regexp): Abolished.
4540         (All other related portions are changed.)
4541         (wl-summary-detect-mark-position): New function.
4542         (wl-summary-buffer-set-folder): Setup
4543         wl-summary-buffer-mode-line-formatter.
4544         (wl-summary-mode): Setup selective-display;
4545         Setup pre-idle-hook when xemacs.
4546         (wl-summary-update-modeline): Rewrite.
4547         (wl-summary-jump-to-msg): Define as function;
4548         Changed regexp for searching messages.
4549         (wl-summary-message-number): Rewrite.
4550         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4551         Do rescan when old type summary cache.
4552         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4553         (wl-summary-remove-destination): Use '\r' to detect EOL.
4554         (wl-summary-print-destination): Ditto.
4555         (wl-summary-temp-mark): New inline function.
4556         (wl-summary-persistent-mark): Ditto.
4557         (wl-summary-line-number): New function.
4558         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4559         (wl-summary-line-list-count): New function.
4560         (wl-summary-create-line): Added argument persistent-mark.
4561         (All other related portions are changed)
4562         (wl-summary-create-line): Insert '\r'.
4563         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4564         (wl-summary-cursor-move-surface): New inline function.
4565         (wl-summary-prev): Use it.
4566         (wl-summary-next): Ditto.
4567
4568         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4569         wl-summary-message-regexp.
4570         (wl-highlight-summary): Delete progress message.
4571         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4572
4573         * Version number is increased to 2.9.12.
4574
4575 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4576
4577         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4578         variable (nil: no minimum).
4579         (wl-summary-line-subject): Add some spaces after subject by
4580         wl-summary-line-subject-minimum-length.
4581
4582 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4583
4584         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4585         and removed `F'.
4586         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4587         change above).
4588
4589 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4590
4591         * wl-summary.el (wl-summary-line-list-count): Reverted.
4592         (example setting in samples/*/dot.wl is also updated)
4593
4594 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4595
4596         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4597
4598         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4599
4600         * wl-vars.el (wl-summary-line-format): Addes some description to the
4601         docstring.
4602
4603         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4604         (wl-summary-line-close-bracket): Ditto.
4605         (wl-summary-line-children-number): Ditto.
4606         (wl-summary-line-thread-indent): Ditto.
4607         (wl-summary-line-children-and-from): Ditto.
4608
4609         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4610         't', 'c', 'F' and added 'C'.
4611
4612         * wl-util.el (wl-set-string-width): Accept negative value.
4613         (wl-line-parse-format): Added "%number(" and "%)".
4614
4615 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4616
4617         * wl-summary.el (wl-summary-line-list-count): Change format of the
4618         return value.
4619
4620 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4621
4622         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4623         from the recent message.el.
4624         (wl-draft-point-in-header-p): Ditto.
4625         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4626         wl-draft-beginning-of-line.
4627         * wl-e21.el (wl-draft-mode-map): Ditto.
4628         * wl-xmas.el (wl-draft-mode-map): Ditto.
4629
4630         * wl-folder.el: Sort macrodefs by dependencies.
4631
4632 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4633
4634         * wl-summary.el (wl-summary-prev): Fixed regexp.
4635         (wl-summary-next): Ditto.
4636
4637 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4638
4639         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4640
4641 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4642
4643         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4644         for backward compatibility.
4645
4646 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4647
4648         * wl-summary.el (wl-summary-line-list-count): New function, merged
4649         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4650         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4651         list counts.
4652
4653 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4654
4655         * wl-summary.el (wl-summary-create-line): Ignore errors while
4656         timezone-fix-time.
4657
4658         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4659
4660         * wl-summary.el (wl-summary-sync-update): Ditto.
4661         (wl-summary-default-from): Use wl-message-entity
4662         instead of entity.
4663
4664         * wl-summary.el (wl-summary-create-line): Fix.
4665
4666         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4667         (wl-summary-line-format): New user option.
4668         (wl-folder-summary-line-format-alist): Ditto.
4669         (wl-summary-from-width): Abolished.
4670
4671         * wl-util.el (toplevel): Require 'bytecomp.
4672         (wl-line-parse-format): New function.
4673         (wl-line-formatter-setup): New macro.
4674
4675         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4676         (wl-summary-buffer-line-formatter): New buffer local variable.
4677         (wl-summary-switch-to-clone-buffer): Follow the change above.
4678         (wl-summary-message-regexp): Fix.
4679         (wl-summary-from-func-internal): Abolished.
4680         (wl-summary-subject-func-internal): Ditto.
4681         (wl-summary-subject-filter-func-internal): Ditto.
4682         (All other related portions are changed.)
4683         (wl-summary-buffer-set-folder):
4684         Set up wl-summary-buffer-number-column and 
4685         wl-summary-buffer-line-formatter
4686         (All other related portions are changed.)
4687         (wl-summary-buffer-number-column-detect): Abolished.
4688         (All other related portions are changed.)
4689         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4690         (wl-summary-delete-all-temp-marks-on-buffer): Use
4691         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4692         (wl-summary-target-mark-delete): Ditto.
4693         (wl-summary-target-mark-refile-subr): Ditto.
4694         (wl-summary-target-mark-mark-as-read): Ditto.
4695         (wl-summary-target-mark-mark-as-unread): Ditto.
4696         (wl-summary-target-mark-mark-as-important): Ditto.
4697         (wl-summary-target-mark-save): Ditto.
4698         (wl-summary-replace-status-marks): Renamed from
4699         wl-summary-set-status-marks-on-buffer;
4700         Use wl-summary-message-regexp instead of
4701         wl-summary-buffer-number-regexp.
4702         (wl-summary-sync-update): Follow the change above.
4703         (wl-summary-goto-previous-message-beginning): New function.
4704         (wl-summary-mark-as-unread): Use it.
4705         (wl-summary-mark-as-important): Ditto.
4706         (wl-summary-line-formatter): New variable.
4707         (wl-summary-line-year): New function.
4708         (wl-summary-line-day): Ditto.
4709         (wl-summary-line-day-of-week): Ditto.
4710         (wl-summary-line-hour): Ditto.
4711         (wl-summary-line-minute): Ditto.
4712         (wl-summary-line-open-bracket): Ditto.
4713         (wl-summary-line-close-bracket): Ditto.
4714         (wl-summary-line-children-number): Ditto.
4715         (wl-summary-line-thread-indent): Ditto.
4716         (wl-summary-line-size): Ditto.
4717         (wl-summary-line-subject): Ditto.
4718         (wl-summary-line-from): Ditto.
4719         (wl-summary-line-children-and-from): Ditto.
4720         (wl-summary-create-line): Rewritten.
4721         (wl-summary-format-date): Abolished.
4722
4723         * wl-highlight.el (wl-highlight-summary-current-line): Use
4724         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4725         Use thread structure to detect thread top message.
4726
4727         * wl-draft.el (wl-default-draft-cite): Don't use
4728         wl-summary-from-func-internal.
4729
4730         * wl-refile.el (wl-refile-subject-learn): Don't use
4731         wl-summary-subject-filter-func-internal.
4732         (wl-refile-guess-by-subject): Ditto.
4733
4734         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4735         parameters.
4736
4737         * wl-thread.el (wl-thread-update-indent-string-region):
4738         Use wl-thread-update-line-on-buffer instead of
4739         wl-thread-update-indent-string.
4740         (wl-thread-update-children-number): Redefine using
4741         wl-thread-update-line-on-buffer.
4742         (wl-thread-update-indent-string): Abolished.
4743
4744         * Version number is increased to 2.9.11.
4745
4746 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4747
4748         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4749         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4750         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4751
4752         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4753         as nil.
4754
4755         * wl-thread.el (wl-thread-open-all-unread): Use 
4756         elmo-folder-list-messages-mark-match.
4757         (wl-thread-insert-message): Removed argument `mark-alist'.
4758         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4759         elmo-msgdb-set-mark.
4760         (wl-thread-get-children-msgs-uncached): Likewise.
4761         (wl-thread-get-exist-children): Added argument include-self.
4762         (wl-thread-delete-message): Follow the change above.
4763
4764         * wl-summary.el (wl-summary-count-unread): Removed argument.
4765         (wl-summary-rescan): Follow the change above.
4766         (wl-summary-mark-as-read-region): Ditto
4767         (wl-summary-mark-as-unread-region): Ditto.
4768         (wl-summary-delete-messages-on-buffer): Ditto.
4769         (wl-summary-sync-update): Ditto.
4770         (wl-summary-switch-to-clone-buffer): Ditto.
4771         (wl-summary-goto-folder-subr): Ditto.
4772         (wl-summary-target-mark-mark-as-read): Ditto.
4773         (wl-summary-target-mark-mark-as-unread): Ditto.
4774         (wl-summary-target-mark-mark-as-important): Ditto.
4775         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4776         (wl-summary-update-thread): Removed argument `mark-alist'.
4777         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4778         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4779         (wl-summary-resume-cache-status): Likewise.
4780         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4781         elmo-msgdb-set-mark.
4782         (wl-summary-mark-as-read-all): Likewise.
4783         (wl-summary-delete-cache): Ditto.
4784         (wl-summary-auto-select-msg-p): Ditto.
4785         (wl-summary-mark-as-unread): Ditto.
4786         (wl-summary-no-auto-refile-message-p): Ditto.
4787         (wl-summary-mark-as-read): Ditto.
4788         (wl-summary-mark-as-important): Ditto.
4789         (wl-summary-auto-refile): Follow the change above.
4790         (wl-summary-delete-all-marks): Removed.
4791         (wl-summary-resume-marks-and-highlight): Ditto.
4792         (wl-summary-resume-marks): Ditto.
4793         (wl-summary-delete-important-msgs-from-list): Ditto.
4794         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4795
4796         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4797         wl-summary-count-unread.
4798
4799         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4800         (wl-summary-score-update-all-lines): Use
4801         elmo-msgdb-set-mark.
4802
4803 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4804
4805         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4806         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4807         (wl-summary-create-line): Renamed from
4808         wl-summary-overview-create-summary-line;
4809         Argument rearrangement.
4810         (wl-summary-update-thread): Follow the change above.
4811
4812         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4813         (wl-thread-insert-entity-sub): Likewise.
4814
4815         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4816         argument `overview', `mark-alist' and added `msgdb'.
4817
4818         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4819
4820         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4821         (wl-summary-rescan): Follow the change above.
4822         (wl-summary-sync-update): Ditto.
4823         (wl-summary-insert-thread-entity): Ditto;
4824         Don't use `let*' in every while loop;
4825         Detect infinite loop of threads.
4826         (wl-summary-update-thread): Removed argument `overview'.
4827
4828         * wl-thread.el (wl-thread-insert-message): Ditto.
4829
4830         * Version number is increased to 2.9.10.
4831
4832         * wl-message.el (wl-message-redisplay): Ignore errors while
4833         wl-message-redisplay-hook.
4834
4835 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4836
4837         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4838
4839 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4840
4841         * wl.el (wl): inhibit-quit while wl-folder.
4842
4843 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4844
4845         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4846         while msgdb access.
4847
4848 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4849
4850         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4851         even if no folder is not created.
4852
4853 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4854
4855         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4856
4857         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4858         implementation.
4859         (wl-summary-target-mark-thread): Ditto.
4860
4861         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4862
4863 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4864
4865         * wl-util.el (wl-display-bytes): Remove unused function.
4866
4867 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4868
4869         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4870         seems critical one (partially reverse the change in 2002/03/17).
4871
4872 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4873
4874         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4875         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4876
4877 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4878
4879         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4880         is not writable.
4881         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4882         plugged status instead of `'force' as 2nd argument.
4883
4884         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4885         is not creatable.
4886
4887         * Version number is increased to 2.9.9.
4888
4889 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4890
4891         * wl-summary.el (wl-summary-suspend): New function.
4892
4893 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4894
4895         * wl.el (wl): Do not check variables if check is nil.
4896         * wl-utils.el (wl-collect-draft): New function.
4897         * wl-folder.el (wl-folder-suspend): Put summary buffers
4898         and draft buffers at the end of buffer list.
4899         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4900
4901 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4902
4903         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4904         loop instead of recursive call.
4905
4906         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4907         2nd argument.
4908
4909 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4910
4911         * wl-draft.el (wl-draft-create-contents): Don't take neither
4912         (function . args) nor (string . something) any more.
4913
4914         * wl-version.el (wl-generate-user-agent-string): Return string
4915         without header symbol.
4916         * wl-draft.el (wl-draft-default-headers): Use it.
4917
4918         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4919         `wl-draft-insert-ccs' and return field value instead of inserting
4920         the header. Abolish cc argument.
4921         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4922
4923         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4924         rather than one with string car.
4925
4926         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4927         * wl-draft.el (wl-draft-create-contents): Add it after the default
4928         headers.
4929
4930         * wl-draft.el (wl-draft-create-contents): For the case of
4931         (symbol-or-string . function) insert header only when the function
4932         returns string value.
4933
4934 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4935
4936         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4937         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4938
4939 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4940
4941         * wl.el (wl-check-environment): Don't check Message-ID when
4942         `wl-insert-message-id' is nil.
4943         Revive checking if `wl-message-id-domain' contains "@".
4944
4945 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4946
4947         * wl.el (wl-check-environment): Merge examination for "@" at
4948         inappropriate position into the first string-match.
4949
4950         * wl-summary.el (wl-summary-target-mark-print): New function.
4951         (wl-summary-pipe-message-subr): Extracted from
4952         `wl-summary-pipe-message'.
4953         (wl-summary-target-mark-pipe): New function.
4954         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4955         `wl-summary-target-mark-pipe'.
4956
4957 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4958
4959         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4960
4961 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4962
4963         * wl.el (wl-check-environment): Use elmo-warning instead of
4964         error for non-critical ones.
4965         Remove trash folder check.
4966         (wl): Don't ignore error in wl-check-environment.
4967
4968         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4969         check, which is moved from `wl-check-environment'.
4970         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4971
4972 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4973
4974         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4975         guess anything, call wl-summary-write.
4976         (wl-summary-write): Create draft with blank To field.
4977         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4978
4979 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4980
4981         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4982         argument full as well for wl-folder-write-current-folder.
4983         If wl-*-write-current-folder cannot guess addressee, add blank
4984         To header.
4985         Rewrite condition for positioning cursor.
4986
4987 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4988
4989         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4990         summary buffer is present, use it.
4991         (wl-folder-jump-to-previous-summary): Ditto.
4992
4993 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4994
4995         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4996
4997         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4998         wl-summary-previous-buffer and wl-summary-next-buffer.
4999
5000         * wl-folder.el (wl-folder-mode-map): Bind
5001         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5002         (wl-folder-jump-to-next-summary): New function.
5003         (wl-folder-jump-to-previous-summary): Ditto.
5004
5005         * wl-draft.el (wl-draft): Rearranged.
5006
5007 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5008
5009         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5010         of header.
5011         (wl-draft): Collect arguments for the header as header-alist.
5012         (wl-draft-forward): Arrange arguments for wl-draft.
5013         (wl-draft-reply): Ditto.
5014         (wl-draft-edit-string): Ditto.
5015         * wl-summary.el (wl-summary-write): Ditto.
5016         (wl-summary-write-current-folder): Ditto.
5017
5018         * Version number is increased to 2.9.8.
5019
5020 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5021
5022         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5023
5024         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5025
5026         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5027         even if the guess failed.
5028
5029         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5030         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5031         wl-summary-write-current-folder.
5032         * wl-xmas.el: Ditto.
5033
5034 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5035
5036         * wl-summary.el (wl-summary-next-page): Force display message if
5037         message is not displayed yet.
5038         (wl-summary-prev-page): Ditto.
5039
5040 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5041
5042         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5043
5044 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5045
5046         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5047         add "Preview Message" and "Save Draft and Exit".
5048
5049 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5050
5051         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5052         if addrmgr is called from draft in splitted window.
5053
5054         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5055         * wl-mule.el: Ditto.
5056         * wl-xmas.el: Ditto.
5057
5058 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5059
5060         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5061
5062         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5063         * wl-xmas.el (wl-folder-toolbar): Ditto.
5064
5065 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5066
5067         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5068         and wl-draft-save-and-exit.
5069         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5070         * wl-xmas.el: Ditto.
5071         * wl-mule.el: Ditto.
5072
5073         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5074         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5075
5076 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5077
5078         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5079         lists for saving buffer.
5080
5081 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5082
5083         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5084         parent-folder argument instead of it.
5085         (wl-draft-create-buffer): Ditto.
5086         (wl-draft-forward): Ditto.
5087         (wl-draft-reply): Ditto.
5088         * wl-summary.el (wl-summary-write): Ditto.
5089         (wl-summary-write-current-folder): Ditto.
5090
5091         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5092         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5093         Folder buffer after composing.
5094
5095 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5096
5097         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5098         header if the file `wl-x-face-file' already contains it.
5099
5100 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5101
5102         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5103         folder" entry.
5104         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5105         * wl-e21.el (wl-folder-toolbar): Ditto.
5106         * wl-xmas.el (wl-folder-toolbar): Ditto.
5107
5108 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5109
5110         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5111         wl-folder-goto-folder with sticky argument.
5112         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5113
5114 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5115
5116         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5117         and wl-summary-previous-buffer.
5118         (wl-summary-next-buffer): New function.
5119         (wl-summary-previous-buffer): Ditto.
5120
5121 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5122
5123         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5124         wl-folder-jump-to-current-entity-with-arg.
5125         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5126         `wl-folder-jump-to-current-entity'.
5127         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5128         `wl-summary-goto-folder-sticky'.
5129         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5130         `wl-summary-goto-folder'.
5131         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5132         Unless force-exit, do not clean temp. marks for sticky summary.
5133         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5134
5135 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5136
5137         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5138         not entire.
5139
5140 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5141
5142         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5143         to `C-x C-s'.
5144         (wl-summary-save-status): New command.
5145         (wl-summary-exit): Don't clean-up temp marks when sticky.
5146         (Applied patch from Nakayama-san [wl: 09548])
5147         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5148         Do nothing when no mark data.
5149         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5150         Call `wl-summary-delete-all-temp-marks' before saving.
5151
5152 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5153
5154         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5155
5156 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5157
5158         * wl.el (wl-check-environment): Also cause error when (system-name)
5159         returns "localhost.localdomain". (Although it doesn't affect because
5160         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5161
5162 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5163
5164         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5165         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5166
5167         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5168         value.
5169
5170 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5171
5172         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5173         Likewise r-cc-list and r-ng-list.
5174
5175 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5176
5177         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5178         only if it is bound as variable.
5179
5180         * wl-mime.el (wl-draft-preview-message): Ditto.
5181
5182 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5183
5184         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5185         needless `goto-char'.
5186
5187         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5188         `wl-summary-redisplay-no-mime-internal' instead of
5189         `wl-summary-redisplay-no-mime'.
5190         (wl-summary-redisplay-no-mime): Changed argument;
5191         Call `wl-summary-redisplay-no-mime-internal'.
5192
5193         * wl-mime.el (wl-draft-preview-message): Bind
5194         `mime-header-encode-method-alist' locally.
5195
5196         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5197         (wl-draft-std11-parse-addresses): Added the first address check.
5198         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5199
5200         * Version number is increased to 2.9.7.
5201
5202 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5203
5204         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5205
5206 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5207
5208         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5209         related to scrollbar support, if there is no such a feature
5210         compiled in.
5211
5212 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5213
5214         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5215         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5216         for prefetch.
5217
5218 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5219
5220         * wl-summary.el (wl-summary-pick): Fix for no match.
5221
5222 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5223
5224         * wl-draft.el (wl-draft-save):
5225         Override `mime-header-encode-method-alist'.
5226
5227 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5228
5229         * wl-folder.el (wl-folder-pick): New function.
5230         Define key as "?".
5231
5232 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5233
5234         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5235         Fix for unplugged.
5236
5237 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5238
5239         * wl-folder.el (wl-folder-virtual): New function.
5240         Define key as "V".
5241
5242 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5243
5244         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5245         multi folder if entity is group.
5246
5247 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5248
5249         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5250         is nil.
5251
5252 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5253
5254         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5255         (wl-summary-target-mark-msgs): Return the number of marked messages.
5256
5257 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5258
5259         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5260         "first:" is specified.
5261
5262 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5263
5264         * wl-vars.el (wl-from): Use return value of function
5265         user-full-name instead of the variable user-full-name since
5266         XEmacs-20.4 doesn't set this variable.
5267
5268 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5269
5270         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5271         call `wl' directly.
5272
5273 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5274
5275         * wl-draft.el (wl-draft-reedit): Removed duplicated
5276         switch-to-buffers.
5277
5278 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * wl.el (wl-other-frame): Removed garbages.
5281
5282 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5283
5284         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5285
5286         * wl-xmas.el (wl-draft-key-setup): Ditto.
5287
5288         * wl-mule.el (wl-draft-key-setup): Ditto.
5289
5290         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5291         (wl-draft-reedit): Ditto.
5292         (wl-draft-prepare-edit): Add `wl-draft-save' to
5293         `local-write-file-hooks'.
5294         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5295         (wl-draft-reedit): Set buffer-file-name.
5296         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5297
5298
5299         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5300         call it.
5301         (wl-delete-startup-frame-function): New variable.
5302         (wl-other-frame): New function
5303         (Original was written by Yamaoka san [wl: 09239]).
5304
5305         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5306         if `wl-folder-use-frame'.
5307
5308 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5309
5310         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5311
5312 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5313
5314         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5315         New variable.
5316         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5317         (wl-message-buffer-prefetch-get-next): Use them.
5318         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5319
5320 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5321
5322         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5323         with unwind-protect.
5324
5325         * wl-draft.el (wl-draft-reedit): Rewrite.
5326         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5327         (wl-draft-save): Insert header separator if it does not exist;
5328         Removed condition-case.
5329
5330         * wl-summary.el (wl-summary-reedit): Revert last change.
5331
5332         * wl-draft.el (wl-draft-save): Rewrite.
5333         (wl-draft-create-buffer): Set buffer-file-name as nil.
5334
5335         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5336
5337         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5338
5339         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5340         nil.
5341
5342 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5343
5344         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5345         If count is nil, do not prefetch.
5346         (wl-message-buffer-prefetch-next): Next.
5347
5348 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5349
5350         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5351
5352 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5353
5354         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5355         `delete-backward-char'
5356         (wl-draft-prepare-edit): Check major-mode.
5357         (wl-draft-decode-header): Rewrite.
5358         (wl-draft): Fix.
5359
5360 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5361
5362         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5363
5364 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5365
5366         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5367         (wl-message-buffer-prefetch-get-next): Remove size checking.
5368         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5369
5370 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5371
5372         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5373         (wl-draft-default-headers): Fix.
5374
5375 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5376
5377         * wl-draft.el (wl-draft-default-headers): Insert return value of
5378         `wl-generate-mailer-string-function'.
5379
5380 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5381
5382         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5383         (wl-draft-insert-mail-header-separator): Ditto.
5384
5385         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5386         again (Reverted the change on 2002-01-17 by OKADA san).
5387
5388 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5389
5390         * wl-draft.el (wl-draft): Rewrite.
5391         (wl-draft-create-buffer): New function.
5392         (wl-draft-create-contents): Ditto.
5393         (wl-draft-prepare-edit): Ditto.
5394         (wl-draft-decode-header): Ditto.
5395         (wl-draft-decode-body): Ditto.
5396         (wl-draft-check-new-line): Ditto.
5397         (wl-draft-default-headers): Ditto.
5398         (wl-draft-insert-mail-header-separator): Ditto.
5399
5400 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5401
5402         * Version number is increased to 2.9.6.
5403
5404 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5405
5406         * wl-draft.el (wl-draft-delete-field): Optional argument.
5407         (wl-draft-delete-fields): Ditto.
5408
5409 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5410
5411         * wl-message.el (toplevel): Eliminated byte-compile warning.
5412         for `itimer-function', `delete-timer' and `itimer-list'.
5413
5414 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5415
5416         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5417         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5418         `wl-message-buffer-prefetch-threshold'.
5419         * wl-summary.el (wl-summary-redisplay-internal): Remove
5420         the check of `wl-message-buffer-prefetch-depth'.
5421
5422 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5423
5424         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5425         size of article.
5426         (wl-message-buffer-prefetch-subr): Remove size check.
5427
5428 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5429
5430         * wl-vars.el (wl-plugged): Make customizable.
5431
5432 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5433
5434         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5435         (wl-message-buffer-prefetch-set-timer): New function.
5436         (wl-message-buffer-prefetch-get-next): New function.
5437         (wl-message-buffer-prefetch): New function.
5438         (wl-message-buffer-prefetch-next): Rewrite.
5439         (wl-message-buffer-prefetch-subr): Rewrite.
5440         * wl-vars.el (wl-auto-prefetch-first): New variable.
5441         * wl-summary.el (wl-summary-goto-folder-subr): Call
5442         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5443
5444 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5445
5446         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5447         `wl-summary-unread-message-hook'.
5448
5449 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5450
5451         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5452         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5453         if range is `cache-status'.
5454
5455 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5456
5457         * wl-message.el (wl-message-buffer-prefetch-subr):
5458         Improve debug message.
5459
5460 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5461
5462         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5463         `wl-mail-send-pre-hook'.
5464         (wl-draft-send-mail-with-qmail): Ditto.
5465         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5466
5467 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5468
5469         * wl-message.el (wl-message-buffer-prefetch-subr):
5470         Fix for cancel-function-timers bug.
5471         (wl-message-buffer-prefetch-debug): Default value is t.
5472
5473 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5474
5475         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5476         (wl-message-buffer-prefetch-subr): Rewrite.
5477         Rename from `wl-message-buffer-prefetch'.
5478
5479 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5480
5481         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5482         (wl-default-draft-cite-decorate-author): Ditto.
5483
5484         * wl-draft.el (wl-draft-cite-function): Removed.
5485         (wl-default-draft-cite-decorate-author): Ditto.
5486
5487 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5488
5489         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5490         (wl-default-draft-cite): Do not arrange author name if the value of
5491         `wl-default-draft-cite-decorate-author' is nil.
5492
5493 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5494
5495         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5496
5497         * wl-folder.el (wl-folder-check-one-entity): Don't care
5498         `elmo-folder-use-flag-p'.
5499
5500 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5501
5502         * wl-folder (wl-folder-check-one-entity): Fix
5503         problem if unread is nil.
5504
5505 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5506
5507         * wl-address.el (wl-address-make-completion-list): Check whether
5508         the address is a group list.
5509         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5510
5511 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5512
5513         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5514         The number of the messages of new and unread does not count
5515         correctly.
5516
5517         * wl-summary.el (wl-summary-count-unread): Changed to return
5518         `(new . unread)' instead of total.
5519         (wl-summary-sync-update): Follow the change above.
5520
5521         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5522
5523 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5524
5525         * wl-address.el (wl-address-make-completion-list): Do not enclose
5526         address by " <" and ">" if associated realname is "".
5527         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5528         This is against the promblem with group list in .addresses pointed
5529         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5530
5531 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5532
5533         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5534         message is a format control string.
5535         * wl-expire.el (wl-expire-append-log): Ditto.
5536         * wl-mime.el (wl-summary-burst-subr): Ditto.
5537         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5538         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5539
5540 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5541
5542         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5543         wl.el (wl-check-variables): Rename from `wl-check-type'.
5544         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5545         (wl-check-variables-2): New function.
5546         (wl): Call `wl-check-variables-2'.
5547
5548 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5549
5550         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5551         after renaming folder in access group.
5552
5553 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5554
5555         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5556         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5557         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5558         (wl-message-buffer-prefetch): Rewrite.
5559         (wl-message-buffer-prefetch-idle-time): Removed.
5560         * wl-summary.el (wl-summary-redisplay-internal):
5561         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5562         Error check for `wl-message-buffer-prefetch-depht'.
5563
5564 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5565
5566         * Version number is increased to 2.9.5.
5567         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5568
5569 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5570
5571         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5572         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5573         Based on the patch written by
5574         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5575
5576 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5577
5578         * wl-draft.el (wl-draft-raw-send): Fix for
5579         `wl-news-send-pre-hook'
5580
5581 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5582
5583         * wl-utils.el (wl-message-id-function): New variable.
5584         * wl-draft.el (wl-draft-insert-required-fields):
5585         Use `wl-message-id-function'.
5586
5587 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5588
5589         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5590         * wl-utils.el (wl-draft-make-message-id-string):
5591         Use `wl-from' for domain part of Message-ID
5592         if `wl-message-id-use-wl-from' if non-nil.
5593         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5594
5595 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5596
5597         * wl.el (wl): Call `wl-check-type'
5598         Do not 'condition-case'.
5599
5600 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5601
5602         * wl.el (wl-check-type): New function.
5603         (wl-check-type-variables): New variable.
5604
5605 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5606
5607         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5608
5609 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5610
5611         * wl-draft.el (wl-smtp-password-key): New function.
5612         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5613         (wl-draft-send-mail-with-smtp): Ditto.
5614         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5615
5616 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5617
5618         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5619         * wl-utils.el (wl-unique-id-suffix): Remove.
5620
5621 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5622
5623         * Version number is increased to 2.9.4.
5624
5625 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5626
5627         * wl-utils.el (wl-unique-id-suffix): New variable.
5628         (wl-unique-id): Use `wl-unique-id-suffix'
5629
5630 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5631
5632         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5633         instead of `elmo-msgdb-search'.
5634
5635         * Version number is increased to 2.9.3.
5636
5637 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5638
5639         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5640
5641 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5642
5643         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5644         (wl-draft-dispatch-message): Changed for send-later.
5645         (wl-draft-queue-flush): Ditto.
5646         (wl-draft): Clear `wl-sent-message-queued'.
5647         (wl-draft-reedit): Ditto.
5648         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5649         * wl-vars.el (wl-draft-force-queuing): New variable.
5650         (wl-draft-force-queuing-mail): New variable.
5651         (wl-draft-force-queuing-news): New variable.
5652
5653 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5654
5655         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5656         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5657
5658 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5659
5660         * Version number is increased to 2.9.2.
5661
5662 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5663
5664         * wl-draft.el (wl-draft-elide-region): New user command.
5665         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5666
5667         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5668         command `wl-draft-elide-region'.
5669         * wl-mule.el: Ditto.
5670         * wl-xmas.el: Ditto.
5671
5672 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5673
5674         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5675         (wl-biff-check-folder-async): Removed needless let.
5676
5677 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5678
5679         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5680         wl-folder-get-elmo-folder.
5681         (wl-biff-check-folder): Set `biff' argument of
5682         `wl-folder-check-one-entity'.
5683         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5684
5685         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5686         (wl-folder-check-one-entity): Added `biff' argument;
5687         Setup `biff' slot of folder.
5688
5689         * Version number is increased to 2.9.1.
5690
5691 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5692
5693         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5694         comment out and fixed.
5695         (wl-fldmgr-add-completion-subr): Ditto.
5696
5697         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5698         and msgdb.
5699
5700         * wl.el (wl-toggle-plugged): Save summary view.
5701
5702 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5703
5704         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5705
5706 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5707
5708         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5709
5710 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5711
5712         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5713         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5714         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5715
5716         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5717         if it was failed.
5718         (wl-demo): Disable undo in the demo buffer.
5719
5720 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5721
5722         * wl-version.el (wl-version): Changed codename.
5723
5724         * Version number is increased to 2.9.0.
5725
5726 2001-12-14  Takuo KITAME <kitame@northeye.org>
5727
5728         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5729         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5730         (wl-folder-mark-as-read-all-current-entity): Ditto.
5731
5732 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5733
5734         * wl-vars.el (wl-from-width): Define as obsolete variable.
5735         (wl-subject-length-limit): Ditto.
5736
5737         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5738
5739         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5740         wl-summary-save-view.
5741
5742         * wl.el (wl-save-status): Ditto.
5743         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5744
5745         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5746         (wl-summary-exit): Follow the change above.
5747         (wl-summary-goto-folder-subr): Ditto.
5748
5749         * wl-folder.el (wl-folder-create-subr): Don't use
5750         `elmo-folder-creatable-p'.
5751
5752 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5753
5754         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5755
5756 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5757
5758         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5759         rather than bitmap on Emacs 21.
5760         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5761         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5762         for xbm if the new redisplay engine is not available.
5763
5764 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5765
5766         * wl-folder.el (wl-folder-init-hook): New hook.
5767         (wl-folder-init): Run `wl-folder-init-hook'.
5768
5769 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5770
5771         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5772
5773 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5774
5775         * wl-acap.el (wl-acap-cache-filename): New variable.
5776         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5777         (wl-acap-init): Use cache if no ACAP server found.
5778
5779 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5780
5781         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5782         `wl-acap-original-msgdb-dir'.
5783
5784         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5785         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5786
5787         * wl-mime.el (wl-mime-save-directory): Renamed from
5788         `wl-mime-save-dir'.
5789
5790 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5791
5792         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5793
5794         * wl-demo.el: Require `path-util'.
5795         (wl-demo-bitmap-mule-available-p): New internal variable.
5796         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5797         `module-installed-p' instead.
5798         (wl-demo-insert-image): Use *.img file for a bitmap image.
5799         (wl-demo): Don't call the ascii demo recursively.
5800
5801 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5802
5803         * Version number is increased to 2.7.7.
5804
5805 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5806
5807         * wl.el (wl-exit): Eliminated byte-compile warning.
5808
5809 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5810
5811         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5812         obsolete variable using `elmo-define-obsolete-variable'.
5813         (wl-fetch-confirm-threshold): Ditto.
5814         (wl-cache-prefetch-folder-type-list): Ditto.
5815         (wl-cache-prefetch-folder-list): Ditto.
5816
5817 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5818
5819         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5820         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5821         (wl-demo-insert-image): New function.
5822         (wl-demo-insert-text): New function.
5823         (wl-demo-image-type-alist): Redefine as a function.
5824         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5825         (wl-demo-with-temp-file-buffer): Removed.
5826         (wl-logo-xpm): Removed.
5827         (wl-logo-xbm): Removed.
5828         (wl-logo-bitmap): Removed.
5829
5830 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5831
5832         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5833         (wl-expire-localdir-get-folder-function): New user option.
5834         (wl-expire-localdir-get-folder): New function.
5835         (wl-expire-localdir-date): Ditto.
5836
5837 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5838
5839         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5840         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5841         Fixed unread number mismatch when all-unread < unread.
5842
5843 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5844
5845         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5846         (wl-fetch-confirm-threshold): Ditto.
5847
5848         * wl-summary.el (wl-summary-confirm-appends): Removed.
5849         (wl-summary-sync-update): Don't refer
5850         `wl-summary-update-confirm-threshold' (It is now abolished).
5851
5852         * wl-message.el (wl-message-display-internal): Don't refer
5853         `wl-fetch-confirm-threshold' (It is now abolished).
5854
5855 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5856
5857         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5858
5859 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5860
5861         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5862         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5863         Change default value to nil.
5864         (wl-summary-indent-length-limit): The value can be nil, nil means
5865         unlimited.
5866
5867         * wl-summary.el: Don't set limit for indent length if the value of
5868         wl-summary-indent-length-limit is nil.
5869         If the value of wl-summary-width is nil, it means only that the width
5870         of summary is unlimited (nil doesn't mean that the indent length is
5871         unlimited).
5872
5873         * wl-thread.el: Ditto.
5874
5875 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5876
5877         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5878         be nil, nil means never confirm.
5879         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5880
5881 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5882
5883         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5884         means unlimited).
5885
5886 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5887
5888         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5889         Use `with-temp-buffer'.
5890
5891 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5892
5893         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5894         with new backquote style).
5895         (wl-folder-get-entity-from-buffer): Ditto.
5896
5897 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5898
5899         * wl-version.el (nemacs-version): Eliminated.
5900         (wl-extended-emacs-version2): Ignore nemacs.
5901         (wl-extended-emacs-version3): Ditto.
5902
5903 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5904
5905         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5906         (wl-draft-add-in-reply-to): New variable.
5907         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5908         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5909         (wl-draft-yank-from-mail-reply-buffer): Use
5910         `wl-draft-add-in-reply-to'.
5911         (wl-draft-insert-current-message): Ditto.
5912
5913 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5914
5915         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5916         typo (kill->hide).
5917         (wl-message-buffer-prefetch-folder-type-list): Added elements
5918         `mark' and `cache' instead of `internal'.
5919
5920 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5921
5922         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5923         resume msgdb directory.
5924
5925 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5926
5927         * wl.el (wl-exit): Call `wl-acap-exit'.
5928
5929         * wl-summary.el (wl-summary-message-string): New function.
5930         (wl-summary-reedit): Use it.
5931         (wl-summary-resend-bounced-mail): Remove needless let.
5932         (wl-summary-supersedes-message): Ditto.
5933         (wl-summary-save): Ditto.
5934
5935         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5936         (wl-acap-init): Set it.
5937         (wl-acap-exit): New function.
5938
5939 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5940
5941         * wl.el (wl-init): Revert (require 'mime-setup). move from
5942         toplevel.
5943
5944 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5945
5946         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5947         local variables.  Add error when guess function return invalid
5948         value.
5949
5950 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5951
5952         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5953         Change local variable name.
5954         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5955         (wl-folder-get-newsgroups): Return nil when non-news folder.
5956         * wl-summary.el (wl-summary-write-current-folder): State through
5957         when guess-list return nil.
5958         (wl-summary-write-current-folder-functions): Fixed docstring.
5959
5960         * wl.el (wl-exit): Changed confirm message.
5961
5962         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5963         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5964
5965         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5966
5967 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5968
5969         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5970         user option (Renamed from wl-cache-prefetch-folder-type-list).
5971         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5972         from wl-cache-prefetch-folder-list).
5973
5974         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5975         Move to wl-vars.el.
5976         (wl-message-buffer-prefetch-p): Changed to enable
5977         `wl-message-buffer-prefetch-folder-list'.
5978
5979         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5980         `ignore-cache'.
5981
5982 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5983
5984         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5985         `part-top' and `part-bottom'.
5986         (wl-draft-config-sub-part-top): New function.
5987         (wl-draft-config-sub-part-bottom): New function.
5988
5989 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5990
5991         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5992
5993 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5994
5995         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5996
5997 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5998
5999         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6000
6001         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6002         (wl-summary-write-current-folder): Ditto.
6003
6004 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6005
6006         * wl-folder.el (wl-folder-get-newsgroups): Use
6007         `elmo-folder-newsgroups'.
6008
6009 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6010
6011         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6012         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6013         `wl-draft-config-sub-header-bottom'.
6014
6015 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6016
6017         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6018         localnews folder.
6019
6020 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6021
6022         * wl-summary.el (wl-summary-mode): Undo last change.
6023
6024         * wl-folder.el (wl-folder-mode): Ditto.
6025
6026 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6027
6028         * wl-summary.el (wl-summary-mode): Locally set
6029         truncate-partial-window-width to nil.
6030         (for XEmacs)
6031
6032         * wl-folder.el (wl-folder-mode): Ditto.
6033
6034 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6035
6036         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6037
6038 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6039
6040         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6041         number.
6042
6043         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6044
6045         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6046
6047         * Version number is increased to 2.7.6.
6048
6049 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6050
6051         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6052
6053 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6054
6055         * wl-summary.el (wl-summary-sync-update): Enclose network
6056         related portion with `unwind-protect'.
6057
6058 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6059
6060         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6061
6062 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6063
6064         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6065         element.
6066         * wl-vars.el (wl-message-body-button-alist): Ditto.
6067
6068         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6069         max match length.
6070         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6071
6072         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6073         for the max match length;
6074         Use 4th element value for the button string regexp group.
6075
6076         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6077         candidate exists, prompt to select.
6078
6079 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6080
6081         * wl-summary.el (wl-summary-jump-to-msg): Search before
6082         calibration point by `beginning-of-line'.
6083
6084 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6085
6086         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6087         for access group.
6088
6089 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6090
6091         * wl-message.el (wl-message-display-internal): Bind
6092         `default-mime-charset'.
6093
6094         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6095
6096         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6097
6098         * Version number is increased to 2.7.5.
6099
6100 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6101
6102         * wl-expire.el (wl-summary-archive): Fixed;
6103         Use `elmo-folder-name-internal'.
6104
6105 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6106
6107         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6108         from `elmo-folder-move-messages' caller.
6109         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6110
6111         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6112         related portions are changed).
6113
6114 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6115
6116         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6117         counter.
6118
6119 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6120
6121         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6122         buffer local and set it to nil.
6123
6124         * wl-message.el (wl-message-redisplay): Ditto.
6125
6126 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6127
6128         * wl-summary.el (wl-summary-mark-as-important): If message is
6129         already cached, set messag as read, otherwise encache and mark as read.
6130
6131 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6132
6133         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6134         point-min.
6135
6136 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6137
6138         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6139         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6140         a keymap.
6141
6142 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6143
6144         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6145         parent.
6146
6147         * wl-mule.el (wl-message-define-keymap): Ditto.
6148
6149         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6150
6151         * wl-xmas.el (wl-message-display-internal-hook): Define.
6152         (wl-xmas-setup-message-toolbar): Define as function.
6153         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6154         (wl-message-overload-functions): Abolished.
6155         (wl-message-define-keymap): New function.
6156
6157         * wl-vars.el (wl-message-display-internal-hook): New variable.
6158         (wl-message-header-button-alist): New variable (Renamed from
6159         wl-highlight-message-header-button-alist).
6160         (wl-message-body-button-alist): Ditto.
6161
6162         * wl-mule.el (wl-message-define-keymap): New function.
6163         (wl-message-overload-functions): Abolished.
6164
6165         * wl-message.el (wl-message-add-buttons-to-body): New function.
6166         (wl-message-redisplay): Don't call wl-message-overload-functions;
6167         Call wl-message-add-buttons-to-header and
6168         wl-message-add-buttons-to-body.
6169         (wl-message-display-internal): Set keymap argument for
6170         elmo-mime-display-as-is, elmo-mime-message-display;
6171         Run wl-message-display-internal-hook.
6172         (wl-message-refer-article-or-url): Abolished.
6173
6174         * wl-highlight.el (wl-highlight-headers): Don't call
6175         wl-highlight-message-add-buttons-to-header.
6176         (wl-highlight-message-add-buttons-to-header): Abolished.
6177
6178
6179         * wl-e21.el (wl-message-display-internal-hook): Define.
6180         (wl-e21-setup-toolbar): Deleted duplicated binding.
6181         (wl-e21-setup-message-toolbar): Define as function.
6182         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6183         (wl-message-define-keymap): New function.
6184         (wl-message-overload-functions): Abolished.
6185
6186 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6187
6188         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6189         and elmo-folder-close.
6190
6191         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6192
6193 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6194
6195         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6196         boolean value.
6197         * wl-draft.el (wl-draft-do-fcc): Ditto.
6198
6199 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6200
6201         * wl-vars.el (wl-fcc-force-as-read): New variable.
6202         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6203         mark copied message as read.
6204
6205 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6206
6207         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6208
6209 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6210
6211         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6212         `wl-summary-target-above' instead of obsolete variable
6213         `wl-summary-temp-above'.
6214
6215         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6216         instead of `make-obsolete-variable'.
6217         * wl-refile.el (toplevel): Ditto.
6218
6219 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6220
6221         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6222         with third argument t.
6223         (wl-draft): Set first argument for wl-plugged-init as t.
6224
6225         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6226         definition.
6227
6228 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6229
6230         * wl-vars.el: Tabify.
6231         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6232
6233         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6234         message.
6235
6236 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6237
6238         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6239         and set default to beep.
6240
6241 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6242
6243         * wl-vars.el (wl-draft-truncate-lines): New variable.
6244
6245         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6246         instead of wl-message-truncate-lines for truncate-lines.
6247
6248 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6249
6250         * wl-message.el (wl-message-display-internal): Call
6251         `wl-highlight-message' after `elmo-mime-display-as-is'.
6252
6253         * wl-mime.el (wl-mime-display-text/plain): New function.
6254         (wl-mime-display-header): Ditto.
6255         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6256         body-presentation-method for text/plain;
6257         Register `wl-mime-display-header' as a header-presentation-method;
6258         Don't set up `elmo-message-text-content-inserted-hook' and
6259         `elmo-message-header-inserted-hook'.
6260
6261         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6262         variable.
6263         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6264         as t if flag is 'all-header;
6265         Don't bind `elmo-message-ignored-field-list',
6266         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6267
6268 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6269
6270         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6271         for xemacs with non-mule environment.
6272
6273 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6274
6275         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6276         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6277         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6278
6279 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6280
6281         * wl-vars.el (wl-interactive-send): Set default value as t.
6282
6283 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6284
6285         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6286         (wl-addrmgr-method-list): Abolished.
6287         (wl-addrmgr-change-method): Follow above change.
6288
6289         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6290
6291 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6292
6293         * wl-vars.el (wl-message-truncate-lines): Change default value
6294         to default-truncate-lines.
6295
6296         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6297
6298 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6299
6300         * wl-vars.el (wl-message-truncate-lines): New variable.
6301
6302         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6303         wl-message-truncate-lines.
6304
6305 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6306
6307         * wl-acap.el (wl-acap-init): Remove period from error message.
6308         (wl-acap-find-acap-service): Remove period from message.
6309
6310 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6311
6312         * wl.el (wl-check-environment): Undo last change.
6313
6314         * wl-vars.el (wl-from): Changed default value.
6315
6316         * wl-util.el (toplevel): Don't require tm-edit.
6317
6318         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6319         `wl-folder-init';
6320         Don't set mark on mail body.
6321         (wl-draft-reedit): Ditto.
6322
6323         * wl-address.el (wl-address-quote-specials): Define as an alias for
6324         elmo-address-quote-specials.
6325
6326 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6327
6328         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6329
6330         * wl-vars.el (wl-from): Set default value as nil.
6331         (wl-organization): Set default value as ORGANIZATION environment
6332         variable.
6333
6334         * wl-draft.el (wl-smtp-extension-bind): Check value of
6335         wl-smtp-connection-type.
6336
6337         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6338         error.
6339
6340 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6341
6342         * Version number is increased to 2.7.4.
6343
6344         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6345         arguments from `wl-highlight-x-face-function' caller.
6346         Use x-face-1.3.6.12 or later.
6347
6348 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6349
6350         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6351
6352 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6353
6354         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6355         (wl-fcc): Fix to accept function.
6356         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6357
6358 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6359
6360         * wl-acap.el (toplevel): Added `product-provide' declare.
6361         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6362
6363 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6364
6365         * wl.el (wl): Changed order of calling `elmo-init'
6366         and `elmo-folder-init'.
6367
6368 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6369
6370         * wl-mime.el (wl-summary-burst): Extract message when content-type
6371         of root entity is not only `multipart' but also `message/rfc822'.
6372         (wl-summary-burst-subr): Ditto.
6373
6374 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6375
6376         * wl-vars.el (toplevel): Require 'custom.
6377         (wl-trash-folder): Added to `wl-setting' group.
6378
6379         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6380         exists.
6381         (wl-addrmgr-draw): Insert empty line when no entry exists.
6382
6383         * wl-mule.el (wl-message-wheel-up): Fixed.
6384         (wl-message-wheel-down): Ditto.
6385
6386 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6387
6388         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6389         config is an anonymous lambda expression.
6390
6391 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6392
6393         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6394         when Mule 2 is running.
6395
6396 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6397
6398         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6399
6400 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6401
6402         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6403         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6404
6405         * wl-address.el (wl-address-specials-regexp): Eliminated.
6406         (wl-address-quote-specials): Rewrite.
6407
6408 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6409
6410         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6411         shy-groups for regexp.
6412
6413         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6414         character classes and Perl style shy-groups for regexp.
6415         (wl-highlight-plugged-current-line): Use Posix style character
6416         classes for regexp.
6417         (wl-e21-highlight-folder-by-numbers): Ditto.
6418         (wl-e21-display-image-p): Use `display-images-p' instead of
6419         `display-graphic-p'.
6420         (display-images-p): Make an alias to `display-graphic-p' if it is
6421         not available.  It is for Emacs version prior to 21.0.105.
6422
6423         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6424         `display-graphic-p'.
6425         (wl-demo-image-type-alist): Ditto.
6426         (display-images-p): Make an alias to `display-graphic-p' if it is
6427         not available.  It is for Emacs version prior to 21.0.105.
6428
6429 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6430
6431         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6432         support.
6433         (wl-generate-user-agent-string): Ditto.
6434
6435         * wl-version.el (wl-version): Update docsting.
6436         (wl-version-status): Ditto.
6437
6438 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6439
6440         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6441         21.0.105.  For Emacs 21.0.104 or earlier.
6442
6443 2001-09-03  Takuo KITAME <kitame@northeye.org>
6444
6445         * wl-e21.el (wl-plugged-init-icons): Use
6446         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6447         (wl-biff-init-icons): Ditto.
6448
6449 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6450
6451         * wl-highlight.el (wl-highlight-summary-current-line):
6452         Fixed highlighting refile/copy destination.
6453
6454         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6455         (wl-acap-store): Encode string by wl-acap-coding-system.
6456
6457 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6458
6459         * wl-acap.el (toplevel): Check and require 'un-define before
6460         'xemacs-ucs;
6461          Added checking for UTF-2000.
6462
6463 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6464
6465         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6466         Don't enclose with `eval-and-compile'.
6467
6468         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6469         wl-init is non-nil.
6470
6471         * wl-draft.el (wl-draft): Ditto.
6472
6473         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6474
6475         * wl-acap.el (toplevel): Require 'wl.
6476         (wl-acap-store): Call `elmo-init'.
6477
6478         * wl.el (wl): Changed position of `wl-check-environment'.
6479         (toplevel): Added autoload setting for wl-acap.
6480
6481         * wl-vars.el (wl-setting): New custom group.
6482         (wl-from): Added wl-setting group.
6483         (wl-user-mail-address-list): Ditto.
6484         (wl-organization): Ditto.
6485         (wl-subscribed-mailing-list): Ditto.
6486         (wl-envelope-from): Ditto.
6487         (wl-smtp-posting-user): Ditto.
6488         (wl-smtp-posting-server): Ditto.
6489         (wl-smtp-posting-port): Ditto.
6490         (wl-smtp-authenticate-type): Ditto.
6491         (wl-pop-before-smtp-user): Ditto.
6492         (wl-pop-before-smtp-server): Ditto.
6493         (wl-pop-before-smtp-port): Ditto.
6494         (wl-pop-before-smtp-authenticate-type): Ditto.
6495         (wl-nntp-posting-server): Ditto.
6496         (wl-nntp-posting-user): Ditto.
6497         (wl-nntp-posting-port): Ditto.
6498         (wl-fetch-confirm-threshold): Ditto.
6499         (wl-prefetch-threshold): Ditto.
6500         (wl-thread-insert-opened): Ditto.
6501         (wl-ldap-server): Ditto.
6502         (wl-ldap-port): Ditto.
6503         (wl-ldap-base): Ditto.
6504         (wl-ldap-objectclass): Ditto.
6505         (wl-use-ldap): Ditto.
6506         (wl-draft-config-alist): Ditto.
6507         (wl-draft-config-matchone): Ditto.
6508         (wl-template-alist): Ditto.
6509         (wl-message-sort-field-list): Ditto.
6510         (wl-message-ignored-field-list): Ditto.
6511         (wl-message-visible-field-list): Ditto.
6512         (wl-interactive-send): Ditto.
6513         (wl-summary-move-order): Ditto.
6514         (wl-auto-select-first): Ditto.
6515         (wl-auto-select-next): Ditto.
6516         (wl-interactive-save-folders): Ditto.
6517
6518         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6519         Initialization codes are moved from wl-local-folder-init.
6520         (wl-local-folder-init): Follow the change above.
6521         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6522
6523         * wl-acap.el: New file.
6524
6525         * Version number is increased to 2.7.3.
6526
6527 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6528
6529         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6530
6531 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6532
6533         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6534         (wl-addrmgr-address-entry-list): Ditto.
6535
6536 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6537
6538         * wl-e21.el (wl-draft-mode-map): Removed binding for
6539         `wl-draft-insert-x-face-field'.
6540
6541         * wl-mule.el (wl-draft-mode-map): Ditto.
6542
6543         * wl-xmas.el (wl-draft-mode-map): Ditto.
6544
6545         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6546         (wl-cs-autoconv): Ditto.
6547         (wl-cs-local): Ditto.
6548         (wl-use-scoring): Ditto.
6549         (wl-mime-charset): Ditto.
6550         (wl-folder-check-async): Ditto.
6551
6552         * wl.el (toplevel): Ignore nemacs and tm.
6553         (wl-exit): Ditto.
6554
6555         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6556         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6557         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6558         instead of wl-address-petname-add-or-change.
6559         (wl-summary-edit-addresses-subr): Use wl-address-delete
6560         instead of wl-address-petname-delete.
6561
6562         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6563
6564         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6565         if error occured.
6566
6567         * wl-message.el (require): Remove tm support.
6568
6569         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6570
6571         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6572         (wl-folder-jump-to-current-entity): Ditto.
6573         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6574
6575         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6576         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6577         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6578
6579         * wl-mule.el (wl-draft-key-setup): Ditto.
6580
6581         * wl-xmas.el (wl-draft-key-setup): Ditto.
6582
6583         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6584         (wl-draft-std11-parse-addresses): New function.
6585         (wl-draft-parse-mailbox-list): Use it.
6586         (wl-draft): Ignore nemacs.
6587         (wl-draft-reedit): Ditto.
6588
6589         * wl-addrmgr.el: New file.
6590         (Original is wl-rcpt.el written by
6591         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6592         Thanks Kitamoto-san.)
6593
6594         * wl-address.el (wl-address-make-address-list): Modified parsing
6595         process.
6596         (wl-address-delete): Renamed from `wl-address-petname-delete';
6597         Modify wl-address-list too.
6598         (wl-address-add-or-change): Renamed from
6599         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6600
6601 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6602
6603         * wl-highlight.el (wl-highlight-summary-current-line):
6604           Work with transient-mark-mode
6605
6606 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6607
6608         * Version number is increased to 2.7.2.
6609
6610         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6611         instead of elmo-dop-queue-method.
6612
6613 2001-08-06  SAITO Atsunori <sai@yedo.com>
6614
6615         * wl-vars.el (wl-ldap-objectclass): New user option.
6616
6617         * wl-address.el (wl-ldap-make-filter): Use it.
6618
6619 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6620
6621         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6622
6623 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6624
6625         * wl-folder.el (wl-folder): redisplay after folder insertion.
6626
6627         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6628
6629         * wl-summary.el (wl-summary-sync-update):
6630         Change status mark only when new-msgdb exists.
6631         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6632
6633 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6634
6635         * wl-summary.el (wl-summary-open-folder): New function.
6636         (wl-summary-goto-folder-subr): Use it.
6637         (wl-summary-mark-as-important): Fix;
6638         Encache only when no cache exists.
6639
6640 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6641
6642         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6643         Use with-current-buffer.
6644
6645 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6646
6647         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6648         before call `get-buffer'. Fixed parenthesis.
6649         (wl-score-get-header-entry): Clear message and help window when
6650         keyboard quit.
6651         (wl-score-edit-insert-header): Ditto.
6652
6653 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6654
6655         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6656         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6657         (wl-default-draft-cite): Fix.
6658
6659         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6660         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6661
6662 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6663
6664         * wl-message.el (wl-message-prev-page): Do same bahavior
6665         as summary when it is called in the message buffer.
6666         (wl-message-next-page): Ditto.
6667
6668 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6669
6670         * wl-summary.el (wl-summary-forward): Use cache if it is not
6671         section cache.
6672
6673 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6674
6675         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6676         Removed redundant require of elmo-vars.
6677         (wl-biff-state-indicator-on): Changed default value for
6678         xemacs with non-mule environment.
6679
6680         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6681         wl-message-buffer is nil;
6682         Hide progress bar after moving messages.
6683
6684 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6685
6686         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6687         message at cursor point is deleted.
6688
6689 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6690
6691         * wl-vars.el: Changed file coding system to euc-japan.
6692         Added -*-coding:-*- magic to the first line.
6693
6694         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6695         Search parent from the first message.
6696
6697         * Version number is increased to 2.7.1.
6698
6699 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6700
6701         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6702
6703 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6704
6705         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6706         refile/delete execution.
6707
6708         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6709         Fixed docstring.
6710
6711 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6712
6713         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6714         do update process;
6715         Don't update marks when update process is interrupted.
6716
6717 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6718
6719         * wl-summary.el (wl-summary-reply): Fixed problem when
6720         wl-draft-use-frame is non-nil.
6721         (wl-summary-forward): Ditto.
6722
6723         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6724         as nil.
6725         (wl-folder-mark-as-read-all-entity): Ditto.
6726         (wl-folder-prefetch-entity): Ditto.
6727
6728         * wl.el (wl): Check environment before wl-init.
6729
6730         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6731         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6732         instead of wl-summary-collect-unread.
6733         (wl-summary-reply): Split message window.
6734
6735 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6736
6737         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6738         only if current language environment is japanese,
6739
6740         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6741         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6742         (wl-folder-goto-folder-subr): Ditto.
6743
6744         * wl-draft.el (wl-draft-dispatch-message): Call
6745         `elmo-file-cache-get-path'.
6746
6747 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6748
6749         * wl-summary.el (wl-summary-cursor-move): If return value of
6750         wl-summary-next-message is not number, don't jump.
6751
6752 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6753
6754         * wl-summary.el (wl-summary-buffer-next-message-function): New
6755         variable.
6756         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6757         if it is bound.
6758
6759         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6760         string.
6761
6762         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6763         (wl-plugged-drawing): Ditto.
6764
6765 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6766
6767         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6768         process.
6769         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6770         with unwind-protect.
6771
6772         * wl.el (wl-init): Require mime-setup.
6773         (wl-check-environment): Don't require mime-setup.
6774
6775         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6776         instead of elmo-folder-type.
6777
6778         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6779         value as nil.
6780
6781 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6782
6783         * Version number is increased to 2.7.0.
6784
6785         * wl-version.el (wl-version): Changed codename.
6786
6787         * wl-summary.el (wl-summary-delete-cache): Fixed.
6788
6789         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6790         Workaround for net folders.
6791         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6792
6793         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6794         value to nil (According to the patch from
6795         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6796
6797         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6798         of elmo-folder-close.
6799
6800 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6801
6802         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6803         for postfix.
6804
6805 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6806
6807         * wl-summary.el (wl-summary-resend-message): Fixed.
6808
6809         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6810         Call wl-draft with `from' argument if its address is included in
6811         `wl-user-mail-address-list'.
6812         (wl-draft): Added `from' argument.
6813
6814         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6815         non-nil.
6816         (wl): Don't show demo if wl-demo is nil.
6817
6818         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6819         wl-summary-use-frame.
6820
6821         * wl-vars.el (wl-summary-use-frame): New user option.
6822         (wl-folder-use-frame): Changed docstring.
6823
6824         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6825         non-nil.
6826         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6827         wl-summary-use-frame.
6828
6829         * wl-vars.el (wl-folder-use-frame): New user option.
6830
6831         * wl-summary.el (wl-summary-exit): Back to folder frame if
6832         wl-folder-use-frame is non-nil.
6833         (wl-summary-redisplay-internal): Ignore cache if current folder
6834         is draft folder,
6835         (wl-summary-redisplay-no-mime): Ditto.
6836         (wl-summary-redisplay-all-header): Ditto.
6837
6838         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6839         if wl-folder-use-frame is non-nil.
6840
6841 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6842
6843         * wl-summary.el (wl-summary-sync-update): Bind
6844         elmo-folder-update-threshold.
6845         (wl-summary-mark-as-important): Enclosed server mark processing
6846         with `save-match-data'.
6847
6848         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6849         only when it is already defined.
6850
6851 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6852
6853         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6854         name of folder exclude localdir is wrong.
6855         * wl-folder.el (wl-folder-sync-entity):
6856         Set `wl-summary-always-sticky-folder-list' as nil.
6857         (wl-folder-mark-as-read-all-entity): Ditto.
6858         (wl-folder-prefetch-entity): Ditto.
6859
6860 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6861
6862         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6863         instead of `wl-summary-write-current-newsgroup'.
6864
6865 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6866
6867         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6868         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6869         non-nil and selected message is important, do not display.
6870
6871 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6872
6873         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6874
6875 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6876
6877         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6878
6879         * wl-summary.el (wl-summary-mark-as-important): Set message number
6880         using wl-summary-message-number.
6881
6882 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6883
6884         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6885         destination folder is 'null.
6886
6887 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6888
6889         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6890         New function.
6891         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6892         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6893         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6894
6895 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6896
6897         * wl-mime.el (wl-mime-setup): Added setting for
6898         `mime-setup-signature-key-alist' to avoid overriding key bind for
6899         `wl-draft-send'.
6900
6901         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6902         for `wl-draft-send'.
6903         * wl-mule.el (wl-draft-overload-functions): Ditto.
6904         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6905         * wl-draft.el (wl-draft-send): Ditto.
6906
6907         * wl-message.el (wl-message-display-internal):
6908         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6909         (Patch is provided by <kita@coe.nttdata.co.jp>).
6910
6911 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6912
6913         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6914
6915 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6916
6917         * wl.el (wl): Fix for wl-demo.
6918
6919 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6920
6921         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6922
6923 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6924
6925         * wl-folder.el (wl-folder-prefetch-entity): Use
6926         `wl-folder-get-elmo-folder'.
6927         (wl-folder-count-incorporates): Do not use
6928         `wl-folder-get-elmo-folder'.
6929
6930 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6931
6932         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6933         instead of `elmo-folder-get-type'.
6934
6935 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6936
6937         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6938         position on Subject: field.
6939         (Advised by Mito <mit@nines.nec.co.jp>)
6940
6941 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6942
6943         * wl-folder.el (wl-folder-prefetch-entity): Use
6944         `wl-folder-get-elmo-folder'.
6945
6946 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6947
6948         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6949
6950         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6951         `process-duplicates' slot.
6952
6953         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6954         if detection failed.
6955
6956 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6957
6958         * wl-version.el (wl-version-status): Set to "alpha".
6959
6960 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6961
6962         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6963         Check wl-message-buffer lives before set-buffer.
6964
6965 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6966
6967         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6968         called in folder mode.
6969         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6970         * wl-summary.el (wl-summary-exit-pre-hook): Run
6971         `wl-summary-exit-pre-hook' before exit summary mode.
6972
6973 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6974
6975         * wl-version.el (wl-version-status): New variable.
6976         (wl-version-status-alist): Removed.
6977         (wl-version-status): Rule included.
6978
6979 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6980
6981         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6982         @sponichi.
6983
6984         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6985         when `mail-reply-buffer' is buffer-local variable.
6986         (Reported by <kita@coe.nttdata.co.jp>).
6987
6988 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6989
6990         * wl-vars.el (toplevel): Require 'elmo-util.
6991
6992 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6993
6994         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6995         (All other related portions are changed)
6996
6997         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6998
6999         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7000
7001 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7002
7003         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7004
7005 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7006
7007         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7008         Delete other windows to avoid an error.
7009         Use `point-marker' instead of `point' to remember the start point
7010         of body.
7011
7012         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7013
7014         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7015         number not to exceed all message number.
7016
7017 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7018
7019         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7020         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7021
7022 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7023
7024         * wl-summary.el (wl-summary-sync-force-update): Added argument
7025         no-check.
7026         (wl-summary-sync-update): Ditto.
7027         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7028         with `no-check'.
7029
7030         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7031         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7032         already running.
7033
7034 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7035
7036         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7037         `dst-folder-arg'.
7038         (wl-expire-archive-number1): Diito.
7039         (wl-expire-archive-number2): Diito.
7040         (wl-expire-archive-Date): Diito.
7041         (wl-archive-number1): Diito.
7042         (wl-archive-number2): Diito.
7043         (wl-archive-date): Diito.
7044         (wl-archive-folder-p): New function.
7045         (wl-summary-expire): Support of expand folder name at
7046         wl-expire-alist.
7047         * wl-util.el (wl-expand-newtext): Renamed from
7048         `wl-refile-expand-newtext'.
7049
7050 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7051
7052         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7053         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7054         `(elmo-msgdb-get-overview msgdb)'.
7055         (wl-summary-prefetch): Bind match data before call
7056         `wl-summay-prefetch-msg'.
7057         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7058         'off if `wl-summary-buffer-disp-msg' is non-nil.
7059         Fixed problem that couldn't show only one new or unread message when
7060         enter folder.
7061         (wl-summary-reply): Don't call `split-window-vertically' and other
7062         window.
7063
7064 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7065
7066         * wl-expire.el (wl-expire-refile): Fixed.
7067
7068 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7069
7070         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7071
7072         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7073         biff notification is removed.
7074
7075         * wl.el (wl): Changed position of `elmo-init'.
7076
7077         * wl-draft.el (wl-default-draft-cite): Use date field
7078         on the citation buffer.
7079
7080         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7081
7082         * wl-xmas.el (wl-folder-internal-icon-list): Added
7083         `wl-folder-shimbun-image'.
7084
7085         * wl-e21.el (wl-folder-internal-icon-list): Added
7086         `wl-folder-shimbun-image'.
7087
7088 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7089
7090         * wl.el (wl-init): Eliminated argument.
7091         (wl): Rewrite.
7092
7093         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7094         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7095         instead of `elmo-folder-msgdb-internal'.
7096         (wl-summary-sync-update): Ditto.
7097         (wl-summary-flush-pending-append-operations): Eliminated.
7098         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7099         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7100         `elmo-folder-open'.
7101
7102         * wl-mime.el (wl-summary-burst): Fixed.
7103
7104         * wl-folder.el (wl-folder-info-save): Check data type.
7105
7106         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7107         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7108         instead of `elmo-folder-msgdb-internal'.
7109         (wl-expire-hide): Ditto.
7110
7111
7112         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7113
7114 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7115
7116         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7117
7118 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7119
7120         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7121
7122 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7123
7124         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7125         Fixed `match-beginning' argument mismatch.
7126
7127 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7128
7129         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7130         the default value.
7131
7132 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7133
7134         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7135         instead of `elmo-nntp-default-port'.
7136
7137         * wl-vars.el: Fixed some doc strings.
7138
7139 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7140
7141         * wl-summary.el (wl-summary-prefetch-msg): Use
7142         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7143
7144         * wl-vars.el: Define *-func as obsolete variable using
7145         `elmo-define-obsolete-variable'.
7146
7147         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7148         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7149         instead of `wl-message-buffer-prefetch-threshold'.
7150
7151         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7152
7153         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7154
7155         * wl-draft.el (wl-caesar-region-func): Ditto.
7156
7157         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7158         Keep unread status in elmo-folder-move-messages.
7159         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7160
7161 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7162
7163         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7164         `wl-summary-buffer-exit-func'
7165         (wl-summary-buffer-message-redisplay-function): Renamed from
7166         `wl-summary-buffer-message-redisplay-func'
7167         (wl-summary-buffer-next-folder-function): Renamed from
7168         `wl-summary-buffer-next-folder-func'.
7169         (wl-summary-buffer-prev-folder-function): Renamed from
7170         `wl-summary-buffer-prev-folder-func'.
7171         (wl-summary-get-petname-function): Renamed from
7172         `wl-summary-get-petname-func'.
7173
7174         * wl-score.el (wl-score-edit-exit-function): Renamed from
7175         `wl-score-edit-exit-func'.
7176
7177         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7178         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7179
7180         * wl-util.el (wl-load-profile-function): Renamed from
7181         `wl-load-profile-func'.
7182
7183         * wl-folder.el (wl-folder-completion-function): Renamed from
7184         `wl-folder-completion-func'.
7185         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7186
7187         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7188         `wl-expire-archive-get-folder-func'.
7189         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7190         (wl-draft-send-mail-function): Renamed from
7191         `wl-draft-send-mail-func'.
7192         (wl-draft-send-news-function): Renamed from
7193         `wl-draft-send-news-func'.
7194         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7195         (wl-generate-mailer-string-function): Renamed from
7196         `wl-generate-mailer-string-func'.
7197         (wl-highlight-signature-search-function): Renamed from
7198         `wl-highlight-signature-search-func'.
7199         (wl-highlight-x-face-function): Renamed from
7200         `wl-highlight-x-face-func'
7201         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7202         (wl-ps-print-buffer-function): Renamed from
7203         `wl-ps-print-buffer-func'
7204         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7205         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7206         (wl-summary-subject-filter-function): Renamed from
7207         `wl-summary-subject-filter-func'.
7208
7209         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7210         `wl-draft-queue-flush-send-func'
7211         (wl-draft-cite-function): Renamed from
7212         `wl-draft-cite-func'
7213
7214         * wl-address.el (wl-address-init-function): Renamed from
7215         `wl-address-init-func'.
7216
7217 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7218
7219         * wl-draft.el (wl-draft-queue-flush): Don't call
7220         `elmo-dop-unlock-message'.
7221         * wl-draft.el (wl-draft-queue-append): Don't call
7222         `elmo-dop-lock-message'.
7223
7224         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7225         (wl-summary-buffer-folder-name): Ditto.
7226         (wl-summary-message-regexp): Added '-' (all other related portions
7227         are changed).
7228         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7229         wl-summary-buffer-folder-name.
7230
7231 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7232
7233         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7234         the number of mails in the folder buffer is not updated by wl-biff.
7235
7236 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7237
7238         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7239         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7240
7241 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7242
7243         * wl-summary.el (wl-summary-next-message):
7244         Return next message number when wl-summary-move-order is nil.
7245
7246 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7247
7248         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7249         `wl-summary-move-spec-alist'.
7250         (wl-summary-move-spec-unplugged-alist): New variable
7251         (Move spec for unplugged status).
7252         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7253         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7254
7255 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7256
7257         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7258         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7259
7260 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7261
7262         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7263         simple quotation to quote the anonymous function.
7264         * tm-wl.el (wl-draft-preview-message): Ditto.
7265
7266 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7267
7268         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7269         Eliminate redundant `save-excursion'.
7270         (wl-highlight-summary-current-line): Ditto.
7271
7272         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7273         accessing match data when `looking-at' failed.
7274
7275         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7276         `elmo-match-string' where users don't care about the speed.
7277         (wl-draft-save): Ditto.
7278
7279 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7280
7281         * wl-util.el (wl-regexp-opt): New function.
7282
7283         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7284         number from `wl-summary-buffer-number-list'.
7285         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7286         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7287         (wl-summary-move-spec-alist): Changed default setting.
7288
7289 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7290
7291         * wl-vars.el (wl-biff-notify-hook): New hook.
7292         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7293         the arrival of new mail.
7294         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7295         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7296
7297 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7298
7299         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7300
7301 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7302
7303         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7304
7305         * Version number is increased to 2.5.8.
7306
7307         * wl-thread.el (toplevel): require 'cl.
7308         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7309         (wl-thread-make-number-list): New function.
7310         (wl-thread-entity-make-number-list-from-children): Ditto.
7311         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7312         (wl-thread-entity-insert-as-children): Likewise.
7313         (wl-thread-delete-message): Likewise.
7314         (wl-meaning-of-mark): Eliminated.
7315         (wl-thread-next-failure-mark-p): Ditto.
7316         (wl-thread-entity-get-mark): Ditto.
7317         (wl-thread-meaning-alist-get-result): Ditto.
7318         (wl-thread-entity-check-prev-mark): Ditto.
7319         (wl-thread-entity-check-next-mark): Ditto.
7320         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7321         (wl-thread-entity-get-prev-marked-entity): Ditto.
7322         (wl-thread-get-prev-unread): Ditto.
7323         (wl-thread-jump-to-prev-unread): Ditto.
7324         (wl-thread-get-next-unread): Ditto.
7325         (wl-thread-jump-to-next-unread): Ditto.
7326         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7327         (wl-thread-entity-get-next-marked-entity): Ditto.
7328
7329         * wl-summary.el (wl-summary-buffer-number-list):
7330         New bufer-local variable.
7331         (wl-summary-switch-to-clone-buffer): Clone
7332         `wl-summary-buffer-number-list'.
7333         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7334         (wl-summary-cursor-move-regex): Eliminated.
7335         (wl-summary-cursor-up): Rewrite.
7336         (wl-summary-cursor-down): Ditto.
7337         (wl-summary-mode-spec-alist): New variable.
7338         (wl-summary-next-message): New inline function.
7339         (wl-summary-cursor-move): New function.
7340         (wl-summary-default-get-next-msg): Rewrite.
7341         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7342         (wl-summary-rescan): Ditto.
7343         (wl-summary-sync-all-init): Ditto.
7344         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7345         summary is not thread view.
7346         (wl-summary-sync-update): Ditto.
7347         (wl-summary-rescan): Ditto.
7348         (wl-summary-make-number-list): New function.
7349
7350         * wl-draft.el: "FCC" -> "Fcc".
7351
7352 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7353
7354         * wl-highlight.el (wl-highlight-summary-window):
7355         Call `set-buffer-modified-p'.
7356
7357         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7358         (wl): Call `elmo-init' and fix.
7359
7360         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7361         Use new variables.
7362
7363         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7364
7365 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7366
7367         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7368
7369 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7370
7371         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7372
7373 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7374
7375         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7376         `wl-use-toolbar' nor `display-graphic-p'.
7377         (wl-e21-setup-message-toolbar): Ditto.
7378         (wl-e21-setup-summary-toolbar): Ditto.
7379         (wl-e21-setup-folder-toolbar): Ditto.
7380
7381         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7382         (wl-plugged-init-icons): Ditto.
7383
7384         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7385         `display-graphic-p'.
7386         (wl-plugged-set-folder-icon): Ditto.
7387         (wl-highlight-plugged-current-line): Ditto.
7388         (wl-highlight-folder-current-line): Ditto.
7389         (wl-e21-highlight-folder-group-line): Ditto.
7390         (wl-e21-setup-toolbar): Ditto.
7391         (wl-e21-display-image-p): New macro.
7392
7393         * wl-demo.el (wl-demo): Simplified.
7394         (wl-demo-image-type-alist): Use `image-type-available-p' for
7395         checking whether the image type `xbm' is available.
7396
7397 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7398
7399         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7400         (wl-summary-input-range): Ditto.
7401
7402 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7403
7404         * wl-summary.el (wl-summary-edit-addresses): Use
7405         `wl-summary-get-original-buffer'
7406         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7407         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7408         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7409         (wl-summary-get-newsgroups): Eliminated.
7410         (wl-summary-set-crosspost): Ditto.
7411         (wl-summary-is-crosspost-folder): Ditto.
7412         (wl-crosspost-alist-load): Ditto.
7413         (wl-crosspost-alist-save): Ditto.
7414
7415         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7416         `elmo-setup-subscribed-newsgroups' instead of
7417         `elmo-nntp-make-groups-hashtb'.
7418         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7419         instead of `wl-crosspost-alist-save'.
7420
7421         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7422         of `elmo-folder-message-appendable-p'.
7423         (wl-mime-header-presentation-method): Eliminated.
7424
7425         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7426         (Error occurs in emacs21).
7427
7428         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7429         the current buffer).
7430
7431         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7432         instead of `wl-crosspost-alist-save'.
7433         (wl-init): `elmo-crosspost-message-alist-load'
7434         instead of `wl-crosspost-alist-load'
7435
7436         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7437         (wl-parse-newsgroups): Likewise.
7438         (wl-biff-notify): Run `wl-biff-notify-hook'.
7439
7440 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7441
7442         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7443
7444         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7445         when `wl-summary-lazy-highlight' is non-nil.
7446         (wl-summary-goto-folder-subr): Highlight only when
7447         `wl-summary-lazy-highlight' is non-nil.
7448
7449         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7450         Don't display progress and highlight temp-mark when
7451         `wl-summary-lazy-highlight' is non-nil.
7452         (wl-highlight-summary-window): New function.
7453         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7454
7455 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7456
7457         * wl-summary.el (wl-summary-sync): Change `all-visible'
7458         from `all-shown'
7459         (wl-summary-input-range): Ditto.
7460
7461 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7462
7463         * wl-e21.el (wl-highlight-folder-current-line): Call
7464         `wl-folder-init-icons' when folder icons have not been initialized.
7465
7466         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7467
7468         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7469         (wl-demo-image-type-alist): New macro.
7470
7471 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7472
7473         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7474         display does not support graphics.
7475         (wl-plugged-init-icons): Ditto.
7476         (wl-folder-init-icons): Ditto.
7477
7478         * wl-demo.el (wl-demo): Chech closely whether the display
7479         supports graphics.
7480
7481 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7482
7483         * wl-summary.el (wl-summary-get-original-buffer): New function.
7484         (wl-summary-set-crosspost): Use it.
7485         (wl-summary-target-mark-uudecode): Ditto.
7486         (wl-summary-reedit): Ditto.
7487         (wl-summary-resend-bounced-mail): Ditto.
7488         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7489         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7490
7491         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7492         (wl-message-display-internal): Ditto.
7493
7494 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7495
7496         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7497
7498 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7499
7500         * wl-summary.el (wl-summary-save-view): Renamed from
7501         `wl-summary-save-status'.
7502
7503 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7504
7505         * wl-summary.el (wl-summary-sync): Added `all-shown'
7506
7507 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7508
7509         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7510
7511 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7512
7513         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7514
7515 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7516
7517         * wl-highlight.el (wl-highlight-summary-line-string): Use
7518         `zerop' instead of `= 0'.
7519         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7520
7521         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7522         for comparing numbers.
7523         (wl-template-prev): Use `zerop' instead of `eq 0'.
7524
7525         * wl-draft.el (wl-draft-insert-current-message): Use
7526         `with-current-buffer' instead of `save-excursion'.
7527         Use `zerop' instead of `eq 0'.
7528
7529 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7530
7531         * wl-draft.el (wl-draft-insert-ccs): New function.
7532         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7533         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7534
7535 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7536
7537         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7538
7539 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7540
7541         * wl-expire.el (wl-expire-refile): Don't call
7542         elmo-msgdb-add-msgs-to-seen-list;
7543         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7544         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7545
7546 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7547
7548         * wl-message.el (wl-message-prev-page): Ignore errors while
7549         scroll-down.
7550
7551 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7552
7553         * wl-mime.el: Use elmo-original-message-mode instead of
7554         mmelmo-original-mode.
7555
7556         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7557         `elmo-folder-get-spec';
7558         (wl-fldmgr-add-completion-all-completions):
7559         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7560
7561         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7562         of `elmo-folder-get-type'.
7563
7564         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7565         `elmo-folder-get-spec';
7566         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7567         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7568         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7569         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7570         `elmo-read-msg-no-cache';
7571         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7572         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7573         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7574         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7575         `elmo-cache-save';
7576         (wl-draft-reedit): Use `elmo-message-file-name'.
7577
7578         * wl-expire.el: Use `elmo-folder-name-internal';
7579         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7580         Use macro `wl-summary-buffer-msgdb' instead of variable
7581         `wl-summary-buffer-msgdb';
7582         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7583         Use macro `wl-summary-buffer-folder-name' instead of variable
7584         `wl-summary-buffer-folder-name'.
7585         * wl-score.el: Likewise.
7586
7587         * wl-message.el: Rewrite for new message buffer cache mechanism.
7588         (wl-message-buffer-cache-buffer-get): New macro.
7589         (wl-message-buffer-cache-folder-get): Ditto.
7590         (wl-message-buffer-cache-message-get): Ditto.
7591         (wl-message-buffer-cache-entry-make): Ditto.
7592         (wl-message-buffer-cache-hit): Ditto.
7593         (wl-message-buffer-cache-sort): New function.
7594         (wl-message-buffer-cache-add): Ditto.
7595         (wl-message-buffer-cache-delete): Ditto.
7596         (wl-message-buffer-cache-clean-up): Ditto.
7597         (wl-message-buffer-window): Rewrite.
7598         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7599         (wl-message-buffer-display): New function.
7600         (wl-message-display-internal): New function.
7601
7602 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7603
7604         * wl-folder.el: Use `elmo-folder-name-internal';
7605         Use `wl-folder-get-elmo-folder';
7606         Use `elmo-folder-list-messages' instead of
7607         `elmo-list-folder';
7608         Use `elmo-folder-get-primitive-list' instead of
7609         `elmo-folder-get-primitive-spec-list';
7610         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7611         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7612         Use `elmo-folder-create' instead of `elmo-create-folder'.
7613         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7614         (wl-folder-get-elmo-folder): New macro.
7615         (wl-folder-elmo-folder-cache-get): Ditto.
7616         (wl-folder-elmo-folder-cache-put): Ditto.
7617         (wl-folder-suspend): Call `elmo-quit'.
7618
7619         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7620         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7621         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7622         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7623         (toplevel): require 'cl.
7624         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7625
7626         * wl-summary.el: Rewrite to use new elmo interface.
7627
7628 \f
7629 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7630
7631         * wl-mime.el (wl-draft-preview-message):
7632         Run `wl-draft-send-hook' before collecting recipients information;
7633         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7634
7635         * tm-wl.el (wl-draft-preview-message): Ditto.
7636
7637 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7638
7639         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7640         wrong recipients are displayed when forwarded message.
7641
7642 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7643
7644         * Version number is increased to 2.5.7.
7645
7646 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7647
7648         * wl-message.el (wl-message-next-page): Bind
7649         `window-pixel-scroll-increment' to nil while scrolling up.
7650
7651 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7652
7653         * wl-vars.el (wl-save-hook): New hook.
7654         * wl.el (wl-save): Call `wl-save-hook'.
7655
7656 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7657
7658         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7659         Argument WITH-ARG instead of NO-ARG (negative mean).
7660         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7661         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7662         * wl-message.el (wl-message-follow-current-entity): Likewise.
7663
7664 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7665
7666         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7667         FROM was optional argument.
7668         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7669
7670 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7671
7672         * Version number is increased to 2.5.6.
7673
7674 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7675
7676         * wl-version.el (wl-version-show): Removed.
7677         (wl-version): Add `interactive'.
7678
7679 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7680
7681         * wl-summary.el (wl-summary-get-petname-func): New variable.
7682         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7683         instead of `wl-address-get-petname-1'.
7684         (wl-summary-simple-from): Ditto.
7685
7686         * wl-address.el (wl-address-get-petname-1): Define as function.
7687
7688 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7689
7690         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7691         field in the original message.
7692         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7693
7694 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7695
7696         * wl-expire.el (wl-expire-hide):
7697         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7698
7699 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7700
7701         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7702         find decoder for To, Cc, and Subject.
7703
7704 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7705
7706         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7707         for checking `elmo-use-buffer-cache'.
7708         (wl-summary-mark-as-important): Fixed typo in comment.
7709
7710 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7711
7712         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7713         field in the original message.
7714         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7715
7716 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7717
7718         * wl-expire.el (wl-expire-hide):
7719         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7720
7721 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7722
7723         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7724         find decoder for To, Cc, and Subject.
7725
7726 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7727
7728         * Version number is increased to 2.5.5.
7729
7730         * wl-address.el (wl-address-specials-regexp): New constant.
7731         (wl-address-quote-specials): Use it.
7732
7733 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7734
7735         * wl-summary.el (wl-summary-rescan):
7736         Call `wl-summary-buffer-number-column-detect'.
7737         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7738
7739         * wl-message.el (wl-message-mode-map): Define.
7740         (wl-message-decode): Use it as local-map.
7741
7742 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7743
7744         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7745         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7746
7747 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7748
7749         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7750
7751         * wl-mule.el (wl-read-event-char): Ditto.
7752
7753         * wl-e21.el (wl-read-event-char): Ditto.
7754
7755         * wl-nemacs.el (wl-read-event-char): Ditto.
7756         (read-event): Removed.
7757
7758         * wl-util.el (toplevel): Removed dummy definition of
7759         `read-event'.
7760         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7761
7762 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7763
7764         * wl-nemacs.el (elmo-archive-call-process): Moved to
7765         elmo-archive.el.
7766
7767 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7768
7769         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7770         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7771
7772         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7773         instead of magic-number 6.  Use `not' instead of `null' for symbol
7774         `nil' check (not empty list).
7775         (wl-draft-insert-x-face-field): Fixed paren style.
7776
7777         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7778         one-branch conditional statement, instead of `and' and `if'.
7779         (wl-draft-forward): Likewise.
7780         (wl-draft-add-references): Likewise.
7781         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7782
7783         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7784         conditional steatment.  Use `cond' instead of `if'.
7785         (wl-draft-confirm): Likewise.
7786
7787 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7788
7789         * wl-version.el (wl-version-show): Use `product-string-1'
7790         instead of `wl-version'.
7791         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7792
7793         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7794
7795 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7796
7797         * wl-highlight.el (wl-highlight-headers): Revert
7798         `wl-highlight-x-face-func' argument (`beg' and `end').
7799
7800 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7801
7802         * wl.el (toplevel): Move `product-provide' declare.
7803         * wl-demo.el (toplevel): Ditto.
7804         * wl-dnd.el (toplevel): Ditto.
7805         * wl-highlight.el (toplevel): Ditto.
7806         * wl-message.el (toplevel): Ditto.
7807         * wl-refile.el (toplevel): Ditto.
7808         * wl-util.el (toplevel): Ditto.
7809
7810 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7811
7812         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7813         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7814         (wl-thread-close-all): keep cursor position.
7815
7816 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7817
7818         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7819         (eq x 0).
7820         (wl-generate-user-agent-string-1): Fix conditional statement.
7821
7822 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7823
7824         * wl.el (wl-check-environment): Additional check for
7825         'wl-local-domain' and `wl-message-id-domain'.
7826
7827 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7828
7829         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7830
7831 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7832
7833         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7834         instead of `smtp-sasl-user-realm'.
7835
7836 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7837
7838         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7839
7840 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7841
7842         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7843         to the default value as well as `eword-lexical-analyzer'.
7844
7845 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7846
7847         * wl-version.el (wl-extended-emacs-version,
7848         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7849         `elmo-match-string' instead of `wl-match-string'.
7850
7851 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7852
7853         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7854         docstring.
7855
7856 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7857
7858         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7859
7860 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7861
7862         * wl-highlight.el (wl-highlight-headers): Remove
7863         `wl-highlight-x-face-func' argument (`beg' and `end').
7864
7865 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7866
7867         * wl-summary.el (wl-summary-mark-as-important):
7868         Remove cache if folder is local.
7869
7870 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7871
7872         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7873         to get existing e-mail address string.
7874
7875 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7876
7877         * wl-version.el (wl-generate-user-agent-string): Commentary.
7878         (wl-generate-user-agent-string-1): Use `when' for
7879         one-branch conditional statement, instead of `and' and `if'.
7880         (wl-extended-emacs-version, wl-extended-emacs-version2,
7881         wl-extended-emacs-version3): Ditto.
7882
7883 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7884
7885         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7886         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7887         condition-case; Remove initialization.
7888         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7889         (wl-summary-sync-update3): Added argument `sync-all';
7890         Eliminated local variable `msgdb';
7891         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7892         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7893         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7894
7895 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7896
7897         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7898         connection before call `wl-draft-send-mail-with-smtp'.
7899
7900 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7901
7902         * Version number is increased to 2.5.4.
7903
7904 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7905
7906         * wl.el (wl-check-environment): Additional check for
7907         'wl-local-domain' and `wl-message-id-domain'.
7908
7909 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7910
7911         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7912         buffer as command specific.
7913         (wl-folder-mark-as-read-all-entity): Ditto.
7914         (wl-folder-prefetch-entity): Ditto.
7915         (wl-folder-drop-unsync-entity): Ditto.
7916
7917         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7918         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7919         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7920
7921         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7922         save-excursion.
7923
7924 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7925
7926         * Version number is increased to 2.5.3.
7927
7928         * wl-summary.el (wl-summary-save-view-cache):
7929         Delete duplicated `write-region';
7930         Use `write-region-as-binary' instead of `as-binary-output-file' and
7931         `write-region'.
7932
7933 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7934
7935         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7936
7937 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7938
7939         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7940         instead of `smtp-via-smtp'.
7941
7942 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7943
7944         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7945
7946 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7947
7948         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7949         instead of `smtp-sasl-user-realm'.
7950
7951 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7952
7953         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7954
7955 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7956
7957         * Version number is increased to 2.5.2.
7958
7959 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7960
7961         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7962         does not exist.
7963         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7964         (wl-biff-start): Call `timer-activate' if timer already exists.
7965
7966         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7967         only when it is bound as function.
7968
7969 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7970
7971         * Version number is increased to 2.5.1.
7972
7973 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7974
7975         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7976         Print refile/copy destination.
7977
7978 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7979
7980         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7981         queue-flush-only is non-nil.
7982
7983         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7984
7985         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7986         checking cache folder.
7987
7988 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7989
7990         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7991         `regexp-quote'.
7992
7993 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7994
7995         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7996         function.
7997         * wl-summary.el (wl-summary-write-current-folder-functions):
7998         Change default value.  Use it.
7999
8000 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8001
8002         * Version number is increased to 2.5.0.
8003
8004         * wl-version.el (wl-version): Changed codename.
8005
8006 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8007
8008         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8009         (wl-summary-supersedes-message): Ditto.
8010
8011 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8012
8013         * wl-refile.el (wl-refile-guess-functions): Renamed from
8014         `wl-refile-guess-func-list'.
8015
8016 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8017
8018         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8019         Fixed problem when no rule was matched.
8020
8021 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8022
8023         * wl-summary.el (wl-summary-get-mark): Fixed
8024         `wl-summary-buffer-target-mark' check logic.
8025
8026 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8027
8028         * wl-folder.el (wl-folder-write-current-folder): Added group
8029         folder check.
8030
8031         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8032         `wl-summary-write-current-newsgroup'.
8033         (wl-summary-write-current-folder-functions): New variable.
8034         * wl-folder.el (wl-folder-get-newsgroups): New function.
8035         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8036         (wl-folder-write-current-folder): Renamed from
8037         `wl-folder-write-current-newsgroup'.
8038
8039 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8040
8041         * Version number is increased to 2.3.93.
8042
8043 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8044
8045         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8046         (wl-ldap-make-matched-value-list): Ditto.
8047         (wl-ldap-alias-safe-string): Split e-mail address.
8048
8049         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8050         petname folder default was selected.
8051         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8052         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8053
8054 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8055
8056         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8057         to `wl-draft-config-exec'.
8058
8059         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8060         instead of calling `wl-draft-config-exec';
8061         Process group-list and show recipients in minibuffer.
8062
8063         * tm-wl.el (wl-draft-preview-message): Ditto.
8064
8065 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8066
8067         * wl.el (toplevel): Added (C) to copyright notice, and
8068         sync Author header.
8069         * tm-wl.el (toplevel): Ditto.
8070         * wl-address.el (toplevel): Ditto.
8071         * wl-demo.el (toplevel): Ditto.
8072         * wl-dnd.el (toplevel): Ditto.
8073         * wl-draft.el (toplevel): Ditto.
8074         * wl-e21.el (toplevel): Ditto.
8075         * wl-expire.el (toplevel): Ditto.
8076         * wl-folder.el (toplevel): Ditto.
8077         * wl-highlight.el (toplevel): Ditto.
8078         * wl-message.el (toplevel): Ditto.
8079         * wl-mime.el (toplevel): Ditto.
8080         * wl-mule.el (toplevel): Ditto.
8081         * wl-nemacs.el (toplevel): Ditto.
8082         * wl-refile.el (toplevel): Ditto.
8083         * wl-score.el (toplevel): Ditto.
8084         * wl-summary.el (toplevel): Ditto.
8085         * wl-template.el (toplevel): Ditto.
8086         * wl-thread.el (toplevel): Ditto.
8087         * wl-util.el (toplevel): Ditto.
8088         * wl-vars.el (toplevel): Ditto.
8089         * wl-xmas.el (toplevel): Ditto.
8090
8091 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8092
8093         * wl.el (wl-init): Added comment about `wl-init-hook'.
8094         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8095         * wl-vars.el (wl-init-hook): Added docs.
8096         (wl-make-plugged-hook): Removed useless docs.
8097         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8098         * wl-xmas.el (toplevel): Ditto.
8099
8100 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8101
8102         * wl-address.el (toplevel): Fixed multiple Author header format.
8103         * wl-demo.el (toplevel): Ditto.
8104         * wl-draft.el (toplevel): Ditto.
8105         * wl-folder.el (toplevel): Ditto.
8106         * wl-summary.el (toplevel): Ditto.
8107         * wl-thread.el (toplevel): Ditto.
8108         * wl-util.el (toplevel): Ditto.
8109         * wl-vars.el (toplevel): Ditto.
8110         * wl-version.el (toplevel): Ditto.
8111         * wl-xmas.el (toplevel): Ditto.
8112         * wl.el (toplevel): Ditto.
8113
8114         * wl-version.el (toplevel): Added require `elmo-version' for
8115         `product-version-as-string'.
8116
8117 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8118
8119         * wl-vars.el (wl-draft-send-hook): Changed default value to
8120         '(wl-draft-config-exec).
8121
8122         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8123         explicitly.
8124         (wl-draft): Set `wl-draft-config-exec-flag' before running
8125         `wl-mail-setup-hook'.
8126
8127         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8128         `wl-biff-init-icons' to `wl-init-hook' instead of
8129         `wl-make-plugged-hook'.
8130         (Because if `wl-draft' command is invoked at first,
8131         they are not initialized)
8132         Updated copyright notice.
8133
8134         * wl-e21.el (toplevel): Ditto;
8135
8136         * wl-demo.el (toplevel): Updated copyright notice.
8137         * wl-address.el (toplevel): Ditto.
8138         * wl-draft.el (toplevel): Ditto.
8139         * wl-version.el (toplevel): Ditto.
8140         * wl-folder.el (toplevel): Ditto.
8141         * wl-summary.el (toplevel): Ditto.
8142         * wl-thread.el (toplevel): Ditto.
8143         * wl-util.el (toplevel): Ditto.
8144         * wl-vars.el (toplevel): Ditto.
8145         * wl.el (toplevel): Ditto.
8146
8147 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8148
8149         * wl-highlight.el (wl-highlight-message): Fixed problem of
8150         highlighting failure which occured when the last field contains
8151         multiple lines in the draft buffer.
8152
8153         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8154         `wl-biff-start' if plugged.
8155
8156         * wl-util.el (wl-biff-check-folder): New function.
8157         (wl-biff-check-folders): Don't set session name prefix.
8158         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8159         (wl-biff-check-folder-async): Ditto.
8160
8161         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8162         in email address.
8163
8164 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8165
8166         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8167
8168         * wl-draft.el (wl-draft-strip-subject-re): New function.
8169
8170         * wl-draft.el (wl-draft-reply): Use it.
8171
8172 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8173
8174         * wl-message.el (wl-mmelmo-message-redisplay): Use
8175         `mime-display-message' instead of `wl-mime-display-message'.
8176
8177         * wl-mime.el (toplevel): Removed compatibility workaround
8178         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8179         (wl-mime-display-message): Abolished.
8180         (wl-mime-entity-read-field): Ditto.
8181         (wl-mime-combine-message/partial-pieces): Use
8182         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8183
8184 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8185
8186         * wl-template.el: Doc fixes.
8187
8188 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8189
8190         * wl-e21.el (wl-message-overload-functions): Do nothing if
8191         `current-local-map' is not available.
8192         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8193
8194 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8195
8196         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8197         representation.
8198
8199         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8200         number.
8201         (wl-fldmgr-save-folders): Don't use `format' when insert
8202         `wl-fldmgr-folders-header'.
8203
8204 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8205
8206         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8207
8208 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8209
8210         * wl-highlight.el (wl-highlight-message):
8211         Use `std11-field-end' to detect end point of the header field.
8212         Refer `wl-highlight-max-header-size'.
8213
8214         * wl-vars.el (wl-highlight-max-header-size): New variable.
8215
8216         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8217
8218         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8219         Set `for-draft' argument of wl-highlight-headers.
8220         (wl-draft): Ditto.
8221         (wl-draft-reedit): Ditto.
8222         (wl-user-agent-compose-internal): Ditto.
8223
8224 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8225
8226         * wl-message.el (wl-message-add-button): Use overlay.
8227
8228 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8229
8230         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8231
8232         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8233         problem when group-list content is nothing.
8234         (Reported by Mito <mit@nines.nec.co.jp>)
8235
8236 2000-10-18  SAITO Atsunori <sai@yedo.com>
8237
8238         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8239
8240 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8241
8242         * tm-wl.el (toplevel): Use product-provide.
8243
8244 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8245
8246         * Version number is increased to 2.3.92.
8247
8248 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8249
8250         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8251         title text, use `display' property for left margin under Emacs 21.
8252
8253         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8254         properties.
8255         (wl-plugged-init-icons): Ditto.
8256
8257 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8258
8259         * wl.el (wl-save-status, wl-init): Remove last period in
8260         "...done." message.
8261         * tm-wl.el (wl-summary-burst): Ditto.
8262         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8263         wl-summary-resume-cache-status,
8264         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8265         wl-summary-sync-update3, wl-summary-highlight-msgs,
8266         wl-summary-flush-pending-append-operations,
8267         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8268         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8269         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8270         wl-thread-open-all): Ditto.
8271         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8272         * wl-mime.el (wl-summary-burst): Ditto.
8273         * wl-highlight.el (wl-highlight-summary): Ditto.
8274         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8275         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8276         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8277         * wl-address.el (wl-local-address-init): Ditto.
8278
8279 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8280
8281         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8282         `add-text-properties'.
8283         (wl-plugged-init-icons): Ditto.
8284         (wl-folder-init-icons): Use `propertize' instead of
8285         `put-text-property'.
8286         (wl-plugged-set-folder-icon): Ditto.
8287         (wl-e21-highlight-folder-group-line): Ditto.
8288
8289 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8290
8291         * wl-version.el (wl-version-status-alist): New variable.
8292         (wl-version-status): New function.
8293
8294         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8295         "Cc" part of the case "Reply-To".
8296
8297         * wl-draft.el (wl-draft-reply): Use result of
8298         `eword-extract-address-components'.
8299
8300         * wl-demo.el (wl-demo-icon-name): New constant.
8301         (wl-logo-xpm): Use it.
8302         (wl-logo-xbm): Ditto.
8303         (wl-logo-bitmap): Ditto.
8304
8305         * Version number is increased to 2.3.91.
8306
8307 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8308
8309         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8310         (wl-extended-emacs-version, wl-extended-emacs-version2,
8311         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8312         docstring.
8313
8314         * wl-version.el (wl-generate-user-agent-string-1): New function.
8315         (wl-generate-user-agent-string): Use it.
8316
8317         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8318         `mime-edit-insert-user-agent-field'.
8319         (wl-generate-user-agent-string): Check
8320         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8321
8322         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8323         instead of `if', when verbose case.
8324
8325 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8326
8327         * wl-expire.el (wl-summary-expire): Fix.
8328
8329 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8330
8331         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8332         and `elmo-lost+found-folder' if 'wl-draft.
8333         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8334
8335 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8336
8337         * wl-expire.el (wl-summary-expire): Change messages.
8338         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8339         `deleing-info' instead of "Deleting..."
8340
8341 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8342
8343         * wl-summary.el (wl-summary-refile-subr): Fix.
8344
8345 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8346
8347         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8348         if pipe folder.
8349
8350 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8351
8352         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8353
8354 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8355
8356         * wl-expire.el (wl-expire-hide): New function.
8357         (wl-summary-expire): Add `hide'.
8358
8359 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8360
8361         * wl-vars.el (wl-draft-reply-without-argument-list):
8362         Changed default value to consider `Reply-To:'.
8363         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8364
8365         * Version number is increased to 2.3.90.
8366
8367         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8368         elmo-imap4-get-session with unwind-protect.
8369         Don't cause error.
8370         (wl-summary-sync-marks): Don't check plugged nor folder type.
8371         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8372         (Always keep current buffer).
8373
8374 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8375
8376         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8377         Enclose with `save-excursion'.
8378
8379 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8380
8381         * wl-version.el (wl-version): Remove interactive.
8382
8383 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8384
8385         * wl-version.el (wl-generate-user-agent-string): Use
8386         `product-string-verbose' instead of `product-string-1'.
8387
8388 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8389
8390         * wl-vars.el (wl-draft-use-cache): New variable.
8391         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8392         if wl-draft-use-cache is non-nil.
8393
8394 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8395
8396         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8397         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8398
8399 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8400
8401         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8402         (wl-thread-msg-mark-as-unread): Ditto.
8403
8404         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8405         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8406         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8407         Don't set mark in summary if return value of `elmo-mark-as-read'
8408         is nil.
8409         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8410         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8411         instead of `wl-thread-msg-mark-as-read'.
8412         (wl-summary-mark-as-unread-region): Ditto.
8413         (wl-summary-target-mark-mark-as-read): Ditto.
8414
8415         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8416
8417 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8418
8419         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8420
8421         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8422
8423 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8424
8425         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8426         face.
8427
8428 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8429
8430         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8431         `running-xemacs'.
8432
8433 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8434
8435         * wl-version.el (toplevel): Use `product-version-as-string' for
8436         set verstion-string, if defined.
8437
8438         * wl-version.el (wl-version-show): Insert string at point, when
8439         call with argument.
8440
8441         * wl-version.el (wl-generate-user-agent-string): Use
8442         `product-string-1' instead of `wl-appname', `wl-version' and
8443         `wl-codename'.
8444
8445 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8446
8447         * wl-address.el (toplevel): Use product-provide.
8448         * wl-demo.el (toplevel): Ditto.
8449         * wl-dnd.el (toplevel): Ditto.
8450         * wl-draft.el (toplevel): Ditto.
8451         * wl-e21.el (toplevel): Ditto.
8452         * wl-expire.el (toplevel): Ditto.
8453         * wl-fldmgr.el (toplevel): Ditto.
8454         * wl-folder.el (toplevel): Ditto.
8455         * wl-highlight.el (toplevel): Ditto.
8456         * wl-message.el (toplevel): Ditto.
8457         * wl-mime.el (toplevel): Ditto.
8458         * wl-mule.el (toplevel): Ditto.
8459         * wl-nemacs.el (toplevel): Ditto.
8460         * wl-refile.el (toplevel): Ditto.
8461         * wl-score.el (toplevel): Ditto.
8462         * wl-summary.el (toplevel): Ditto.
8463         * wl-template.el (toplevel): Ditto.
8464         * wl-thread.el (toplevel): Ditto.
8465         * wl-util.el (toplevel): Ditto.
8466         * wl-vars.el (toplevel): Ditto.
8467         * wl-xmas.el (toplevel): Ditto.
8468         * wl.el (toplevel): Ditto.
8469
8470 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8471
8472         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8473         instead of product.
8474
8475         * wl-version.el (wl-version): Compile time evalution elmo-version.
8476
8477 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8478
8479         * wl-summary.el (wl-summary-sync-force-update): Append queue
8480         `mark-as-read'if unplugged.
8481
8482 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8483
8484         * wl-version.el: New file.  Use product.el.
8485         * wl.el: add (require 'wl-version).
8486         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8487         for ~/.folders header.
8488         (wl-fldmgr-folders-header): Changed.
8489         * wl-demo.el (wl-demo): Use product.el.
8490
8491         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8492         wl-version.el.
8493         * wl-util.el (wl-version, wl-version-show): Ditto.
8494
8495         * wl-util.el (wl-generate-user-agent-string,
8496         wl-extended-emacs-version, wl-extended-emacs-version2,
8497         wl-extended-emacs-version3): Move to wl-version.el.
8498         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8499         xemacs-codename, mime-edit-insert-user-agent-field,
8500         mime-edit-user-agent-value, mime-editor/version,
8501         mime-editor/codename): Compile warning killer move to
8502         wl-version.el
8503
8504 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8505
8506         * wl-summary.el (wl-summary-refile-subr): Fix.
8507
8508 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8509
8510         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8511         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8512
8513 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8514
8515         * wl.el (wl-check-environment): Check too many `@'.
8516
8517 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8518
8519         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8520
8521 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8522
8523         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8524         wl-draft-reply-myself-without-argument-list): Add variables.
8525         * wl-draft.el (wl-draft-reply): Use it.
8526
8527 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8528
8529         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8530         the 5th argument of `elmo-network-get-spec'.
8531
8532         * wl-thread.el (wl-thread-reparent-children): New inline function.
8533         (wl-thread-delete-message): Use it.
8534
8535         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8536         (wl-summary-score-update-all-lines): Don't use `dolist'.
8537
8538 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8539
8540         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8541         (require 'elmo-msgdb) for inline function.
8542
8543 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8544
8545         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8546
8547 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8548
8549         * wl-score.el (wl-score-headers): Fix for the confusing macro
8550         `elmo-kill-buffer'.
8551
8552 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8553
8554         * wl-summary.el: Don't use the 3rd argument of `require' because
8555         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8556         * wl-util.el: Ditto.
8557         * wl-draft.el: Ditto.
8558
8559 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8560
8561         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8562         window system is not used.
8563
8564 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8565
8566         * wl-thread.el: Don't use `mapcar' only for iteration.
8567         (wl-thread-resume-entity): Ditto.
8568         (wl-thread-delete-message): Ditto.
8569
8570         * wl-summary.el: Bind `dragdrop-drop-functions',
8571         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8572         of `require' for `timezone', `easymenu' and `ps-print';
8573         don't use `mapcar' only for iteration.
8574
8575         * wl-util.el: Bind `mule-version', `nemacs-version',
8576         `emacs-beta-version', `xemacs-codename',
8577         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8578         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8579         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8580         only for iteration.
8581
8582         * wl-score.el: Don't use `mapcar' only for iteration.
8583         (wl-score-simplify-buffer-fuzzy): Ditto.
8584         (wl-score-simplify-subject): Ditto.
8585         (wl-score-headers): Ditto.
8586         (wl-summary-score-update-all-lines): Ditto.
8587
8588         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8589         `enable-multibyte-characters' and `mule-version'.
8590
8591         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8592         `mapcar' only for iteration.
8593
8594         * wl-demo.el: Don't use `mapcar' only for iteration.
8595
8596         * wl-folder.el: Don't use `mapcar' only for iteration.
8597         (wl-folder-open-all): Ditto.
8598         (wl-folder-count-incorporates): Ditto.
8599
8600         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8601         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8602
8603         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8604         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8605         `smtp-connection-type'; specify 3rd argument of `require' for
8606         `timezone'; don't use `mapcar' only for iteration.
8607         (wl-draft-clone-local-variables): Don't use `mapcar'.
8608         (wl-draft-generate-clone-buffer): Ditto.
8609         (wl-user-agent-compose-internal): Ditto.
8610
8611         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8612
8613         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8614         (wl-save-status): Ditto.
8615
8616         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8617         for iteration.
8618
8619 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8620
8621         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8622         removed `Date'.
8623         (wl-fldmgr-make-filter-default): New user option.
8624
8625         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8626         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8627         (wl-fldmgr-filter-completion-alist): Abolish.
8628
8629         * wl.el (wl): Don't check servers if arg is non-nil.
8630
8631         * wl-draft.el (wl-draft-reply): Set only message-id string to
8632         In-Reply-To field.
8633
8634 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8635
8636         * wl-summary.el (wl-summary-pick): Rewrite.
8637
8638         * wl-draft.el (wl-draft-forward): Get references field from
8639         original buffer.
8640         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8641
8642 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8643
8644         * wl-draft.el (wl-draft-forward): Add references field.
8645
8646 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8647
8648         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8649         (wl-draft-reply): Use it.
8650
8651 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8652
8653         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8654         when Emacs 21 is running.
8655
8656         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8657         bindings.
8658
8659 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8660
8661         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8662         XPM icons transparent.
8663
8664         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8665         Emacs 21.
8666
8667 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8668
8669         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8670         nil.
8671
8672         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8673         when it is persistent.
8674         (wl-summary-sync-marks): Changed argument for
8675         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8676         (wl-summary-virtual): Use `elmo-read-search-condition'.
8677         (wl-summary-redisplay-internal): If folder is local, mark as read
8678         even when folder is plugged.
8679
8680 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8681
8682         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8683         of `tool-bar-lines' in the frame parameters.
8684         (after-make-frame-functions, post-command-hook): Don't modify the
8685         value.
8686         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8687         wl-e21-tool-bar-lines): Removed.
8688
8689 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8690
8691         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8692         properties `evaporate' and `wl-momentary-overlay' as well.
8693         (wl-highlight-summary-displaying): Ditto.
8694         (wl-delete-all-overlays): Don't delete overlay which does not have
8695         a property `wl-momentary-overlay'.
8696
8697         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8698         `display-mouse-p' and `display-graphic-p'.
8699         (wl-folder-init-icons): Don't search for XBM or the other files.
8700         (wl-plugged-set-folder-icon): Make icons if and only if
8701         `display-graphic-p' returns non-nil.
8702         (wl-highlight-plugged-current-line): Use `before-string' overlay
8703         property to show icon images.
8704         (wl-highlight-folder-current-line): Ditto.
8705         (wl-e21-highlight-folder-group-line): Ditto.
8706         (wl-e21-highlight-folder-by-numbers): Ditto.
8707         (wl-e21-insert-image): Removed.
8708         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8709         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8710         said.
8711         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8712         `wl-e21-force-switch-toolbar'.
8713         (wl-e21-make-icon-image): Removed.
8714         (wl-e21-setup-toolbar): Don't search for XBM files.
8715         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8716         the default value.
8717
8718 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8719
8720         * wl-util.el (wl-biff-check-folder-async): Set
8721         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8722
8723 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8724
8725         * wl-e21.el (after-make-frame-functions): Add
8726         `wl-e21-force-switch-toolbar'.
8727         (wl-e21-force-switch-toolbar): New function force to switch the
8728         toolbar appearance automatically.
8729         (post-command-hook): Add `wl-e21-switch-toolbar'.
8730         (wl-e21-switch-toolbar): New function to switch the toolbar
8731         appearance automatically.
8732         (wl-e21-tool-bar-lines): New buffer local variable.
8733
8734 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8735
8736         * wl-util.el (wl-biff-check-folders-running): New variable.
8737         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8738         (wl-biff-check-folder-async-callback):
8739         Set `wl-biff-check-folders-running'.
8740         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8741         with unwind-protect.
8742
8743         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8744         Enclose `wl-folder-auto-check' with unwind-protect.
8745
8746         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8747         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8748
8749         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8750
8751         * wl-util.el (wl-biff-notify): New inline function.
8752         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8753         locally.
8754         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8755         folder-list' is 1.
8756         Use `wl-biff-notify'.
8757         (wl-biff-check-folder-async-callback): New function.
8758         (wl-biff-check-folder-async): Ditto.
8759
8760         * wl-folder.el (wl-folder): Don't check folders.
8761         (wl-folder-auto-check): New function.
8762
8763 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8764
8765         * wl-util.el (wl-biff-start) [Emacs19+]:
8766         Use `timer-next-integral-multiple-of-time'.
8767         (wl-biff-check-folders): Use `wl-default-folder'
8768         if `wl-biff-check-folder-list' is nil.
8769
8770 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8771
8772         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8773         instead of `elmo-delete-lists'.
8774
8775 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8776
8777         * wl.el (wl-plugged-toggle-all): Set the value of
8778         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8779         (wl-plugged-toggle): Ditto.
8780         (wl-toggle-plugged): Ditto.
8781         (wl-plugged-init): Ditto.
8782
8783         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8784         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8785         instead of `wl-biff-state-indicator-off' and
8786         `wl-biff-state-indicator-on'; don't modify the value and the type
8787         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8788         (wl-plugged-init-icons): Set icons data to
8789         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8790         instead of `wl-plug-state-indicator-off' and
8791         `wl-plug-state-indicator-on'; don't modify the value and the type
8792         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8793
8794         * wl-vars.el (wl-modeline-biff-state-off,
8795         wl-modeline-biff-state-on, wl-modeline-biff-status,
8796         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8797         wl-modeline-plug-status): New internal variables.
8798         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8799         wl-biff-check-interval, wl-biff-check-folder-list): Change
8800         customization group from `wl-folder' to `wl-highlight'.
8801         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8802         wl-show-plug-status-on-modeline): Defcustomized.
8803
8804         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8805         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8806         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8807         a flag to `mode-line-buffer-identification'.
8808
8809         * wl-e21.el (wl-biff-init-icons): Set icons data to
8810         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8811         instead of `wl-biff-state-indicator-off' and
8812         `wl-biff-state-indicator-on'.
8813         (wl-plugged-init-icons): Set icons data to
8814         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8815         instead of `wl-plug-state-indicator-off' and
8816         `wl-plug-state-indicator-on'.
8817
8818 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8819
8820         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8821         excessive titles.
8822
8823 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8824
8825         * wl.el (wl-plugged-mode): Use revised
8826         `wl-mode-line-buffer-identification'.
8827         (wl-plugged-init): Don't use `force-mode-line-update'.
8828
8829         * wl-xmas.el (wl-draft-overload-functions): Use revised
8830         `wl-mode-line-buffer-identification'.
8831         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8832         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8833         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8834         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8835         `wl-make-plugged-hook';
8836         add `wl-folder-init-icons' and `wl-setup-folder' to
8837         `wl-folder-mode-hook'.
8838
8839         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8840         19 as well.
8841         (wl-mode-line-display-priority-list): New user option.
8842         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8843         Defcustomized.
8844         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8845         Add docs.
8846
8847         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8848         start.
8849         (wl-mode-line-buffer-identification): Revised as a function.
8850
8851         * wl-summary.el (wl-summary-mode): Use revised
8852         `wl-mode-line-buffer-identification'; don't call
8853         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8854         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8855         `wl-xmas-setup-summary'.
8856
8857         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8858         `wl-mode-line-buffer-identification'.
8859
8860         * wl-mule.el (wl-draft-overload-functions): Use revised
8861         `wl-mode-line-buffer-identification'.
8862
8863         * wl-folder.el (wl-make-plugged-alist): Don't call
8864         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8865         (wl-folder): Don't call `wl-folder-init-icons' directly.
8866         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8867         `wl-xmas-setup-folder' directly;
8868         use revised `wl-mode-line-buffer-identification'.
8869         (TopLevel): Don't bind `wl-biff-init-icons',
8870         `wl-plugged-init-icons', `wl-folder-init-icons',
8871         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8872
8873         * wl-e21.el (wl-draft-overload-functions): Use revised
8874         `wl-mode-line-buffer-identification'.
8875         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8876         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8877         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8878         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8879         `wl-make-plugged-hook';
8880         add `wl-folder-init-icons' and `wl-setup-folder' to
8881         `wl-folder-mode-hook'.
8882
8883 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8884             Katsumi Yamaoka    <yamaoka@jpl.org>
8885
8886         * wl.el (wl): Call `wl-biff-start'.
8887         (wl-exit): Call `wl-biff-stop'.
8888         (wl-plugged-mode): Show biff in modeline.
8889         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8890
8891         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8892         (wl-biff-init-icons): New function.
8893         (wl-plugged-init-icons): Don't make too much keymaps.
8894         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8895
8896         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8897         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8898         variables.
8899         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8900         options.
8901
8902         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8903         wl-biff-start, wl-biff-stop): New functions.
8904         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8905         (wl-biff-timer-name): New variable.
8906
8907         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8908
8909         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8910         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8911
8912         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8913         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8914
8915         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8916         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8917         `wl-folder-init-icons' to `ignore' if they are not available.
8918         (wl-folder-mode): Show biff in modeline.
8919
8920         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8921         (wl-biff-init-icons): New function.
8922         (wl-plugged-init-icons): Don't make too much keymaps.
8923         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8924
8925 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8926
8927         * wl-vars.el (wl-strict-diff-folders): Customization Type
8928         and doc fix.  Define as a list of regular expressions for
8929         folders or nil.
8930         * wl-folder.el (wl-folder-check-one-entity): Use
8931         `wl-string-match-member' instead of `wl-string-member' for
8932         `wl-strict-diff-folders'.
8933
8934 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8935
8936         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8937         (wl-highlight-folder-current-line): Use it; new implementation.
8938         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8939         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8940         `defsubst' instead of `defun'.
8941
8942         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8943         `wl-highlight-group-folder-by-numbers'; made it can also be a
8944         number.  See info for more details.
8945
8946         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8947         running.
8948
8949         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8950         to bind them.
8951
8952         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8953         (wl-highlight-folder-current-line): New implementation.
8954
8955         * wl-highlight.el (wl-highlight-folder-group-line): New
8956         implementation.
8957         (wl-delete-all-overlays): Rewrite as a marco.
8958         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8959
8960         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8961         running.
8962         (wl-folder-*-glyph): No need to bind them.
8963
8964         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8965         `wl-e21-highlight-folder-group-icon'; rewrite.
8966         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8967         `defsubst' instead of `defun'.
8968         (wl-folder-mode-map): Bind it when compiling.
8969
8970 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8971
8972         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8973
8974         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8975
8976 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8977
8978         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8979
8980 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8981
8982         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8983         (wl-highlight-folder-current-line): Use it.
8984
8985         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8986         in `id-name'.
8987
8988 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8989
8990         * wl.el: Require `wl-e21' when Emacs 21 is running.
8991
8992         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8993         default when Emacs 21 is running.
8994         (wl-use-highlight-mouse-line): Ditto.
8995         (wl-on-emacs21): New constant.
8996         (wl-on-emacs20): Removed.
8997
8998         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8999         Emacs 21 is running.
9000
9001         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9002         Emacs 21 is running.
9003
9004         * wl-e21.el: New file.
9005
9006 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9007
9008         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9009         (wl-toggle-plugged): Ditto.
9010         (wl-plugged-toggle): Ditto.
9011         (wl-plugged-toggle-all): Ditto.
9012
9013         * wl-vars.el (wl-plug-state-indicator): Refer
9014         `wl-plug-state-indicator-on' indirectly.
9015
9016 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9017
9018         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9019         Call `wl-folder-confirm-existence'.
9020
9021         * wl-folder.el (wl-folder-confirm-existence): Added optional
9022         argument `force'.
9023
9024 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9025
9026         * wl-summary.el (wl-summary-refile-subr): Assume
9027         `copy-or-refile' as symbol.
9028         (wl-summary-refile): Follow up above change.
9029         (wl-summary-copy): Ditto.  Doc fix.
9030
9031 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9032
9033         * wl-summary.el (wl-summary-pick): Don't bind
9034         `elmo-search-mime-charset'.
9035
9036         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9037         default using old backquote style.
9038         (wl-search-mime-charset): Abolished.
9039
9040         * wl-highlight.el (wl-highlight-headers):
9041         Call `point' after `re-search-forward'(for Nemacs).
9042
9043         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9044         for elmo-imap4.el.
9045
9046 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9047
9048         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9049         `wl-message-ignored-field-list' instead of
9050         `mime-view-ignored-field-list'.
9051
9052         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9053         Add interactive spec.
9054         (wl-folder-goto-bottom-of-current-folder): Ditto.
9055         (wl-folder-mode-map): Bind them.
9056
9057         * wl-vars.el (wl-message-ignored-field-list): New variable.
9058         (wl-message-visible-field-list): New variable.
9059
9060         * wl-mime.el (wl-mime-header-presentation-method): New function.
9061         (wl-mime-setup): Set header-presentation-method.
9062
9063 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9064
9065         * wl-nemacs.el (wl-draft-overload-functions): Set
9066         `mode-line-buffer-identification' instead of using
9067         `wl-make-modeline'.
9068
9069         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9070         instead of using `wl-make-modeline'.
9071
9072         * wl-xmas.el (wl-plugged-init-icons): Set up
9073         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9074         (wl-make-modeline): Abolish.
9075         (wl-draft-overload-functions): Set
9076         `mode-line-buffer-identification' instead of using
9077         `wl-make-modeline'.
9078
9079         * wl-util.el (wl-make-modeline-subr): Abolish.
9080         (wl-mode-line-buffer-identification): New alias.
9081
9082         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9083         (wl-summary-make-modeline): Abolish.
9084         (wl-summary-buffer-set-folder): Set
9085         `wl-summary-buffer-folder-indicator'.
9086         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9087         of using `wl-make-modeline'.
9088         (wl-summary-switch-to-clone-buffer): Don't set
9089         `mode-line-buffer-identification'.
9090         (wl-summary-goto-folder-subr): Ditto.
9091
9092         * wl-mule.el (wl-draft-overload-functions): Set
9093         `mode-line-buffer-identification' instead of using
9094         `wl-make-modeline'.
9095
9096         * wl-folder.el (wl-folder-mode): Set
9097         `mode-line-buffer-identification' instead of using
9098         `wl-make-modeline'.
9099         (wl-folder): Don't set `mode-line-buffer-identification'.
9100
9101 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9102
9103         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9104         instead of `member' for `wl-refile-guess-func-list' look-ups.
9105         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9106
9107 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9108
9109         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9110         `wl-message-button-dispatcher'.
9111
9112         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9113
9114         * wl-message.el (wl-message-button-dispatcher): Use it.
9115
9116         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9117         "In-Reply-To".
9118
9119         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9120         Bind `case-fold-search' to t.
9121
9122 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9123
9124         * wl-xmas.el (wl-message-overload-functions): Initialize
9125         `wl-message-button-map'.
9126
9127         * wl-mule.el (wl-message-overload-functions): Initialize
9128         `wl-message-button-map'.
9129
9130         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9131
9132         * wl-message.el (wl-message-button-map): New keymap.
9133         (wl-message-add-button): New function.
9134         (wl-message-button-dispatcher): New function.
9135         (wl-message-button-refer-article): New function.
9136
9137         * wl-highlight.el
9138         (wl-highlight-message-add-buttons-to-header): New function.
9139         (wl-highlight-headers): Use it.
9140
9141 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9142
9143         * wl-summary.el (wl-summary-default-from): Use
9144         `wl-address-get-petname-1'.
9145         (wl-summary-simple-from): Ditto.
9146
9147         * wl-address.el (wl-address-get-petname-1): New inline function.
9148         (wl-address-get-petname): Use it.
9149
9150 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9151
9152         * wl-summary.el (wl-summary-default-from): Return full-name part
9153         from the address if no petname was found.
9154         (wl-summary-simple-from): Ditto.
9155
9156         * wl-address.el (wl-address-get-petname): Return nil if no petname
9157         associated with the address was found.
9158
9159 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9160
9161         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9162         display is finished.
9163
9164 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9165
9166         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9167         `elmo-folder-exists-p' argument.
9168
9169 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9170
9171         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9172         the folder.
9173
9174 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9175
9176         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9177
9178         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9179         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9180
9181 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9182
9183         * wl-folder.el (wl-folder-create-subr): New function.
9184         (wl-folder-confirm-existence): Use it.
9185         (wl-folder-check-one-entity): Use it.
9186         Check the error symbol is derived from 'elmo-open-error.
9187
9188         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9189         `ignore-error'.
9190
9191 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9192
9193         * wl-util.el (toplevel): Add (eval-when-compile (require
9194         'elmo-util)).  (Maybe `provide' is typo.)
9195
9196 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9197
9198         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9199         (I don't know why this was needed.)
9200
9201         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9202         Follow up changes for stream-type.
9203
9204         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9205         (wl-draft-elmo-nntp-send): Ditto.
9206
9207         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9208         (wl-nntp-posting-stream-type): Ditto.
9209         (wl-pop-before-smtp-ssl): Abolished.
9210         (wl-nntp-posting-ssl): Ditto.
9211
9212         * wl-address.el (wl-address-quote-specials): New function.
9213         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9214
9215         * wl-draft.el (wl-draft-reply): Ditto.
9216
9217 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9218
9219         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9220         use function `wl-string-match-assoc'.
9221
9222 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9223
9224         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9225
9226         * wl-draft.el (wl-draft-deduce-address-list): New function.
9227         (wl-draft-parse-mailbox-list): Ditto.
9228         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9229         instead of `smtp-deduce-address-list'.
9230         (wl-draft-on-field-p): Follow group list.
9231
9232         * wl-address.el (wl-address-concat-token): New function.
9233         (wl-address-string-without-group-list-contents): Ditto.
9234         (wl-complete-field-body): Fixed problem of completion
9235         by japanese petname.
9236         (wl-address-make-completion-list): Rewrite.
9237
9238 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9239
9240         * wl-address.el (wl-address-make-completion-list): Completion by
9241         petname.
9242         (wl-complete-field-body): Likewise.
9243
9244 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9245
9246         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9247         contains invalid address syntax.
9248
9249 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9250
9251         * wl-folder.el (wl-folder-check-entity-async): Use
9252         `elmo-nntp-spec-hostname'.
9253
9254 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9255
9256         * wl-summary.el (wl-summary-msgdb-load-async): Use
9257         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9258
9259 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9260
9261         * wl-draft.el (wl-draft-reply): Set argument
9262         `content-transfer-encoding' as nil.
9263
9264 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9265
9266         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9267         `wl-refile-alist'.
9268
9269 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9270
9271         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9272         (wl-draft-edit-string): Ditto.
9273         (wl-draft-forward): Ditto.
9274         * wl-summary.el (wl-summary-write): Ditto.
9275
9276 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9277
9278         * wl-summary.el (wl-summary-sync-update3): Call
9279         `wl-summary-buffer-number-column-detect'.
9280         (wl-summary-buffer-number-column-detect): Search from point-min.
9281
9282 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9283
9284         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9285         contains an address which is not included in original to or cc.
9286
9287 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9288
9289         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9290         begin-line does not exist.
9291         * wl-message.el (wl-message-uu-substring): Ditto.
9292
9293 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9294
9295         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9296         clear local variables.
9297         (wl-summary-exit): Call `elmo-commit'.
9298         (wl-summary-switch-to-clone-buffer): Call
9299         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9300         (wl-summary-goto-folder-subr): Ditto.
9301
9302         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9303         POP folder.
9304
9305 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9306
9307         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9308         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9309         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9310         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9311         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9312         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9313
9314         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9315
9316 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9317
9318         * wl-summary.el (wl-summary-search-by-subject):
9319         Search parent message from the latest one.
9320
9321 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9322
9323         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9324         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9325
9326         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9327         New user option.
9328
9329         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9330         if elmo-nntp-use-killed-list is nil.
9331         Use `elmo-msgdb-append-to-killed-list'.
9332         (Append numbers confirmed as disappeared to the killed list.)
9333         (wl-summary-confirm-appends): Don't display negative number.
9334
9335 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9336
9337         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9338
9339 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9340
9341         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9342         range is `all'.
9343         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9344         `elmo-list-bigger-diff'.
9345
9346 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9347
9348         * wl-summary.el (wl-summary-buffer-exit-func):
9349         New buffer local variable.
9350         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9351
9352 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9353
9354         * wl-demo.el (wl-demo): Fix the last change.
9355
9356 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9357
9358         * wl-demo.el (wl-demo): Don't use `eval'.
9359
9360 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9361
9362         * wl-summary.el (wl-summary-buffer-thread-modified):
9363         New buffer-local variable.
9364         (wl-summary-set-thread-modified): New function.
9365         (wl-summary-thread-modified-p): New function.
9366         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9367         (wl-summary-yank-saved-message): Use function
9368         `wl-summary-set-thread-modified'
9369         (wl-summary-switch-to-clone-buffer): Add
9370         `wl-summary-buffer-thread-modified'.
9371
9372         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9373         (wl-summary-buffer-mark-saved-hook): Ditto.
9374         * wl-summary.el (wl-summary-msgdb-save): New hook
9375         `wl-summary-buffer-message-saved-hook' and
9376         `wl-summary-buffer-mark-saved-hook'.
9377
9378 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9379
9380         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9381
9382 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9383
9384         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9385         don't hide scroll bars under FSF Emacsen because it may incur an
9386         undesirable redrawing.
9387
9388 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9389
9390         * wl-draft.el (wl-draft-edit-string): Call
9391         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9392
9393 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9394
9395         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9396
9397 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9398
9399         * wl-summary.el (wl-summary-msgdb-load-async): Call
9400         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9401
9402 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9403
9404         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9405         fringes in demo buffer; center bitmap logo correctly even if old
9406         Mule is used.
9407
9408 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9409
9410         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9411
9412         * wl-refile.el (wl-refile-subject-alist): New variable.
9413         (wl-refile-subject-alist-file-name): Ditto.
9414         (wl-refile-alist-setup): Rewrite.
9415         (wl-refile-alist-save): Use `elmo-object-save'.
9416         Eliminated arguments.
9417         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9418         (wl-refile-guess-by-subject): New function.
9419         (wl-refile-guess-func-list): Added it.
9420
9421 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9422
9423         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9424         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9425
9426 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9427
9428         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9429         New buffer-local variable.
9430         (wl-summary-buffer-next-folder-func): Ditto.
9431         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9432         if non-nil.
9433         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9434         if non-nil.
9435         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9436         if non-nil.
9437         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9438         if non-nil.
9439
9440 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9441
9442         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9443         permanently in the demo buffer.
9444
9445 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9446
9447         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9448         `mime-entity-fetch-field'.
9449
9450         * wl.el (wl-exit): Delete plugged buffer.
9451
9452         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9453         XEmacs has menubar feature.
9454
9455 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9456
9457         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9458         cannot arrive at the beginning of the buffer under old Emacsen.
9459
9460 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9461
9462         * wl-address.el (wl-address-ldap-search):
9463         Call `ldap-search-entries' with `withdn' argument t.
9464         (wl-complete-field-body): Bind completion-ignore-case as t.
9465         Clear ldap search hash when it was sole completion.
9466         Use elmo-string for pattern string.
9467         (wl-ldap-alias-safe-string): Eliminated needless let.
9468
9469 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9470
9471         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9472         (wl-ldap-alias-sep): New constant.
9473         (wl-ldap-search-attribute-type-list): Ditto.
9474         (wl-ldap-get-value): New function.
9475         (wl-ldap-make-filter): Ditto.
9476         (wl-ldap-make-matched-value-list): Ditto.
9477         (wl-ldap-alias-safe-string): Ditto.
9478         (wl-ldap-register-dn-string): Ditto.
9479         (wl-address-ldap-search): Rewrite.
9480
9481 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9482
9483         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9484         thread is deleted.
9485         (wl-thread-delete-line-from-buffer): Ditto.
9486         (wl-thread-get-exist-children): New function.
9487
9488 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9489
9490         * wl-demo.el (wl-demo): Made it to select various image types.
9491         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9492         from `wl-title-logo'.
9493         (wl-logo-ascii): New variable.
9494         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9495         (wl-demo-copyright-notice): New constant.
9496
9497         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9498
9499 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9500
9501         * wl-vars.el (wl-summary-target-above): Renamed from
9502         wl-summary-temp-above.
9503         * wl-score.el (wl-score-get-score-alist): Use it.
9504         (wl-summary-score-update-all-lines): Use it.
9505         * wl-summary.el: Ditto. (make-variable-buffer-local).
9506
9507 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9508
9509         * wl-vars.el (wl-ldap-port): New user option.
9510
9511         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9512         Rewite whole implementation.
9513         (wl-complete-field-body): Fixed.
9514
9515 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9516
9517         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9518         Choose implementation at compile time.
9519
9520 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9521
9522         * wl-address.el (wl-ldap-search-internal): New function.
9523         (wl-complete-field-to): Use it.
9524
9525 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9526
9527         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9528         Use `let' instead of `let*'.
9529         Require 'wl-vars.
9530
9531         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9532         Define as defcustom.
9533         (wl-ldap-base): Ditto.
9534         (wl-use-ldap): Ditto.
9535
9536 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9537
9538         * wl-address.el (wl-ldap-search): New function.
9539         (wl-complete-field-body): Use `wl-ldap-search'.
9540         (wl-ldap-server): New variable.
9541         (wl-ldap-base): Ditto.
9542         (wl-use-ldap): Ditto.
9543
9544 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9545
9546         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9547         (Pointed out by Mito <mit@nines.nec.co.jp>).
9548         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9549         buffer-local variables like `wl-summary-redisplay-internal'.
9550         (wl-summary-redisplay-all-header): Likewise.  Update
9551         Summary view too.
9552
9553 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9554
9555         * wl-summary.el (wl-summary-jump-to-parent-message):
9556         Consider prefix argument.
9557
9558         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9559         when closed thread is deleted.
9560
9561 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9562
9563         * wl-summary.el (wl-summary-jump-to-parent-message):
9564         Consider thread modification.
9565
9566 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9567
9568         * wl-message.el (wl-message-normal-get-original-buffer): Use
9569         `save-excursion'.
9570
9571         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9572         (wl-summary-showto-folder-regexp): Ditto.
9573
9574 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9575
9576         * wl-util.el (wl-delete-alist): Doc fix.
9577         (wl-delete-associations): New function.
9578         (wl-inverse-alist): New function.
9579         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9580         Split temporary variables. Use `wl-delete-associations'
9581         and `wl-inverse-alist'.
9582         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9583
9584 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9585
9586         * wl-folder.el (wl-folder-prefetch-entity):
9587         Execute prefetching if new count is unknown.
9588
9589 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9590
9591         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9592
9593         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9594         delete entity.
9595         (wl-thread-set-parent): If insert as top, set linked as nil.
9596
9597         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9598         `wl-thread-cleanup-symbols' when view mode is thread.
9599
9600 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9601
9602         * wl-folder.el (wl-folder-create-folder-entity): Use
9603         with-current-buffer.
9604         (wl-local-folder-init): Call set-buffer to make sure we are in
9605         the Folder buffer. Don't touch buffer-local variables here.
9606         (wl-folder-mode): Initialize buffer-local variables here.
9607
9608         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9609         (wl-folder-entity-assign-id): Ditto.
9610         (wl-folder-create-entity-hashtb): Ditto.
9611         (wl-local-folder-init): Ditto.
9612         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9613
9614 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9615
9616         * wl-summary.el (wl-summary-default-from): Fix probrem when
9617         std11-extract-address-components return (nil "foo@bar").
9618
9619 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9620
9621         * wl-draft.el (wl-draft-clone-local-variables):
9622         Remove redundant `setq'.
9623
9624 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9625
9626         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9627         Bind wl-highlight-x-face-func as nil while highlighting header.
9628
9629 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9630
9631         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9632
9633 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9634
9635         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9636         elmo-msgdb-overview-hashtb from copy-variables.
9637         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9638         instead of `elmo-msgdb-overview-get-entity-by-number'.
9639         (wl-summary-auto-refile): Ditto.
9640
9641         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9642         `elmo-msgdb-overview-get-entity' instead of
9643         `elmo-msgdb-search-overview-entity'.  Use
9644         `elmo-msgdb-overview-get-entity' instead of
9645         `elmo-msgdb-overview-get-entity-by-number'.
9646         (wl-thread-insert-entity-sub): Ditto.
9647         (wl-thread-insert-message): Ditto.
9648
9649         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9650         `elmo-msgdb-overview-get-entity'.
9651         (wl-normal-message-redisplay): Ditto.
9652
9653 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9654
9655         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9656         `wl-thread-entities'.
9657         (wl-thread-delete-message): Fix remove top message from
9658         `wl-thread-entity-list'.
9659
9660         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9661         wl-append(nconc), because update-list is broken on Meadow.
9662
9663         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9664         updating process.
9665         (wl-summary-rescan): Ditto.
9666         (wl-summary-sync-update3): Ditto.
9667         * wl-thread.el (wl-thread-set-parent): Renamed from
9668         `wl-summary-set-parent'.
9669         (wl-thread-insert-message): Updating buffer faster.
9670         (wl-thread-delete-message): Updating buffer faster.
9671
9672         * wl-score.el (wl-summary-score-update-all-lines): Changed
9673         interval for display progress gauge.
9674
9675 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9676
9677         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9678         folder always-sticky.
9679         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9680         defmacro.
9681
9682 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9683
9684         * wl-vars.el (wl-draft-add-references): New user option.
9685
9686         * wl-draft.el (wl-draft-add-references): New function.
9687         (wl-draft-yank-from-mail-reply-buffer): Use it.
9688         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9689         as nil.
9690
9691 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9692
9693         * wl-thread.el (wl-thread-update-line-msgs): Called
9694         `wl-thread-update-line-on-buffer-sub'.
9695         (wl-thread-update-line-on-buffer): Delete routine of inserting
9696         thread.
9697         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9698         moved from `wl-thread-update-line-on-buffer'.
9699         Add threshold for displaying progress gauge.
9700         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9701         argument of `wl-thread-update-line-msgs'.
9702         Add threshold for displaying progress gauge.
9703         * wl-folder.el:
9704         Add threshold for displaying progress gauge.
9705         * wl-score.el: Ditto.
9706
9707         * wl-expire.el (wl-summary-expire): Display deleting info.
9708
9709 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9710
9711         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9712         `no-msg'.
9713         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9714         argument of `wl-thread-update-line-msgs'.
9715         (wl-summary-set-parent): Added optional argument `parent-number'.
9716         (wl-summary-buffer-saved-message): New buffer local variable.
9717         (wl-summary-save-current-message): New command.
9718         (wl-summary-yank-saved-message): Ditto.
9719         (wl-summary-mode-map): Added key binding for
9720         `wl-summary-save-current-message' (\ew) and
9721         `wl-summary-yank-saved-message' (\C-y).
9722         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9723
9724 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9725
9726         * wl-summary.el (wl-summary-mode-map): Added key binding for
9727         `wl-summary-set-parent' (ts).
9728
9729 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9730
9731         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9732         subject faster. If thread number is reverse, delayed updating
9733         thread.
9734         (wl-summary-search-by-subject): Ditto.
9735         (wl-summary-put-alike): Ditto.
9736         (wl-summary-get-alike): Ditto.
9737         (wl-summary-insert-headers): Insert header of all overview in
9738         buffer.
9739         (wl-summary-rescan): Delayed updating thread. Kill search subject
9740         buffer for wl-summary-search-by-subject.
9741         (wl-summary-sync-update3): Ditto.
9742         (wl-summary-exit): Ditto.
9743         (wl-summary-goto-bottom-of-current-thread): Change for linked
9744         thread.
9745         (wl-summary-overview-create-summary-line): Change line for linked
9746         thread.
9747
9748         * wl-summary.el (wl-summary-update-thread): Use
9749         wl-thread-maybe-get-children-num.
9750         (wl-summary-set-parent): If change parent, move sub thread.
9751         (wl-summary-redisplay-internal): Add horizontal recenter.
9752         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9753
9754         * wl-thread.el (wl-thread-entity-get-linked): New function.
9755         (wl-thread-entity-set-linked): New function.
9756         (wl-thread-create-entity): Add linked element.
9757         (wl-thread-entity-insert-as-top): Use wl-append.
9758         (wl-thread-maybe-get-children-num): If closing thread, return
9759         children msgs.
9760         (wl-thread-update-line-msgs): Displaying progress message.
9761         (wl-thread-update-line-on-buffer-sub): Use
9762         wl-thread-maybe-get-children-num.
9763         (wl-thread-update-line-on-buffer): If update line is not exists,
9764         insert thread.
9765         (wl-thread-delete-message): If delete top msg of thread, search
9766         parent by subject.
9767         (wl-thread-insert-entity): Use
9768         wl-thread-maybe-get-children-num.
9769
9770         * wl-highlight.el (wl-highlight-summary-current-line): change
9771         sregexp for linked thread.
9772         * wl-util.el (wl-count-lines): Count lines.
9773         (wl-horizontal-recenter): horizontal recenter.
9774         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9775         (wl-score-get-alike): Ditto.
9776         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9777         (wl-subject-length-limit): New variable.
9778         (wl-highlight-thread-indent-string-regexp): Changed for linked
9779         thread.
9780
9781 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9782
9783         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9784         New variable (revival).
9785         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9786         by subject matching if there's no in-reply-to nor references field
9787         (revival).
9788
9789 \f
9790 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9791
9792         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9793         message.
9794
9795 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9796
9797         * wl-summary.el (wl-summary-reply): Return t if there was a
9798         message at cursor point.
9799         Added unwind-protect.
9800         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9801         returns t.
9802         (wl-summary-cancel-message): Do nothing when there's no message at
9803         cursor point.
9804         (wl-summary-forward): Ditto.
9805         (wl-summary-jump-to-parent-message): Ditto.
9806         (wl-summary-reedit): Ditto.
9807         (wl-summary-edit-addresses): Ditto.
9808         (wl-summary-pipe-message): Ditto.
9809         (wl-summary-print-message-with-ps-print): Ditto.
9810         (wl-summary-print-message): Ditto.
9811         (wl-summary-mark-as-important): Ditto.
9812         (wl-summary-mark-as-unread): Ditto.
9813
9814         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9815         message at cursor point.
9816         (wl-summary-reply-with-citation): Remove unwind-protect.
9817
9818         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9819         subject searching feature.
9820         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9821         Eliminated.
9822
9823 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9824
9825         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9826         New variable.
9827         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9828         by subject matching if there's no in-reply-to nor references field.
9829
9830         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9831
9832         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9833         when display is finished.
9834         (wl-folder-open-all): Ditto.
9835         (wl-folder-update-access-group): Ditto.
9836         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9837         * wl-thread.el (wl-thread-close-all): Ditto.
9838
9839         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9840         progress gauge only when it was displayed.
9841         * wl-folder.el (wl-folder-insert-entity): Ditto.
9842
9843 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9844
9845         * wl-summary.el (wl-summary-incorporate): Enclose
9846         `wl-summary-sync-force-update' with save-excursion.
9847
9848 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9849
9850         * wl-summary.el (wl-summary-prefetch-region):
9851         Pass current cursor point to `pos-visible-in-window-p' after
9852         moving cursor to the started point.
9853
9854 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9855
9856         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9857
9858         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9859         fields from the forwarding message.
9860         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9861         `ignored-fields'.
9862
9863 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9864
9865         * wl-mime.el (wl-message-request-partial):
9866         Eliminated argument `msgdb'.
9867         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9868         (wl-mime-combine-message/partial-pieces): Likewise.
9869         * tm-wl.el (wl-message-request-partial): Likewise.
9870         (wl-mime-combine-message/partial-pieces): Likewise.
9871
9872 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9873
9874         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9875         when display is finished.
9876
9877 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9878
9879         * wl-summary.el (wl-summary-goto-folder-subr):
9880         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9881
9882 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9883
9884         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9885         when cursor point is visible.
9886
9887 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9888
9889         * wl-expire.el (wl-expire-archive-get-max-number):
9890         Don't use `file-name-directory'.
9891
9892 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9893
9894         * wl-expire.el (wl-expire-archive-get-max-number):
9895         Use `file-name-directory'.
9896
9897 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9898
9899         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9900         only when there is progress.
9901
9902 2000-04-13  Mito <mit@nines.nec.co.jp>
9903
9904         * wl-summary.el (wl-summary-sync-marks): Display progress.
9905
9906 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9907
9908         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9909         (wl-summary-prev): Move cursor regardless of unread status.
9910         (wl-summary-next): Ditto.
9911
9912 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9913
9914         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9915         Added argument `target' and `number'.
9916         * tm-wl.el (wl-summary-burst-subr): New function.
9917         (wl-summary-burst): Use it.
9918
9919 2000-04-10  Mito <mit@nines.nec.co.jp>
9920
9921         * wl-mime.el (wl-burst): New function.
9922         (wl-summary-burst): Use it.
9923
9924 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9925
9926         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9927         as petname when there's no candidate.
9928
9929 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9930
9931         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9932         New variable.
9933         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9934
9935         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9936
9937         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9938
9939 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9940
9941         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9942         Use substring of `original' instead of buffer-substring.
9943         (wl-refile-evaluate-rule):
9944         Set `original' argument of wl-refile-expand-newtext.
9945
9946         * wl-summary.el
9947         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9948         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9949         (wl-summary-auto-refile): Check existence of destination folder just
9950         before marking.
9951
9952 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9953
9954         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9955         when wl-refile-get-field-value return nil.
9956
9957 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9958
9959         * wl-refile.el
9960         (wl-refile-expand-newtext): New function imported from Gnus.
9961         (wl-refile-evaluate-rule): Use it.
9962
9963 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9964
9965         * wl-summary.el (wl-summary-print-destination):
9966         Duplicate folder string to avoid putting text-property on
9967         original string.
9968
9969         * wl-refile.el (wl-refile-get-field-value): New function.
9970         (wl-refile-evaluate-rule): New function;
9971         Evaluate refile rule recursively.
9972         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9973         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9974         New function; Check existence of a target folder recursively.
9975         (wl-summary-auto-refile-check-refile-rule-alist):
9976         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9977
9978 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9979
9980         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9981
9982         * wl-folder.el (wl-create-folder-entity-from-buffer):
9983         Fixed problem when '}' character is contained in folder name.
9984
9985         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9986
9987 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9988
9989         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9990         (wl-fldmgr-add-completion-all-completions):
9991         Use wl-fldmgr-add-completion-hashtb.
9992
9993 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9994
9995         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9996         wl-fldmgr-add-completion-subr): New functions.
9997         * wl-folder.el (wl-folder-completion-func): New variable.
9998         * wl-summary.el (wl-summary-read-folder):
9999         Use wl-folder-completion-func.
10000
10001         * wl-refile.el: Eliminate throw & catch.
10002
10003         * wl.el (wl-plugged-sending-queue-status): Fixed.
10004
10005 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10006
10007         * wl-draft.el (wl-draft): Put category property on
10008         mail-header-separator.