1ed32dc46560295aac80639aca325ac6bf7a12ad
[elisp/wanderlust.git] / wl / ChangeLog
1 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
2
3         * wl-summary.el (wl-summary-sync-update): Sort the return value of
4         `elmo-list-diff'.
5
6 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7
8         * wl-summary.el
9         (wl-summary-edit-addresses-collect-candidate-fields): Use
10         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
11
12         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
13         instead of `elmo-set-work-buf'.
14
15         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
16         (wl-address-make-address-list): Ditto.
17
18         * Version number is increased to 2.13.3.
19
20 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
21
22         * wl-vars.el (wl-message-use-header-narrowing): New user option.
23
24         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
25         argument `5'.
26
27         * wl-message.el (wl-message-display-no-merge-p): New function.
28         (wl-message-buffer-display): Check whether the message is
29         reassembled and follow the API change.
30
31 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
32
33         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
34         multibyte on working buffer and removed unnecessary
35         `buffer-disable-undo'.
36
37 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
38
39         * wl-util.el (wl-read-search-condition-internal): Fixed the last
40         change.
41
42 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
43
44         * wl-util.el (wl-read-search-condition-internal): Protect
45         elmo-global-flags from distraction.
46
47 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
48
49         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
50
51         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
52         (wl-summary-event-handler): Ditto.
53         (wl-summary-update-persistent-mark-on-event): New
54         function (renamed from `elmo-event-handler-flag-changed').
55         (wl-summary-buffer-attach): New function.
56         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
57         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
58         instead of `elmo-folder-add-handler'.
59
60         * Version number is increased to 2.13.2.
61
62 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
63
64         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
65         and "\177" to the `wl-news-previous-page'.
66         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
67         (wl-news-previous-page): New function.
68
69 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
70
71         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
72         instead of `write-region' and simplify.
73
74 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
75
76         * wl-template.el (wl-template-select): Cause error if
77         `wl-template-alist' is nil.
78
79 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
80
81         * wl-news.el.in: Set file variable `no-byte-compile'.
82
83 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
84
85         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
86         whether a target message is within displaying area.
87         (elmo-event-handler-cache-changed): Ditto.
88
89 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
90
91         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
92         to `defun'.  Use `nconc' instead of `append' to collect descendant
93         message numbers.
94
95 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
96
97         * wl-thread.el (wl-thread-save-top-list)
98         (wl-thread-save-entities): Use `with-temp-buffer'.
99         * wl-news.el.in (wl-news-previous-version-load):
100         (wl-news-previous-version-save): Ditto.
101         * wl-summary.el (wl-summary-load-file-object)
102         (wl-summary-save-view-cache): Ditto.
103
104 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
105
106         * wl-util.el (toplevel): Require 'elmo-flag'.
107         (wl-read-search-condition): New function (Renamed from
108         `elmo-read-search-condition').
109         (wl-read-search-condition-internal): Likewise.
110
111         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
112         invalid.
113         (wl-summary-pick): Use `wl-read-search-condition' instead of
114         `elmo-read-search-condition'.
115         (wl-summary-virtual): Ditto.
116
117         * wl-folder.el (wl-folder-virtual): Ditto.
118         (wl-folder-pick): Ditto.
119
120         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
121
122 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
123
124         * wl-summary.el (wl-summary-reedit): Call
125         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
126
127 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
128
129         * wl-mime.el (toplevel): Require wl-vars.
130
131         * wl-message.el (toplevel): Require cl at compile.
132
133         * wl-draft.el (toplevel): Require elmo.
134
135 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
136
137         * wl-message.el (wl-message-buffer-prefetch): Count is a number
138         and do nothing when it is not positive.
139         (wl-message-buffer-prefetch-next): Ditto.
140
141 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
142
143         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
144         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
145         (wl-summary-redisplay-internal): Ditto.
146
147         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
148         message (the condition is borrowed from `wl-check-variables-2').
149         (wl-summary-redisplay-internal): Ditto.
150
151 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
152
153         * wl-mime.el (wl-draft-nntp-attribute): New function.
154         (wl-draft-attribute-nntp-posting-server): Use it.
155         (wl-draft-attribute-nntp-posting-port): Ditto.
156
157         * wl-mime.el (wl-draft-preview-attributes-list): New function.
158         (wl-draft-show-attributes-buffer): Ditto.
159         (wl-draft-hide-attributes-buffer): Ditto.
160         (wl-draft-attribute-newsgroups): Ditto.
161         (wl-draft-attribute-nntp-posting-server): Ditto.
162         (wl-draft-attribute-nntp-posting-port): Ditto.
163         (wl-draft-preview-message): Use there functions.
164
165         * wl-vars.el (wl-draft-preview-attributes-list): Change default
166         value.
167
168 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
169
170         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
171         (wl-draft-reedit): Ditto.
172         (wl-draft-queue-flush): Ditto.
173
174         * wl-mime.el (wl-message-request-partial): Ditto.
175         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
176         instead of `elmo-message-fetch'.
177
178         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
179
180         * wl-summary.el (wl-summary-message-string): Ditto.
181
182 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
183
184         * wl-util.el (wl-current-message-buffer): Follow the API change.
185
186         * wl-summary.el (wl-summary-redisplay-internal): Call
187         `wl-summary-mark-as-read' with 2nd argument as nil and update
188         unread count instead of persistent mark.
189
190         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
191         variable.
192         (wl-message-redisplay): Follow the API change.
193         (wl-message-buffer-display): Managed mime-entity directly and
194         return preview buffer only.
195         (wl-message-display-internal): Rewrite.
196         (wl-message-buffer-prefetch-subr): Not save return value of
197         `wl-message-buffer-display'.
198
199         * Version number is increased to 2.13.1.
200
201 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
202
203         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
204         'elmo-multiple-fields-body-list' with boundary specified.
205
206 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
207
208         * wl-vars.el (wl-summary-resend-use-cache): New variable.
209         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
210         cache if `wl-summary-resend-use-cache' is non-nil.
211
212 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
213
214         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
215         (wl-nntp-posting-stream-type): Ditto.
216
217 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
218
219         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
220
221 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
222
223         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
224         message.
225
226 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
227
228         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
229         Abolish.
230         (wl-summary-buffer-persistent-mark-version): New internal
231         variable.
232         (wl-summary-update-mark-and-highlight-window): Check by
233         wl-summary-persistent-mark-invalid-p.
234         (wl-summary-update-status-marks): Ditto.
235         (elmo-event-handler-flag-changed): Rewrite.
236         (elmo-event-handler-cache-changed): Define.
237         (wl-summary-prefetch-msg): Does not update persistent mark here.
238         (wl-summary-delete-cache): Ditto.
239         (wl-summary-resume-cache-status): Ditto.
240         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
241         (wl-summary-persistent-mark-invalid-p): New function.
242         (wl-summary-validate-persistent-mark): Ditto.
243         (wl-summary-validate-persistent-mark-string): Ditto.
244         (wl-summary-invalidate-persistent-mark): Ditto.
245         (wl-summary-update-persistent-mark): Call
246         `wl-summary-validate-persistent-mark'.
247         (wl-summary-create-line): Call
248         `wl-summary-validate-persistent-mark-string'.
249
250         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
251         status as t if cache used.
252
253 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
254
255         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
256         only if the target is group.
257         * wl-folder.el (wl-folder-append-petname): Don't check group name.
258
259 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
260
261         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
262
263 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
264
265         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
266
267         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
268
269 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
270
271         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
272         (Thanks to Yoichi NAKAYAMA).
273
274 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
275
276         * wl-util.el (wl-save-drafts): Restore echo area.
277
278 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
279
280         * Version number is increased to 2.13.0.
281
282         * wl-util.el (wl-biff-check-folder-async): Use
283         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
284
285 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
286
287         * wl-message.el (wl-message-display-internal): Does not put
288         wl-message-display-type property on message buffer.
289         (wl-message-buffer-display-type): New function.
290
291         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
292
293         * wl-summary.el (wl-summary-mode): Use `dolist' to add
294         `wl-summary-buffer-detach'.
295         (wl-summary-message-display-type): Use
296         `wl-summary-buffer-display-type'.
297
298 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
299
300         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
301         buffer-local.
302
303         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
304         kill-buffer-hook instead of make-local-variable.
305         (wl-draft-preview-message): Set `local' argument of add-hook as t.
306
307 2004-12-12  Scott Renfro <scott@renfro.org>
308
309         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
310         regex for square-branket.
311
312 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
313
314         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
315         `wl-message-mime-analysis-p' with argument `header'.
316
317 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
318
319         * wl-mime.el (wl-draft-yank-current-message-entity): 
320         Switch to no-mime following method according to wl-message-display-type
321         property.
322         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
323
324         * wl-message.el (wl-message-display-internal): 
325         Put wl-message-display-type property on message buffer.
326
327         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
328         (wl-message-display-internal): Ditto;
329
330         * wl-summary.el (wl-summary-toggle-mime): Ditto.
331
332 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
333
334         * wl-message.el (wl-message-make-display-type): New function.
335         (wl-message-display-type-property): Ditto.
336         (wl-message-mime-analysys-p): Ditto.
337         (wl-message-display-all-header-p): Ditto.
338         (wl-message-redisplay): Removed argument `as-is', `all-header' and
339         added `display-type'.
340         (wl-message-buffer-display): Likewise.
341         (wl-message-display-internal): Likewise.
342         (wl-message-buffer-display-type): Abolish.
343         (wl-message-buffer-prefetch-subr): Follow the API changed.
344
345         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
346         from wl-summary-buffer-display-all-header and changed default value.
347         (wl-summary-message-display-type): New function.
348         (wl-summary-buffer-display-mime-mode): Ditto.
349         (wl-summary-buffer-display-header-mode): Ditto.
350         (wl-summary-toggle-mime): Rewrite with above functions.
351         (wl-summary-toggle-all-header): Ditto.
352         (wl-summary-redisplay): Force redisplay with default mode.
353         (wl-summary-redisplay-internal): Renamed argument from `mode',
354         `all-header' to `mime-mode', `header-mode'.
355         Use `wl-message-make-display-type'.
356
357         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
358         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
359
360 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
361
362         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
363
364 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
365
366         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
367         in original message buffer.
368         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
369         buffer.
370
371 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
372
373         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
374
375 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
376
377         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
378
379 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
380
381         * wl-action.el (wl-summary-exec-action-refile): Display a done message
382         when actions succeeded.
383         (wl-summary-exec-action-copy): Likewise.
384
385 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
386
387         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
388         there is switch-to-buffer at the end of wl-message-select-buffer.
389         (wl-summary-reply): Ditto.
390
391 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
392
393         * wl-summary.el (wl-summary-forward): Put subject in original
394         message buffer as argument of wl-draft-forward.
395         * wl-draft.el (wl-draft-forward): Decode subject as in
396         wl-draft-reply.
397
398 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
399
400         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
401         a folder under access group.
402
403 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
404
405         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
406         wl-message-buffer-display.
407
408         * wl-util.el (wl-set-save-drafts): Fix typo.
409
410 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
411
412         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
413         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
414         wl-highlight-logo-face to set the bg color of an xbm image; fixed
415         the way to measure the width of a bitmap image; don't put face on
416         ascii and bitmap images; put the mark which should not use the
417         variable-pitch face on ascii and bitmap images.
418         (wl-demo-setup-properties): Don't use the variable-pitch face on
419         ascii and bitmap images; made it work on Emacs 20 and earlier.
420         (wl-demo-insert-text): End with a newline at the bottom; don't put
421         face on text.
422
423         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
424
425 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
426
427         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
428
429         * wl-util.el (wl-save-drafts): Moved from sample setting.
430         (wl-set-save-drafts): New function to set idle timer.
431         * wl-draft.el (wl-draft): Call it.
432         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
433
434 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
435
436         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
437         a summary which has toggle display status off.
438
439 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
440
441         * wl-draft.el (wl-draft-do-fcc): No cache save.
442
443 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
444
445         * wl-summary.el (elmo-event-handler-flag-changed): Use
446         `set-buffer' instead of `with-current-buffer'.
447
448 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
449
450         * wl-summary.el (wl-summary-after-resize-function): New function.
451         (wl-summary-mode): Add `wl-summary-after-resize-function' to
452         window-size-change-functions.
453
454 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
455
456         * wl-draft.el (wl-draft-create-buffer): Bind
457         `change-major-mode-hook' after current buffer is changed.
458
459         * wl-summary.el (wl-summary-buffer-detach): New function.
460         (wl-summary-buffer-set-folder): Call it.
461         (wl-summary-mode): Add `wl-summary-buffer-detach' to
462         change-major-mode-hook and kill-buffer-hook.
463         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
464         (wl-summary-switch-to-clone-buffer): Ditto.
465         (wl-summary-goto-folder-subr): Ditto.
466
467 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
468
469         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
470         after boundp check.
471
472 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
473
474         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
475         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
476         for `kill-buffer'.
477
478         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
479         handler of current buffer from elmo-folder.
480
481 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
482
483         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
484
485 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
486
487         * wl-summary.el (wl-summary-buffer-event-handler): New internal
488         variable.
489         (wl-summary-event-handler): New class.
490         (elmo-event-handler-flag-changed): Define to update persistent
491         mark.
492         (wl-summary-buffer-set-folder): Register event handler to
493         elmo-folder.
494         (wl-summary-exit): Unregister event handler.
495         (wl-summary-goto-folder-subr): Ditto.
496         (wl-summary-mark-as-read-all): Does not call
497         `wl-summary-update-persistent-mark' directly.
498         (wl-summary-mark-as-read-internal): Ditto.
499         (wl-summary-set-persistent-mark-internal): Ditto.
500         (wl-summary-set-flags-internal): Ditto.
501
502         * Version number is increased to 2.11.33.
503
504 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
505
506         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
507         to nil.
508
509 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
510
511         * wl-spam.el (wl-spam-setup): Add hook
512         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
513         instead of `wl-summary-prepare-hook'.
514
515         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
516         if folder type is `'flag'.
517         (wl-summary-mark-as-important): Ditto.
518
519 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
520
521         * wl-address.el (wl-address-minibuffer-history): New variable.
522         (wl-address-minibuffer-local-map): New keymap.
523         (wl-address-read-from-minibuffer): New function.
524
525         * wl-action.el (wl-summary-get-resend-address): Use
526         `wl-address-read-from-minibuffer' instead of `completing-read'.
527
528 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
529
530         * Version number is increased to 2.11.32.
531
532 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
533
534         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
535         without mule to iso-8859-1.
536         (wl-draft-add-in-reply-to): Add note in description.
537         (wl-draft-add-references): Ditto.
538
539 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
540
541         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
542         definition for `m'.
543         (wl-summary-mode-line-format): Add '[%m]'.
544         (wl-message-mode-line-format-spec-alist): Ditto.
545         (wl-summary-display-mime-mode-list): New variable.
546
547         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
548         from wl-summary-buffer-display-as-is.
549         (wl-summary-buffer-display-all-header): New buffer local variable.
550         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
551         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
552         instead of wl-summary-buffer-display-as-is.
553         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
554         (wl-summary-set-persistent-mark): Ditto.
555         (wl-summary-set-message-buffer-or-redisplay): Just call
556         `wl-summary-redisplay-internal' without optional arguments.
557         (wl-summary-toggle-mime): Rewrite.
558         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
559         (wl-summary-toggle-all-header): New function.
560         (wl-summary-redisplay-internal): Treat mime mode.
561
562         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
563         to wl-mime-preview-follow-no-mime.
564         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
565         accodring to the display-mode.
566
567         * wl-message.el (wl-message-buffer-display-type): Rewrite.
568         (wl-message-buffer-display): Changed argument name from `as-is' to
569         `mode'.
570         (wl-message-display-internal): Ditto;
571         Bind elmo-mime-display-header-analysis according to the mode.
572         (wl-message-display-internal): Put wl-message-display-mime-mode
573         property on entire buffer.
574
575 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
576
577         * wl-draft.el (wl-draft-do-fcc): Undo last change.
578
579 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
580
581         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
582         Don't extract mail address.
583         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
584
585         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
586
587         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
588
589 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
590
591         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
592         wl-fldmgr-cut-entity-list on confirmation.
593
594 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
595
596         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
597         (wl-mime-quit-preview): Check existence of
598         mime-edit-temp-message-buffer here.
599
600 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
601
602         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
603         after deletion.
604
605         * wl-draft.el (wl-draft-send-confirm): Check major-mode
606         before calling wl-mime-quit-preview.
607
608 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
609
610         * wl-summary.el (wl-summary-pick): If call it with prefix
611         argument, set `delete-marks' as non-nil. Pick from only visible
612         messages.
613         (wl-summary-check-target-mark): New function.
614         (wl-summary-target-mark-mark-as-read): Use it.
615         (wl-summary-target-mark-mark-as-unread): Ditto.
616         (wl-summary-target-mark-operation): Ditto.
617         (wl-summary-target-mark-set-flags): Ditto.
618         (wl-summary-target-mark-save): Ditto.
619         (wl-summary-target-mark-pick): Ditto.
620         (wl-summary-target-mark-forward): Ditto.
621         (wl-summary-target-mark-reply-with-citation): Ditto.
622         (wl-summary-target-mark-print): Ditto.
623         (wl-summary-target-mark-uudecode): Ditto.
624
625         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
626         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
627         with `ask-coding' is non-nil.
628
629 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
630
631         * wl-thread.el (wl-thread-set-parent): If parent is a message
632         which is identified by references, set linked as nil.
633
634 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
635
636         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
637         (wl-message-mode-line-format-spec-alist): Ditto.
638         (wl-message-mode-line-format): Ditto.
639         (wl-summary-mode-line-format): Ditto for docstring.
640         (wl-summary-no-mime-folder-list): Fix typo.
641
642         * wl-util.el (wl-current-message-buffer): Call
643         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
644
645         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
646         variable.
647         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
648         of `wl-summary-redisplay-no-mime'.
649         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
650         (wl-summary-toggle-mime): New function.
651         (wl-summary-redisplay-all-header): Rewrite.
652         (wl-summary-redisplay-no-mime): Ditto.
653         (wl-summary-redisplay-internal): Added argument `as-is' and
654         `all-header'.
655
656         * wl-refile.el (wl-refile-default-from-folder-path-separator):
657         New variable.
658         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
659         bottom.
660         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
661         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
662         "/" unconditionally.
663
664         * wl-mime.el (wl-draft-yank-current-message-entity): Use
665         wl-mime-preview-follow-no-mime for as-is content.
666         (wl-mime-preview-follow-no-mime): New function.
667         (wl-mime-preview-follow-current-region): Fixed parenthesis.
668
669         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
670         and added `as-is', `all-header'.
671         (wl-message-buffer-display): Ditto.
672         (wl-message-buffer-display-type): New function.
673
674 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
675
676         * wl-vars.el (wl-message-header-button-alist): Change default
677         value.
678         (wl-message-body-button-alist): Ditto.
679
680 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
681
682         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
683
684 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
685
686         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
687
688 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
689
690         * wl-summary.el (wl-summary-sync-marks): Remove condition which
691         is always true.
692
693 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
694
695         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
696         on null entity.
697
698 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
699
700         * wl-vars.el (wl-draft-reply-default-position): Fix range.
701
702 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
703
704         * wl-vars.el (wl-summary-resend-hook): New hook.
705
706         * wl-action.el (wl-summary-exec-action-resend-subr): Run
707         `wl-summary-resend-hook'.
708
709 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
710
711         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
712         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
713         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
714         (wl-summary-new-cached-mark): Changed default value to 'n'.
715         (wl-summary-unread-cached-mark): Changed default value to 'u'.
716         (wl-summary-answered-cached-mark): Changed default value to 'a'.
717         (wl-folder-sync-range-alist): Remove spec for 'flag.
718         (wl-summary-force-prefetch-folder-list): New user option.
719
720         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
721         `wl-summary-toggle-persistent-mark'.
722         (wl-summary-update-mark-and-highlight-window): Don't highlight when
723         number is nil.
724         (wl-summary-mark-as-answered-region): Set interactive argument of
725         `wl-summary-set-persistent-mark-internal'.
726         (wl-summary-mark-as-important-region): Ditto.
727         (wl-summary-unset-persistent-mark): Ditto.
728         (wl-summary-set-persistent-mark): Ditto.
729         (wl-summary-mark-as-answered): Ditto.
730         (wl-summary-mark-as-important): Ditto.
731         (wl-summary-set-persistent-mark-internal): Do nothing
732         when `elmo-message-flag-available-p' is nil.
733         (wl-summary-toggle-persistent-mark): New function.
734         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
735         when the folder matches `wl-summary-force-prefetch-folder-list'.
736
737
738         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
739         when number is nil.
740         (wl-highlight-summary-forwarded-face): New face.
741
742 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
743
744         * Version number is increased to 2.11.31.
745
746 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
747
748         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
749         (wl-biff-check-folder-async): Ditto.
750         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
751
752 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
753
754         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
755         Add an argument `reverse'.  All callers are updated.
756         (wl-summary-sort): Add a prefix argument `reverse' to specify
757         reverse sorting.
758         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
759         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
760         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
761
762 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
763
764         * wl-message.el (wl-message-redisplay): Does not narrow header if
765         disply-type is all-header or as-is.
766
767         * wl-summary.el (wl-summary-enter-handler): Use
768         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
769
770 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
771
772         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
773         after adding wl-draft-parent-variables.
774         (wl-draft-forward): Ditto.
775
776 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
777
778         * wl-summary.el (wl-summary-sync-marks): Call
779         `wl-summary-set-persistent-mark' and
780         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
781         (wl-summary-set-persistent-mark-internal): Add 4th argument
782         `no-server'.
783         (wl-summary-unset-persistent-mark): Ditto.
784         (wl-summary-set-persistent-mark): Ditto.
785         (wl-summary-add-flags-internal): Abolish.
786         (wl-summary-remove-flags-internal): Ditto.
787         (wl-summary-mark-as-important-internal): Ditto.
788         (wl-summary-mark-as-important): Use
789         `wl-summary-set-persistent-mark' instead of
790         `wl-summary-add-flags-internal'.
791         (wl-summary-mark-as-important-region): Ditto.
792
793         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
794
795         * wl-summary.el (wl-summary-get-available-flags): New function.
796         (wl-summary-sync-marks): Use it and simplified.
797         (wl-summary-unset-persistent-mark): Use
798         `wl-summary-get-available-flags'.
799         (wl-summary-set-persistent-mark): Ditto.
800
801 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
802
803         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
804         id.
805
806 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
807
808         * wl-summary.el (wl-summary-enter-handler): If argument is not a
809         number, call `wl-summary-prev-line-content'. Show message when the
810         message is not found.
811
812 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
813
814         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
815         wl-summary-enter-handler.
816         (wl-summary-enter-handler): New command.
817
818         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
819         docstring and custom spec.
820
821         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
822         flags too; Don't treat Cached and New.
823         (wl-summary-set-persistent-mark): Ditto.
824
825         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
826         `wl-folder-set-flag'.
827
828         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
829         instead of `wl-folder-set-flag'.
830
831         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
832         for completion.
833         (wl-summary-set-persistent-mark): Ditto.
834
835         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
836         instead of `wl-draft-quit-preview'.
837
838         * wl-mime.el (toplevel): Avoid compile warning.
839         (wl-mime-quit-preview): New function
840         (formarly defined as `wl-draft-quit-preview').
841         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
842         quitting method.
843
844         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
845
846         * wl-folder.el (wl-folder-set-flag): Renamed from
847         `wl-draft-set-flag-on-parent'.
848
849         * wl-draft.el (wl-draft-quit-preview): New function.
850         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
851         (wl-draft-send): Call `wl-folder-set-flag' instead of
852         `wl-draft-set-flag-on-parent'.
853         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
854
855 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
856
857         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
858         (wl-draft-send): Ditto.
859
860 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
861
862         * wl-vars.el (wl-draft-reply-hook): Changed default value.
863         (wl-draft-kill-pre-hook): Set default value as nil.
864         (wl-summary-reply-hook): Ditto.
865         (wl-draft-kill-flags): Abolish.
866
867         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
868         (wl-draft-parent-variables): Renamed from
869         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
870         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
871         argument; Add wl-draft-parent-variables to
872         wl-draft-config-variables.
873         (wl-draft-reply): Likewise.
874         (wl-draft-kill-flags): Abolish.
875         (wl-draft-send): Call wl-draft-set-flag-on-parent.
876         (wl-draft-set-flag-on-parent): New function.
877         (wl-draft-setup-parent-flag): Ditto.
878
879 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
880
881         * wl-draft.el (wl-draft-kill-flags): Avoid error when
882         `wl-draft-parent-folder' is "".
883
884 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
885
886         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
887         (wl-summary-digit-jump): New function.
888         (Adviced by John Owens and Hiroya Murata)
889
890         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
891         (Adviced by John Owens)
892
893         * wl-xmas.el (wl-message-define-keymap): Ditto.
894
895         * wl-mule.el (wl-message-define-keymap): Ditto.
896
897 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
898
899         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
900         change of return value of elmo-folder-count-flags.
901
902         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
903         (wl-summary-mark-as-read-internal): Ditto.
904         (wl-summary-set-persistent-mark-internal): Ditto.
905         (wl-summary-folder-info-update): Ditto.
906         (wl-summary-sync-update): Fixed the last change.
907
908         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
909
910 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
911
912         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
913         (wl-draft-kill-flags): Fixed docstring.
914
915         * wl-draft.el (wl-draft-kill-flags): New function.
916         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
917
918 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
919
920         * wl-vars.el (wl-reply-hook): Abolish.
921         (wl-draft-reply-hook): New hook.
922         (wl-summary-reply-hook): Ditto.
923         (wl-draft-forward-hook): Ditto.
924         (wl-summary-forward-hook): Ditto.
925         (wl-draft-kill-flags): New variable.
926
927         * wl-summary.el (wl-summary-mark-as-answered-region): Use
928         wl-summary-set-persistent-mark-internal.
929         (wl-summary-sync-marks): Use elmo-preserved-flags.
930         (wl-summary-update-persistent-mark): Make it interactive.
931         (wl-summary-set-persistent-mark-internal): New inline function.
932         (wl-summary-mark-as-answered): Use it.
933         (wl-summary-mark-as-unanswered): Ditto.
934         (wl-summary-unset-persistent-mark): New function.
935         (wl-summary-set-persistent-mark): Ditto.
936         (wl-summary-reply): Don't set answered flag;
937         Run wl-summary-reply-hook instead.
938         (wl-summary-forward): Call wl-draft-forward with number.
939         Run wl-summary-forward-hook.
940
941         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
942         (wl-highlight-summary-line-face-spec): Use it as a default
943         persistent mark face.
944
945         * wl-draft.el (wl-draft-forward): Added optional argument number;
946         Set wl-draft-parent-number; Run wl-draft-forward-hook.
947         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
948         (wl-draft-kill): Use wl-draft-kill-flags.
949
950         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
951
952         * wl-folder.el (wl-folder-check-one-entity): Follow the change
953         of return value of elmo-folder-count-flags.
954
955         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
956
957         * wl-summary.el (wl-summary-count-unread): Ditto.
958         (wl-summary-sync-update): Follow the change above.
959         (wl-summary-force-prefetch): New function.
960
961 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
962
963         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
964         variable `buf' with `let' instead of `setq'.
965
966 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
967
968         * wl-mime.el (wl-message-delete-current-part): If filename exists,
969         add Content-Disposition heaeder on the deleted part.
970
971 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
972
973         * wl-draft.el (wl-draft-save): Encode address list under edit by
974         `eword-encode-unstructured-field-body'.
975
976         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
977
978 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
979
980         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
981         wl-current-summary-buffer.
982
983 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
984
985         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
986         `numbers' is ignored.
987
988 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
989
990         * wl-folder.el (wl-folder-open-folder): Avoid error.
991         Reported by John Owens, [wl-en:815]
992
993         * wl.el (wl): Set timer for biff process even if prefix argument
994         is given or auto-checking is quitted.
995
996         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
997         immediately.
998         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
999         (wl-toggle-plugged): Ditto.
1000
1001         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1002         * wl-util.el (wl-biff-start): Use idle timer if
1003         `wl-biff-use-idle-timer' is non-nil.
1004
1005 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1006
1007         * wl-highlight.el (wl-highlight-message): Fix description.
1008
1009 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1010
1011         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1012         tty.
1013
1014 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1015
1016         * wl-action.el (wl-summary-exec): Print failure count.
1017
1018 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1019
1020         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1021         to `defun', remove interactive form.
1022         Set elmo-message-fetch-confirm when force-reload is non-nil.
1023
1024 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1025
1026         * wl-summary.el (toplevel): Removed unnecessary autoload.
1027
1028 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1029
1030         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1031         the buffer is generated from another message buffer.
1032
1033 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1034
1035         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1036         extracted from `wl-fldmgr-save-folders'.
1037         (wl-fldmgr-delete): Call it after deletion.
1038
1039 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1040
1041         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1042         multi-tty support.
1043
1044 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1045
1046         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1047
1048 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1049
1050         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1051         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1052
1053 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1054
1055         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1056         unsubscribe list only if argument CLEAR is nil.
1057
1058 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1059
1060         * wl-draft.el (wl-draft-reply): Decode subject before removing
1061         Re: prefix.
1062
1063 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1064
1065         * wl-summary.el (wl-summary-sort-by-size): New command.
1066
1067 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1068
1069         * wl-summary.el (wl-summary-number-list-from-region): New
1070         function.
1071         (wl-summary-mark-as-read-region): Use it.
1072         (wl-summary-mark-as-unread-region): Ditto.
1073         (wl-summary-set-flags-region): Ditto and add optional argument
1074         remove.
1075         (wl-summary-mark-as-answered-region): Ditto.
1076         (wl-summary-mark-as-important-region): Ditto.
1077         (wl-summary-target-mark-mark-as-important): Added optional
1078         argument remove.
1079         (wl-summary-target-mark-mark-as-answered): Ditto.
1080         (wl-summary-target-mark-set-flags): Ditto.
1081
1082 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1083
1084         * wl-summary.el (wl-summary-set-flags-region): Call
1085         `wl-summary-set-flags-internal' with number list instead of call
1086         one by each message.
1087         (wl-summary-target-mark-set-flags): Likewise.
1088
1089 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1090
1091         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1092         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1093         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1094         (wl-summary-target-mark-mark-as-answered): Likewise.
1095
1096 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1097
1098         * wl-summary.el (wl-summary-target-mark-forward): Use
1099         `wl-summary-delete-all-target-marks' instead of
1100         `wl-summary-delete-all-temp-marks'.
1101         (wl-summary-target-mark-reply-with-citation): Ditto.
1102         (wl-summary-target-mark-uudecode): Ditto.
1103         (wl-summary-target-mark-set-flags): Ditto and remove needless
1104         cursor move.
1105
1106 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1107
1108         * wl-summary.el (wl-summary-target-mark-forward): Protect
1109         wl-summary-buffer-target-mark-list from nreverse.
1110         (wl-summary-target-mark-reply-with-citation): Ditto.
1111
1112 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1113
1114         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1115         `elmo-display-progress-threshold'.
1116
1117 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1118
1119         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1120         check `wl-summary-highlight'.
1121         (wl-summary-window-scroll-functions): Respect value of
1122         `wl-summary-highlight'.
1123         (wl-summary-sync-update): Run hooks
1124         `wl-summary-buffer-window-scroll-functions' at any time.
1125
1126 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1127
1128         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1129         from `wl-summary-cleanup-temp-marks'.
1130         (wl-summary-cleanup-temp-marks): Abolish argument.
1131         * wl.el (wl-save-status): Revert previous change.
1132         (wl-execute-temp-marks): New function, call
1133         `wl-summary-exec-with-confirmation'.
1134         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1135         (wl-folder-save-and-exec-marks): Abolished.
1136
1137 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1138
1139         * wl-e21.el (wl-e21-display-image-p): Respect
1140         `wl-highlight-folder-with-icon'.
1141         (wl-e21-highlight-folder-group-line): Highlight mouse line
1142         even if wl-e21-display-image-p is nil.
1143
1144         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1145         Respect value of `wl-summary-highlight'.
1146
1147         * wl.el (wl-save-status): Remove unused variable.
1148
1149         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1150         (wl-folder-mode-map): Bind it to "x".
1151
1152 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1153
1154         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1155
1156         * wl-thread.el (wl-thread-get-parent-list): Don't check
1157         disconnected ancestors, neglecting needless work in
1158         `wl-thread-update-indent-string-thread'.
1159
1160         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1161         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1162         argument, add argument default-keep to keep marks by default.
1163
1164         * Version number is increased to 2.11.30.
1165
1166         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1167         customization type and docstring.
1168         (wl-draft-reply-without-argument-list): Ditto.
1169
1170 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1171
1172         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1173
1174         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1175
1176 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1177
1178         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1179
1180 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1181
1182         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1183         save-excursion so as not to include run-hooks.
1184
1185 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1186
1187         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1188         Clarify that marks are going to be cleared.
1189
1190 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1191
1192         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1193         according to 3rd element of wl-summary-flag-mark.
1194
1195         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1196
1197 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1198
1199         * wl-action.el (wl-summary-target-mark-all): Don't set
1200         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1201
1202 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1203
1204         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1205         (wl-forward-subject-prefix): Ditto.
1206         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1207         (wl-draft-reply-make-subject): Ditto.
1208
1209         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1210         `wl-draft-forward'.
1211         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1212
1213 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1214
1215         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1216         target message does not exist.
1217
1218 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1219
1220         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1221         `wl-subject-prefix-regexp'.
1222         (wl-subject-forward-prefix-regexp): New variable.
1223         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1224         `wl-draft-strip-subject-re' and take regexp as argument.
1225         (wl-draft-forward): Use it.
1226         (wl-draft-reply): Ditto.
1227
1228 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1229
1230         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1231         emacs multi-tty support.
1232
1233 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1234
1235         * wl-e21.el (wl-e21-display-image-p): Don't call
1236         `display-images-p'.
1237         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1238         support.
1239         (wl-highlight-folder-current-line): Ditto.
1240         (wl-folder-init-icons): Ditto.
1241
1242 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1243
1244         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1245         the last line of summary in unplugged mode.
1246
1247 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1248
1249         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1250
1251 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1252
1253         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1254         * wl-address.el (wl-address-user-mail-address-p): Use it.
1255         (wl-address-delete-user-mail-addresses): Ditto.
1256         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1257
1258         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1259         (wl-address-delete-user-mail-addresses): Ditto.
1260
1261         * wl-address.el (wl-address-delete-user-mail-addresses): New
1262         function.
1263         * wl-refile.el (wl-refile-guess-by-history): Use it.
1264         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1265         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1266
1267         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1268         use wl-address-user-mail-address-p.
1269
1270 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1271
1272         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1273         after opening group.
1274
1275 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1276
1277         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1278         of elmo-set-buffer-multibyte.
1279
1280         * wl-message.el (wl-original-message-mode): Ditto.
1281
1282         * wl-score.el (wl-score-insert-header): Ditto.
1283
1284         * wl-summary.el
1285         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1286         (wl-summary-goto-folder-subr): Ditto.
1287         (wl-summary-insert-headers): Ditto.
1288
1289         * wl-util.el (wl-set-string-width): Ditto.
1290
1291         * Version number is increased to 2.11.29.
1292
1293 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1294
1295         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1296         (wl-highlight-summary-line-help-echo-alist): New variable.
1297         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1298         into `wl-highlight-summary-line-help-echo' and
1299         `wl-highlight-flag-folder-help-echo'.
1300         (wl-highlight-summary-line-string): Change accordingly.
1301         (wl-highlight-summary-current-line): Ditto.
1302
1303 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1304
1305         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1306         at the beginning of field body (Thanks to Markus Knittig).
1307
1308         * wl-draft.el (wl-draft-insert-current-message): Also check
1309         summary buffer, remove unnecessary tag.
1310
1311 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1312
1313         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1314         when wl-message-buffer is nil.
1315
1316         * wl-folder.el (wl-folder): Abolish unused argument.
1317         Call wl-folder-init when wl-folder-entity is nil.
1318         * wl.el (wl): Change accordingly.
1319
1320 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1321
1322         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1323         multibyte string before insert into draft buffer.
1324         (wl-draft-create-buffer): Always enable multibyte characters for
1325         draft buffer.
1326
1327         * Version number is increased to 2.11.28.
1328
1329 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1330
1331         * wl-folder.el (wl-folder-open-close): Handle blank line.
1332         (wl-folder-jump-to-current-entity): Ditto.
1333
1334 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1335
1336         * Version number is increased to 2.11.27.
1337
1338 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1339
1340         * wl-thread.el (wl-thread-insert-message): When the thread is
1341         devided by wl-summary-max-thread-depth, insert line at the end of
1342         buffer.
1343
1344 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1345
1346         * Version number is increased to 2.11.26.
1347
1348 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1349
1350         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1351
1352 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1353
1354         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1355         value of stream-type and session.
1356
1357 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1358
1359         * Version number is increased to 2.11.25.
1360
1361 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1362
1363         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1364         in a quit message.
1365
1366 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1367
1368         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1369         (wl-summary-redisplay-no-mime-internal): Ditto.
1370
1371 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1372
1373         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1374         * wl-vars.el (wl-smtp-connection-type): Ditto.
1375
1376 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1377
1378         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1379         for the separator line and quote mail-header-separator.
1380
1381 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1382
1383         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1384         result message.
1385
1386         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1387         `elmo-multiple-fields-body-list' with boundary as
1388         mail-header-separator.
1389
1390 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1391
1392         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1393
1394 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1395
1396         * wl-util.el (wl-list-diff): Remove unused function.
1397
1398         * wl-draft.el (wl-draft-send-confirm): Discard input before
1399         confirmation.
1400
1401 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1402
1403         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1404         order of flag and new.
1405
1406 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1407
1408         * wl-vars.el (wl-refile-policy-alist): Abolished.
1409
1410         * wl-action.el (wl-summary-set-action-refile): Follow the change
1411         above.
1412
1413 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1414
1415         * wl-highlight.el (wl-highlight-signature-search): Don't use
1416         re-search-backward for a long word since it is possible to crash
1417         XEmacs because of a bug.
1418
1419 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1420
1421         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1422
1423 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1424
1425         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1426         argument for wl-summary-sync-force-update.
1427
1428 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1429
1430         * wl-summary.el (wl-summary-mode-map): Revival of
1431         wl-summary-mark-as-important related bindings;
1432         Bind 'F','tF','mF','rF','m&'.
1433         (wl-summary-mark-as-important-region): Revival.
1434         (wl-summary-target-mark-mark-as-important): Ditto.
1435         (wl-summary-target-mark-operation): New function.
1436         (wl-summary-target-mark-mark-as-answered): Use it.
1437         (wl-summary-decide-flag): Don't set Important as default.
1438         (wl-summary-mark-as-important-internal): Revival.
1439         (wl-summary-mark-as-important): Ditto.
1440
1441         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1442
1443         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1444         instead of facep.
1445
1446 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1447
1448         * wl-dnd.el (wl-dnd-drop-func): Fix.
1449
1450         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1451         mouse-set-point instead of posn-point.
1452
1453         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1454
1455         * wl-mule.el (wl-completing-read-multiple): Ditto.
1456
1457 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1458
1459         * wl-demo.el (face-background-name): Defalias to avoid compile
1460         warning.
1461
1462 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1463
1464         * wl-summary.el (wl-summary-decide-flag): Use
1465         wl-completing-read-multiple instead of completing-read-multiple.
1466
1467         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1468         New alias.
1469
1470         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1471         Use face-background-name instead of face-background.
1472
1473         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1474
1475         * wl-summary.el (wl-summary-save): Use it.
1476         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1477
1478         * wl-mime.el (wl-mime-save-content): Fix last change.
1479
1480 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1481
1482         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1483         New function.
1484         (wl-summary-sort-specs): Added sort.
1485         * wl-mime.el (wl-mime-save-content): Expand file name.
1486
1487 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1488
1489         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1490
1491         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1492
1493 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1494
1495         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1496         for flag if it is not defined.
1497
1498 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1499
1500         * wl-e21.el (wl-highlight-folder-current-line): Use
1501         elmo-folder-type-internal when elmo-folder-type returns nil.
1502
1503         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1504
1505         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1506
1507         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1508
1509         * wl-e21.el (wl-summary-toolbar): Ditto.
1510
1511         * wl-vars.el (wl-demo-background-color): Abolished.
1512         (wl-summary-persistent-mark-priority-list): Renamed from
1513         wl-summary-flag-priority-list.
1514         (wl-summary-flag-alist): New user option.
1515         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1516         (wl-message-mode-line-format-spec-alist): Added 'F'.
1517         (wl-message-mode-line-format): Likewise.
1518         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1519         instead of wl-summary-important-mark.
1520         (wl-file-folder-icon): New variable.
1521
1522         * wl-thread.el (wl-thread-set-flags): Renamed from
1523         wl-thread-mark-as-important.
1524
1525         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1526         warning.
1527         (wl-summary-mode-menu-spec): Follow the change of 
1528         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1529         (wl-summary-mode-map): Follow the change of
1530         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1531         (wl-summary-detect-mark-position): Follow the variable name change.
1532         (wl-summary-set-flags-region): New function for the replacement of
1533         wl-summary-mark-as-important-region.
1534         (wl-summary-sync-marks): Sync all global-flags.
1535         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1536         instead of elmo-message-flagged-p.
1537         (wl-summary-persistent-mark-string): Follow the variable name change;
1538         Put wl-summary-flag-mark if the message has global-flag.
1539         (wl-summary-target-mark-set-flags): Renamed from 
1540         wl-summary-target-mark-mark-as-important.
1541         (wl-summary-decide-flag): New function.
1542         (wl-summary-set-flags-internal): Renamed from
1543         wl-summary-mark-as-important-internal.
1544         (wl-summary-add-flags-internal): New function.
1545         (wl-summary-remove-flags-internal): Ditto.
1546         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1547         (wl-summary-mark-as-unimportant): Abolish.
1548         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1549         (wl-summary-next-message): List flagged messages in the msgdb.
1550
1551         * wl-score.el (wl-summary-score-update-all-lines): Use
1552         wl-summary-add-flags-internal instead of 
1553
1554         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1555
1556         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1557         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1558         (wl-message-buffer-require-all-header): Renamed from
1559         wl-message-buffer-all-header-flag (Ditto).
1560         (wl-message-buffer-flag-indicator): New variable.
1561         (wl-message-redisplay): Changed local varibale name from `flag' to
1562         `display-type'; Set up wl-message-buffer-flag-indicator.
1563         (wl-message-buffer-display): Changed varibale name from `flag' to
1564         `display-type'.
1565         (wl-message-display-internal): Likewise.
1566
1567         * wl-highlight.el (wl-highlight-demo-face): Define default background
1568         color.
1569         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1570
1571         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1572
1573         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1574         (wl-demo-setup-properties): Renamed from
1575         `wl-demo-set-background-color'.
1576         (wl-demo): Follow the change above.
1577         
1578         * Version number is increased to 2.11.24.
1579
1580 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1581
1582         * wl-summary.el (wl-summary-toggle-thread): Call
1583         `wl-summary-rescan' with disable-thread as non-nil.
1584         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1585
1586 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1587
1588         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1589         foreground property of the face.
1590         (wl-demo-insert-text): Don't set up face property here.
1591         (wl-demo): Call wl-demo-set-background-color, anyway.
1592
1593 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1594
1595         * wl-vars.el (wl-demo-background-color): The value can be nil.
1596
1597 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1598
1599         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1600         to wl-summary-wheel-dispatcher.
1601
1602         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1603         wl-message-wheel-dispatcher.
1604         (wl-message-wheel-dispatcher): New function.
1605         (wl-summary-wheel-dispatcher): Ditto.
1606
1607 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1608
1609         * wl-action.el (wl-summary-target-mark-all): List messages which are
1610         not in the killed-list.
1611
1612         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1613         only when the folder is 'flag/important.
1614
1615         * wl-address.el (wl-complete-field-body): Complete if the last
1616         character is a space.
1617
1618 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1619
1620         * wl-folder.el (wl-folder-clear-entity-info): Use
1621         elmo-clear-hash-val.
1622
1623         * wl-fldmgr.el (wl-fldmgr-rename): Set
1624         wl-folder-info-alist-modified as t.
1625
1626 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1627
1628         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1629
1630 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1631
1632         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1633         (wl-folder-buffer-last-visited-entity-id): New buffer local
1634         variable.
1635         (wl-folder-revisit-last-visited-folder): New function.
1636         (wl-folder-mode-map): Bind it to "C-i".
1637         (wl-folder-set-current-entity-id): Set last visited folder.
1638         * wl-summary.el (wl-summary-exit): Ditto.
1639
1640 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1641
1642         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1643         before calling `recenter' in order to cope with an XEmacs bug.
1644
1645 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1646
1647         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1648         to the default value.
1649
1650 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1651
1652         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1653         change.
1654         (wl-summary-sync-marks): Ditto.
1655         (wl-summary-mark-as-read-internal): Ditto.
1656         (wl-summary-mark-as-answered-internal): Ditto.
1657         (wl-summary-mark-as-important-internal): Ditto.
1658         (wl-summary-reply): Ditto.
1659
1660         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1661         instead of `elmo-folder-unflag-answered'.
1662
1663         * Version number is increased to 2.11.23.
1664
1665         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1666         the last change.
1667
1668 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1669
1670         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1671         Specify "spam" or "good".
1672
1673 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1674
1675         * wl-spam.el (wl-summary-exec-action-spam): Call
1676         wl-folder-confirm-existence for spam folder.
1677         (wl-spam-setup): Bind "mk".
1678
1679 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1680
1681         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1682
1683 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1684
1685         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1686         destination folder is empty.
1687
1688 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1689
1690         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1691         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1692
1693         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1694         (wl-summary-refile-prev-destination-region): New function.
1695         (wl-thread-refile-prev-destination): Ditto.
1696         (wl-summary-target-mark-refile-prev-destination): Ditto.
1697
1698 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1699
1700         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1701         (wl-demo-background-color): Changed default value.
1702
1703         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1704         color.
1705
1706         * wl-demo.el (wl-demo-set-background-color): New function.
1707         (wl-demo): Call it.
1708
1709 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1710
1711         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1712         * wl-address.el (wl-address-add-or-change): Don't add empty
1713         address.
1714
1715 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1716
1717         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1718
1719 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1720
1721         * wl-vars.el (wl-demo-image-filter-alist): New variable
1722         (wl-demo-background-color): Ditto.
1723
1724         * wl-demo.el (wl-demo-xpm-set-background): New function.
1725         (wl-demo-image-filter): Ditto.
1726         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1727
1728         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1729
1730         * wl-demo.el (wl-demo-icon-name): Define as function.
1731         (wl-demo-insert-image): Use it.
1732
1733 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1734
1735         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1736
1737 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1738
1739         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1740
1741 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1742
1743         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1744
1745 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1746
1747         * wl-thread.el (wl-thread-mark-as-answered): New function.
1748
1749         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1750         answered" entry.
1751         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1752         "r&" and wl-thread-mark-as-answered to "t&".
1753         (wl-summary-mark-as-important-region): Refine to toggle mark.
1754         (wl-summary-mark-as-answered-region): New function.
1755         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1756         and 3rd argument.
1757         (wl-summary-mark-as-important-internal): Likewise.
1758
1759 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1760
1761         * wl-template.el (wl-template-preview): New internal variable.
1762         (wl-template-preview-p): New function.
1763         (wl-template-show): Bind `wl-template-preview' as t.
1764
1765 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1766
1767         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1768         `elmo-message-entity-field' with 3rd argument which is non-nil.
1769
1770 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1771
1772         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1773         Removed duplicate local bind `folder'.
1774
1775 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1776
1777         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1778
1779 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1780
1781         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1782         duplicate definition.
1783
1784 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1785
1786         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1787         non-nil, use it; Don't fetch message if there's no message in the
1788         current cursor position.
1789
1790 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1791
1792         * wl-util.el (wl-region-exists-p): Use region-active-p.
1793         (wl-deactivate-region): New function.
1794         * wl-message.el (wl-message-redisplay): Deactivate region.
1795
1796         * wl-summary.el (wl-summary-reply): Call
1797         `wl-summary-set-message-buffer-or-redisplay' instead of
1798         `wl-summary-redisplay-internal', don't move point.
1799
1800 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1801
1802         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1803         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1804         by regexp.
1805
1806 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1807
1808         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1809         if no need.
1810
1811 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1812
1813         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1814         default value to nil.
1815         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1816         `wl-summary-prepare-hook'; Replace refile action to
1817         `wl-summary-exec-action-refile-with-register'.
1818
1819         * Version number is increased to 2.11.22.
1820
1821 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1822
1823         * wl-summary.el (wl-summary-detect-mark-position): Set
1824         `wl-summary-buffer-weekday-name-lang'.
1825
1826 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1827
1828         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1829         (wl-summary-mark-as-read-all): Ditto.
1830         (wl-summary-delete-messages-on-buffer): Ditto.
1831         (wl-summary-sync-update): Ditto.
1832         (wl-summary-mark-as-read-internal): Ditto.
1833         (wl-summary-mark-as-answered-internal): Ditto.
1834         (wl-summary-update-folder-info): Abolished.
1835
1836 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1837
1838         * wl-summary.el (wl-summary-mark-as-read-all): Use
1839         `wl-summary-update-folder-info' instead of
1840         `wl-folder-update-unread'.
1841
1842 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1843
1844         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1845         `wl-summary-folder-info-update'.
1846         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1847         instead of `wl-summary-folder-info-update'.
1848         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1849         `wl-folder-set-folder-updated'.
1850         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1851         instead of `wl-folder-update-unread'.
1852         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1853         the value of `wl-summary-buffer-unread-count' for the second parameter of
1854         `wl-folder-update-unread'.
1855
1856         * Version number is increased to 2.11.21.
1857
1858 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1859
1860         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1861         a local variable.
1862
1863 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1864
1865         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1866         interactively.
1867
1868         * wl-summary.el (wl-summary-mark-as-important-internal): New
1869         internal function.
1870         (wl-summary-mark-as-important): Use it.
1871         (wl-summary-mark-as-unimportant): New function.
1872         (wl-summary-sync-marks): Follow the API change.
1873
1874         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1875
1876         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1877
1878 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1879
1880         * wl-folder.el (wl-folder-update-unread): Re-indent.
1881         Narrow the scope of a local variable.
1882
1883 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1884
1885         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1886         (wl-addrmgr-merge-entries): Ditto.
1887         (wl-addrmgr): Added to address entry which exists in draft buffer
1888         if no entry is in original.
1889
1890 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1891
1892         * wl-batch.el: New file.
1893
1894 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1895
1896         * wl-vars.el (wl-use-semi): Remove unused variable.
1897
1898 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1899
1900         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1901         "?".
1902
1903 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1904
1905         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1906         wl-summary-new-mark.
1907         (wl-summary-new-cached-mark): New user option.
1908         (wl-summary-score-marks): Follow the change above.
1909         (wl-summary-auto-refile-skip-marks): Ditto.
1910         (wl-summary-incorporate-marks): Ditto.
1911         (wl-summary-expire-reserve-marks): Ditto.
1912
1913         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1914
1915         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1916         (wl-summary-persistent-mark-string): Distinguished between cached
1917         and uncached mark when the message is new.
1918
1919 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1920
1921         * wl-spam.el (wl-spam-domain): Renamed from
1922         `wl-spam-folder-guess-domain'.
1923         (wl-summary-exec-action-spam): Register as spam if domain of the
1924         source folder is good.
1925         (wl-summary-exec-action-refile-with-register): Register message if
1926         domain of the source folder is not undecided.
1927
1928 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1929
1930         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1931         detect thread loop.
1932
1933 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1934
1935         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1936         and wl-summary-skip-mark-list.
1937
1938 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1939
1940         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1941
1942         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1943
1944         * wl-spam.el (toplevel): Require wl-highlight.
1945         (wl-spam-auto-check-policy-alist): Abolish.
1946         (wl-spam-auto-check-folder-regexp-list): New user option.
1947         (wl-spam-auto-check-marks): Ditto.
1948         (wl-spam-mark-action-list): Ditto.
1949         (wl-highlight-summary-spam-face): New face.
1950         (wl-spam-auto-check-message-p): New function.
1951         (wl-spam-map-spam-messages): Fixed message.
1952         (wl-spam-register-spam-messages): Ditto.
1953         (wl-spam-register-good-messages): Ditto.
1954         (wl-summary-spam-map): Add and remove keybind.
1955         (wl-summary-target-mark-spam): Abolish.
1956         (wl-summary-refile-spam): Ditto.
1957         (wl-summary-test-spam): New function.
1958         (wl-summary-mark-spam): Ditto.
1959         (wl-summary-auto-check-spam): Follow the above change.
1960         (wl-summary-exec-action-spam): New function.
1961         (wl-summary-exec-action-refile-with-register): Fixed message.
1962         (wl-message-check-spam): New function.
1963         (wl-spam-setup): Ditto.
1964         (toplevel): Call it if this file is loaded interactivity.
1965
1966         * Version number is increased to 2.11.20.
1967
1968 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1969
1970         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1971         when new optional argument `force' is non nil or modified.
1972
1973 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1974
1975         * wl.el (toplevel): Require wl-spam when compile.
1976         (wl-save-status): Call wl-spam-save-status.
1977
1978         * wl-spam.el (wl-spam-register-spam-messages): New function.
1979         (wl-spam-register-good-messages): Ditto.
1980         (wl-spam-save-status): Ditto.
1981         (wl-summary-mode-map): Bind
1982         wl-summary-target-mark-register-as-spam to "ms" and
1983         wl-summary-target-mark-register-as-good to "mn".
1984         (wl-summary-register-as-spam): Abolish optional argument; Use
1985         wl-spam-register-spam-messages.
1986         (wl-summary-register-as-spam-all): Use
1987         wl-spam-register-spam-messages.
1988         (wl-summary-register-as-good): Abolish optional argument; Use
1989         wl-spam-register-good-messages.
1990         (wl-summary-register-as-good-all): Use
1991         wl-spam-register-good-messages.
1992         (wl-summary-target-mark-register-as-spam): New funtion.
1993         (wl-summary-target-mark-register-as-good): Ditto.
1994
1995 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1996
1997         * wl-spam.el: New file.
1998
1999 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2000
2001         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2002
2003         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2004         (wl-summary-auto-refile): Call wl-refile-guess with
2005         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2006
2007 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2008
2009         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2010         with disable-thread argument non-nil.
2011
2012 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2013
2014         * wl-summary.el (wl-summary-rescan): Added optional argument
2015         disable-thread.
2016         (wl-summary-sync): Call wl-summary-rescan with argument
2017         disable-thread.
2018         (wl-summary-input-range): Added new range `rescan-thread'.
2019
2020 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2021
2022         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2023
2024 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2025
2026         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2027         internal variable.
2028         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2029         wl-summary-search-parent-by-subject-regexp and
2030         wl-summary-divide-thread-when-subject-changed as nil.
2031         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2032         (wl-summary-insert-thread): Search parent entity from
2033         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2034         thread loop.
2035
2036 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2037
2038         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2039
2040         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2041
2042         * wl-util.el (wl-require-update-all-folder-p): New function.
2043         (wl-get-assoc-list-value): Added `function' to match directive.
2044         (wl-collect-draft): Rewrite.
2045
2046         * wl-summary.el (wl-summary-sync-update): Clear faces
2047         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2048         are non-nil.
2049         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2050         argument as function.
2051         (wl-summary-input-range): Ditto.
2052
2053         * wl-folder.el (wl-draft-get-folder): New function.
2054         (wl-folder-get-elmo-folder): Consider draft folder.
2055
2056         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2057         (wl-draft-buffer-message-number): New buffer local variable.
2058         (wl-draft-folder-internal): New internal variable.
2059         (wl-draft-delete): Rewrite.
2060         (wl-draft-save): Ditto.
2061         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2062         wl-folder-get-elmo-folder.
2063         (wl-draft-config-info-operation): Ditto.
2064         (wl-jump-to-draft-folder): Ditto.
2065         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2066         (wl-draft-reedit): Rewrite.
2067
2068         * Version number is increased to 2.11.19.
2069         
2070 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2071
2072         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2073         variable.
2074
2075 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2076
2077         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2078         Use ignore-errors instead of unwind-protect.
2079
2080 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2081
2082         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2083         for updating `wl-thread-entity-list'.
2084
2085 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2086
2087         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2088         parameter from calling `wl-thread-entity-get-older-brothers' and
2089         `wl-thread-entity-get-younger-brothers'.
2090         Replace nested `append' with a single one.
2091
2092 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2093
2094         * wl-summary.el (wl-summary-mode): Don't use the return value of
2095         `make-local-hook'.
2096
2097 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2098
2099         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2100         instead of `let*'.
2101         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2102         of local variables.
2103
2104 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2105
2106         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2107         Renamed from wl-summary-window-scroll-functions.
2108         (wl-summary-window-scroll-functions): Don't set to variable.
2109         (wl-summary-display-top): Use run-hooks.
2110         (wl-summary-display-bottom): Ditto.
2111         (wl-summary-toggle-disp-msg): Ditto.
2112         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2113         Use it instead of wl-summary-window-scroll-functions.
2114         (wl-summary-goto-folder-subr): Don't call
2115         wl-summary-window-scroll-functions, use
2116         wl-summary-buffer-window-scroll-functions instead.
2117
2118 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2119
2120         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2121         make-local-variable.
2122
2123 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2124
2125         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2126         set-buffer-modified-p.
2127         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2128         (wl-summary-display-bottom): Ditto.
2129         (wl-summary-toggle-disp-msg): Ditto.
2130
2131 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2132
2133         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2134
2135         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2136         (wl-summary-forward): Use elmo-message-entity-field instead of
2137         elmo-message-field.
2138
2139         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2140
2141 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2142
2143         * wl-summary.el (wl-summary-window-scroll-functions): No use
2144         `append'.
2145
2146 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2147
2148         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2149         function.
2150         (wl-summary-window-scroll-functions): Call it when both
2151         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2152         (wl-summary-temp-mark): Added optional argument number.
2153         (wl-summary-message-mark): Added optional argument flag.
2154         (wl-summary-persistent-mark): Added optional argument number and flag.
2155         (wl-summary-update-persistent-mark): Ditto.
2156         (wl-summary-update-status-marks): Set "r" for interactive spec.
2157
2158         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2159         argument number and flag.
2160
2161         * wl-action.el (wl-summary-registered-temp-mark): 
2162         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2163
2164 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2165
2166         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2167         internal variable (buffer local).
2168         (wl-summary-window-scroll-functions): New function.
2169         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2170         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2171         as nil.
2172         (wl-summary-update-status-marks): Added arguments beg, end and
2173         check.
2174         (wl-summary-update-mark-window): Use function.
2175         (wl-summary-sync-update): Follow the change above.
2176         (wl-summary-switch-to-clone-buffer): Copy
2177         wl-summary-buffer-unsync-mark-number-list.
2178         (wl-summary-goto-folder-subr): Set
2179         wl-summary-buffer-unsync-mark-number-list and
2180         use wl-summary-window-scroll-functions instead of
2181         wl-summary-lazy-highlight.
2182
2183         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2184
2185 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2186
2187         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2188
2189         * wl-summary.el (wl-summary-update-persistent-mark): Call
2190         wl-summary-set-message-modified.
2191
2192         * wl-summary.el (wl-summary-sync-update): Don't call
2193         wl-summary-update-status-marks.
2194
2195         * Version number is increased to 2.11.18.
2196
2197 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2198
2199         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2200         (wl-message-next-page): Ditto.
2201
2202 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2203
2204         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2205         local variable.  Change the order of a collected list into the
2206         same as the specified range.  Remove nil from a collected list.
2207
2208 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2209
2210         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2211         argument for elmo-folder-list-messages.
2212
2213 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2214
2215         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2216         change (wl-summary-count-unreads return a list instead of a cons
2217         cell).
2218
2219 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2220
2221         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2222         `wl-summary-folder-info-update'.
2223
2224 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2225
2226         * wl-summary.el (wl-summary-set-message-modified): No use
2227         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2228         (wl-summary-set-mark-modified): Abolish.
2229         (wl-summary-mark-modified-p): Ditto.
2230         (wl-summary-save-view): Follow the change above.
2231
2232         * wl-expire.el (wl-summary-expire): Likewise.
2233
2234 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2235
2236         * wl-summary.el (wl-summary-detect-mark-position): Use
2237         modb-entity-handler.
2238         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2239
2240         * Version number is increased to 2.11.17.
2241
2242 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2243
2244         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2245         entity field value.
2246         (wl-summary-prefetch-msg): Ditto.
2247         (wl-summary-print-message-with-ps-print): Ditto.
2248
2249 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2250
2251         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2252         for dummy entity.
2253         (wl-summary-insert-thread): Use elmo-message-entity-field.
2254         (wl-summary-update-thread): Use elmo-message-entity-field and
2255         elmo-message-entity-number.
2256         (wl-summary-line-number):  Use elmo-message-entity-number.
2257         (wl-summary-line-size): Use elmo-message-entity-field.
2258         (wl-summary-line-subject): Ditto.
2259         (wl-summary-line-from): Ditto.
2260         (wl-summary-line-attached): Ditto.
2261         (wl-summary-create-line): Ditto.
2262         (wl-summary-create-line): Use elmo-message-entity-number.
2263         (wl-summary-print-message-with-ps-print): Use
2264         elmo-message-entity-field.
2265
2266 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2267
2268         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2269         change in elmo-msgdb-make-message-entity.
2270         (wl-summary-buffer-set-folder): Don't call
2271         wl-summary-detect-mark-position here.
2272         (wl-summary-rescan): Call elmo-message-entity-number.
2273         (wl-summary-sync-update): Ditto.
2274         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2275
2276         * wl-score.el (wl-score-header-index): Redefine 2th element.
2277         (wl-score-overview-entity-get-extra): Abolish.
2278         (wl-score-ov-entity-get): Rewrite.
2279         (wl-score-string-index<, wl-score-string-func<): Abolish.
2280         (wl-score-string<): New function.
2281         (wl-score-string-sort): Use it.
2282
2283         * wl-refile.el (wl-refile-guess-by-history): Use
2284         elmo-message-entity-field.
2285         (wl-refile-guess-by-from): Ditto.
2286         (wl-refile-guess-by-msgid): Ditto.
2287
2288         * Version number is increased to 2.11.16.
2289
2290 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2291
2292         * wl-folder.el (wl-folder-confirm-existence): Don't call
2293         file-exists-p if msgdb-path is nil.
2294         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2295         `wl-read-folder-hist' to `wl-read-folder-history'.
2296
2297 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2298
2299         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2300         `y-or-n-p'.
2301
2302 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2303
2304         * wl-score.el (wl-score-headers): Don't use
2305         elmo-folder-do-each-message-entity.
2306
2307         * Version number is increased to 2.11.15.
2308
2309 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2310
2311         * wl-summary.el (wl-summary-delete-all-msgs): Use
2312         elmo-folder-move-messages instead of elmo-folder-delete-messages
2313         and elmo-folder-detach-messages.
2314         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2315
2316         * wl-expire.el (wl-expire-delete): Ditto.
2317         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2318
2319 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2320
2321         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2322         (wl-message-header-narrowing-fields): Ditto.
2323         (wl-message-header-narrowing-lines): Ditto.
2324         (wl-message-header-narrowing-string): Ditto.
2325
2326         * wl-summary.el (wl-summary-mode-map): Bind
2327         wl-summary-toggle-header-narrowing to "C-cC-f".
2328         (wl-summary-toggle-header-narrowing): New function.
2329
2330         * wl-message.el (wl-message-buffer-create): Call
2331         wl-message-header-narrowing-setup.
2332         (wl-message-redisplay): Call wl-message-header-narrowing.
2333         (wl-message-header-narrowing): New function.
2334         (wl-message-header-narrowing-map): New keymap.
2335         (wl-message-header-narrowing-widen-map): New keymap.
2336         (wl-message-header-narrowing-again-at-mouse): New function.
2337         (wl-message-header-narrowing-1): Ditto.
2338         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2339         (wl-message-header-narrowing-setup): Ditto.
2340         (wl-message-header-narrowing-toggle): Ditto.
2341         
2342         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2343
2344         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2345         'flag as all.
2346         (wl-use-flag-folder-help-echo): New user option.
2347
2348         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2349         wl-summary-highlight as nil.
2350         (wl-summary-set-mark-modified): Follow the API change.
2351         (wl-summary-mark-modified-p): Ditto.
2352         (wl-summary-mark-as-read-all): Ditto.
2353         (wl-summary-sync-marks): Don't call
2354         elmo-folder-list-messages-with-global-mark.
2355         (wl-summary-mark-as-read-internal): Follow the API change.
2356         (wl-summary-mark-as-answered-internal): Ditto.
2357         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2358         Follow the API change.
2359         (wl-summary-create-line): Call with number argument.
2360         (wl-summary-reply): Follow the API change.
2361
2362         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2363         function.
2364         (wl-highlight-summary-line-string): Call it when
2365         wl-use-flag-folder-help-echo is non-nil.
2366         (wl-highlight-summary-current-line): Ditto.
2367         (elmo-flag-folder-referrer): Added autoload setting.
2368
2369         * wl-draft.el (wl-draft-kill): Follow the API change.
2370
2371         * Version number is increased to 2.11.14.
2372         
2373 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2374
2375         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2376
2377 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2378
2379         * Version number is increased to 2.11.13.
2380
2381 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2382
2383         * wl-draft.el (wl-draft-previous-history-element): Fixed
2384         unbalanced parenthesis and bind unbound local variables.
2385
2386 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2387
2388         * wl-draft.el (wl-draft-previous-history-element): New function.
2389         (wl-draft-next-history-element): Ditto.
2390         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2391         them to M-p and M-n.
2392
2393 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2394
2395         * Version number is increased to 2.11.12.
2396
2397 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2398
2399         * wl-draft.el (wl-draft-hide): Select buffer-window.
2400
2401 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2402
2403         * wl-summary.el (wl-summary-narrow-to-region): New function.
2404         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2405         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2406         (wl-summary-save-region): Use it.
2407         * wl-action.el (wl-summary-collect-numbers-region)
2408         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2409
2410 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2411
2412         * wl-folder.el (wl-folder-count-incorporates): Don't use
2413         `elmo-msgdb-mark-load'
2414
2415         * Version number is increased to 2.11.11.
2416
2417 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2418
2419         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2420         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2421
2422 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2423
2424         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2425
2426 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2427
2428         * Version number is increased to 2.11.10.
2429
2430 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2431
2432         * wl-mime.el (wl-draft-attribute-value): Fixed.
2433
2434 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2435
2436         * wl-util.el (wl-copy-local-variables): New function.
2437
2438         * wl-mime.el (wl-draft-attribute-recipients): New function.
2439         (wl-draft-attribute-envelope-from): Ditto.
2440         (wl-draft-attribute-smtp-posting-server): Ditto.
2441         (wl-draft-attribute-smtp-posting-port): Ditto.
2442         (wl-draft-attribute-value): Ditto.
2443         (wl-draft-preview-message): Use it to get value for
2444         attributes. Reflect result of `wl-draft-config'.
2445
2446         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2447         and call `wl-summary-mark-as-read' before to call
2448         `wl-summary-unset-mark'.
2449         (wl-summary-target-mark-mark-as-unread): Likewise.
2450         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2451
2452 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2453
2454         * wl-mime.el (wl-draft-preview-message): Use actual value for
2455         attributes; Fix for small window.
2456
2457 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2458
2459         * wl-refile.el (wl-refile-get-field-value): Call
2460         `elmo-message-entity-field' with 3rd argument is non-nil.
2461
2462 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2463
2464         * wl-vars.el (wl-draft-preview-attributes): New user option.
2465         (wl-draft-preview-attributes-list): Ditto.
2466         (wl-draft-preview-attributes-buffer-lines): Ditto.
2467         (wl-draft-preview-attributes-buffer-name): Ditto.
2468
2469         * wl-mime.el (wl-draft-preview-message): Display attributes.
2470
2471 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2472
2473         * wl-summary.el (wl-summary-detect-mark-position): Bind
2474         wl-summary-flag-priority-list to '(new).
2475
2476 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2477
2478         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2479         funtion.
2480         (wl-highlight-summary-line-string): Use it.
2481         (wl-highlight-summary-current-line): Ditto.
2482
2483 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2484
2485         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2486         line even when the mark string is not changed.
2487
2488         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2489         argument change in the wl-summary-create-line.
2490         (wl-thread-insert-entity-sub): Ditto.
2491
2492         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2493         argument change in the wl-summary-create-line.
2494         (wl-summary-insert-sequential): Ditto.
2495         (wl-summary-update-thread): Ditto.
2496         (wl-summary-persistent-mark-string): New inline function.
2497         (wl-summary-message-mark): Use it.
2498         (wl-summary-create-line): Abolish argument wl-persistent-mark
2499         and added wl-flags, wl-cached.
2500
2501         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2502         mark to flags.
2503         (wl-highlight-summary-current-line): Decide the face not by the 
2504         persistent mark but flags.
2505
2506 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2507
2508         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2509         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2510         wl-summary-read-uncached-mark): Revive.
2511         (wl-summary-answered-cached-mark,
2512         wl-summary-answered-uncached-mark): New user option.
2513         (wl-summary-score-marks): Follow the change above.
2514         (wl-summary-auto-refile-skip-marks): Ditto.
2515         (wl-summary-incorporate-marks): Ditto.
2516         (wl-summary-expire-reserve-marks): Ditto.
2517         (wl-summary-flag-priority-list): New user option.
2518
2519         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2520         changes.
2521         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2522         of elmo-message-mark.
2523         (wl-summary-mark-as-read-internal): Ditto.
2524         (wl-summary-mark-as-answered): Ditto.
2525         (wl-summary-mark-as-important): Ditto.
2526         (wl-summary-redisplay-internal): Ditto.
2527         (wl-summary-redisplay-no-mime-internal): Ditto.
2528         (wl-summary-message-mark): New function.
2529         (wl-summary-insert-sequential): Use wl-summary-message-mark
2530         instead of elmo-message-mark.
2531         (wl-summary-update-thread): Ditto.
2532         (wl-summary-persistent-mark): Ditto.
2533         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2534         instead of elmo-message-mark.
2535
2536         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2537         wl-summary-message-mark instead of elmo-message-mark.
2538         (wl-thread-insert-entity-sub): Ditto.
2539         (wl-thread-get-children-msgs-uncached): Ditto.
2540
2541         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2542         variable name changes.
2543         (wl-highlight-summary-current-line): Ditto.
2544
2545         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2546         wl-summary-message-mark instead of elmo-message-mark.
2547
2548         * wl-expire.el (wl-expire-message-p): Ditto.
2549
2550         * wl-score.el (wl-score-headers): Ditto.
2551
2552         * Version number is increased to 2.11.9.
2553
2554         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2555         (wl-summary-sync-update): Follow the change above.
2556         (wl-summary-switch-to-clone-buffer): Ditto.
2557         (wl-summary-open-folder): Ditto.
2558
2559 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2560
2561         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2562         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2563
2564         * Version number is increased to 2.11.8.
2565
2566         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2567
2568         * wl-expire.el (wl-expire-refile): Follow the API change on
2569         `elmo-folder-move-messages'.
2570         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2571
2572         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2573         (wl-summary-exec-action-refile): Ditto.
2574         (wl-summary-exec-action-copy): Ditto.
2575         (wl-summary-no-auto-refile-message-p): No use
2576         `wl-summary-buffer-msgdb'.
2577         (wl-summary-auto-refile): Ditto.
2578
2579 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2580
2581         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2582
2583 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2584
2585         * wl-summary.el (wl-summary-sync): Treat no-sync.
2586
2587         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2588         (wl-default-sync-range): Ditto.
2589
2590 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2591
2592         * wl-refile.el (wl-refile-subject-learn): Call
2593         `elmo-message-entity-field' with 3rd argument is non-nil.
2594         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2595         instead of `elmo-msgdb-overview-entity-get-subject'.
2596
2597 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2598
2599         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2600         scan-type is rescan.
2601         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2602         new optional argument force is non-nil.
2603         (wl-summary-save-view-cache): Call it with force argument non-nil.
2604
2605         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2606
2607 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2608
2609         * wl-action.el (wl-summary-print-argument): Fixed last change.
2610
2611 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2612
2613         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2614         simplified.
2615         (wl-summary-target-mark-mark-as-unread): Likewise.
2616         (wl-summary-target-mark-mark-as-important): Likewise.
2617
2618 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2619
2620         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2621         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2622         (wl-summary-mark-as-important-region): Change accordingly.
2623         (wl-summary-target-mark-mark-as-important): Ditto.
2624
2625 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2626
2627         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2628
2629         * wl-action.el (wl-summary-print-argument): Print argument to
2630         right side of window if `wl-summary-print-argument-within-window'
2631         is non-nil.
2632
2633 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2634
2635         * wl-action.el (wl-summary-set-mark): Use
2636         `wl-summary-message-visible-p' to check visibility of the message
2637         and jump to message only when the message line is visible and have
2638         different number; Call wl-summary-unset-mark with number argument.
2639         (wl-summary-unset-mark): 
2640         Use `wl-summary-message-visible-p'
2641         to check visibility of the message and jump to message only when
2642         the message line is visible and have different number;
2643
2644 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2645
2646         * Version number is increased to 2.11.7.
2647
2648         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2649         and wl-folder-summary-line-format.
2650
2651         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2652         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2653         (wl-summary-set-score-mark): Use it.
2654         (wl-summary-target-mark-mark-as-read): Ditto.
2655         (wl-summary-target-mark-mark-as-unread): Ditto.
2656         (wl-summary-target-mark-mark-as-important): Ditto.
2657         (wl-summary-target-mark-msgs): Simplified.
2658         (wl-summary-detect-mark-position): Fixed problem when
2659         summary-line-format no contain persisten/temp mark spec.
2660         (wl-summary-temp-mark): Ditto.
2661         (wl-summary-persistent-mark): Ditto.
2662         (wl-summary-update-persistent-mark): Ditto.
2663
2664         * wl-action.el (wl-summary-set-mark): Ditto.
2665         (wl-summary-unset-mark): Ditto.
2666         All other related portions are changed.
2667
2668 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2669
2670         * Version number is increased to 2.11.6.
2671
2672 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2673
2674         * wl-util.el (wl-current-message-buffer): Define as function;
2675         Don't use the value of wl-messge-buffer.
2676
2677         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2678         persistent mark.
2679
2680         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2681         no current message, cause an error.
2682
2683 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2684
2685         * wl-summary.el (wl-summary-set-message-modified): Use
2686         elmo-folder-set-message-modified instead of
2687         elmo-folder-set-message-modified-internal.
2688
2689 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2690
2691         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2692         interactively.
2693         (wl-summary-sync): nokill->entirely.
2694         (wl-summary-sync-marks): Fixed message.
2695         (wl-summary-input-range): Added mark, nokill->entirely.
2696
2697         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2698         messages as read.
2699
2700 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2701
2702         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2703         update-noscore.
2704         (wl-summary-sync): Follow the change above.
2705
2706 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2707
2708         * wl-action.el (wl-summary-target-mark-all): Use
2709         elmo-folder-list-messages.
2710
2711 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2712
2713         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2714         (wl-summary-rescan): Set wl-summary-scored as nil.
2715         (wl-summary-sync-force-update): Follow the change above.
2716         (wl-summary-sync): Ditto.
2717         (wl-summary-sync-update): Added argument disable-killed.
2718         (wl-summary-insert-headers): Set visible-only argument for
2719         elmo-folder-list-messages.
2720         (wl-summary-input-range): Added update-nokill, update-noscore,
2721         all-nokill, all-noscore and mark.
2722
2723         * Version number is increased to 2.11.5.
2724
2725         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2726
2727 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2728
2729         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2730         (wl-summary-prefetch-region-no-mark): Change accordingly.
2731         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2732
2733 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2734
2735         * wl-address.el (wl-complete-field-to): Abolished.
2736         (wl-complete-address): Completion function for completing-read.
2737         * wl-action.el (wl-summary-get-resend-address): Use it.
2738
2739         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2740         wl-summary-update-mark and abolish unused argument.
2741         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2742         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2743         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2744         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2745         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2746         * wl-draft.el (wl-draft-kill): Ditto.
2747
2748         * wl-summary.el: Remove unused binding of case-fold-search.
2749         (wl-summary-replace-status-marks): Abolished.
2750
2751 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2752
2753         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2754         is specified or folder length is zero.
2755
2756 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2757
2758         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2759         (wl-folder-archive-current-entity): Ditto.
2760
2761 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2762
2763         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2764         retrieving message mark.
2765         (wl-summary-redisplay-internal): Ditto.
2766
2767         * wl-message.el (wl-message-buffer-display): Ignore errors while
2768         retrieving message-id field.
2769
2770         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2771         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2772         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2773         order of the arguments for `wl-expire-message-p'.
2774         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2775
2776         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2777         Check return value of wl-summary-reply.
2778         (wl-summary-reply): Recover window configuration when an error occured.
2779
2780 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2781
2782         * wl-summary.el (wl-summary-resend-message): Abolished, the
2783         feature is inherited by wl-summary-resend (put resend mark).
2784
2785 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2786
2787         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2788         wl-message-buffer to nil when the message is hide.
2789
2790 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2791
2792         * .cvsignore: New file.
2793
2794 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2795
2796         * wl-action.el (wl-summary-action-docstring): Add more info.
2797         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2798         duplicate definition.
2799         (wl-summary-define-mark-action): Functions wl-summary-*-region
2800         keep current position.
2801         (wl-summary-unregister-target-mark): Store result to the variable.
2802
2803 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2804
2805         * Version number is increased to 2.11.4.
2806
2807 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2808
2809         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2810         wl-summary-delete-all-temp-marks.
2811         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2812
2813         * wl-action.el (wl-summary-set-mark): Changed terminology
2814         refile-destination -> action-argument.
2815         (wl-summary-unset-mark): Ditto.
2816         (wl-summary-remove-argument): Ditto.
2817         (wl-summary-print-argument): Ditto.
2818
2819         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2820         (wl-thread-remove-argument-region): Ditto.
2821         (wl-thread-print-argument-region): Ditto.
2822         (wl-thread-close): Ditto.
2823         (wl-thread-open): Ditto.
2824
2825         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2826         (wl-highlight-refile-destination-face is abolished)
2827         (wl-highlight-action-argument-string): Ditto.
2828         (wl-highlight-summary-current-line): Highlight action argument.
2829
2830         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2831         color for light backgrounds.
2832         (wl-highlight-summary-answered-face): Ditto.
2833
2834 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2835
2836         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2837
2838         * wl-score.el (wl-summary-score-update-all-lines): Use
2839         wl-summary-set-mark.
2840         (wl-summary-score-update-all-lines): Kill expunged messages.
2841
2842         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2843
2844 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2845
2846         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2847         directly.
2848         (wl-score-overview-entity-get-lines): Ditto.
2849         (wl-score-overview-entity-get-xref): Ditto.
2850         (wl-score-get-latest-msgs): Ditto.
2851         (wl-summary-rescore): Ditto.
2852
2853         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2854         to "&".
2855         (wl-summary-mark-as-answered-internal): New inline function.
2856         (wl-summary-mark-as-answered): New function.
2857         (wl-summary-mark-as-unanswered): Ditto.
2858         (wl-summary-sync-marks): Modified for answered-mark synching.
2859
2860 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2861
2862         * wl-action.el (wl-summary-set-mark): Fixed last change.
2863
2864 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2865
2866         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2867         behavior of wl-summary-unread-message-hook
2868         (Pointed out by akira yamada <akira@arika.org>).
2869
2870 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2871
2872         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2873         wl-summary-delete.
2874         * wl-xmas.el (wl-summary-toolbar): Ditto.
2875
2876         * wl-action.el (wl-summary-set-mark): Don't override current
2877         temp-mark.
2878
2879         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2880
2881 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2882
2883         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2884         (wl-refile-msgid-learn): Ditto.
2885         (wl-refile-get-field-value): Ditto.
2886
2887         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2888
2889         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2890         (wl-expire-delete-reserved-messages): Renamed from
2891         wl-expire-reserve-marked-msgs-from-list.
2892         (wl-expire-delete): Removed argument `msgdb'.
2893         (wl-expire-refile): Ditto.
2894         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2895         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2896         mark-alist as argument.
2897         (wl-expire-archive-number1): Removed argument `msgdb'.
2898         (wl-expire-archive-number2): Ditto.
2899         (wl-expire-archive-date): Ditto.
2900         (wl-expire-localdir-date): Ditto.
2901         (wl-expire-hide): Ditto.
2902         (wl-archive-number1): Ditto.
2903         (wl-archive-number2): Ditto.
2904         (wl-archive-date): Ditto.
2905         (wl-archive-folder): Ditto.
2906         All other related portions are changed.
2907
2908 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2909
2910         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2911         mean move up and down. (suggested by Takashi Kawachi)
2912
2913 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2914
2915         * wl-acap.el (toplevel): Don't require un-define.
2916
2917 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2918
2919         * wl-thread.el (wl-thread-delete-message): Always update
2920         wl-summary-buffer-number-list.
2921
2922         * wl-action.el (wl-summary-print-destination): 
2923         Do nothing when folder is nil.
2924
2925 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2926
2927         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2928         persistent mark when prefetch is succeeded.
2929
2930 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2931
2932         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2933         instead of elmo-msgdb-delete-msgs.
2934         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2935         (wl-expire-hide): Ditto.
2936
2937         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2938
2939         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2940         elmo-msgdb interface.
2941         (wl-thread-get-exist-children): Likewise.
2942         (wl-thread-insert-message): Likewise.
2943         (wl-thread-msg-mark-as-important): Likewise.
2944         (wl-thread-insert-entity-sub): Likewise.
2945         (wl-thread-get-children-msgs-uncached): Likewise.
2946
2947         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2948         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2949         (wl-summary-sync-update): Likewise.
2950         (wl-summary-auto-select-msg-p): Likewise.
2951         (wl-summary-update-thread): Likewise.
2952         (wl-summary-mark-as-important): Likewise.
2953         (wl-summary-jump-to-msg-internal): Likewise.
2954         (wl-summary-redisplay-internal): Likewise.
2955         (wl-summary-print-message-with-ps-print): Likewise.
2956         (wl-summary-folder-info-update): Likewise.
2957
2958         * wl-folder.el (wl-folder-check-one-entity):
2959         elmo-folder-count-flags instead of wl-summary-count-unread.
2960
2961         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2962
2963         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2964
2965         * wl-summary.el (wl-summary-set-message-modified): 
2966         Call wl-summary-set-mark-modified.
2967         (wl-summary-delete-messages-on-buffer): Call
2968         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2969         (wl-summary-sync-update): Call elmo-folder-length instead of
2970         elmo-folder-messages.
2971         (wl-summary-insert-headers): Don't call
2972         elmo-folder-list-message-entities.
2973
2974 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2975
2976         * wl-action.el (wl-summary-define-mark-action): Call
2977         `wl-summary-set-mark' with argument `data'.
2978         (wl-summary-auto-refile): Fixed order of arguments when call
2979         `wl-summary-refile'.
2980
2981 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2982
2983         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2984
2985         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2986
2987         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2988         (Renamed from wl-highlight-summary-deleted-face).
2989         (wl-highlight-summary-resend-face): New face.
2990
2991         (wl-highlight-summary-deleted-face): Renamed from
2992         wl-highlight-summary-erased-face.
2993
2994         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2995
2996         * wl-action.el (wl-summary-get-resend-address): New function.
2997         (wl-summary-exec-action-resend): Ditto.
2998         (wl-summary-exec-action-resend-subr): Ditto.
2999
3000         * w-thread.el (wl-thread-copy): Removed definition.
3001         (wl-thread-refile): Ditto.
3002         (wl-thread-delete): Ditto.
3003         (wl-thread-target-mark): Ditto.
3004
3005         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3006         (wl-summary-target-mark-set-action): Fixed.
3007         (wl-summary-define-mark-action): Fixed quotation.
3008         (wl-summary-move-mark-list-messages): Display message.
3009         (wl-summary-define-mark-action): Define thread functions.
3010         (wl-summary-exec-action-refile): Changed message.
3011         (wl-summary-exec): Ditto.
3012
3013 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3014         
3015         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3016         '%%'.
3017
3018 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3019
3020         * wl.el (toplevel): Require wl-action.
3021         (wl-init): Call wl-summary-define-mark-action.
3022
3023         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3024
3025         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3026         wl-summary-delete and wl-summary-erase.
3027         (wl-summary-mode-map): Ditto.
3028
3029         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3030         wl-delete-folder-alist.
3031
3032         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3033         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3034         (toplevel): Moved mark & action related functions to the wl-action.el.
3035
3036         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3037         in wl-summary-mark-action-list.
3038         (wl-highlight-summary-current-line): Ditto.
3039
3040         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3041         empty lines.
3042
3043         * wl-action.el: New file. 
3044
3045 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3046
3047         * wl-summary.el (wl-summary-target-mark-replace): New function.
3048         (wl-summary-target-mark-prefetch): Use it.
3049         (wl-summary-target-mark-delete): Ditto.
3050         (toplevel): Rearranged definition order.
3051         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3052         (wl-summary-target-mark-erase): Rewrite.
3053         (wl-summary-erase-region): New function.
3054         (wl-summary-exec-action-erase): Changed message.
3055         (wl-summary-move-mark-list-messages): New function.
3056         (wl-summary-exec-action-delete): Use it.
3057         (wl-summary-exec-action-erase): Ditto.
3058
3059         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3060         (wl-summary-skip-mark-list): Added "d".
3061
3062         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3063         while searching.
3064
3065         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3066         and define using defcustom;
3067         Define 4th element as a face.
3068         
3069         * wl-summary.el (wl-summary-incorporate): Use 
3070         `wl-summary-prefetch-region-no-mark' instead of
3071         `wl-summary-prefetch-region'.
3072         (wl-summary-prefetch-region-no-mark): Revival of old
3073         `wl-summary-prefetch-region'.
3074         (wl-summary-mark-action-list): Moved to wl-vars.el
3075
3076         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3077         face according to the `wl-summary-mark-action-list'.
3078         (wl-highlight-summary-current-line): Ditto;
3079         Removed destination highlighting.
3080
3081         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3082         (wl-highlight-summary-line-string): Highlight for "i" mark.
3083         (wl-highlight-summary-current-line): Ditto.
3084
3085         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3086         no destination.
3087
3088         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3089         exists, just go ahead.
3090         (wl-summary-prefetch-region): Rewrite.
3091         (wl-summary-prefetch): Ditto.
3092         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3093         (wl-summary-exec-action-prefetch): New function.
3094         (wl-summary-target-mark-prefetch): Rewrite.
3095
3096 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3097
3098         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3099         (wl-highlight-summary-line-string): Added "d" and "D".
3100         (wl-highlight-summary-current-line): Ditto.
3101
3102         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3103         in wl-summary.el.
3104         (wl-thread-insert-entity-sub): Ditto.
3105         (wl-thread-remove-destination-region): Ditto.
3106         (wl-thread-print-destination-region): Ditto.
3107
3108         * wl-summary.el (wl-summary-buffer-refile-list,
3109         wl-summary-buffer-delete-list,
3110         wl-summary-buffer-copy-list): Abolish.
3111         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3112         All other related portions are changed.
3113         (wl-summary-mark-action-list): New variable.
3114         (wl-summary-set-mark): New function.
3115         (wl-summary-register-target-mark): Ditto.
3116         (wl-summary-unregister-target-mark): Ditto.
3117         (wl-summary-have-target-mark-p): Ditto.
3118         (wl-summary-register-temp-mark): Ditto.
3119         (wl-summary-unregister-temp-mark): Ditto.
3120         (wl-summary-registered-temp-mark): Ditto.
3121         (wl-summary-collect-temp-mark): Ditto.
3122         (wl-summary-unset-mark): Ditto.
3123         (wl-summary-set-target-mark): Ditto.
3124         (wl-summary-unset-target-mark): Ditto.
3125         (wl-summary-set-action-generic): Ditto.
3126         (wl-summary-unset-action-generic): Ditto.
3127         (wl-summary-exec-action-delete): Ditto.
3128         (wl-summary-exec-action-erase): Ditto.
3129         (wl-summary-set-action-refile): Ditto.
3130         (wl-summary-set-action-refile-subr): Ditto.
3131         (wl-summary-unset-action-refile): Ditto.
3132         (wl-summary-make-destination-numbers-list): Ditto.
3133         (wl-summary-exec-action-refile): Ditto.
3134         (wl-summary-set-action-copy): Ditto.
3135         (wl-summary-unset-action-copy): Ditto.
3136         (wl-summary-exec-action-copy): Ditto.
3137         (wl-summary-collect-numbers-region): Ditto.
3138         (wl-summary-delete): Rewrite.
3139         (wl-summary-erase): Ditto.
3140         (wl-summary-remove-destination): Ditto.
3141         (wl-summary-exec): Ditto.
3142         (wl-summary-exec-region): Ditto.
3143         (wl-summary-target-mark-erase): Ditto.
3144         (wl-summary-refile): Ditto.
3145         (wl-summary-copy): Ditto.
3146         (wl-summary-unmark): Ditto.
3147         (wl-summary-delete-all-mark): Ditto.
3148         (wl-summary-mark-line): Don't highlight.
3149         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3150         (wl-summary-target-mark-refile-subr): Rewrite.
3151
3152         (wl-summary-copy-prev-destination): Abolish.
3153
3154 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3155
3156         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3157         default values along the value of wl-on-mule.
3158         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3159         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3160         It is not used anywhere.
3161
3162 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3163
3164         * wl-summary.el (wl-summary-print-destination): Keep position.
3165         (wl-summary-cursor-move-surface): Keep horizontal position.
3166
3167 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3168
3169         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3170         write sendlog.
3171
3172 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3173
3174         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3175         `wl-summary-highlight'.
3176
3177 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3178
3179         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3180         trivial condition for temp-mark.
3181
3182 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3183
3184         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3185         when it hits killed buffer.
3186
3187 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3188
3189         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3190         * wl-news.el.in: `message' and `error' take format string.
3191
3192 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3193
3194         * wl-folder (wl-folder-insert-entity): Display a message,
3195         `...done', when the work finish.
3196         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3197
3198 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3199
3200         * wl-message.el (wl-message-redisplay): Remove unused local
3201         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3202
3203 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3204
3205         * wl-summary.el (wl-summary-replace-status-marks): Disable
3206         interactive use.
3207         (wl-summary-reedit): Check message existence at first.
3208         (wl-summary-mark-line): Fix doc, return value is indefinite.
3209
3210         * wl-highlight.el (wl-highlight-message): Arranged.
3211
3212         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3213         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3214         check temp-mark by wl-summary-temp-mark always.
3215         (wl-highlight-summary): Change accordingly.
3216         * wl-summary.el (wl-summary-mark-as-read-all)
3217         (wl-summary-delete-cache, wl-summary-set-score-mark)
3218         (wl-summary-mark-as-unread, wl-summary-unmark)
3219         (wl-summary-mark-line, wl-summary-mark-as-read)
3220         (wl-summary-mark-as-important): Ditto.
3221
3222         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3223         end of the window if possible.
3224         * wl-summary.el (wl-summary-sync-update): Support lazy
3225         highlighting.
3226         (wl-summary-toggle-disp-msg): Ditto.
3227
3228 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3229
3230         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3231
3232 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3233
3234         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3235         change.
3236
3237 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3238
3239         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3240         API.
3241         (wl-summary-sync-update): Ditto.
3242
3243         * wl-score.el (wl-score-get-score-alist): Changed argument.
3244         (wl-summary-rescore-msgs): Likewise.
3245         (wl-summary-score-headers): Likewise.
3246         (wl-score-headers): Likewise;
3247         Use elmo-folder-do-each-message-entity, etc.
3248         (wl-summary-score-effect): Follow the changes above.
3249         (wl-summary-rescore): Ditto.
3250         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3251         (wl-score-get-overview): Abolish.
3252
3253         * wl-summary.el (wl-summary-default-from): Follow the API change in
3254         elmo-msgdb.
3255         (wl-summary-count-unread): Ditto.
3256         (wl-summary-detect-mark-position): Ditto.
3257         (wl-summary-overview-entity-compare-by-date): Ditto.
3258         (wl-summary-overview-entity-compare-by-number): Ditto.
3259         (wl-summary-overview-entity-compare-by-from): Ditto.
3260         (wl-summary-overview-entity-compare-by-subject): Ditto.
3261         (wl-summary-get-list-info): Ditto.
3262         (wl-summary-rescan): Ditto.
3263         (wl-summary-jump-to-msg-by-message-id): Ditto.
3264         (wl-summary-sync-update): Ditto; Removed comment.
3265         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3266         (wl-summary-insert-message): Use wl-summary-insert
3267         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3268         (wl-summary-insert-headers): Changed argument overview to folder.
3269         (wl-summary-search-by-subject): Likewise.
3270         (wl-summary-insert-thread): Renamed from 
3271         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3272
3273         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3274         too.
3275
3276         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3277         wl-string-member.
3278
3279 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3280
3281         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3282         elmo-folder-append-buffer.
3283         (wl-draft-queue-append): Likewise.
3284
3285         * wl-mime.el (wl-message-delete-current-part): Ditto.
3286         (wl-summary-burst-subr): Ditto.
3287
3288         * wl-news.el.in (wl-news-send-news): Ditto.
3289
3290 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3291
3292         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3293         function.
3294         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3295         (wl-summary-update-mark): Enclose with save-excursion.
3296         (wl-summary-mark-as-read-internal): Fixed last change.
3297         (wl-summary-mark-as-important): Use 3rd argument of
3298         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3299         Don't use elmo-msgdb-set-mark.
3300         (wl-summary-redisplay-internal): If msgdb flag is already read,
3301         just update the mark on buffer.
3302
3303 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3304
3305         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3306         cut visible folder when elmo-folder-delete returns non-nil value.
3307
3308 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3309
3310         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3311         by Kenichi OKADA <okada@opaopa.org>).
3312
3313 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3314
3315         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3316
3317 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3318
3319         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3320         Fixed the last change, search group entity by its real name.
3321         (Thanks to: KOBAYASHI Shinji)
3322
3323 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3324
3325         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3326         (wl-fldmgr-access-display-all): Don't refer visible name.
3327         * wl-expire.el (wl-folder-archive-current-entity)
3328         (wl-folder-expire-current-entity): Ditto.
3329         * wl-folder.el (wl-folder-jump-to-current-entity)
3330         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3331         (wl-folder-open-folder-sub,wl-folder-open-all)
3332         (wl-folder-write-current-folder): Ditto.
3333         (wl-folder-insert-entity): Don't use petname for normal group.
3334         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3335         is the real name.
3336         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3337         Abolished.
3338
3339 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3340
3341         * wl-draft.el (wl-draft-create-buffer): Add
3342         `wl-summary-reply-with-citation'
3343
3344 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3345
3346         * wl-draft.el (wl-draft-reply): Fixed.
3347
3348 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3349
3350         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3351         when `wl-draft-send-confirm-with-preview' is non-nil.
3352         You can scroll up/down by j/k.
3353         (wl-draft-send-confirm-with-preview): New variable (default=t).
3354
3355 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3356
3357         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3358         (wl-fldmgr-save-folders): Fix comment.
3359
3360 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3361
3362         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3363         along the last change in `wl-folder-buffer-group-p'.
3364
3365 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3366
3367         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3368         folder.
3369
3370         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3371         the default value.
3372
3373         * wl-mime.el (wl-summary-burst): Update summary only when target
3374         folder equals current folder.
3375
3376 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3377
3378         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3379
3380 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3381
3382         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3383         value.
3384
3385 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3386
3387         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3388         `map-extents' instead of `extent-at' repeatedly.
3389         (wl-highlight-folder-current-line): Ditto.
3390
3391         * wl-highlight.el: Remove useless dummy functions.
3392
3393 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3394
3395         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3396         (wl-folder-put-folder-property): New function to put text property.
3397         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3398         (wl-folder-insert-entity, wl-folder-update-diff-line)
3399         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3400         * wl-e21.el, wl-xmas.el, wl-mule.el
3401         (wl-highlight-folder-current-line): Ditto.
3402         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3403         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3404         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3405         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3406
3407 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3408
3409         * Version number is increased to 2.11.3.
3410
3411 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3412
3413         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3414         Resume current-buffer since it is assumed by remaining tasks.
3415
3416 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3417
3418         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3419         (wl-folder-completion-function): Abolished.
3420         (wl-folder-complete-folder): New function.
3421         (wl-folder-complete-filter-condition): Ditto.
3422         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3423         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3424
3425 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3426
3427         * wl-draft.el (wl-draft-send-confirm): New function.
3428         (wl-draft-send): Use it.
3429
3430         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3431         cursor-in-echo-area while confirming.
3432
3433         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3434
3435         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3436         searching via nntp if wl-summary-search-via-nntp is 'force.
3437         Otherwise, invoke searching in nntp folder only.
3438         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3439
3440         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3441         explicitly for mime-make-text-tag.
3442
3443 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3444
3445         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3446         `mime-make-text-tag' instead of `mime-create-tag'.
3447
3448 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3449
3450         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3451         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3452
3453 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3454
3455         * wl-score.el (wl-score-save): Bind print-length and print-level.
3456         (wl-score-pretty-print): Ditto.
3457         (wl-score-edit-insert-header-entry): Ditto.
3458
3459         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3460         "From" entry to be treated with wl-draft-eword-encode-address-list.
3461         * wl-mime.el (wl-draft-preview-message): Ditto.
3462
3463         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3464         (wl-summary-mark-as-unread): Ditto.
3465         (wl-summary-mark-as-read-region): Change accordingly.
3466         (wl-summary-mark-as-unread-region): Ditto.
3467         (wl-summary-target-mark-mark-as-read): Ditto.
3468         (wl-summary-target-mark-mark-as-unread): Ditto.
3469
3470 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3471
3472         * Version number is increased to 2.11.2.
3473
3474 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3475
3476         * wl-news.el.in (wl-news-previous-version-save): Bind
3477         print-length and print-level.
3478         * wl-thread.el (wl-thread-save-entities): Ditto.
3479         (wl-thread-save-top-list): Bind print-length.
3480
3481 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3482
3483         * wl-highlight.el (wl-highlight-summary-line-string): Use
3484         wl-summary-score-below-mark, wl-summary-score-over-mark.
3485         (wl-highlight-summary-current-line): Ditto.
3486
3487 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3488
3489         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3490         insert it.
3491
3492 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3493
3494         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3495
3496 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3497
3498         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3499         message without msgid.
3500         Rewrite with elmo-folder-move-messages.
3501         Set wl-message-buffer to nil.
3502
3503         * wl-summary.el (wl-summary-erase-subr): New function. Use
3504         elmo-folder-move-messages.
3505         (wl-summary-erase): Call it.
3506         (wl-summary-target-mark-erase): Ditto.
3507
3508 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3509
3510         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3511         it is not up-tp-date.
3512
3513 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3514
3515         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3516         buffer after calling `wl-summary-goto-folder-subr' without the
3517         argument `interactive'.
3518         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3519
3520 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3521
3522         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3523         `mime-create-tag'. Use `string=' instead of `looking-at'.
3524
3525 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3526
3527         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3528         to avoid compile warning.
3529
3530         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3531         entity-id when folder is given.
3532         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3533         save-excursion, use save-selected-window instead.
3534         Select folder buffer window if exists.
3535         (To correct behavior with wl-folder-move-cur-folder.)
3536
3537 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3538
3539         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3540
3541 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3542
3543         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3544         list-count instead of %d.
3545
3546 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3547
3548         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3549         (wl-news): Set it.
3550         (wl-news-append-to-folder): Use it.
3551
3552         * wl-news.el.in (wl-news-send-news): Append to specified folder
3553         instead of wl-default-folder.
3554         (wl-news-append-to-folder): Show error message with specified folder.
3555
3556         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3557                 In most major modes, Emacs assumes that any opening
3558                 delimiter found at the left margin is the start of a
3559                 top-level definition, or defun. Therefore, *never put an
3560                 opening delimiter at the left margin unless it should have
3561                 that significance.*
3562
3563         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3564
3565 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3566
3567         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3568
3569 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3570
3571         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3572
3573 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3574
3575         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3576         for sequential numbering case.
3577
3578 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3579
3580         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3581         value.
3582         (wl-draft-reply-without-argument-list): Ditto.
3583         (wl-draft-reply-myself-with-argument-list): Abolish.
3584         (wl-draft-reply-myself-without-argument-list): Ditto.
3585         * wl-draft.el (wl-draft-self-reply-p): New function.
3586         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3587
3588 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3589
3590         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3591         (avoid error for the case without byte-compiling)
3592
3593 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3594
3595         * wl-news.el.in (wl-news-append-to-folder): New function.
3596         (wl-news-exit): Rewrite.
3597         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3598
3599 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3600
3601         * wl-draft.el (wl-draft-reply-position): New function.
3602         (wl-draft-reply-position): Fix.
3603         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3604         (wl-summary-target-mark-reply-with-citation): Ditto.
3605         (wl-summary-reply-with-citation): Ditto.
3606         * wl-vars.el (wl-draft-reply-default-position): New variable.
3607
3608 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3609
3610         * wl-draft.el (wl-draft-send): Preview when interactive send.
3611
3612 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3613
3614         * wl-draft.el (wl-draft-reply): Set default position.
3615         * wl-summary.el (wl-summary-reply): Ditto.
3616         (wl-summary-reply-with-citation): Ditto.
3617         (wl-summary-target-mark-reply-with-citation): Ditto.
3618
3619 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3620
3621         * wl-news.el.in (wl-news-lang): Set default value according to
3622         current-language-environment.
3623         (wl-news-append-news): Do nothing when news-list is nil.
3624
3625 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3626
3627         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3628         (wl-news): Change message.
3629         (wl-news-exit): Check buffer.
3630         (wl-news-force-exit): New function.
3631         (wl-news-show-all): New function.
3632         (wl-news-discard-and-exit): Fix.
3633
3634 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3635
3636         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3637         according to current-language-environment.
3638
3639         * wl-news.el.in (wl-news): If arg, show all NEWS after
3640         wl-news-default-previous-version.
3641
3642 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3643
3644         * wl-news.el.in (wl-news-check): Rewritten.
3645         (wl-news-previous-version-load): Change data type.
3646         (wl-news-previous-version-save): Change data type.
3647         (wl-news-append-news): Add return value.
3648         (wl-news-check-news): New function.
3649         (wl-news-already-current-p): New function.
3650         (wl-news-send-news): Rewritten.
3651         (wl-news-mode-map): Add new keybind.
3652         (wl-news): Rewritten.
3653         (wl-news-exit): Rewritten.
3654         (wl-news-discard-and-mail): New function.
3655         (wl-news-send-to-address): Abolished.
3656         * wl.el (wl-init): Delete a message.
3657
3658 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3659
3660         * wl-news.el.in (wl-news-exit): Update previous version.
3661         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3662
3663 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3664
3665         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3666
3667 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3668
3669         * wl-news.el.in (wl-news): New function.
3670         (wl-news-mode): New function.
3671         (wl-news-next-line): New function.
3672         (wl-news-next-page): New function.
3673         (wl-news-exit): New function.
3674         (wl-news-buf-name): New variable.
3675         (wl-news-mode-map): New variable.
3676         (wl-news-winconf): New variable.
3677         (wl-news-append-news): Add an option.
3678
3679 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3680
3681         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3682
3683 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3684
3685         * wl-news.el.in (wl-news-send-to-address): New variable.
3686         (wl-news-send-news): Use it.
3687         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3688         Return updating status.
3689         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3690
3691 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3692
3693         * wl-news.el.in (wl-news-send-news): Delete
3694         Organization and X-Face.
3695
3696 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3697
3698         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3699         (wl-news-append-news): New function.
3700         (wl-news-send-news): New function.
3701
3702 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3703
3704         * Version number is increased to 2.11.1.
3705
3706 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3707
3708         * wl-news.el.in : New file.
3709
3710 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3711
3712         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3713         default value.
3714         (wl-draft-reply-without-argument-list): Ditto.
3715
3716 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3717
3718         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3719         (wl-message-buffer-prefetch-idle-time): Ditto.
3720         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3721
3722 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3723
3724         * wl-thread.el (wl-thread-insert-message): Use
3725         wl-summary-max-thread-depth.
3726
3727         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3728         loop detection.
3729
3730         * wl-message.el (wl-message-buffer-display): Back to the first page
3731         when cache is hit.
3732
3733 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3734
3735         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3736
3737         * wl-summary.el (wl-summary-insert-thread-entity):
3738         If the thread depth is reached to wl-summary-max-thread-depth,
3739         divide the thread.
3740
3741 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3742
3743         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3744         for elmo-remove-passwd.
3745
3746 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3747
3748         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3749         folder is sticky.
3750         (wl-folder-mark-as-read-all-entity): Ditto.
3751         (wl-folder-prefetch-entity): Ditto.
3752
3753 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3754
3755         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3756
3757 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3758
3759         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3760         Delete messages on buffer for unplugged operation.
3761         (wl-summary-erase): Ditto.
3762
3763 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3764
3765         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3766         take nil so as not to search parent by subject.
3767
3768 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3769
3770         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3771         (wl-folder-get-next-folder): Ditto.
3772         (wl-folder-get-path): Ditto.
3773
3774 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3775
3776         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3777         system and encode the region with it before verifying.
3778
3779 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3780
3781         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3782         system of the echo buffer before decoding.
3783
3784 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3785
3786         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3787         original contents.
3788
3789 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3790
3791         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3792         with argument 'any-exists.
3793
3794 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3795
3796         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3797         Use `wl-cs-autoconv'.
3798
3799 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3800
3801         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3802         by `mime-view-automatic-conversion'.
3803
3804         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3805         (wl-message-verify-pgp-nonmime): Ditto.
3806         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3807         Bind them to C-c:d and C-c:v respectively.
3808
3809         Merge following code by Teranishi-san from [wl-en:00167].
3810         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3811         (wl-mime-preview-application/pgp-encrypted): Ditto.
3812         (wl-mime-setup): Add entry.
3813
3814 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3815
3816         * wl-summary.el (wl-summary-target-mark-erase): New function.
3817         Bind it to "mD".
3818
3819 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3820
3821         * wl-vars.el (wl-draft-write-file-function): Fix.
3822         (wl-draft-reedit-hook): Changed default value.
3823
3824         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3825         wl-draft-reedit-hook.
3826         (wl-draft-remove-text-plain-tag): New function.
3827         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3828
3829         * wl-vars.el (wl-draft-write-file-function): New user option.
3830
3831         * wl-draft.el (wl-draft-prepare-edit): Use it for
3832         local-write-file-hooks.
3833         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3834
3835         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3836         (wl-draft-insert-mail-header-separator): Return the body beginning
3837         point.
3838         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3839         text/plain.
3840         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3841
3842 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3843
3844         * wl-summary.el (wl-summary-erase): New function to erase message
3845         without moving it to trash. Bind to "D".
3846
3847         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3848         as `keep' unless switch-function.
3849
3850 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3851
3852         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3853         message buffer by using `wl-summary-toggle-disp-msg'.
3854         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3855         buffer window.
3856         (wl-summary-supresedes-message): Ditto.
3857
3858         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3859         Do not delete other windows.
3860         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3861         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3862         (wl-draft-create-buffer): Set reply-or-forward also for target
3863         mark commands.
3864
3865 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3866
3867         * wl-draft.el (wl-user-agent-compose): Delete special case for
3868         switch-to-buffer-other-window.
3869
3870         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3871         (wl-summary-forward): Ditto.
3872
3873         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3874         function.
3875         (wl-draft-buffer-style): New use option.
3876
3877         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3878         (wl-draft): Follow the change above.
3879         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3880         wl-draft-buffer-style.
3881         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3882         switch-function.
3883
3884 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3885
3886         * wl-address.el (wl-address-make-completion-entry): Extracted from
3887         `wl-address-make-completion-list'.
3888         (wl-address-enable-strict-loading): New variable.
3889         (wl-address-make-completion-list): Revive petname duplication
3890         inquiry, and enable it if `wl-address-enable-strict-loading'.
3891         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3892
3893 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3894
3895         * wl-message.el (wl-message-get-original-buffer): Avoid
3896         'Selecting deleted buffer' error when original buffer is killed.
3897
3898 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3899
3900         * wl-summary.el (wl-summary-next-message): Use
3901         elmo-message-accessible-p instead of elmo-message-cached-p.
3902
3903 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3904
3905         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3906
3907         * wl-thread.el (wl-thread-open-all-unread): Use
3908         elmo-folder-list-flagged instead of
3909         elmo-folder-list-messages-mark-match.
3910
3911         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3912         instead of elmo-folder-list-messages-mark-match.
3913         (wl-summary-move-spec-alist): New variable.
3914         (wl-summary-move-spec-plugged-alist,
3915         wl-summary-move-spec-unplugged-alist): Abolish.
3916         (wl-summary-next-message): Follow the change above.
3917         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3918         with 'no-msg' argument.
3919
3920         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3921         variable.
3922         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3923         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3924         (wl-message-buffer-prefetch-get-next): Follow the change above.
3925
3926 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3927
3928         * wl-version.el (wl-version): Changed codename.
3929
3930         * Version number is increased to 2.11.0.
3931
3932 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3933
3934         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3935         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3936         `wl-draft-config-variables'.
3937         (wl-draft-kill): Fixed problem when the draft is reedit.
3938
3939 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3940
3941         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3942         buffer-modified status (Thanks to
3943         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3944
3945 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3946
3947         * wl-util.el (wl-region-exists-p): New function.
3948
3949         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3950         Remove defvars for byte-compile warnings.
3951
3952 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3953
3954         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3955         defvar-maybe. Removed unused bind.
3956
3957 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3958
3959         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3960         summary buffer window before creating new frame.
3961         (wl-draft-reply): Ditto.
3962
3963 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3964
3965         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3966
3967 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3968
3969         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3970
3971 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3972
3973         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3974         instead of `kill-region'.
3975
3976 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3977
3978         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3979         (wl-highlight-summary-line-string): Use it.
3980         (wl-highlight-summary-current-line): Ditto.
3981
3982         * wl-mime.el (wl-message-delete-current-part): Check the class of
3983         mime-entity.
3984
3985         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3986
3987         * wl-summary.el (wl-summary-make-number-list): Initialize.
3988         (wl-summary-update-mark): New function.
3989         (wl-summary-reply): Put `answered' mark on the message.
3990         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3991
3992         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3993         (wl-draft-reply): Added optional argument `number';
3994         Set wl-draft-parent-number.
3995         (wl-draft-kill): Delete answered mark if it is a reply.
3996
3997 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3998
3999         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4000         that originates in mime-preview-follow-current-entity.
4001         (wl-draft-yank-current-message-entity): Use it if region is active.
4002
4003         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4004         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4005         `wl-message-delete-current-part'.
4006         * wl-mule.el (wl-message-define-keymap): Ditto.
4007         * wl-xmas.el (wl-message-define-keymap): Ditto.
4008
4009 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4010
4011         * wl-mime.el (wl-message-delete-current-part): New function.
4012         (wl-mime-node-id-to-string): Ditto.
4013
4014         * wl-mime.el (wl-message-delete-current-part): Use existing
4015         original buffer which corresponds current mime-view buffer.
4016         (fetched buffer might have different structure, possibly)
4017
4018         * wl-mime.el (wl-message-delete-current-part): Quit if the
4019         message content differs from the actual message.
4020
4021 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4022
4023         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4024         order.
4025         (wl-summary-search-by-subject): Search parent message from tail;
4026         Check the existence of the parent message on the current thread tree.
4027         (wl-summary-update-thread): Check whether the line is inserted.
4028
4029 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4030
4031         * wl-vars.el (wl-summary-line-format): Undo last change.
4032         * wl-summary.el (wl-summary-print-destination): Do not put
4033         invisible property when `wl-summary-width' is nil.
4034         (wl-summary-line-subject-minimum-length): Abolished.
4035         (wl-summary-line-subject): Ditto.
4036
4037 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4038
4039         * wl-vars.el (wl-summary-line-format): Change default value.
4040         (wl-summary-subject-length-limit): Abolished.
4041         * wl-summary.el (wl-summary-line-subject): Ditto.
4042
4043 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4044
4045         * wl-template.el (wl-template-select): Added optional argument.
4046         If optional argument is specified, reverse
4047         `wl-template-visible-select'.
4048
4049 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4050
4051         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4052         Take prefix argument to force asking the destination folder.
4053
4054 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4055
4056         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4057         count and update status.
4058
4059 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4060
4061         * wl-summary.el (wl-summary-redisplay-internal): If
4062         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4063         after fetching.
4064
4065 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4066
4067         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4068         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4069
4070         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4071
4072 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4073
4074         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4075         (All other related portions are changed).
4076         (wl-summary-mark-as-read-all): Rewrite.
4077
4078 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4079
4080         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4081         `wl-summary-mark-as-read'.
4082         (wl-summary-mark-as-unread): Rewrite.
4083         (wl-summary-mark-as-read): Added no-modeline argument.
4084         (wl-summary-resume-cache-status): Rewrite.
4085         (wl-summary-exec-subr): Remove unused local variable.
4086
4087 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4088
4089         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4090         logic to call `wl-summary-buffer-prev-folder-function'.
4091         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4092
4093 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4094
4095         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4096         is nil.
4097
4098 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4099
4100         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4101         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4102         (wl-mime-setup): Add its entry.
4103
4104 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4105
4106         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4107         (wl-summary-delete-cache): Likewise.
4108         (wl-summary-mark-as-read): Rewrite.
4109
4110 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4111
4112         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4113         `wl-summary-count-unread'.
4114
4115         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4116
4117         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4118
4119 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4120
4121         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4122         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4123         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4124         Renamed to the elmo-msgdb-*-mark.
4125         (wl-summary-score-marks): Follow the change above.
4126         (wl-summary-auto-refile-skip-marks): Ditto.
4127         (wl-summary-incorporate-marks): Ditto.
4128         (wl-summary-expire-reserve-marks): Ditto.
4129
4130         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4131         changes.
4132         (wl-thread-insert-top): Changed updating message.
4133
4134         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4135         variable.
4136         (wl-summary-count-unread): Count answered marks.
4137         (wl-summary-rescan): Call wl-summary-insert-message instead of
4138         wl-summary-append-message-func-internal.
4139         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4140         (wl-summary-prefetch-msg): Follow the variable name changes.
4141         (wl-summary-prefetch-region): Ditto.
4142         (wl-summary-mark-as-read-all): Follow the API changes;
4143         Don't call elmo-folder-replace-marks.
4144         (wl-summary-delete-cache): Follow the variable name changes.
4145         (wl-summary-resume-cache-status): Ditto.
4146         (wl-summary-update-status-marks): New function.
4147         (wl-summary-insert-message): New function.
4148         (wl-summary-sync-marks): Follow the variable name changes.
4149         (wl-summary-sync-update): Synchronize to the msgdb, too;
4150         Changed update messages.
4151         (wl-summary-make-number-list): Rewrite.
4152         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4153         (wl-summary-mark-as-unread): Follow the API changes.
4154         (wl-summary-exec-subr): Follow the variable name changes.
4155         (wl-summary-mark-as-read): Ditto.
4156         (wl-summary-move-spec-plugged-alist): Ditto.
4157         (wl-summary-move-spec-unplugged-alist): Ditto.
4158         (wl-summary-cursor-move-surface): Ditto.
4159
4160         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4161         variable name changes.
4162         (wl-highlight-summary-current-line): Ditto.
4163
4164         * wl-expire.el (wl-expire-refile): Follow the API change in
4165         elmo-folder-move-messages.
4166         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4167         (wl-summary-archive): Use elmo-folder-msgdb instead of
4168         elmo-msgdb-load.
4169
4170 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4171
4172         * wl-mime.el (wl-draft-preview-message): Restore the position
4173         before evaluating wl-draft-send-hook in preview buffer.
4174
4175 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4176
4177         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4178         when it creates new draft buffer.
4179
4180         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4181         without argument.
4182
4183         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4184         Evaluate content and if the value is string, insert it.
4185         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4186         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4187         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4188         wl-draft-config-sub-part-bottom): Use it.
4189
4190         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4191         with the folder name. The question was unintelligible when it is
4192         called from wl-save-status.
4193
4194 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4195
4196         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4197         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4198         cannot take second argument).
4199
4200 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4201
4202         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4203         as t. Since type and subtype are not case sensitive (RFC 2045).
4204
4205 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4206
4207         * wl-vars.el (wl-message-mode-line-format): New variable.
4208         (wl-message-mode-line-format-spec-alist): Ditto.
4209         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4210         (wl-message-redisplay): Use wl-message-mode-line-format.
4211
4212 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4213
4214         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4215
4216 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4217
4218         * wl-summary.el (wl-summary-default-from): Write description.
4219
4220 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4221
4222         * wl-vars.el (wl-ldap-objectclass): Abolish.
4223
4224         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4225         (wl-ldap-make-filter): Removed condition for objectclass.
4226         (wl-ldap-make-matched-value-list): Remove meaningless process.
4227         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4228         (wl-address-ldap-search): Don't add `*' to `pat' string;
4229         use ignore-errors; added `email';
4230         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4231         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4232         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4233
4234
4235 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4236
4237         * wl-draft.el (wl-draft-parent-folder): Write description.
4238         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4239
4240 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4241
4242         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4243         as "" (zero-length string) if no parent.
4244         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4245
4246 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4247
4248         * wl-address.el (wl-address-make-completion-list): Skip duplication
4249         checking.
4250         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4251         `append'.
4252
4253 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4254
4255         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4256         instead of `beginning-of-buffer'.
4257
4258 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4259
4260         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4261
4262 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4263
4264         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4265         Refer wl-message-buffer-name.
4266         (wl-message-wheel-down): Ditto.
4267
4268 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4269
4270         * wl-vars.el (wl-message-buffer-name): New user option.
4271
4272         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4273         directly instead of making alist dinamically.
4274
4275         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4276         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4277         wl-message-buffer-cache-name.
4278         (wl-message-buffer-cache-clean-up): Ditto.
4279
4280         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4281
4282         * Version number is increased to 2.9.15.
4283
4284 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4285
4286         * wl-vars.el (wl-summary-default-view-alist): New user option.
4287
4288         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4289
4290         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4291         while deleting address.
4292         (wl-draft-delete-myself-from-cc): Ditto.
4293
4294         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4295         If optional argument is specified, reverse sort order.
4296
4297         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4298
4299 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4300
4301         * wl-thread.el (wl-thread-insert-message): Return parent number if
4302         exists.
4303         (wl-thread-update-indent-string-region): Use
4304         wl-thread-update-line-on-buffer-sub instead of
4305         wl-thread-update-line-on-buffer.
4306
4307 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4308
4309         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4310         (wl-folder-close-all): Ditto.
4311
4312 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4313
4314         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4315         and mailing-list:.
4316         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4317         value.
4318         (wl-summary-line-list-info): Print mailing-list name even when 
4319         list-number is empty.
4320
4321 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4322
4323         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4324
4325         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4326         (wl-draft-open-file): Ditto.
4327         (wl-draft-random-alphabet): Ditto.
4328
4329         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4330         bindings.
4331
4332 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4333
4334         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4335         * wl-vars.el (wl-draft-config-alist): Ditto.
4336
4337 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4338
4339         * Version number is increased to 2.9.14.
4340
4341         * wl.el (wl): Don't set wl-init as nil when error occured while
4342         auto-checking folders.
4343
4344         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4345         `elmo-expand-newtext'.
4346
4347 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4348
4349         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4350         `this-command' so that `wl-folder-goto-folder' contained in
4351         `wl-summary-keep-cursor-command' work.
4352
4353 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4354
4355         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4356         message buffer displaying state.
4357
4358 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4359
4360         * wl-vars.el (wl-summary-default-view): New variable to specify
4361         default value for `wl-summary-buffer-view' instead of using
4362         set-default.
4363         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4364
4365 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4366
4367         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4368
4369         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4370
4371 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4372
4373         * wl-vars.el (wl-forward-subject-prefix): New variable.
4374         * wl-draft.el (wl-draft-forward): Use it.
4375
4376 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4377
4378         * wl-message.el (wl-message-prev-page): When it is called without
4379         lines argument, scroll down by wl-message-scroll-amount lines.
4380         (wl-message-next-page): Ditto.
4381         * wl-vars.el (wl-message-scroll-amount): Change default value
4382         to preserve current behavior.
4383
4384 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4385
4386         * wl-summary.el (wl-summary-prefetch-msg): Bind
4387         `wl-message-entity' to call `wl-summary-from-function'.
4388
4389 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4390
4391         * wl-message.el (wl-message-buffer-create): Run
4392         wl-message-buffer-created-hook.
4393
4394 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4395
4396         * wl-summary.el (wl-summary-sort-specs): New variable.
4397         (wl-summary-default-sort-spec): Ditto.
4398         (wl-summary-sort): Rewrite.
4399         (wl-summary-sort-by-list-info): New function.
4400
4401 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4402
4403         * wl-summary.el (wl-summary-get-list-info): New function.
4404         (wl-summary-sort): Rewrite.
4405         (wl-summary-line-list-info): Ditto.
4406         (wl-summary-line-list-count): Ditto.
4407         (wl-summary-refile-region): Fixed docstring.
4408
4409 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4410
4411         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4412         `wl-folder-entity-hashtb' as completion table.
4413
4414 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4415
4416         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4417         only when this command is called interactively; silence the byte-
4418         compiler.
4419
4420 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4421
4422         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4423         active in XEmacs.
4424
4425 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4426
4427         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4428         plural lines.
4429
4430 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4431
4432         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4433         of current line when the cursor is on the header name.
4434         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4435
4436 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4437
4438         * wl-util.el (wl-read-directory-name): Return displayed directory
4439         as the default value also on XEmacs.
4440
4441 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4442
4443         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4444         formatting.
4445
4446 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4447
4448         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4449         argument and when it is non-nil, check face property before
4450         highlighting for each line.
4451         (wl-highlight-summary-window): Set it.
4452
4453 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4454
4455         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4456         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4457
4458         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4459         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4460         (wl-draft-get-fcc-list): Likewise.
4461
4462 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4463
4464         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4465         (wl-thread-entity-cur): Ditto.
4466         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4467         wl-thread-indent-regexp setting.
4468         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4469
4470         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4471         wl-summary-lazy-highlight.
4472         (wl-summary-display-bottom): Ditto.
4473
4474         * wl-thread.el (wl-thread-open-close): Likewise.
4475
4476         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4477         from and subject;
4478         Bind wl-draft-use-frame;
4479         Enclose with save-window-excursion;
4480         Use wl-draft-create-buffer instead of with-temp-buffer;
4481         Use wl-draft-prepare-edit;
4482         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4483         Use wl-draft-send instead of wl-draft-raw-send.
4484
4485 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4486
4487         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4488         of using wl-from.
4489
4490 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4491
4492         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4493         insert-buffer instead of clone-buffer.
4494         (wl-draft-doing-mime-bcc): New variable.
4495         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4496         infinite loop.
4497         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4498
4499         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4500         (wl-draft-mime-bcc-body): Ditto.
4501
4502         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4503         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4504         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4505         wl-draft-do-mime-bcc.
4506         (wl-draft-mime-bcc-field): New function.
4507         (wl-draft-do-mime-bcc): Ditto.
4508
4509         * wl-address.el (wl-address-complete-header-list): New variable.
4510         (wl-address-complete-header-regexp): Changed default value.
4511
4512         * Version number is increased to 2.9.13.
4513
4514 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4515
4516         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4517         it is differed.
4518
4519 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4520
4521         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4522         (wl-summary-line-list-count): Ditto.
4523
4524 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4525
4526         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4527         (wl-nntp-posting-function): New variable.
4528         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4529         `wl-nntp-posting-config-alist'.
4530
4531 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4532
4533         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4534         FLIM.
4535
4536 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4537
4538         * wl-summary.el (wl-summary-target-mark-refile-sub):
4539         Remove a nuisance funcall.
4540
4541 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4542
4543         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4544         as t for `try-completion'.
4545
4546 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4547
4548         * wl-summary.el (wl-summary-default-from): Use
4549         wl-address-header-extract-address instead of
4550         std11-extract-address-components.
4551         (wl-summary-simple-from): Ditto.
4552         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4553         (wl-summary-insert-headers): Show message.
4554         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4555         for whole line.
4556         (wl-summary-default-from): Revert last change.
4557         (wl-summary-simple-from): Ditto.
4558         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4559         (wl-summary-mark-as-read-region): Follow the change above.
4560         (wl-summary-sync-marks): Ditto.
4561         (wl-summary-target-mark-mark-as-read): Ditto.
4562         (wl-summary-redisplay-internal): Ditto.
4563         (wl-summary-redisplay-no-mime-internal): Ditto.
4564         (wl-summary-redisplay-all-header): Ditto.
4565         (wl-summary-mark-as-read): Removed argument `cached';
4566         Use current cache status to set cache mark.
4567         (wl-summary-redisplay-internal): Follow the change above.
4568         (wl-summary-redisplay-no-mime-internal): Ditto.
4569         (wl-summary-redisplay-all-header): Ditto.
4570
4571         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4572
4573         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4574         Don't call itself recursively (Adviced by Yamaoka-san).
4575
4576 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4577
4578         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4579         bind wl-summary-highlight as nil to avoid error caused by missing
4580         local variables.
4581
4582 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4583
4584         * wl-vars.el (wl-invalid-character-message): New user option.
4585
4586         * wl-util.el (wl-set-string-width): If truncated string-width is
4587         larger than specified width, use `wl-invalid-character-message'.
4588
4589 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4590
4591         * wl-summary.el (wl-summary-prefetch-msg): 
4592         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4593
4594 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4595
4596         * wl-vars.el (wl-summary-check-line-format): New user option.
4597         (wl-summary-line-format-file): Ditto.
4598
4599         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4600         variable.
4601         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4602         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4603         and `wl-summary-view-old-p' to check whether do a rescan or not.
4604         (wl-summary-view-old-p): New function.
4605         (wl-summary-line-format-changed-p): Ditto.
4606         (wl-summary-line-format-save): Ditto.
4607         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4608
4609         * wl-util.el (wl-set-string-width): Avoid using negative number
4610         for make-string.
4611
4612 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4613
4614         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4615         return value.
4616
4617         * wl-util.el (wl-set-string-width): Added optional argument
4618         `padding' (All other related portions are changed).
4619         (wl-line-parse-format): If the first letter of column number is
4620         `0', zero-padding the result (ex: "%05l").
4621
4622         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4623
4624 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4625
4626         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4627         sequential summary view.
4628
4629 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4630
4631         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4632         if it doesn't have a -unix version.
4633
4634 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4635
4636         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4637
4638 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4639
4640         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4641         content.
4642         (wl-draft): Follow the change above.
4643
4644         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4645
4646         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4647         and wl-folder-summary-line-format-alist contain %T and %P.
4648
4649         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4650         (wl-summary-mode-line-format): New user option.
4651         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4652         (wl-summary-line-format): Changed default value.
4653         (wl-summary-lazy-highlight): Changed default value.
4654
4655         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4656         change in wl-summary-create-line.
4657         (wl-thread-insert-entity-sub): Ditto.
4658
4659         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4660         (wl-summary-buffer-unread-status): Ditto.
4661         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4662         (wl-summary-buffer-persistent-mark-column): Ditto.
4663         (wl-summary-buffer-mode-line-formatter): Ditto.
4664         (wl-summary-buffer-mode-line): Ditto.
4665         (wl-summary-message-regexp): Abolished.
4666         (All other related portions are changed.)
4667         (wl-summary-detect-mark-position): New function.
4668         (wl-summary-buffer-set-folder): Setup
4669         wl-summary-buffer-mode-line-formatter.
4670         (wl-summary-mode): Setup selective-display;
4671         Setup pre-idle-hook when xemacs.
4672         (wl-summary-update-modeline): Rewrite.
4673         (wl-summary-jump-to-msg): Define as function;
4674         Changed regexp for searching messages.
4675         (wl-summary-message-number): Rewrite.
4676         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4677         Do rescan when old type summary cache.
4678         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4679         (wl-summary-remove-destination): Use '\r' to detect EOL.
4680         (wl-summary-print-destination): Ditto.
4681         (wl-summary-temp-mark): New inline function.
4682         (wl-summary-persistent-mark): Ditto.
4683         (wl-summary-line-number): New function.
4684         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4685         (wl-summary-line-list-count): New function.
4686         (wl-summary-create-line): Added argument persistent-mark.
4687         (All other related portions are changed)
4688         (wl-summary-create-line): Insert '\r'.
4689         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4690         (wl-summary-cursor-move-surface): New inline function.
4691         (wl-summary-prev): Use it.
4692         (wl-summary-next): Ditto.
4693
4694         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4695         wl-summary-message-regexp.
4696         (wl-highlight-summary): Delete progress message.
4697         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4698
4699         * Version number is increased to 2.9.12.
4700
4701 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4702
4703         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4704         variable (nil: no minimum).
4705         (wl-summary-line-subject): Add some spaces after subject by
4706         wl-summary-line-subject-minimum-length.
4707
4708 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4709
4710         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4711         and removed `F'.
4712         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4713         change above).
4714
4715 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4716
4717         * wl-summary.el (wl-summary-line-list-count): Reverted.
4718         (example setting in samples/*/dot.wl is also updated)
4719
4720 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4721
4722         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4723
4724         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4725
4726         * wl-vars.el (wl-summary-line-format): Addes some description to the
4727         docstring.
4728
4729         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4730         (wl-summary-line-close-bracket): Ditto.
4731         (wl-summary-line-children-number): Ditto.
4732         (wl-summary-line-thread-indent): Ditto.
4733         (wl-summary-line-children-and-from): Ditto.
4734
4735         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4736         't', 'c', 'F' and added 'C'.
4737
4738         * wl-util.el (wl-set-string-width): Accept negative value.
4739         (wl-line-parse-format): Added "%number(" and "%)".
4740
4741 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4742
4743         * wl-summary.el (wl-summary-line-list-count): Change format of the
4744         return value.
4745
4746 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4747
4748         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4749         from the recent message.el.
4750         (wl-draft-point-in-header-p): Ditto.
4751         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4752         wl-draft-beginning-of-line.
4753         * wl-e21.el (wl-draft-mode-map): Ditto.
4754         * wl-xmas.el (wl-draft-mode-map): Ditto.
4755
4756         * wl-folder.el: Sort macrodefs by dependencies.
4757
4758 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4759
4760         * wl-summary.el (wl-summary-prev): Fixed regexp.
4761         (wl-summary-next): Ditto.
4762
4763 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4764
4765         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4766
4767 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4768
4769         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4770         for backward compatibility.
4771
4772 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4773
4774         * wl-summary.el (wl-summary-line-list-count): New function, merged
4775         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4776         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4777         list counts.
4778
4779 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4780
4781         * wl-summary.el (wl-summary-create-line): Ignore errors while
4782         timezone-fix-time.
4783
4784         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4785
4786         * wl-summary.el (wl-summary-sync-update): Ditto.
4787         (wl-summary-default-from): Use wl-message-entity
4788         instead of entity.
4789
4790         * wl-summary.el (wl-summary-create-line): Fix.
4791
4792         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4793         (wl-summary-line-format): New user option.
4794         (wl-folder-summary-line-format-alist): Ditto.
4795         (wl-summary-from-width): Abolished.
4796
4797         * wl-util.el (toplevel): Require 'bytecomp.
4798         (wl-line-parse-format): New function.
4799         (wl-line-formatter-setup): New macro.
4800
4801         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4802         (wl-summary-buffer-line-formatter): New buffer local variable.
4803         (wl-summary-switch-to-clone-buffer): Follow the change above.
4804         (wl-summary-message-regexp): Fix.
4805         (wl-summary-from-func-internal): Abolished.
4806         (wl-summary-subject-func-internal): Ditto.
4807         (wl-summary-subject-filter-func-internal): Ditto.
4808         (All other related portions are changed.)
4809         (wl-summary-buffer-set-folder):
4810         Set up wl-summary-buffer-number-column and 
4811         wl-summary-buffer-line-formatter
4812         (All other related portions are changed.)
4813         (wl-summary-buffer-number-column-detect): Abolished.
4814         (All other related portions are changed.)
4815         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4816         (wl-summary-delete-all-temp-marks-on-buffer): Use
4817         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4818         (wl-summary-target-mark-delete): Ditto.
4819         (wl-summary-target-mark-refile-subr): Ditto.
4820         (wl-summary-target-mark-mark-as-read): Ditto.
4821         (wl-summary-target-mark-mark-as-unread): Ditto.
4822         (wl-summary-target-mark-mark-as-important): Ditto.
4823         (wl-summary-target-mark-save): Ditto.
4824         (wl-summary-replace-status-marks): Renamed from
4825         wl-summary-set-status-marks-on-buffer;
4826         Use wl-summary-message-regexp instead of
4827         wl-summary-buffer-number-regexp.
4828         (wl-summary-sync-update): Follow the change above.
4829         (wl-summary-goto-previous-message-beginning): New function.
4830         (wl-summary-mark-as-unread): Use it.
4831         (wl-summary-mark-as-important): Ditto.
4832         (wl-summary-line-formatter): New variable.
4833         (wl-summary-line-year): New function.
4834         (wl-summary-line-day): Ditto.
4835         (wl-summary-line-day-of-week): Ditto.
4836         (wl-summary-line-hour): Ditto.
4837         (wl-summary-line-minute): Ditto.
4838         (wl-summary-line-open-bracket): Ditto.
4839         (wl-summary-line-close-bracket): Ditto.
4840         (wl-summary-line-children-number): Ditto.
4841         (wl-summary-line-thread-indent): Ditto.
4842         (wl-summary-line-size): Ditto.
4843         (wl-summary-line-subject): Ditto.
4844         (wl-summary-line-from): Ditto.
4845         (wl-summary-line-children-and-from): Ditto.
4846         (wl-summary-create-line): Rewritten.
4847         (wl-summary-format-date): Abolished.
4848
4849         * wl-highlight.el (wl-highlight-summary-current-line): Use
4850         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4851         Use thread structure to detect thread top message.
4852
4853         * wl-draft.el (wl-default-draft-cite): Don't use
4854         wl-summary-from-func-internal.
4855
4856         * wl-refile.el (wl-refile-subject-learn): Don't use
4857         wl-summary-subject-filter-func-internal.
4858         (wl-refile-guess-by-subject): Ditto.
4859
4860         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4861         parameters.
4862
4863         * wl-thread.el (wl-thread-update-indent-string-region):
4864         Use wl-thread-update-line-on-buffer instead of
4865         wl-thread-update-indent-string.
4866         (wl-thread-update-children-number): Redefine using
4867         wl-thread-update-line-on-buffer.
4868         (wl-thread-update-indent-string): Abolished.
4869
4870         * Version number is increased to 2.9.11.
4871
4872 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4873
4874         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4875         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4876         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4877
4878         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4879         as nil.
4880
4881         * wl-thread.el (wl-thread-open-all-unread): Use 
4882         elmo-folder-list-messages-mark-match.
4883         (wl-thread-insert-message): Removed argument `mark-alist'.
4884         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4885         elmo-msgdb-set-mark.
4886         (wl-thread-get-children-msgs-uncached): Likewise.
4887         (wl-thread-get-exist-children): Added argument include-self.
4888         (wl-thread-delete-message): Follow the change above.
4889
4890         * wl-summary.el (wl-summary-count-unread): Removed argument.
4891         (wl-summary-rescan): Follow the change above.
4892         (wl-summary-mark-as-read-region): Ditto
4893         (wl-summary-mark-as-unread-region): Ditto.
4894         (wl-summary-delete-messages-on-buffer): Ditto.
4895         (wl-summary-sync-update): Ditto.
4896         (wl-summary-switch-to-clone-buffer): Ditto.
4897         (wl-summary-goto-folder-subr): Ditto.
4898         (wl-summary-target-mark-mark-as-read): Ditto.
4899         (wl-summary-target-mark-mark-as-unread): Ditto.
4900         (wl-summary-target-mark-mark-as-important): Ditto.
4901         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4902         (wl-summary-update-thread): Removed argument `mark-alist'.
4903         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4904         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4905         (wl-summary-resume-cache-status): Likewise.
4906         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4907         elmo-msgdb-set-mark.
4908         (wl-summary-mark-as-read-all): Likewise.
4909         (wl-summary-delete-cache): Ditto.
4910         (wl-summary-auto-select-msg-p): Ditto.
4911         (wl-summary-mark-as-unread): Ditto.
4912         (wl-summary-no-auto-refile-message-p): Ditto.
4913         (wl-summary-mark-as-read): Ditto.
4914         (wl-summary-mark-as-important): Ditto.
4915         (wl-summary-auto-refile): Follow the change above.
4916         (wl-summary-delete-all-marks): Removed.
4917         (wl-summary-resume-marks-and-highlight): Ditto.
4918         (wl-summary-resume-marks): Ditto.
4919         (wl-summary-delete-important-msgs-from-list): Ditto.
4920         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4921
4922         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4923         wl-summary-count-unread.
4924
4925         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4926         (wl-summary-score-update-all-lines): Use
4927         elmo-msgdb-set-mark.
4928
4929 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4930
4931         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4932         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4933         (wl-summary-create-line): Renamed from
4934         wl-summary-overview-create-summary-line;
4935         Argument rearrangement.
4936         (wl-summary-update-thread): Follow the change above.
4937
4938         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4939         (wl-thread-insert-entity-sub): Likewise.
4940
4941         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4942         argument `overview', `mark-alist' and added `msgdb'.
4943
4944         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4945
4946         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4947         (wl-summary-rescan): Follow the change above.
4948         (wl-summary-sync-update): Ditto.
4949         (wl-summary-insert-thread-entity): Ditto;
4950         Don't use `let*' in every while loop;
4951         Detect infinite loop of threads.
4952         (wl-summary-update-thread): Removed argument `overview'.
4953
4954         * wl-thread.el (wl-thread-insert-message): Ditto.
4955
4956         * Version number is increased to 2.9.10.
4957
4958         * wl-message.el (wl-message-redisplay): Ignore errors while
4959         wl-message-redisplay-hook.
4960
4961 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4962
4963         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4964
4965 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4966
4967         * wl.el (wl): inhibit-quit while wl-folder.
4968
4969 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4970
4971         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4972         while msgdb access.
4973
4974 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4975
4976         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4977         even if no folder is not created.
4978
4979 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4980
4981         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4982
4983         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4984         implementation.
4985         (wl-summary-target-mark-thread): Ditto.
4986
4987         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4988
4989 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4990
4991         * wl-util.el (wl-display-bytes): Remove unused function.
4992
4993 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4994
4995         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4996         seems critical one (partially reverse the change in 2002/03/17).
4997
4998 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4999
5000         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5001         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5002
5003 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5004
5005         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5006         is not writable.
5007         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5008         plugged status instead of `'force' as 2nd argument.
5009
5010         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5011         is not creatable.
5012
5013         * Version number is increased to 2.9.9.
5014
5015 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5016
5017         * wl-summary.el (wl-summary-suspend): New function.
5018
5019 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5020
5021         * wl.el (wl): Do not check variables if check is nil.
5022         * wl-utils.el (wl-collect-draft): New function.
5023         * wl-folder.el (wl-folder-suspend): Put summary buffers
5024         and draft buffers at the end of buffer list.
5025         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5026
5027 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5028
5029         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5030         loop instead of recursive call.
5031
5032         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5033         2nd argument.
5034
5035 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5036
5037         * wl-draft.el (wl-draft-create-contents): Don't take neither
5038         (function . args) nor (string . something) any more.
5039
5040         * wl-version.el (wl-generate-user-agent-string): Return string
5041         without header symbol.
5042         * wl-draft.el (wl-draft-default-headers): Use it.
5043
5044         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5045         `wl-draft-insert-ccs' and return field value instead of inserting
5046         the header. Abolish cc argument.
5047         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5048
5049         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5050         rather than one with string car.
5051
5052         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5053         * wl-draft.el (wl-draft-create-contents): Add it after the default
5054         headers.
5055
5056         * wl-draft.el (wl-draft-create-contents): For the case of
5057         (symbol-or-string . function) insert header only when the function
5058         returns string value.
5059
5060 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5061
5062         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5063         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5064
5065 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5066
5067         * wl.el (wl-check-environment): Don't check Message-ID when
5068         `wl-insert-message-id' is nil.
5069         Revive checking if `wl-message-id-domain' contains "@".
5070
5071 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5072
5073         * wl.el (wl-check-environment): Merge examination for "@" at
5074         inappropriate position into the first string-match.
5075
5076         * wl-summary.el (wl-summary-target-mark-print): New function.
5077         (wl-summary-pipe-message-subr): Extracted from
5078         `wl-summary-pipe-message'.
5079         (wl-summary-target-mark-pipe): New function.
5080         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5081         `wl-summary-target-mark-pipe'.
5082
5083 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5084
5085         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5086
5087 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5088
5089         * wl.el (wl-check-environment): Use elmo-warning instead of
5090         error for non-critical ones.
5091         Remove trash folder check.
5092         (wl): Don't ignore error in wl-check-environment.
5093
5094         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5095         check, which is moved from `wl-check-environment'.
5096         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5097
5098 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5099
5100         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5101         guess anything, call wl-summary-write.
5102         (wl-summary-write): Create draft with blank To field.
5103         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5104
5105 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5106
5107         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5108         argument full as well for wl-folder-write-current-folder.
5109         If wl-*-write-current-folder cannot guess addressee, add blank
5110         To header.
5111         Rewrite condition for positioning cursor.
5112
5113 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5114
5115         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5116         summary buffer is present, use it.
5117         (wl-folder-jump-to-previous-summary): Ditto.
5118
5119 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5120
5121         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5122
5123         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5124         wl-summary-previous-buffer and wl-summary-next-buffer.
5125
5126         * wl-folder.el (wl-folder-mode-map): Bind
5127         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5128         (wl-folder-jump-to-next-summary): New function.
5129         (wl-folder-jump-to-previous-summary): Ditto.
5130
5131         * wl-draft.el (wl-draft): Rearranged.
5132
5133 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5134
5135         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5136         of header.
5137         (wl-draft): Collect arguments for the header as header-alist.
5138         (wl-draft-forward): Arrange arguments for wl-draft.
5139         (wl-draft-reply): Ditto.
5140         (wl-draft-edit-string): Ditto.
5141         * wl-summary.el (wl-summary-write): Ditto.
5142         (wl-summary-write-current-folder): Ditto.
5143
5144         * Version number is increased to 2.9.8.
5145
5146 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5147
5148         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5149
5150         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5151
5152         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5153         even if the guess failed.
5154
5155         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5156         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5157         wl-summary-write-current-folder.
5158         * wl-xmas.el: Ditto.
5159
5160 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5161
5162         * wl-summary.el (wl-summary-next-page): Force display message if
5163         message is not displayed yet.
5164         (wl-summary-prev-page): Ditto.
5165
5166 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5167
5168         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5169
5170 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5171
5172         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5173         add "Preview Message" and "Save Draft and Exit".
5174
5175 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5176
5177         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5178         if addrmgr is called from draft in splitted window.
5179
5180         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5181         * wl-mule.el: Ditto.
5182         * wl-xmas.el: Ditto.
5183
5184 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5185
5186         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5187
5188         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5189         * wl-xmas.el (wl-folder-toolbar): Ditto.
5190
5191 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5192
5193         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5194         and wl-draft-save-and-exit.
5195         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5196         * wl-xmas.el: Ditto.
5197         * wl-mule.el: Ditto.
5198
5199         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5200         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5201
5202 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5203
5204         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5205         lists for saving buffer.
5206
5207 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5208
5209         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5210         parent-folder argument instead of it.
5211         (wl-draft-create-buffer): Ditto.
5212         (wl-draft-forward): Ditto.
5213         (wl-draft-reply): Ditto.
5214         * wl-summary.el (wl-summary-write): Ditto.
5215         (wl-summary-write-current-folder): Ditto.
5216
5217         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5218         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5219         Folder buffer after composing.
5220
5221 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5222
5223         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5224         header if the file `wl-x-face-file' already contains it.
5225
5226 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5227
5228         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5229         folder" entry.
5230         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5231         * wl-e21.el (wl-folder-toolbar): Ditto.
5232         * wl-xmas.el (wl-folder-toolbar): Ditto.
5233
5234 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5235
5236         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5237         wl-folder-goto-folder with sticky argument.
5238         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5239
5240 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5241
5242         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5243         and wl-summary-previous-buffer.
5244         (wl-summary-next-buffer): New function.
5245         (wl-summary-previous-buffer): Ditto.
5246
5247 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5248
5249         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5250         wl-folder-jump-to-current-entity-with-arg.
5251         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5252         `wl-folder-jump-to-current-entity'.
5253         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5254         `wl-summary-goto-folder-sticky'.
5255         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5256         `wl-summary-goto-folder'.
5257         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5258         Unless force-exit, do not clean temp. marks for sticky summary.
5259         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5260
5261 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5262
5263         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5264         not entire.
5265
5266 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5267
5268         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5269         to `C-x C-s'.
5270         (wl-summary-save-status): New command.
5271         (wl-summary-exit): Don't clean-up temp marks when sticky.
5272         (Applied patch from Nakayama-san [wl: 09548])
5273         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5274         Do nothing when no mark data.
5275         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5276         Call `wl-summary-delete-all-temp-marks' before saving.
5277
5278 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5279
5280         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5281
5282 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5283
5284         * wl.el (wl-check-environment): Also cause error when (system-name)
5285         returns "localhost.localdomain". (Although it doesn't affect because
5286         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5287
5288 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5289
5290         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5291         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5292
5293         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5294         value.
5295
5296 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5297
5298         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5299         Likewise r-cc-list and r-ng-list.
5300
5301 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5302
5303         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5304         only if it is bound as variable.
5305
5306         * wl-mime.el (wl-draft-preview-message): Ditto.
5307
5308 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5309
5310         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5311         needless `goto-char'.
5312
5313         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5314         `wl-summary-redisplay-no-mime-internal' instead of
5315         `wl-summary-redisplay-no-mime'.
5316         (wl-summary-redisplay-no-mime): Changed argument;
5317         Call `wl-summary-redisplay-no-mime-internal'.
5318
5319         * wl-mime.el (wl-draft-preview-message): Bind
5320         `mime-header-encode-method-alist' locally.
5321
5322         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5323         (wl-draft-std11-parse-addresses): Added the first address check.
5324         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5325
5326         * Version number is increased to 2.9.7.
5327
5328 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5329
5330         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5331
5332 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5333
5334         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5335         related to scrollbar support, if there is no such a feature
5336         compiled in.
5337
5338 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5339
5340         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5341         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5342         for prefetch.
5343
5344 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5345
5346         * wl-summary.el (wl-summary-pick): Fix for no match.
5347
5348 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5349
5350         * wl-draft.el (wl-draft-save):
5351         Override `mime-header-encode-method-alist'.
5352
5353 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5354
5355         * wl-folder.el (wl-folder-pick): New function.
5356         Define key as "?".
5357
5358 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5359
5360         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5361         Fix for unplugged.
5362
5363 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5364
5365         * wl-folder.el (wl-folder-virtual): New function.
5366         Define key as "V".
5367
5368 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5369
5370         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5371         multi folder if entity is group.
5372
5373 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5374
5375         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5376         is nil.
5377
5378 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5379
5380         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5381         (wl-summary-target-mark-msgs): Return the number of marked messages.
5382
5383 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5384
5385         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5386         "first:" is specified.
5387
5388 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5389
5390         * wl-vars.el (wl-from): Use return value of function
5391         user-full-name instead of the variable user-full-name since
5392         XEmacs-20.4 doesn't set this variable.
5393
5394 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5395
5396         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5397         call `wl' directly.
5398
5399 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5400
5401         * wl-draft.el (wl-draft-reedit): Removed duplicated
5402         switch-to-buffers.
5403
5404 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5405
5406         * wl.el (wl-other-frame): Removed garbages.
5407
5408 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5409
5410         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5411
5412         * wl-xmas.el (wl-draft-key-setup): Ditto.
5413
5414         * wl-mule.el (wl-draft-key-setup): Ditto.
5415
5416         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5417         (wl-draft-reedit): Ditto.
5418         (wl-draft-prepare-edit): Add `wl-draft-save' to
5419         `local-write-file-hooks'.
5420         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5421         (wl-draft-reedit): Set buffer-file-name.
5422         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5423
5424
5425         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5426         call it.
5427         (wl-delete-startup-frame-function): New variable.
5428         (wl-other-frame): New function
5429         (Original was written by Yamaoka san [wl: 09239]).
5430
5431         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5432         if `wl-folder-use-frame'.
5433
5434 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5435
5436         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5437
5438 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5439
5440         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5441         New variable.
5442         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5443         (wl-message-buffer-prefetch-get-next): Use them.
5444         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5445
5446 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5447
5448         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5449         with unwind-protect.
5450
5451         * wl-draft.el (wl-draft-reedit): Rewrite.
5452         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5453         (wl-draft-save): Insert header separator if it does not exist;
5454         Removed condition-case.
5455
5456         * wl-summary.el (wl-summary-reedit): Revert last change.
5457
5458         * wl-draft.el (wl-draft-save): Rewrite.
5459         (wl-draft-create-buffer): Set buffer-file-name as nil.
5460
5461         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5462
5463         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5464
5465         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5466         nil.
5467
5468 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5469
5470         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5471         If count is nil, do not prefetch.
5472         (wl-message-buffer-prefetch-next): Next.
5473
5474 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5475
5476         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5477
5478 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5479
5480         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5481         `delete-backward-char'
5482         (wl-draft-prepare-edit): Check major-mode.
5483         (wl-draft-decode-header): Rewrite.
5484         (wl-draft): Fix.
5485
5486 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5487
5488         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5489
5490 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5491
5492         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5493         (wl-message-buffer-prefetch-get-next): Remove size checking.
5494         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5495
5496 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5497
5498         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5499         (wl-draft-default-headers): Fix.
5500
5501 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5502
5503         * wl-draft.el (wl-draft-default-headers): Insert return value of
5504         `wl-generate-mailer-string-function'.
5505
5506 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5507
5508         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5509         (wl-draft-insert-mail-header-separator): Ditto.
5510
5511         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5512         again (Reverted the change on 2002-01-17 by OKADA san).
5513
5514 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5515
5516         * wl-draft.el (wl-draft): Rewrite.
5517         (wl-draft-create-buffer): New function.
5518         (wl-draft-create-contents): Ditto.
5519         (wl-draft-prepare-edit): Ditto.
5520         (wl-draft-decode-header): Ditto.
5521         (wl-draft-decode-body): Ditto.
5522         (wl-draft-check-new-line): Ditto.
5523         (wl-draft-default-headers): Ditto.
5524         (wl-draft-insert-mail-header-separator): Ditto.
5525
5526 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5527
5528         * Version number is increased to 2.9.6.
5529
5530 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5531
5532         * wl-draft.el (wl-draft-delete-field): Optional argument.
5533         (wl-draft-delete-fields): Ditto.
5534
5535 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5536
5537         * wl-message.el (toplevel): Eliminated byte-compile warning.
5538         for `itimer-function', `delete-timer' and `itimer-list'.
5539
5540 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5541
5542         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5543         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5544         `wl-message-buffer-prefetch-threshold'.
5545         * wl-summary.el (wl-summary-redisplay-internal): Remove
5546         the check of `wl-message-buffer-prefetch-depth'.
5547
5548 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5549
5550         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5551         size of article.
5552         (wl-message-buffer-prefetch-subr): Remove size check.
5553
5554 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5555
5556         * wl-vars.el (wl-plugged): Make customizable.
5557
5558 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5559
5560         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5561         (wl-message-buffer-prefetch-set-timer): New function.
5562         (wl-message-buffer-prefetch-get-next): New function.
5563         (wl-message-buffer-prefetch): New function.
5564         (wl-message-buffer-prefetch-next): Rewrite.
5565         (wl-message-buffer-prefetch-subr): Rewrite.
5566         * wl-vars.el (wl-auto-prefetch-first): New variable.
5567         * wl-summary.el (wl-summary-goto-folder-subr): Call
5568         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5569
5570 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5571
5572         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5573         `wl-summary-unread-message-hook'.
5574
5575 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5576
5577         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5578         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5579         if range is `cache-status'.
5580
5581 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5582
5583         * wl-message.el (wl-message-buffer-prefetch-subr):
5584         Improve debug message.
5585
5586 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5587
5588         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5589         `wl-mail-send-pre-hook'.
5590         (wl-draft-send-mail-with-qmail): Ditto.
5591         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5592
5593 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5594
5595         * wl-message.el (wl-message-buffer-prefetch-subr):
5596         Fix for cancel-function-timers bug.
5597         (wl-message-buffer-prefetch-debug): Default value is t.
5598
5599 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5600
5601         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5602         (wl-message-buffer-prefetch-subr): Rewrite.
5603         Rename from `wl-message-buffer-prefetch'.
5604
5605 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5606
5607         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5608         (wl-default-draft-cite-decorate-author): Ditto.
5609
5610         * wl-draft.el (wl-draft-cite-function): Removed.
5611         (wl-default-draft-cite-decorate-author): Ditto.
5612
5613 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5614
5615         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5616         (wl-default-draft-cite): Do not arrange author name if the value of
5617         `wl-default-draft-cite-decorate-author' is nil.
5618
5619 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5620
5621         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5622
5623         * wl-folder.el (wl-folder-check-one-entity): Don't care
5624         `elmo-folder-use-flag-p'.
5625
5626 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5627
5628         * wl-folder (wl-folder-check-one-entity): Fix
5629         problem if unread is nil.
5630
5631 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5632
5633         * wl-address.el (wl-address-make-completion-list): Check whether
5634         the address is a group list.
5635         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5636
5637 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5638
5639         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5640         The number of the messages of new and unread does not count
5641         correctly.
5642
5643         * wl-summary.el (wl-summary-count-unread): Changed to return
5644         `(new . unread)' instead of total.
5645         (wl-summary-sync-update): Follow the change above.
5646
5647         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5648
5649 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5650
5651         * wl-address.el (wl-address-make-completion-list): Do not enclose
5652         address by " <" and ">" if associated realname is "".
5653         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5654         This is against the promblem with group list in .addresses pointed
5655         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5656
5657 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5658
5659         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5660         message is a format control string.
5661         * wl-expire.el (wl-expire-append-log): Ditto.
5662         * wl-mime.el (wl-summary-burst-subr): Ditto.
5663         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5664         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5665
5666 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5667
5668         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5669         wl.el (wl-check-variables): Rename from `wl-check-type'.
5670         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5671         (wl-check-variables-2): New function.
5672         (wl): Call `wl-check-variables-2'.
5673
5674 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5675
5676         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5677         after renaming folder in access group.
5678
5679 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5680
5681         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5682         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5683         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5684         (wl-message-buffer-prefetch): Rewrite.
5685         (wl-message-buffer-prefetch-idle-time): Removed.
5686         * wl-summary.el (wl-summary-redisplay-internal):
5687         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5688         Error check for `wl-message-buffer-prefetch-depht'.
5689
5690 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5691
5692         * Version number is increased to 2.9.5.
5693         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5694
5695 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5696
5697         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5698         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5699         Based on the patch written by
5700         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5701
5702 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5703
5704         * wl-draft.el (wl-draft-raw-send): Fix for
5705         `wl-news-send-pre-hook'
5706
5707 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5708
5709         * wl-utils.el (wl-message-id-function): New variable.
5710         * wl-draft.el (wl-draft-insert-required-fields):
5711         Use `wl-message-id-function'.
5712
5713 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5714
5715         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5716         * wl-utils.el (wl-draft-make-message-id-string):
5717         Use `wl-from' for domain part of Message-ID
5718         if `wl-message-id-use-wl-from' if non-nil.
5719         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5720
5721 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5722
5723         * wl.el (wl): Call `wl-check-type'
5724         Do not 'condition-case'.
5725
5726 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5727
5728         * wl.el (wl-check-type): New function.
5729         (wl-check-type-variables): New variable.
5730
5731 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5732
5733         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5734
5735 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5736
5737         * wl-draft.el (wl-smtp-password-key): New function.
5738         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5739         (wl-draft-send-mail-with-smtp): Ditto.
5740         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5741
5742 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5743
5744         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5745         * wl-utils.el (wl-unique-id-suffix): Remove.
5746
5747 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5748
5749         * Version number is increased to 2.9.4.
5750
5751 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5752
5753         * wl-utils.el (wl-unique-id-suffix): New variable.
5754         (wl-unique-id): Use `wl-unique-id-suffix'
5755
5756 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5757
5758         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5759         instead of `elmo-msgdb-search'.
5760
5761         * Version number is increased to 2.9.3.
5762
5763 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5764
5765         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5766
5767 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5768
5769         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5770         (wl-draft-dispatch-message): Changed for send-later.
5771         (wl-draft-queue-flush): Ditto.
5772         (wl-draft): Clear `wl-sent-message-queued'.
5773         (wl-draft-reedit): Ditto.
5774         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5775         * wl-vars.el (wl-draft-force-queuing): New variable.
5776         (wl-draft-force-queuing-mail): New variable.
5777         (wl-draft-force-queuing-news): New variable.
5778
5779 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5780
5781         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5782         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5783
5784 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5785
5786         * Version number is increased to 2.9.2.
5787
5788 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5789
5790         * wl-draft.el (wl-draft-elide-region): New user command.
5791         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5792
5793         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5794         command `wl-draft-elide-region'.
5795         * wl-mule.el: Ditto.
5796         * wl-xmas.el: Ditto.
5797
5798 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5799
5800         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5801         (wl-biff-check-folder-async): Removed needless let.
5802
5803 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5804
5805         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5806         wl-folder-get-elmo-folder.
5807         (wl-biff-check-folder): Set `biff' argument of
5808         `wl-folder-check-one-entity'.
5809         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5810
5811         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5812         (wl-folder-check-one-entity): Added `biff' argument;
5813         Setup `biff' slot of folder.
5814
5815         * Version number is increased to 2.9.1.
5816
5817 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5818
5819         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5820         comment out and fixed.
5821         (wl-fldmgr-add-completion-subr): Ditto.
5822
5823         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5824         and msgdb.
5825
5826         * wl.el (wl-toggle-plugged): Save summary view.
5827
5828 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5829
5830         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5831
5832 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5833
5834         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5835
5836 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5837
5838         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5839         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5840         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5841
5842         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5843         if it was failed.
5844         (wl-demo): Disable undo in the demo buffer.
5845
5846 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5847
5848         * wl-version.el (wl-version): Changed codename.
5849
5850         * Version number is increased to 2.9.0.
5851
5852 2001-12-14  Takuo KITAME <kitame@northeye.org>
5853
5854         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5855         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5856         (wl-folder-mark-as-read-all-current-entity): Ditto.
5857
5858 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5859
5860         * wl-vars.el (wl-from-width): Define as obsolete variable.
5861         (wl-subject-length-limit): Ditto.
5862
5863         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5864
5865         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5866         wl-summary-save-view.
5867
5868         * wl.el (wl-save-status): Ditto.
5869         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5870
5871         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5872         (wl-summary-exit): Follow the change above.
5873         (wl-summary-goto-folder-subr): Ditto.
5874
5875         * wl-folder.el (wl-folder-create-subr): Don't use
5876         `elmo-folder-creatable-p'.
5877
5878 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5879
5880         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5881
5882 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5883
5884         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5885         rather than bitmap on Emacs 21.
5886         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5887         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5888         for xbm if the new redisplay engine is not available.
5889
5890 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5891
5892         * wl-folder.el (wl-folder-init-hook): New hook.
5893         (wl-folder-init): Run `wl-folder-init-hook'.
5894
5895 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5896
5897         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5898
5899 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5900
5901         * wl-acap.el (wl-acap-cache-filename): New variable.
5902         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5903         (wl-acap-init): Use cache if no ACAP server found.
5904
5905 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5906
5907         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5908         `wl-acap-original-msgdb-dir'.
5909
5910         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5911         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5912
5913         * wl-mime.el (wl-mime-save-directory): Renamed from
5914         `wl-mime-save-dir'.
5915
5916 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5919
5920         * wl-demo.el: Require `path-util'.
5921         (wl-demo-bitmap-mule-available-p): New internal variable.
5922         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5923         `module-installed-p' instead.
5924         (wl-demo-insert-image): Use *.img file for a bitmap image.
5925         (wl-demo): Don't call the ascii demo recursively.
5926
5927 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5928
5929         * Version number is increased to 2.7.7.
5930
5931 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5932
5933         * wl.el (wl-exit): Eliminated byte-compile warning.
5934
5935 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5936
5937         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5938         obsolete variable using `elmo-define-obsolete-variable'.
5939         (wl-fetch-confirm-threshold): Ditto.
5940         (wl-cache-prefetch-folder-type-list): Ditto.
5941         (wl-cache-prefetch-folder-list): Ditto.
5942
5943 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5944
5945         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5946         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5947         (wl-demo-insert-image): New function.
5948         (wl-demo-insert-text): New function.
5949         (wl-demo-image-type-alist): Redefine as a function.
5950         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5951         (wl-demo-with-temp-file-buffer): Removed.
5952         (wl-logo-xpm): Removed.
5953         (wl-logo-xbm): Removed.
5954         (wl-logo-bitmap): Removed.
5955
5956 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5957
5958         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5959         (wl-expire-localdir-get-folder-function): New user option.
5960         (wl-expire-localdir-get-folder): New function.
5961         (wl-expire-localdir-date): Ditto.
5962
5963 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5964
5965         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5966         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5967         Fixed unread number mismatch when all-unread < unread.
5968
5969 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5970
5971         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5972         (wl-fetch-confirm-threshold): Ditto.
5973
5974         * wl-summary.el (wl-summary-confirm-appends): Removed.
5975         (wl-summary-sync-update): Don't refer
5976         `wl-summary-update-confirm-threshold' (It is now abolished).
5977
5978         * wl-message.el (wl-message-display-internal): Don't refer
5979         `wl-fetch-confirm-threshold' (It is now abolished).
5980
5981 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5982
5983         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5984
5985 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5986
5987         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5988         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5989         Change default value to nil.
5990         (wl-summary-indent-length-limit): The value can be nil, nil means
5991         unlimited.
5992
5993         * wl-summary.el: Don't set limit for indent length if the value of
5994         wl-summary-indent-length-limit is nil.
5995         If the value of wl-summary-width is nil, it means only that the width
5996         of summary is unlimited (nil doesn't mean that the indent length is
5997         unlimited).
5998
5999         * wl-thread.el: Ditto.
6000
6001 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6002
6003         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6004         be nil, nil means never confirm.
6005         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6006
6007 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6008
6009         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6010         means unlimited).
6011
6012 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6013
6014         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6015         Use `with-temp-buffer'.
6016
6017 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6018
6019         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6020         with new backquote style).
6021         (wl-folder-get-entity-from-buffer): Ditto.
6022
6023 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6024
6025         * wl-version.el (nemacs-version): Eliminated.
6026         (wl-extended-emacs-version2): Ignore nemacs.
6027         (wl-extended-emacs-version3): Ditto.
6028
6029 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6030
6031         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6032         (wl-draft-add-in-reply-to): New variable.
6033         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6034         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6035         (wl-draft-yank-from-mail-reply-buffer): Use
6036         `wl-draft-add-in-reply-to'.
6037         (wl-draft-insert-current-message): Ditto.
6038
6039 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6040
6041         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6042         typo (kill->hide).
6043         (wl-message-buffer-prefetch-folder-type-list): Added elements
6044         `mark' and `cache' instead of `internal'.
6045
6046 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6047
6048         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6049         resume msgdb directory.
6050
6051 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6052
6053         * wl.el (wl-exit): Call `wl-acap-exit'.
6054
6055         * wl-summary.el (wl-summary-message-string): New function.
6056         (wl-summary-reedit): Use it.
6057         (wl-summary-resend-bounced-mail): Remove needless let.
6058         (wl-summary-supersedes-message): Ditto.
6059         (wl-summary-save): Ditto.
6060
6061         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6062         (wl-acap-init): Set it.
6063         (wl-acap-exit): New function.
6064
6065 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6066
6067         * wl.el (wl-init): Revert (require 'mime-setup). move from
6068         toplevel.
6069
6070 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6071
6072         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6073         local variables.  Add error when guess function return invalid
6074         value.
6075
6076 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6077
6078         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6079         Change local variable name.
6080         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6081         (wl-folder-get-newsgroups): Return nil when non-news folder.
6082         * wl-summary.el (wl-summary-write-current-folder): State through
6083         when guess-list return nil.
6084         (wl-summary-write-current-folder-functions): Fixed docstring.
6085
6086         * wl.el (wl-exit): Changed confirm message.
6087
6088         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6089         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6090
6091         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6092
6093 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6094
6095         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6096         user option (Renamed from wl-cache-prefetch-folder-type-list).
6097         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6098         from wl-cache-prefetch-folder-list).
6099
6100         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6101         Move to wl-vars.el.
6102         (wl-message-buffer-prefetch-p): Changed to enable
6103         `wl-message-buffer-prefetch-folder-list'.
6104
6105         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6106         `ignore-cache'.
6107
6108 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6109
6110         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6111         `part-top' and `part-bottom'.
6112         (wl-draft-config-sub-part-top): New function.
6113         (wl-draft-config-sub-part-bottom): New function.
6114
6115 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6116
6117         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6118
6119 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6120
6121         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6122
6123 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6124
6125         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6126
6127         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6128         (wl-summary-write-current-folder): Ditto.
6129
6130 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6131
6132         * wl-folder.el (wl-folder-get-newsgroups): Use
6133         `elmo-folder-newsgroups'.
6134
6135 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6136
6137         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6138         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6139         `wl-draft-config-sub-header-bottom'.
6140
6141 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6142
6143         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6144         localnews folder.
6145
6146 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6147
6148         * wl-summary.el (wl-summary-mode): Undo last change.
6149
6150         * wl-folder.el (wl-folder-mode): Ditto.
6151
6152 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6153
6154         * wl-summary.el (wl-summary-mode): Locally set
6155         truncate-partial-window-width to nil.
6156         (for XEmacs)
6157
6158         * wl-folder.el (wl-folder-mode): Ditto.
6159
6160 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6161
6162         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6163
6164 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6165
6166         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6167         number.
6168
6169         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6170
6171         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6172
6173         * Version number is increased to 2.7.6.
6174
6175 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6176
6177         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6178
6179 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6180
6181         * wl-summary.el (wl-summary-sync-update): Enclose network
6182         related portion with `unwind-protect'.
6183
6184 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6185
6186         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6187
6188 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6189
6190         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6191         element.
6192         * wl-vars.el (wl-message-body-button-alist): Ditto.
6193
6194         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6195         max match length.
6196         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6197
6198         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6199         for the max match length;
6200         Use 4th element value for the button string regexp group.
6201
6202         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6203         candidate exists, prompt to select.
6204
6205 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6206
6207         * wl-summary.el (wl-summary-jump-to-msg): Search before
6208         calibration point by `beginning-of-line'.
6209
6210 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6211
6212         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6213         for access group.
6214
6215 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6216
6217         * wl-message.el (wl-message-display-internal): Bind
6218         `default-mime-charset'.
6219
6220         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6221
6222         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6223
6224         * Version number is increased to 2.7.5.
6225
6226 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6227
6228         * wl-expire.el (wl-summary-archive): Fixed;
6229         Use `elmo-folder-name-internal'.
6230
6231 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6232
6233         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6234         from `elmo-folder-move-messages' caller.
6235         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6236
6237         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6238         related portions are changed).
6239
6240 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6241
6242         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6243         counter.
6244
6245 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6246
6247         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6248         buffer local and set it to nil.
6249
6250         * wl-message.el (wl-message-redisplay): Ditto.
6251
6252 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6253
6254         * wl-summary.el (wl-summary-mark-as-important): If message is
6255         already cached, set messag as read, otherwise encache and mark as read.
6256
6257 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6258
6259         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6260         point-min.
6261
6262 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6263
6264         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6265         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6266         a keymap.
6267
6268 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6269
6270         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6271         parent.
6272
6273         * wl-mule.el (wl-message-define-keymap): Ditto.
6274
6275         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6276
6277         * wl-xmas.el (wl-message-display-internal-hook): Define.
6278         (wl-xmas-setup-message-toolbar): Define as function.
6279         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6280         (wl-message-overload-functions): Abolished.
6281         (wl-message-define-keymap): New function.
6282
6283         * wl-vars.el (wl-message-display-internal-hook): New variable.
6284         (wl-message-header-button-alist): New variable (Renamed from
6285         wl-highlight-message-header-button-alist).
6286         (wl-message-body-button-alist): Ditto.
6287
6288         * wl-mule.el (wl-message-define-keymap): New function.
6289         (wl-message-overload-functions): Abolished.
6290
6291         * wl-message.el (wl-message-add-buttons-to-body): New function.
6292         (wl-message-redisplay): Don't call wl-message-overload-functions;
6293         Call wl-message-add-buttons-to-header and
6294         wl-message-add-buttons-to-body.
6295         (wl-message-display-internal): Set keymap argument for
6296         elmo-mime-display-as-is, elmo-mime-message-display;
6297         Run wl-message-display-internal-hook.
6298         (wl-message-refer-article-or-url): Abolished.
6299
6300         * wl-highlight.el (wl-highlight-headers): Don't call
6301         wl-highlight-message-add-buttons-to-header.
6302         (wl-highlight-message-add-buttons-to-header): Abolished.
6303
6304
6305         * wl-e21.el (wl-message-display-internal-hook): Define.
6306         (wl-e21-setup-toolbar): Deleted duplicated binding.
6307         (wl-e21-setup-message-toolbar): Define as function.
6308         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6309         (wl-message-define-keymap): New function.
6310         (wl-message-overload-functions): Abolished.
6311
6312 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6313
6314         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6315         and elmo-folder-close.
6316
6317         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6318
6319 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6320
6321         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6322         boolean value.
6323         * wl-draft.el (wl-draft-do-fcc): Ditto.
6324
6325 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6326
6327         * wl-vars.el (wl-fcc-force-as-read): New variable.
6328         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6329         mark copied message as read.
6330
6331 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6332
6333         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6334
6335 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6336
6337         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6338         `wl-summary-target-above' instead of obsolete variable
6339         `wl-summary-temp-above'.
6340
6341         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6342         instead of `make-obsolete-variable'.
6343         * wl-refile.el (toplevel): Ditto.
6344
6345 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6346
6347         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6348         with third argument t.
6349         (wl-draft): Set first argument for wl-plugged-init as t.
6350
6351         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6352         definition.
6353
6354 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6355
6356         * wl-vars.el: Tabify.
6357         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6358
6359         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6360         message.
6361
6362 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6363
6364         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6365         and set default to beep.
6366
6367 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6368
6369         * wl-vars.el (wl-draft-truncate-lines): New variable.
6370
6371         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6372         instead of wl-message-truncate-lines for truncate-lines.
6373
6374 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6375
6376         * wl-message.el (wl-message-display-internal): Call
6377         `wl-highlight-message' after `elmo-mime-display-as-is'.
6378
6379         * wl-mime.el (wl-mime-display-text/plain): New function.
6380         (wl-mime-display-header): Ditto.
6381         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6382         body-presentation-method for text/plain;
6383         Register `wl-mime-display-header' as a header-presentation-method;
6384         Don't set up `elmo-message-text-content-inserted-hook' and
6385         `elmo-message-header-inserted-hook'.
6386
6387         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6388         variable.
6389         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6390         as t if flag is 'all-header;
6391         Don't bind `elmo-message-ignored-field-list',
6392         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6393
6394 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6395
6396         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6397         for xemacs with non-mule environment.
6398
6399 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6400
6401         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6402         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6403         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6404
6405 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6406
6407         * wl-vars.el (wl-interactive-send): Set default value as t.
6408
6409 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6410
6411         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6412         (wl-addrmgr-method-list): Abolished.
6413         (wl-addrmgr-change-method): Follow above change.
6414
6415         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6416
6417 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6418
6419         * wl-vars.el (wl-message-truncate-lines): Change default value
6420         to default-truncate-lines.
6421
6422         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6423
6424 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6425
6426         * wl-vars.el (wl-message-truncate-lines): New variable.
6427
6428         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6429         wl-message-truncate-lines.
6430
6431 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6432
6433         * wl-acap.el (wl-acap-init): Remove period from error message.
6434         (wl-acap-find-acap-service): Remove period from message.
6435
6436 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6437
6438         * wl.el (wl-check-environment): Undo last change.
6439
6440         * wl-vars.el (wl-from): Changed default value.
6441
6442         * wl-util.el (toplevel): Don't require tm-edit.
6443
6444         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6445         `wl-folder-init';
6446         Don't set mark on mail body.
6447         (wl-draft-reedit): Ditto.
6448
6449         * wl-address.el (wl-address-quote-specials): Define as an alias for
6450         elmo-address-quote-specials.
6451
6452 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6453
6454         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6455
6456         * wl-vars.el (wl-from): Set default value as nil.
6457         (wl-organization): Set default value as ORGANIZATION environment
6458         variable.
6459
6460         * wl-draft.el (wl-smtp-extension-bind): Check value of
6461         wl-smtp-connection-type.
6462
6463         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6464         error.
6465
6466 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6467
6468         * Version number is increased to 2.7.4.
6469
6470         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6471         arguments from `wl-highlight-x-face-function' caller.
6472         Use x-face-1.3.6.12 or later.
6473
6474 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6475
6476         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6477
6478 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6479
6480         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6481         (wl-fcc): Fix to accept function.
6482         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6483
6484 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6485
6486         * wl-acap.el (toplevel): Added `product-provide' declare.
6487         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6488
6489 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6490
6491         * wl.el (wl): Changed order of calling `elmo-init'
6492         and `elmo-folder-init'.
6493
6494 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6495
6496         * wl-mime.el (wl-summary-burst): Extract message when content-type
6497         of root entity is not only `multipart' but also `message/rfc822'.
6498         (wl-summary-burst-subr): Ditto.
6499
6500 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6501
6502         * wl-vars.el (toplevel): Require 'custom.
6503         (wl-trash-folder): Added to `wl-setting' group.
6504
6505         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6506         exists.
6507         (wl-addrmgr-draw): Insert empty line when no entry exists.
6508
6509         * wl-mule.el (wl-message-wheel-up): Fixed.
6510         (wl-message-wheel-down): Ditto.
6511
6512 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6513
6514         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6515         config is an anonymous lambda expression.
6516
6517 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6518
6519         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6520         when Mule 2 is running.
6521
6522 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6523
6524         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6525
6526 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6527
6528         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6529         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6530
6531         * wl-address.el (wl-address-specials-regexp): Eliminated.
6532         (wl-address-quote-specials): Rewrite.
6533
6534 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6535
6536         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6537         shy-groups for regexp.
6538
6539         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6540         character classes and Perl style shy-groups for regexp.
6541         (wl-highlight-plugged-current-line): Use Posix style character
6542         classes for regexp.
6543         (wl-e21-highlight-folder-by-numbers): Ditto.
6544         (wl-e21-display-image-p): Use `display-images-p' instead of
6545         `display-graphic-p'.
6546         (display-images-p): Make an alias to `display-graphic-p' if it is
6547         not available.  It is for Emacs version prior to 21.0.105.
6548
6549         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6550         `display-graphic-p'.
6551         (wl-demo-image-type-alist): Ditto.
6552         (display-images-p): Make an alias to `display-graphic-p' if it is
6553         not available.  It is for Emacs version prior to 21.0.105.
6554
6555 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6556
6557         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6558         support.
6559         (wl-generate-user-agent-string): Ditto.
6560
6561         * wl-version.el (wl-version): Update docsting.
6562         (wl-version-status): Ditto.
6563
6564 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6565
6566         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6567         21.0.105.  For Emacs 21.0.104 or earlier.
6568
6569 2001-09-03  Takuo KITAME <kitame@northeye.org>
6570
6571         * wl-e21.el (wl-plugged-init-icons): Use
6572         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6573         (wl-biff-init-icons): Ditto.
6574
6575 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6576
6577         * wl-highlight.el (wl-highlight-summary-current-line):
6578         Fixed highlighting refile/copy destination.
6579
6580         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6581         (wl-acap-store): Encode string by wl-acap-coding-system.
6582
6583 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6584
6585         * wl-acap.el (toplevel): Check and require 'un-define before
6586         'xemacs-ucs;
6587          Added checking for UTF-2000.
6588
6589 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6590
6591         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6592         Don't enclose with `eval-and-compile'.
6593
6594         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6595         wl-init is non-nil.
6596
6597         * wl-draft.el (wl-draft): Ditto.
6598
6599         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6600
6601         * wl-acap.el (toplevel): Require 'wl.
6602         (wl-acap-store): Call `elmo-init'.
6603
6604         * wl.el (wl): Changed position of `wl-check-environment'.
6605         (toplevel): Added autoload setting for wl-acap.
6606
6607         * wl-vars.el (wl-setting): New custom group.
6608         (wl-from): Added wl-setting group.
6609         (wl-user-mail-address-list): Ditto.
6610         (wl-organization): Ditto.
6611         (wl-subscribed-mailing-list): Ditto.
6612         (wl-envelope-from): Ditto.
6613         (wl-smtp-posting-user): Ditto.
6614         (wl-smtp-posting-server): Ditto.
6615         (wl-smtp-posting-port): Ditto.
6616         (wl-smtp-authenticate-type): Ditto.
6617         (wl-pop-before-smtp-user): Ditto.
6618         (wl-pop-before-smtp-server): Ditto.
6619         (wl-pop-before-smtp-port): Ditto.
6620         (wl-pop-before-smtp-authenticate-type): Ditto.
6621         (wl-nntp-posting-server): Ditto.
6622         (wl-nntp-posting-user): Ditto.
6623         (wl-nntp-posting-port): Ditto.
6624         (wl-fetch-confirm-threshold): Ditto.
6625         (wl-prefetch-threshold): Ditto.
6626         (wl-thread-insert-opened): Ditto.
6627         (wl-ldap-server): Ditto.
6628         (wl-ldap-port): Ditto.
6629         (wl-ldap-base): Ditto.
6630         (wl-ldap-objectclass): Ditto.
6631         (wl-use-ldap): Ditto.
6632         (wl-draft-config-alist): Ditto.
6633         (wl-draft-config-matchone): Ditto.
6634         (wl-template-alist): Ditto.
6635         (wl-message-sort-field-list): Ditto.
6636         (wl-message-ignored-field-list): Ditto.
6637         (wl-message-visible-field-list): Ditto.
6638         (wl-interactive-send): Ditto.
6639         (wl-summary-move-order): Ditto.
6640         (wl-auto-select-first): Ditto.
6641         (wl-auto-select-next): Ditto.
6642         (wl-interactive-save-folders): Ditto.
6643
6644         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6645         Initialization codes are moved from wl-local-folder-init.
6646         (wl-local-folder-init): Follow the change above.
6647         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6648
6649         * wl-acap.el: New file.
6650
6651         * Version number is increased to 2.7.3.
6652
6653 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6654
6655         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6656
6657 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6658
6659         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6660         (wl-addrmgr-address-entry-list): Ditto.
6661
6662 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6663
6664         * wl-e21.el (wl-draft-mode-map): Removed binding for
6665         `wl-draft-insert-x-face-field'.
6666
6667         * wl-mule.el (wl-draft-mode-map): Ditto.
6668
6669         * wl-xmas.el (wl-draft-mode-map): Ditto.
6670
6671         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6672         (wl-cs-autoconv): Ditto.
6673         (wl-cs-local): Ditto.
6674         (wl-use-scoring): Ditto.
6675         (wl-mime-charset): Ditto.
6676         (wl-folder-check-async): Ditto.
6677
6678         * wl.el (toplevel): Ignore nemacs and tm.
6679         (wl-exit): Ditto.
6680
6681         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6682         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6683         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6684         instead of wl-address-petname-add-or-change.
6685         (wl-summary-edit-addresses-subr): Use wl-address-delete
6686         instead of wl-address-petname-delete.
6687
6688         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6689
6690         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6691         if error occured.
6692
6693         * wl-message.el (require): Remove tm support.
6694
6695         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6696
6697         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6698         (wl-folder-jump-to-current-entity): Ditto.
6699         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6700
6701         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6702         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6703         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6704
6705         * wl-mule.el (wl-draft-key-setup): Ditto.
6706
6707         * wl-xmas.el (wl-draft-key-setup): Ditto.
6708
6709         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6710         (wl-draft-std11-parse-addresses): New function.
6711         (wl-draft-parse-mailbox-list): Use it.
6712         (wl-draft): Ignore nemacs.
6713         (wl-draft-reedit): Ditto.
6714
6715         * wl-addrmgr.el: New file.
6716         (Original is wl-rcpt.el written by
6717         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6718         Thanks Kitamoto-san.)
6719
6720         * wl-address.el (wl-address-make-address-list): Modified parsing
6721         process.
6722         (wl-address-delete): Renamed from `wl-address-petname-delete';
6723         Modify wl-address-list too.
6724         (wl-address-add-or-change): Renamed from
6725         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6726
6727 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6728
6729         * wl-highlight.el (wl-highlight-summary-current-line):
6730           Work with transient-mark-mode
6731
6732 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6733
6734         * Version number is increased to 2.7.2.
6735
6736         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6737         instead of elmo-dop-queue-method.
6738
6739 2001-08-06  SAITO Atsunori <sai@yedo.com>
6740
6741         * wl-vars.el (wl-ldap-objectclass): New user option.
6742
6743         * wl-address.el (wl-ldap-make-filter): Use it.
6744
6745 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6746
6747         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6748
6749 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6750
6751         * wl-folder.el (wl-folder): redisplay after folder insertion.
6752
6753         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6754
6755         * wl-summary.el (wl-summary-sync-update):
6756         Change status mark only when new-msgdb exists.
6757         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6758
6759 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6760
6761         * wl-summary.el (wl-summary-open-folder): New function.
6762         (wl-summary-goto-folder-subr): Use it.
6763         (wl-summary-mark-as-important): Fix;
6764         Encache only when no cache exists.
6765
6766 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6767
6768         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6769         Use with-current-buffer.
6770
6771 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6772
6773         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6774         before call `get-buffer'. Fixed parenthesis.
6775         (wl-score-get-header-entry): Clear message and help window when
6776         keyboard quit.
6777         (wl-score-edit-insert-header): Ditto.
6778
6779 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6780
6781         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6782         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6783         (wl-default-draft-cite): Fix.
6784
6785         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6786         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6787
6788 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6789
6790         * wl-message.el (wl-message-prev-page): Do same bahavior
6791         as summary when it is called in the message buffer.
6792         (wl-message-next-page): Ditto.
6793
6794 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6795
6796         * wl-summary.el (wl-summary-forward): Use cache if it is not
6797         section cache.
6798
6799 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6800
6801         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6802         Removed redundant require of elmo-vars.
6803         (wl-biff-state-indicator-on): Changed default value for
6804         xemacs with non-mule environment.
6805
6806         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6807         wl-message-buffer is nil;
6808         Hide progress bar after moving messages.
6809
6810 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6811
6812         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6813         message at cursor point is deleted.
6814
6815 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6816
6817         * wl-vars.el: Changed file coding system to euc-japan.
6818         Added -*-coding:-*- magic to the first line.
6819
6820         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6821         Search parent from the first message.
6822
6823         * Version number is increased to 2.7.1.
6824
6825 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6826
6827         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6828
6829 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6830
6831         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6832         refile/delete execution.
6833
6834         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6835         Fixed docstring.
6836
6837 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6838
6839         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6840         do update process;
6841         Don't update marks when update process is interrupted.
6842
6843 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6844
6845         * wl-summary.el (wl-summary-reply): Fixed problem when
6846         wl-draft-use-frame is non-nil.
6847         (wl-summary-forward): Ditto.
6848
6849         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6850         as nil.
6851         (wl-folder-mark-as-read-all-entity): Ditto.
6852         (wl-folder-prefetch-entity): Ditto.
6853
6854         * wl.el (wl): Check environment before wl-init.
6855
6856         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6857         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6858         instead of wl-summary-collect-unread.
6859         (wl-summary-reply): Split message window.
6860
6861 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6862
6863         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6864         only if current language environment is japanese,
6865
6866         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6867         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6868         (wl-folder-goto-folder-subr): Ditto.
6869
6870         * wl-draft.el (wl-draft-dispatch-message): Call
6871         `elmo-file-cache-get-path'.
6872
6873 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6874
6875         * wl-summary.el (wl-summary-cursor-move): If return value of
6876         wl-summary-next-message is not number, don't jump.
6877
6878 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6879
6880         * wl-summary.el (wl-summary-buffer-next-message-function): New
6881         variable.
6882         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6883         if it is bound.
6884
6885         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6886         string.
6887
6888         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6889         (wl-plugged-drawing): Ditto.
6890
6891 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6892
6893         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6894         process.
6895         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6896         with unwind-protect.
6897
6898         * wl.el (wl-init): Require mime-setup.
6899         (wl-check-environment): Don't require mime-setup.
6900
6901         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6902         instead of elmo-folder-type.
6903
6904         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6905         value as nil.
6906
6907 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6908
6909         * Version number is increased to 2.7.0.
6910
6911         * wl-version.el (wl-version): Changed codename.
6912
6913         * wl-summary.el (wl-summary-delete-cache): Fixed.
6914
6915         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6916         Workaround for net folders.
6917         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6918
6919         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6920         value to nil (According to the patch from
6921         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6922
6923         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6924         of elmo-folder-close.
6925
6926 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6927
6928         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6929         for postfix.
6930
6931 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6932
6933         * wl-summary.el (wl-summary-resend-message): Fixed.
6934
6935         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6936         Call wl-draft with `from' argument if its address is included in
6937         `wl-user-mail-address-list'.
6938         (wl-draft): Added `from' argument.
6939
6940         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6941         non-nil.
6942         (wl): Don't show demo if wl-demo is nil.
6943
6944         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6945         wl-summary-use-frame.
6946
6947         * wl-vars.el (wl-summary-use-frame): New user option.
6948         (wl-folder-use-frame): Changed docstring.
6949
6950         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6951         non-nil.
6952         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6953         wl-summary-use-frame.
6954
6955         * wl-vars.el (wl-folder-use-frame): New user option.
6956
6957         * wl-summary.el (wl-summary-exit): Back to folder frame if
6958         wl-folder-use-frame is non-nil.
6959         (wl-summary-redisplay-internal): Ignore cache if current folder
6960         is draft folder,
6961         (wl-summary-redisplay-no-mime): Ditto.
6962         (wl-summary-redisplay-all-header): Ditto.
6963
6964         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6965         if wl-folder-use-frame is non-nil.
6966
6967 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6968
6969         * wl-summary.el (wl-summary-sync-update): Bind
6970         elmo-folder-update-threshold.
6971         (wl-summary-mark-as-important): Enclosed server mark processing
6972         with `save-match-data'.
6973
6974         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6975         only when it is already defined.
6976
6977 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6978
6979         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6980         name of folder exclude localdir is wrong.
6981         * wl-folder.el (wl-folder-sync-entity):
6982         Set `wl-summary-always-sticky-folder-list' as nil.
6983         (wl-folder-mark-as-read-all-entity): Ditto.
6984         (wl-folder-prefetch-entity): Ditto.
6985
6986 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6987
6988         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6989         instead of `wl-summary-write-current-newsgroup'.
6990
6991 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6992
6993         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6994         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6995         non-nil and selected message is important, do not display.
6996
6997 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6998
6999         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7000
7001 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7002
7003         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7004
7005         * wl-summary.el (wl-summary-mark-as-important): Set message number
7006         using wl-summary-message-number.
7007
7008 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7009
7010         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7011         destination folder is 'null.
7012
7013 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7014
7015         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7016         New function.
7017         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7018         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7019         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7020
7021 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7022
7023         * wl-mime.el (wl-mime-setup): Added setting for
7024         `mime-setup-signature-key-alist' to avoid overriding key bind for
7025         `wl-draft-send'.
7026
7027         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7028         for `wl-draft-send'.
7029         * wl-mule.el (wl-draft-overload-functions): Ditto.
7030         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7031         * wl-draft.el (wl-draft-send): Ditto.
7032
7033         * wl-message.el (wl-message-display-internal):
7034         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7035         (Patch is provided by <kita@coe.nttdata.co.jp>).
7036
7037 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7038
7039         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7040
7041 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7042
7043         * wl.el (wl): Fix for wl-demo.
7044
7045 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7046
7047         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7048
7049 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7050
7051         * wl-folder.el (wl-folder-prefetch-entity): Use
7052         `wl-folder-get-elmo-folder'.
7053         (wl-folder-count-incorporates): Do not use
7054         `wl-folder-get-elmo-folder'.
7055
7056 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7057
7058         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7059         instead of `elmo-folder-get-type'.
7060
7061 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7062
7063         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7064         position on Subject: field.
7065         (Advised by Mito <mit@nines.nec.co.jp>)
7066
7067 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7068
7069         * wl-folder.el (wl-folder-prefetch-entity): Use
7070         `wl-folder-get-elmo-folder'.
7071
7072 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7073
7074         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7075
7076         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7077         `process-duplicates' slot.
7078
7079         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7080         if detection failed.
7081
7082 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7083
7084         * wl-version.el (wl-version-status): Set to "alpha".
7085
7086 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7087
7088         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7089         Check wl-message-buffer lives before set-buffer.
7090
7091 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7092
7093         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7094         called in folder mode.
7095         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7096         * wl-summary.el (wl-summary-exit-pre-hook): Run
7097         `wl-summary-exit-pre-hook' before exit summary mode.
7098
7099 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7100
7101         * wl-version.el (wl-version-status): New variable.
7102         (wl-version-status-alist): Removed.
7103         (wl-version-status): Rule included.
7104
7105 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7106
7107         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7108         @sponichi.
7109
7110         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7111         when `mail-reply-buffer' is buffer-local variable.
7112         (Reported by <kita@coe.nttdata.co.jp>).
7113
7114 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7115
7116         * wl-vars.el (toplevel): Require 'elmo-util.
7117
7118 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7119
7120         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7121         (All other related portions are changed)
7122
7123         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7124
7125         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7126
7127 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7128
7129         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7130
7131 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7132
7133         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7134         Delete other windows to avoid an error.
7135         Use `point-marker' instead of `point' to remember the start point
7136         of body.
7137
7138         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7139
7140         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7141         number not to exceed all message number.
7142
7143 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7144
7145         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7146         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7147
7148 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7149
7150         * wl-summary.el (wl-summary-sync-force-update): Added argument
7151         no-check.
7152         (wl-summary-sync-update): Ditto.
7153         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7154         with `no-check'.
7155
7156         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7157         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7158         already running.
7159
7160 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7161
7162         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7163         `dst-folder-arg'.
7164         (wl-expire-archive-number1): Diito.
7165         (wl-expire-archive-number2): Diito.
7166         (wl-expire-archive-Date): Diito.
7167         (wl-archive-number1): Diito.
7168         (wl-archive-number2): Diito.
7169         (wl-archive-date): Diito.
7170         (wl-archive-folder-p): New function.
7171         (wl-summary-expire): Support of expand folder name at
7172         wl-expire-alist.
7173         * wl-util.el (wl-expand-newtext): Renamed from
7174         `wl-refile-expand-newtext'.
7175
7176 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7177
7178         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7179         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7180         `(elmo-msgdb-get-overview msgdb)'.
7181         (wl-summary-prefetch): Bind match data before call
7182         `wl-summay-prefetch-msg'.
7183         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7184         'off if `wl-summary-buffer-disp-msg' is non-nil.
7185         Fixed problem that couldn't show only one new or unread message when
7186         enter folder.
7187         (wl-summary-reply): Don't call `split-window-vertically' and other
7188         window.
7189
7190 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7191
7192         * wl-expire.el (wl-expire-refile): Fixed.
7193
7194 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7195
7196         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7197
7198         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7199         biff notification is removed.
7200
7201         * wl.el (wl): Changed position of `elmo-init'.
7202
7203         * wl-draft.el (wl-default-draft-cite): Use date field
7204         on the citation buffer.
7205
7206         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7207
7208         * wl-xmas.el (wl-folder-internal-icon-list): Added
7209         `wl-folder-shimbun-image'.
7210
7211         * wl-e21.el (wl-folder-internal-icon-list): Added
7212         `wl-folder-shimbun-image'.
7213
7214 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7215
7216         * wl.el (wl-init): Eliminated argument.
7217         (wl): Rewrite.
7218
7219         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7220         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7221         instead of `elmo-folder-msgdb-internal'.
7222         (wl-summary-sync-update): Ditto.
7223         (wl-summary-flush-pending-append-operations): Eliminated.
7224         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7225         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7226         `elmo-folder-open'.
7227
7228         * wl-mime.el (wl-summary-burst): Fixed.
7229
7230         * wl-folder.el (wl-folder-info-save): Check data type.
7231
7232         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7233         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7234         instead of `elmo-folder-msgdb-internal'.
7235         (wl-expire-hide): Ditto.
7236
7237
7238         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7239
7240 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7241
7242         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7243
7244 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7245
7246         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7247
7248 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7249
7250         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7251         Fixed `match-beginning' argument mismatch.
7252
7253 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7254
7255         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7256         the default value.
7257
7258 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7259
7260         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7261         instead of `elmo-nntp-default-port'.
7262
7263         * wl-vars.el: Fixed some doc strings.
7264
7265 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7266
7267         * wl-summary.el (wl-summary-prefetch-msg): Use
7268         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7269
7270         * wl-vars.el: Define *-func as obsolete variable using
7271         `elmo-define-obsolete-variable'.
7272
7273         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7274         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7275         instead of `wl-message-buffer-prefetch-threshold'.
7276
7277         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7278
7279         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7280
7281         * wl-draft.el (wl-caesar-region-func): Ditto.
7282
7283         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7284         Keep unread status in elmo-folder-move-messages.
7285         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7286
7287 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7288
7289         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7290         `wl-summary-buffer-exit-func'
7291         (wl-summary-buffer-message-redisplay-function): Renamed from
7292         `wl-summary-buffer-message-redisplay-func'
7293         (wl-summary-buffer-next-folder-function): Renamed from
7294         `wl-summary-buffer-next-folder-func'.
7295         (wl-summary-buffer-prev-folder-function): Renamed from
7296         `wl-summary-buffer-prev-folder-func'.
7297         (wl-summary-get-petname-function): Renamed from
7298         `wl-summary-get-petname-func'.
7299
7300         * wl-score.el (wl-score-edit-exit-function): Renamed from
7301         `wl-score-edit-exit-func'.
7302
7303         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7304         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7305
7306         * wl-util.el (wl-load-profile-function): Renamed from
7307         `wl-load-profile-func'.
7308
7309         * wl-folder.el (wl-folder-completion-function): Renamed from
7310         `wl-folder-completion-func'.
7311         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7312
7313         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7314         `wl-expire-archive-get-folder-func'.
7315         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7316         (wl-draft-send-mail-function): Renamed from
7317         `wl-draft-send-mail-func'.
7318         (wl-draft-send-news-function): Renamed from
7319         `wl-draft-send-news-func'.
7320         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7321         (wl-generate-mailer-string-function): Renamed from
7322         `wl-generate-mailer-string-func'.
7323         (wl-highlight-signature-search-function): Renamed from
7324         `wl-highlight-signature-search-func'.
7325         (wl-highlight-x-face-function): Renamed from
7326         `wl-highlight-x-face-func'
7327         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7328         (wl-ps-print-buffer-function): Renamed from
7329         `wl-ps-print-buffer-func'
7330         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7331         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7332         (wl-summary-subject-filter-function): Renamed from
7333         `wl-summary-subject-filter-func'.
7334
7335         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7336         `wl-draft-queue-flush-send-func'
7337         (wl-draft-cite-function): Renamed from
7338         `wl-draft-cite-func'
7339
7340         * wl-address.el (wl-address-init-function): Renamed from
7341         `wl-address-init-func'.
7342
7343 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7344
7345         * wl-draft.el (wl-draft-queue-flush): Don't call
7346         `elmo-dop-unlock-message'.
7347         * wl-draft.el (wl-draft-queue-append): Don't call
7348         `elmo-dop-lock-message'.
7349
7350         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7351         (wl-summary-buffer-folder-name): Ditto.
7352         (wl-summary-message-regexp): Added '-' (all other related portions
7353         are changed).
7354         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7355         wl-summary-buffer-folder-name.
7356
7357 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7358
7359         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7360         the number of mails in the folder buffer is not updated by wl-biff.
7361
7362 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7363
7364         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7365         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7366
7367 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7368
7369         * wl-summary.el (wl-summary-next-message):
7370         Return next message number when wl-summary-move-order is nil.
7371
7372 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7373
7374         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7375         `wl-summary-move-spec-alist'.
7376         (wl-summary-move-spec-unplugged-alist): New variable
7377         (Move spec for unplugged status).
7378         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7379         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7380
7381 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7382
7383         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7384         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7385
7386 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7387
7388         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7389         simple quotation to quote the anonymous function.
7390         * tm-wl.el (wl-draft-preview-message): Ditto.
7391
7392 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7393
7394         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7395         Eliminate redundant `save-excursion'.
7396         (wl-highlight-summary-current-line): Ditto.
7397
7398         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7399         accessing match data when `looking-at' failed.
7400
7401         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7402         `elmo-match-string' where users don't care about the speed.
7403         (wl-draft-save): Ditto.
7404
7405 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7406
7407         * wl-util.el (wl-regexp-opt): New function.
7408
7409         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7410         number from `wl-summary-buffer-number-list'.
7411         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7412         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7413         (wl-summary-move-spec-alist): Changed default setting.
7414
7415 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7416
7417         * wl-vars.el (wl-biff-notify-hook): New hook.
7418         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7419         the arrival of new mail.
7420         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7421         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7422
7423 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7424
7425         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7426
7427 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7428
7429         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7430
7431         * Version number is increased to 2.5.8.
7432
7433         * wl-thread.el (toplevel): require 'cl.
7434         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7435         (wl-thread-make-number-list): New function.
7436         (wl-thread-entity-make-number-list-from-children): Ditto.
7437         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7438         (wl-thread-entity-insert-as-children): Likewise.
7439         (wl-thread-delete-message): Likewise.
7440         (wl-meaning-of-mark): Eliminated.
7441         (wl-thread-next-failure-mark-p): Ditto.
7442         (wl-thread-entity-get-mark): Ditto.
7443         (wl-thread-meaning-alist-get-result): Ditto.
7444         (wl-thread-entity-check-prev-mark): Ditto.
7445         (wl-thread-entity-check-next-mark): Ditto.
7446         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7447         (wl-thread-entity-get-prev-marked-entity): Ditto.
7448         (wl-thread-get-prev-unread): Ditto.
7449         (wl-thread-jump-to-prev-unread): Ditto.
7450         (wl-thread-get-next-unread): Ditto.
7451         (wl-thread-jump-to-next-unread): Ditto.
7452         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7453         (wl-thread-entity-get-next-marked-entity): Ditto.
7454
7455         * wl-summary.el (wl-summary-buffer-number-list):
7456         New bufer-local variable.
7457         (wl-summary-switch-to-clone-buffer): Clone
7458         `wl-summary-buffer-number-list'.
7459         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7460         (wl-summary-cursor-move-regex): Eliminated.
7461         (wl-summary-cursor-up): Rewrite.
7462         (wl-summary-cursor-down): Ditto.
7463         (wl-summary-mode-spec-alist): New variable.
7464         (wl-summary-next-message): New inline function.
7465         (wl-summary-cursor-move): New function.
7466         (wl-summary-default-get-next-msg): Rewrite.
7467         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7468         (wl-summary-rescan): Ditto.
7469         (wl-summary-sync-all-init): Ditto.
7470         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7471         summary is not thread view.
7472         (wl-summary-sync-update): Ditto.
7473         (wl-summary-rescan): Ditto.
7474         (wl-summary-make-number-list): New function.
7475
7476         * wl-draft.el: "FCC" -> "Fcc".
7477
7478 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7479
7480         * wl-highlight.el (wl-highlight-summary-window):
7481         Call `set-buffer-modified-p'.
7482
7483         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7484         (wl): Call `elmo-init' and fix.
7485
7486         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7487         Use new variables.
7488
7489         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7490
7491 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7492
7493         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7494
7495 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7496
7497         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7498
7499 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7500
7501         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7502         `wl-use-toolbar' nor `display-graphic-p'.
7503         (wl-e21-setup-message-toolbar): Ditto.
7504         (wl-e21-setup-summary-toolbar): Ditto.
7505         (wl-e21-setup-folder-toolbar): Ditto.
7506
7507         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7508         (wl-plugged-init-icons): Ditto.
7509
7510         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7511         `display-graphic-p'.
7512         (wl-plugged-set-folder-icon): Ditto.
7513         (wl-highlight-plugged-current-line): Ditto.
7514         (wl-highlight-folder-current-line): Ditto.
7515         (wl-e21-highlight-folder-group-line): Ditto.
7516         (wl-e21-setup-toolbar): Ditto.
7517         (wl-e21-display-image-p): New macro.
7518
7519         * wl-demo.el (wl-demo): Simplified.
7520         (wl-demo-image-type-alist): Use `image-type-available-p' for
7521         checking whether the image type `xbm' is available.
7522
7523 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7524
7525         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7526         (wl-summary-input-range): Ditto.
7527
7528 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7529
7530         * wl-summary.el (wl-summary-edit-addresses): Use
7531         `wl-summary-get-original-buffer'
7532         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7533         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7534         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7535         (wl-summary-get-newsgroups): Eliminated.
7536         (wl-summary-set-crosspost): Ditto.
7537         (wl-summary-is-crosspost-folder): Ditto.
7538         (wl-crosspost-alist-load): Ditto.
7539         (wl-crosspost-alist-save): Ditto.
7540
7541         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7542         `elmo-setup-subscribed-newsgroups' instead of
7543         `elmo-nntp-make-groups-hashtb'.
7544         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7545         instead of `wl-crosspost-alist-save'.
7546
7547         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7548         of `elmo-folder-message-appendable-p'.
7549         (wl-mime-header-presentation-method): Eliminated.
7550
7551         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7552         (Error occurs in emacs21).
7553
7554         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7555         the current buffer).
7556
7557         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7558         instead of `wl-crosspost-alist-save'.
7559         (wl-init): `elmo-crosspost-message-alist-load'
7560         instead of `wl-crosspost-alist-load'
7561
7562         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7563         (wl-parse-newsgroups): Likewise.
7564         (wl-biff-notify): Run `wl-biff-notify-hook'.
7565
7566 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7567
7568         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7569
7570         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7571         when `wl-summary-lazy-highlight' is non-nil.
7572         (wl-summary-goto-folder-subr): Highlight only when
7573         `wl-summary-lazy-highlight' is non-nil.
7574
7575         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7576         Don't display progress and highlight temp-mark when
7577         `wl-summary-lazy-highlight' is non-nil.
7578         (wl-highlight-summary-window): New function.
7579         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7580
7581 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7582
7583         * wl-summary.el (wl-summary-sync): Change `all-visible'
7584         from `all-shown'
7585         (wl-summary-input-range): Ditto.
7586
7587 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7588
7589         * wl-e21.el (wl-highlight-folder-current-line): Call
7590         `wl-folder-init-icons' when folder icons have not been initialized.
7591
7592         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7593
7594         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7595         (wl-demo-image-type-alist): New macro.
7596
7597 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7598
7599         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7600         display does not support graphics.
7601         (wl-plugged-init-icons): Ditto.
7602         (wl-folder-init-icons): Ditto.
7603
7604         * wl-demo.el (wl-demo): Chech closely whether the display
7605         supports graphics.
7606
7607 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7608
7609         * wl-summary.el (wl-summary-get-original-buffer): New function.
7610         (wl-summary-set-crosspost): Use it.
7611         (wl-summary-target-mark-uudecode): Ditto.
7612         (wl-summary-reedit): Ditto.
7613         (wl-summary-resend-bounced-mail): Ditto.
7614         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7615         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7616
7617         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7618         (wl-message-display-internal): Ditto.
7619
7620 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7621
7622         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7623
7624 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7625
7626         * wl-summary.el (wl-summary-save-view): Renamed from
7627         `wl-summary-save-status'.
7628
7629 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7630
7631         * wl-summary.el (wl-summary-sync): Added `all-shown'
7632
7633 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7634
7635         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7636
7637 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7638
7639         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7640
7641 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7642
7643         * wl-highlight.el (wl-highlight-summary-line-string): Use
7644         `zerop' instead of `= 0'.
7645         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7646
7647         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7648         for comparing numbers.
7649         (wl-template-prev): Use `zerop' instead of `eq 0'.
7650
7651         * wl-draft.el (wl-draft-insert-current-message): Use
7652         `with-current-buffer' instead of `save-excursion'.
7653         Use `zerop' instead of `eq 0'.
7654
7655 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7656
7657         * wl-draft.el (wl-draft-insert-ccs): New function.
7658         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7659         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7660
7661 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7662
7663         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7664
7665 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7666
7667         * wl-expire.el (wl-expire-refile): Don't call
7668         elmo-msgdb-add-msgs-to-seen-list;
7669         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7670         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7671
7672 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7673
7674         * wl-message.el (wl-message-prev-page): Ignore errors while
7675         scroll-down.
7676
7677 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7678
7679         * wl-mime.el: Use elmo-original-message-mode instead of
7680         mmelmo-original-mode.
7681
7682         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7683         `elmo-folder-get-spec';
7684         (wl-fldmgr-add-completion-all-completions):
7685         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7686
7687         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7688         of `elmo-folder-get-type'.
7689
7690         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7691         `elmo-folder-get-spec';
7692         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7693         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7694         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7695         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7696         `elmo-read-msg-no-cache';
7697         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7698         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7699         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7700         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7701         `elmo-cache-save';
7702         (wl-draft-reedit): Use `elmo-message-file-name'.
7703
7704         * wl-expire.el: Use `elmo-folder-name-internal';
7705         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7706         Use macro `wl-summary-buffer-msgdb' instead of variable
7707         `wl-summary-buffer-msgdb';
7708         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7709         Use macro `wl-summary-buffer-folder-name' instead of variable
7710         `wl-summary-buffer-folder-name'.
7711         * wl-score.el: Likewise.
7712
7713         * wl-message.el: Rewrite for new message buffer cache mechanism.
7714         (wl-message-buffer-cache-buffer-get): New macro.
7715         (wl-message-buffer-cache-folder-get): Ditto.
7716         (wl-message-buffer-cache-message-get): Ditto.
7717         (wl-message-buffer-cache-entry-make): Ditto.
7718         (wl-message-buffer-cache-hit): Ditto.
7719         (wl-message-buffer-cache-sort): New function.
7720         (wl-message-buffer-cache-add): Ditto.
7721         (wl-message-buffer-cache-delete): Ditto.
7722         (wl-message-buffer-cache-clean-up): Ditto.
7723         (wl-message-buffer-window): Rewrite.
7724         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7725         (wl-message-buffer-display): New function.
7726         (wl-message-display-internal): New function.
7727
7728 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7729
7730         * wl-folder.el: Use `elmo-folder-name-internal';
7731         Use `wl-folder-get-elmo-folder';
7732         Use `elmo-folder-list-messages' instead of
7733         `elmo-list-folder';
7734         Use `elmo-folder-get-primitive-list' instead of
7735         `elmo-folder-get-primitive-spec-list';
7736         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7737         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7738         Use `elmo-folder-create' instead of `elmo-create-folder'.
7739         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7740         (wl-folder-get-elmo-folder): New macro.
7741         (wl-folder-elmo-folder-cache-get): Ditto.
7742         (wl-folder-elmo-folder-cache-put): Ditto.
7743         (wl-folder-suspend): Call `elmo-quit'.
7744
7745         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7746         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7747         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7748         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7749         (toplevel): require 'cl.
7750         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7751
7752         * wl-summary.el: Rewrite to use new elmo interface.
7753
7754 \f
7755 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7756
7757         * wl-mime.el (wl-draft-preview-message):
7758         Run `wl-draft-send-hook' before collecting recipients information;
7759         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7760
7761         * tm-wl.el (wl-draft-preview-message): Ditto.
7762
7763 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7764
7765         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7766         wrong recipients are displayed when forwarded message.
7767
7768 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7769
7770         * Version number is increased to 2.5.7.
7771
7772 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7773
7774         * wl-message.el (wl-message-next-page): Bind
7775         `window-pixel-scroll-increment' to nil while scrolling up.
7776
7777 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7778
7779         * wl-vars.el (wl-save-hook): New hook.
7780         * wl.el (wl-save): Call `wl-save-hook'.
7781
7782 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7783
7784         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7785         Argument WITH-ARG instead of NO-ARG (negative mean).
7786         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7787         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7788         * wl-message.el (wl-message-follow-current-entity): Likewise.
7789
7790 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7791
7792         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7793         FROM was optional argument.
7794         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7795
7796 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7797
7798         * Version number is increased to 2.5.6.
7799
7800 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7801
7802         * wl-version.el (wl-version-show): Removed.
7803         (wl-version): Add `interactive'.
7804
7805 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7806
7807         * wl-summary.el (wl-summary-get-petname-func): New variable.
7808         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7809         instead of `wl-address-get-petname-1'.
7810         (wl-summary-simple-from): Ditto.
7811
7812         * wl-address.el (wl-address-get-petname-1): Define as function.
7813
7814 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7815
7816         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7817         field in the original message.
7818         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7819
7820 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7821
7822         * wl-expire.el (wl-expire-hide):
7823         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7824
7825 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7826
7827         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7828         find decoder for To, Cc, and Subject.
7829
7830 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7831
7832         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7833         for checking `elmo-use-buffer-cache'.
7834         (wl-summary-mark-as-important): Fixed typo in comment.
7835
7836 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7837
7838         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7839         field in the original message.
7840         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7841
7842 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7843
7844         * wl-expire.el (wl-expire-hide):
7845         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7846
7847 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7848
7849         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7850         find decoder for To, Cc, and Subject.
7851
7852 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7853
7854         * Version number is increased to 2.5.5.
7855
7856         * wl-address.el (wl-address-specials-regexp): New constant.
7857         (wl-address-quote-specials): Use it.
7858
7859 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7860
7861         * wl-summary.el (wl-summary-rescan):
7862         Call `wl-summary-buffer-number-column-detect'.
7863         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7864
7865         * wl-message.el (wl-message-mode-map): Define.
7866         (wl-message-decode): Use it as local-map.
7867
7868 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7869
7870         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7871         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7872
7873 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7874
7875         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7876
7877         * wl-mule.el (wl-read-event-char): Ditto.
7878
7879         * wl-e21.el (wl-read-event-char): Ditto.
7880
7881         * wl-nemacs.el (wl-read-event-char): Ditto.
7882         (read-event): Removed.
7883
7884         * wl-util.el (toplevel): Removed dummy definition of
7885         `read-event'.
7886         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7887
7888 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7889
7890         * wl-nemacs.el (elmo-archive-call-process): Moved to
7891         elmo-archive.el.
7892
7893 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7894
7895         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7896         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7897
7898         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7899         instead of magic-number 6.  Use `not' instead of `null' for symbol
7900         `nil' check (not empty list).
7901         (wl-draft-insert-x-face-field): Fixed paren style.
7902
7903         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7904         one-branch conditional statement, instead of `and' and `if'.
7905         (wl-draft-forward): Likewise.
7906         (wl-draft-add-references): Likewise.
7907         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7908
7909         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7910         conditional steatment.  Use `cond' instead of `if'.
7911         (wl-draft-confirm): Likewise.
7912
7913 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7914
7915         * wl-version.el (wl-version-show): Use `product-string-1'
7916         instead of `wl-version'.
7917         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7918
7919         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7920
7921 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7922
7923         * wl-highlight.el (wl-highlight-headers): Revert
7924         `wl-highlight-x-face-func' argument (`beg' and `end').
7925
7926 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7927
7928         * wl.el (toplevel): Move `product-provide' declare.
7929         * wl-demo.el (toplevel): Ditto.
7930         * wl-dnd.el (toplevel): Ditto.
7931         * wl-highlight.el (toplevel): Ditto.
7932         * wl-message.el (toplevel): Ditto.
7933         * wl-refile.el (toplevel): Ditto.
7934         * wl-util.el (toplevel): Ditto.
7935
7936 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7937
7938         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7939         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7940         (wl-thread-close-all): keep cursor position.
7941
7942 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7943
7944         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7945         (eq x 0).
7946         (wl-generate-user-agent-string-1): Fix conditional statement.
7947
7948 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7949
7950         * wl.el (wl-check-environment): Additional check for
7951         'wl-local-domain' and `wl-message-id-domain'.
7952
7953 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7954
7955         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7956
7957 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7958
7959         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7960         instead of `smtp-sasl-user-realm'.
7961
7962 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7963
7964         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7965
7966 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7967
7968         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7969         to the default value as well as `eword-lexical-analyzer'.
7970
7971 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7972
7973         * wl-version.el (wl-extended-emacs-version,
7974         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7975         `elmo-match-string' instead of `wl-match-string'.
7976
7977 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7978
7979         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7980         docstring.
7981
7982 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7983
7984         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7985
7986 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7987
7988         * wl-highlight.el (wl-highlight-headers): Remove
7989         `wl-highlight-x-face-func' argument (`beg' and `end').
7990
7991 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7992
7993         * wl-summary.el (wl-summary-mark-as-important):
7994         Remove cache if folder is local.
7995
7996 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7997
7998         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7999         to get existing e-mail address string.
8000
8001 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8002
8003         * wl-version.el (wl-generate-user-agent-string): Commentary.
8004         (wl-generate-user-agent-string-1): Use `when' for
8005         one-branch conditional statement, instead of `and' and `if'.
8006         (wl-extended-emacs-version, wl-extended-emacs-version2,
8007         wl-extended-emacs-version3): Ditto.
8008
8009 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8010
8011         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8012         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8013         condition-case; Remove initialization.
8014         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8015         (wl-summary-sync-update3): Added argument `sync-all';
8016         Eliminated local variable `msgdb';
8017         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8018         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8019         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8020
8021 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8022
8023         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8024         connection before call `wl-draft-send-mail-with-smtp'.
8025
8026 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8027
8028         * Version number is increased to 2.5.4.
8029
8030 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8031
8032         * wl.el (wl-check-environment): Additional check for
8033         'wl-local-domain' and `wl-message-id-domain'.
8034
8035 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8036
8037         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8038         buffer as command specific.
8039         (wl-folder-mark-as-read-all-entity): Ditto.
8040         (wl-folder-prefetch-entity): Ditto.
8041         (wl-folder-drop-unsync-entity): Ditto.
8042
8043         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8044         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8045         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8046
8047         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8048         save-excursion.
8049
8050 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8051
8052         * Version number is increased to 2.5.3.
8053
8054         * wl-summary.el (wl-summary-save-view-cache):
8055         Delete duplicated `write-region';
8056         Use `write-region-as-binary' instead of `as-binary-output-file' and
8057         `write-region'.
8058
8059 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8060
8061         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8062
8063 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8064
8065         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8066         instead of `smtp-via-smtp'.
8067
8068 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8069
8070         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8071
8072 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8073
8074         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8075         instead of `smtp-sasl-user-realm'.
8076
8077 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8078
8079         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8080
8081 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8082
8083         * Version number is increased to 2.5.2.
8084
8085 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8086
8087         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8088         does not exist.
8089         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8090         (wl-biff-start): Call `timer-activate' if timer already exists.
8091
8092         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8093         only when it is bound as function.
8094
8095 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8096
8097         * Version number is increased to 2.5.1.
8098
8099 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8100
8101         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8102         Print refile/copy destination.
8103
8104 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8105
8106         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8107         queue-flush-only is non-nil.
8108
8109         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8110
8111         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8112         checking cache folder.
8113
8114 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8115
8116         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8117         `regexp-quote'.
8118
8119 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8120
8121         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8122         function.
8123         * wl-summary.el (wl-summary-write-current-folder-functions):
8124         Change default value.  Use it.
8125
8126 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8127
8128         * Version number is increased to 2.5.0.
8129
8130         * wl-version.el (wl-version): Changed codename.
8131
8132 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8133
8134         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8135         (wl-summary-supersedes-message): Ditto.
8136
8137 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8138
8139         * wl-refile.el (wl-refile-guess-functions): Renamed from
8140         `wl-refile-guess-func-list'.
8141
8142 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8143
8144         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8145         Fixed problem when no rule was matched.
8146
8147 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8148
8149         * wl-summary.el (wl-summary-get-mark): Fixed
8150         `wl-summary-buffer-target-mark' check logic.
8151
8152 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8153
8154         * wl-folder.el (wl-folder-write-current-folder): Added group
8155         folder check.
8156
8157         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8158         `wl-summary-write-current-newsgroup'.
8159         (wl-summary-write-current-folder-functions): New variable.
8160         * wl-folder.el (wl-folder-get-newsgroups): New function.
8161         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8162         (wl-folder-write-current-folder): Renamed from
8163         `wl-folder-write-current-newsgroup'.
8164
8165 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8166
8167         * Version number is increased to 2.3.93.
8168
8169 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8170
8171         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8172         (wl-ldap-make-matched-value-list): Ditto.
8173         (wl-ldap-alias-safe-string): Split e-mail address.
8174
8175         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8176         petname folder default was selected.
8177         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8178         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8179
8180 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8181
8182         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8183         to `wl-draft-config-exec'.
8184
8185         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8186         instead of calling `wl-draft-config-exec';
8187         Process group-list and show recipients in minibuffer.
8188
8189         * tm-wl.el (wl-draft-preview-message): Ditto.
8190
8191 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8192
8193         * wl.el (toplevel): Added (C) to copyright notice, and
8194         sync Author header.
8195         * tm-wl.el (toplevel): Ditto.
8196         * wl-address.el (toplevel): Ditto.
8197         * wl-demo.el (toplevel): Ditto.
8198         * wl-dnd.el (toplevel): Ditto.
8199         * wl-draft.el (toplevel): Ditto.
8200         * wl-e21.el (toplevel): Ditto.
8201         * wl-expire.el (toplevel): Ditto.
8202         * wl-folder.el (toplevel): Ditto.
8203         * wl-highlight.el (toplevel): Ditto.
8204         * wl-message.el (toplevel): Ditto.
8205         * wl-mime.el (toplevel): Ditto.
8206         * wl-mule.el (toplevel): Ditto.
8207         * wl-nemacs.el (toplevel): Ditto.
8208         * wl-refile.el (toplevel): Ditto.
8209         * wl-score.el (toplevel): Ditto.
8210         * wl-summary.el (toplevel): Ditto.
8211         * wl-template.el (toplevel): Ditto.
8212         * wl-thread.el (toplevel): Ditto.
8213         * wl-util.el (toplevel): Ditto.
8214         * wl-vars.el (toplevel): Ditto.
8215         * wl-xmas.el (toplevel): Ditto.
8216
8217 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8218
8219         * wl.el (wl-init): Added comment about `wl-init-hook'.
8220         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8221         * wl-vars.el (wl-init-hook): Added docs.
8222         (wl-make-plugged-hook): Removed useless docs.
8223         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8224         * wl-xmas.el (toplevel): Ditto.
8225
8226 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8227
8228         * wl-address.el (toplevel): Fixed multiple Author header format.
8229         * wl-demo.el (toplevel): Ditto.
8230         * wl-draft.el (toplevel): Ditto.
8231         * wl-folder.el (toplevel): Ditto.
8232         * wl-summary.el (toplevel): Ditto.
8233         * wl-thread.el (toplevel): Ditto.
8234         * wl-util.el (toplevel): Ditto.
8235         * wl-vars.el (toplevel): Ditto.
8236         * wl-version.el (toplevel): Ditto.
8237         * wl-xmas.el (toplevel): Ditto.
8238         * wl.el (toplevel): Ditto.
8239
8240         * wl-version.el (toplevel): Added require `elmo-version' for
8241         `product-version-as-string'.
8242
8243 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8244
8245         * wl-vars.el (wl-draft-send-hook): Changed default value to
8246         '(wl-draft-config-exec).
8247
8248         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8249         explicitly.
8250         (wl-draft): Set `wl-draft-config-exec-flag' before running
8251         `wl-mail-setup-hook'.
8252
8253         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8254         `wl-biff-init-icons' to `wl-init-hook' instead of
8255         `wl-make-plugged-hook'.
8256         (Because if `wl-draft' command is invoked at first,
8257         they are not initialized)
8258         Updated copyright notice.
8259
8260         * wl-e21.el (toplevel): Ditto;
8261
8262         * wl-demo.el (toplevel): Updated copyright notice.
8263         * wl-address.el (toplevel): Ditto.
8264         * wl-draft.el (toplevel): Ditto.
8265         * wl-version.el (toplevel): Ditto.
8266         * wl-folder.el (toplevel): Ditto.
8267         * wl-summary.el (toplevel): Ditto.
8268         * wl-thread.el (toplevel): Ditto.
8269         * wl-util.el (toplevel): Ditto.
8270         * wl-vars.el (toplevel): Ditto.
8271         * wl.el (toplevel): Ditto.
8272
8273 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8274
8275         * wl-highlight.el (wl-highlight-message): Fixed problem of
8276         highlighting failure which occured when the last field contains
8277         multiple lines in the draft buffer.
8278
8279         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8280         `wl-biff-start' if plugged.
8281
8282         * wl-util.el (wl-biff-check-folder): New function.
8283         (wl-biff-check-folders): Don't set session name prefix.
8284         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8285         (wl-biff-check-folder-async): Ditto.
8286
8287         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8288         in email address.
8289
8290 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8291
8292         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8293
8294         * wl-draft.el (wl-draft-strip-subject-re): New function.
8295
8296         * wl-draft.el (wl-draft-reply): Use it.
8297
8298 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8299
8300         * wl-message.el (wl-mmelmo-message-redisplay): Use
8301         `mime-display-message' instead of `wl-mime-display-message'.
8302
8303         * wl-mime.el (toplevel): Removed compatibility workaround
8304         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8305         (wl-mime-display-message): Abolished.
8306         (wl-mime-entity-read-field): Ditto.
8307         (wl-mime-combine-message/partial-pieces): Use
8308         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8309
8310 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8311
8312         * wl-template.el: Doc fixes.
8313
8314 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8315
8316         * wl-e21.el (wl-message-overload-functions): Do nothing if
8317         `current-local-map' is not available.
8318         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8319
8320 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8321
8322         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8323         representation.
8324
8325         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8326         number.
8327         (wl-fldmgr-save-folders): Don't use `format' when insert
8328         `wl-fldmgr-folders-header'.
8329
8330 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8331
8332         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8333
8334 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8335
8336         * wl-highlight.el (wl-highlight-message):
8337         Use `std11-field-end' to detect end point of the header field.
8338         Refer `wl-highlight-max-header-size'.
8339
8340         * wl-vars.el (wl-highlight-max-header-size): New variable.
8341
8342         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8343
8344         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8345         Set `for-draft' argument of wl-highlight-headers.
8346         (wl-draft): Ditto.
8347         (wl-draft-reedit): Ditto.
8348         (wl-user-agent-compose-internal): Ditto.
8349
8350 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8351
8352         * wl-message.el (wl-message-add-button): Use overlay.
8353
8354 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8355
8356         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8357
8358         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8359         problem when group-list content is nothing.
8360         (Reported by Mito <mit@nines.nec.co.jp>)
8361
8362 2000-10-18  SAITO Atsunori <sai@yedo.com>
8363
8364         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8365
8366 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8367
8368         * tm-wl.el (toplevel): Use product-provide.
8369
8370 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8371
8372         * Version number is increased to 2.3.92.
8373
8374 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8375
8376         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8377         title text, use `display' property for left margin under Emacs 21.
8378
8379         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8380         properties.
8381         (wl-plugged-init-icons): Ditto.
8382
8383 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8384
8385         * wl.el (wl-save-status, wl-init): Remove last period in
8386         "...done." message.
8387         * tm-wl.el (wl-summary-burst): Ditto.
8388         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8389         wl-summary-resume-cache-status,
8390         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8391         wl-summary-sync-update3, wl-summary-highlight-msgs,
8392         wl-summary-flush-pending-append-operations,
8393         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8394         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8395         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8396         wl-thread-open-all): Ditto.
8397         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8398         * wl-mime.el (wl-summary-burst): Ditto.
8399         * wl-highlight.el (wl-highlight-summary): Ditto.
8400         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8401         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8402         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8403         * wl-address.el (wl-local-address-init): Ditto.
8404
8405 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8406
8407         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8408         `add-text-properties'.
8409         (wl-plugged-init-icons): Ditto.
8410         (wl-folder-init-icons): Use `propertize' instead of
8411         `put-text-property'.
8412         (wl-plugged-set-folder-icon): Ditto.
8413         (wl-e21-highlight-folder-group-line): Ditto.
8414
8415 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8416
8417         * wl-version.el (wl-version-status-alist): New variable.
8418         (wl-version-status): New function.
8419
8420         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8421         "Cc" part of the case "Reply-To".
8422
8423         * wl-draft.el (wl-draft-reply): Use result of
8424         `eword-extract-address-components'.
8425
8426         * wl-demo.el (wl-demo-icon-name): New constant.
8427         (wl-logo-xpm): Use it.
8428         (wl-logo-xbm): Ditto.
8429         (wl-logo-bitmap): Ditto.
8430
8431         * Version number is increased to 2.3.91.
8432
8433 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8434
8435         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8436         (wl-extended-emacs-version, wl-extended-emacs-version2,
8437         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8438         docstring.
8439
8440         * wl-version.el (wl-generate-user-agent-string-1): New function.
8441         (wl-generate-user-agent-string): Use it.
8442
8443         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8444         `mime-edit-insert-user-agent-field'.
8445         (wl-generate-user-agent-string): Check
8446         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8447
8448         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8449         instead of `if', when verbose case.
8450
8451 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8452
8453         * wl-expire.el (wl-summary-expire): Fix.
8454
8455 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8456
8457         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8458         and `elmo-lost+found-folder' if 'wl-draft.
8459         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8460
8461 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8462
8463         * wl-expire.el (wl-summary-expire): Change messages.
8464         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8465         `deleing-info' instead of "Deleting..."
8466
8467 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8468
8469         * wl-summary.el (wl-summary-refile-subr): Fix.
8470
8471 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8472
8473         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8474         if pipe folder.
8475
8476 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8477
8478         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8479
8480 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8481
8482         * wl-expire.el (wl-expire-hide): New function.
8483         (wl-summary-expire): Add `hide'.
8484
8485 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8486
8487         * wl-vars.el (wl-draft-reply-without-argument-list):
8488         Changed default value to consider `Reply-To:'.
8489         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8490
8491         * Version number is increased to 2.3.90.
8492
8493         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8494         elmo-imap4-get-session with unwind-protect.
8495         Don't cause error.
8496         (wl-summary-sync-marks): Don't check plugged nor folder type.
8497         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8498         (Always keep current buffer).
8499
8500 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8501
8502         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8503         Enclose with `save-excursion'.
8504
8505 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8506
8507         * wl-version.el (wl-version): Remove interactive.
8508
8509 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8510
8511         * wl-version.el (wl-generate-user-agent-string): Use
8512         `product-string-verbose' instead of `product-string-1'.
8513
8514 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8515
8516         * wl-vars.el (wl-draft-use-cache): New variable.
8517         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8518         if wl-draft-use-cache is non-nil.
8519
8520 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8521
8522         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8523         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8524
8525 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8526
8527         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8528         (wl-thread-msg-mark-as-unread): Ditto.
8529
8530         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8531         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8532         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8533         Don't set mark in summary if return value of `elmo-mark-as-read'
8534         is nil.
8535         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8536         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8537         instead of `wl-thread-msg-mark-as-read'.
8538         (wl-summary-mark-as-unread-region): Ditto.
8539         (wl-summary-target-mark-mark-as-read): Ditto.
8540
8541         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8542
8543 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8544
8545         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8546
8547         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8548
8549 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8550
8551         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8552         face.
8553
8554 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8555
8556         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8557         `running-xemacs'.
8558
8559 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8560
8561         * wl-version.el (toplevel): Use `product-version-as-string' for
8562         set verstion-string, if defined.
8563
8564         * wl-version.el (wl-version-show): Insert string at point, when
8565         call with argument.
8566
8567         * wl-version.el (wl-generate-user-agent-string): Use
8568         `product-string-1' instead of `wl-appname', `wl-version' and
8569         `wl-codename'.
8570
8571 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8572
8573         * wl-address.el (toplevel): Use product-provide.
8574         * wl-demo.el (toplevel): Ditto.
8575         * wl-dnd.el (toplevel): Ditto.
8576         * wl-draft.el (toplevel): Ditto.
8577         * wl-e21.el (toplevel): Ditto.
8578         * wl-expire.el (toplevel): Ditto.
8579         * wl-fldmgr.el (toplevel): Ditto.
8580         * wl-folder.el (toplevel): Ditto.
8581         * wl-highlight.el (toplevel): Ditto.
8582         * wl-message.el (toplevel): Ditto.
8583         * wl-mime.el (toplevel): Ditto.
8584         * wl-mule.el (toplevel): Ditto.
8585         * wl-nemacs.el (toplevel): Ditto.
8586         * wl-refile.el (toplevel): Ditto.
8587         * wl-score.el (toplevel): Ditto.
8588         * wl-summary.el (toplevel): Ditto.
8589         * wl-template.el (toplevel): Ditto.
8590         * wl-thread.el (toplevel): Ditto.
8591         * wl-util.el (toplevel): Ditto.
8592         * wl-vars.el (toplevel): Ditto.
8593         * wl-xmas.el (toplevel): Ditto.
8594         * wl.el (toplevel): Ditto.
8595
8596 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8597
8598         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8599         instead of product.
8600
8601         * wl-version.el (wl-version): Compile time evalution elmo-version.
8602
8603 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8604
8605         * wl-summary.el (wl-summary-sync-force-update): Append queue
8606         `mark-as-read'if unplugged.
8607
8608 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8609
8610         * wl-version.el: New file.  Use product.el.
8611         * wl.el: add (require 'wl-version).
8612         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8613         for ~/.folders header.
8614         (wl-fldmgr-folders-header): Changed.
8615         * wl-demo.el (wl-demo): Use product.el.
8616
8617         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8618         wl-version.el.
8619         * wl-util.el (wl-version, wl-version-show): Ditto.
8620
8621         * wl-util.el (wl-generate-user-agent-string,
8622         wl-extended-emacs-version, wl-extended-emacs-version2,
8623         wl-extended-emacs-version3): Move to wl-version.el.
8624         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8625         xemacs-codename, mime-edit-insert-user-agent-field,
8626         mime-edit-user-agent-value, mime-editor/version,
8627         mime-editor/codename): Compile warning killer move to
8628         wl-version.el
8629
8630 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8631
8632         * wl-summary.el (wl-summary-refile-subr): Fix.
8633
8634 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8635
8636         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8637         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8638
8639 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8640
8641         * wl.el (wl-check-environment): Check too many `@'.
8642
8643 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8644
8645         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8646
8647 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8648
8649         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8650         wl-draft-reply-myself-without-argument-list): Add variables.
8651         * wl-draft.el (wl-draft-reply): Use it.
8652
8653 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8654
8655         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8656         the 5th argument of `elmo-network-get-spec'.
8657
8658         * wl-thread.el (wl-thread-reparent-children): New inline function.
8659         (wl-thread-delete-message): Use it.
8660
8661         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8662         (wl-summary-score-update-all-lines): Don't use `dolist'.
8663
8664 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8665
8666         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8667         (require 'elmo-msgdb) for inline function.
8668
8669 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8670
8671         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8672
8673 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8674
8675         * wl-score.el (wl-score-headers): Fix for the confusing macro
8676         `elmo-kill-buffer'.
8677
8678 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8679
8680         * wl-summary.el: Don't use the 3rd argument of `require' because
8681         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8682         * wl-util.el: Ditto.
8683         * wl-draft.el: Ditto.
8684
8685 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8686
8687         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8688         window system is not used.
8689
8690 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8691
8692         * wl-thread.el: Don't use `mapcar' only for iteration.
8693         (wl-thread-resume-entity): Ditto.
8694         (wl-thread-delete-message): Ditto.
8695
8696         * wl-summary.el: Bind `dragdrop-drop-functions',
8697         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8698         of `require' for `timezone', `easymenu' and `ps-print';
8699         don't use `mapcar' only for iteration.
8700
8701         * wl-util.el: Bind `mule-version', `nemacs-version',
8702         `emacs-beta-version', `xemacs-codename',
8703         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8704         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8705         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8706         only for iteration.
8707
8708         * wl-score.el: Don't use `mapcar' only for iteration.
8709         (wl-score-simplify-buffer-fuzzy): Ditto.
8710         (wl-score-simplify-subject): Ditto.
8711         (wl-score-headers): Ditto.
8712         (wl-summary-score-update-all-lines): Ditto.
8713
8714         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8715         `enable-multibyte-characters' and `mule-version'.
8716
8717         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8718         `mapcar' only for iteration.
8719
8720         * wl-demo.el: Don't use `mapcar' only for iteration.
8721
8722         * wl-folder.el: Don't use `mapcar' only for iteration.
8723         (wl-folder-open-all): Ditto.
8724         (wl-folder-count-incorporates): Ditto.
8725
8726         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8727         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8728
8729         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8730         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8731         `smtp-connection-type'; specify 3rd argument of `require' for
8732         `timezone'; don't use `mapcar' only for iteration.
8733         (wl-draft-clone-local-variables): Don't use `mapcar'.
8734         (wl-draft-generate-clone-buffer): Ditto.
8735         (wl-user-agent-compose-internal): Ditto.
8736
8737         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8738
8739         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8740         (wl-save-status): Ditto.
8741
8742         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8743         for iteration.
8744
8745 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8746
8747         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8748         removed `Date'.
8749         (wl-fldmgr-make-filter-default): New user option.
8750
8751         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8752         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8753         (wl-fldmgr-filter-completion-alist): Abolish.
8754
8755         * wl.el (wl): Don't check servers if arg is non-nil.
8756
8757         * wl-draft.el (wl-draft-reply): Set only message-id string to
8758         In-Reply-To field.
8759
8760 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8761
8762         * wl-summary.el (wl-summary-pick): Rewrite.
8763
8764         * wl-draft.el (wl-draft-forward): Get references field from
8765         original buffer.
8766         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8767
8768 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8769
8770         * wl-draft.el (wl-draft-forward): Add references field.
8771
8772 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8773
8774         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8775         (wl-draft-reply): Use it.
8776
8777 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8778
8779         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8780         when Emacs 21 is running.
8781
8782         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8783         bindings.
8784
8785 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8786
8787         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8788         XPM icons transparent.
8789
8790         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8791         Emacs 21.
8792
8793 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8794
8795         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8796         nil.
8797
8798         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8799         when it is persistent.
8800         (wl-summary-sync-marks): Changed argument for
8801         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8802         (wl-summary-virtual): Use `elmo-read-search-condition'.
8803         (wl-summary-redisplay-internal): If folder is local, mark as read
8804         even when folder is plugged.
8805
8806 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8807
8808         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8809         of `tool-bar-lines' in the frame parameters.
8810         (after-make-frame-functions, post-command-hook): Don't modify the
8811         value.
8812         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8813         wl-e21-tool-bar-lines): Removed.
8814
8815 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8816
8817         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8818         properties `evaporate' and `wl-momentary-overlay' as well.
8819         (wl-highlight-summary-displaying): Ditto.
8820         (wl-delete-all-overlays): Don't delete overlay which does not have
8821         a property `wl-momentary-overlay'.
8822
8823         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8824         `display-mouse-p' and `display-graphic-p'.
8825         (wl-folder-init-icons): Don't search for XBM or the other files.
8826         (wl-plugged-set-folder-icon): Make icons if and only if
8827         `display-graphic-p' returns non-nil.
8828         (wl-highlight-plugged-current-line): Use `before-string' overlay
8829         property to show icon images.
8830         (wl-highlight-folder-current-line): Ditto.
8831         (wl-e21-highlight-folder-group-line): Ditto.
8832         (wl-e21-highlight-folder-by-numbers): Ditto.
8833         (wl-e21-insert-image): Removed.
8834         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8835         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8836         said.
8837         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8838         `wl-e21-force-switch-toolbar'.
8839         (wl-e21-make-icon-image): Removed.
8840         (wl-e21-setup-toolbar): Don't search for XBM files.
8841         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8842         the default value.
8843
8844 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8845
8846         * wl-util.el (wl-biff-check-folder-async): Set
8847         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8848
8849 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8850
8851         * wl-e21.el (after-make-frame-functions): Add
8852         `wl-e21-force-switch-toolbar'.
8853         (wl-e21-force-switch-toolbar): New function force to switch the
8854         toolbar appearance automatically.
8855         (post-command-hook): Add `wl-e21-switch-toolbar'.
8856         (wl-e21-switch-toolbar): New function to switch the toolbar
8857         appearance automatically.
8858         (wl-e21-tool-bar-lines): New buffer local variable.
8859
8860 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8861
8862         * wl-util.el (wl-biff-check-folders-running): New variable.
8863         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8864         (wl-biff-check-folder-async-callback):
8865         Set `wl-biff-check-folders-running'.
8866         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8867         with unwind-protect.
8868
8869         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8870         Enclose `wl-folder-auto-check' with unwind-protect.
8871
8872         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8873         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8874
8875         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8876
8877         * wl-util.el (wl-biff-notify): New inline function.
8878         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8879         locally.
8880         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8881         folder-list' is 1.
8882         Use `wl-biff-notify'.
8883         (wl-biff-check-folder-async-callback): New function.
8884         (wl-biff-check-folder-async): Ditto.
8885
8886         * wl-folder.el (wl-folder): Don't check folders.
8887         (wl-folder-auto-check): New function.
8888
8889 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8890
8891         * wl-util.el (wl-biff-start) [Emacs19+]:
8892         Use `timer-next-integral-multiple-of-time'.
8893         (wl-biff-check-folders): Use `wl-default-folder'
8894         if `wl-biff-check-folder-list' is nil.
8895
8896 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8897
8898         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8899         instead of `elmo-delete-lists'.
8900
8901 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8902
8903         * wl.el (wl-plugged-toggle-all): Set the value of
8904         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8905         (wl-plugged-toggle): Ditto.
8906         (wl-toggle-plugged): Ditto.
8907         (wl-plugged-init): Ditto.
8908
8909         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8910         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8911         instead of `wl-biff-state-indicator-off' and
8912         `wl-biff-state-indicator-on'; don't modify the value and the type
8913         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8914         (wl-plugged-init-icons): Set icons data to
8915         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8916         instead of `wl-plug-state-indicator-off' and
8917         `wl-plug-state-indicator-on'; don't modify the value and the type
8918         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8919
8920         * wl-vars.el (wl-modeline-biff-state-off,
8921         wl-modeline-biff-state-on, wl-modeline-biff-status,
8922         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8923         wl-modeline-plug-status): New internal variables.
8924         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8925         wl-biff-check-interval, wl-biff-check-folder-list): Change
8926         customization group from `wl-folder' to `wl-highlight'.
8927         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8928         wl-show-plug-status-on-modeline): Defcustomized.
8929
8930         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8931         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8932         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8933         a flag to `mode-line-buffer-identification'.
8934
8935         * wl-e21.el (wl-biff-init-icons): Set icons data to
8936         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8937         instead of `wl-biff-state-indicator-off' and
8938         `wl-biff-state-indicator-on'.
8939         (wl-plugged-init-icons): Set icons data to
8940         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8941         instead of `wl-plug-state-indicator-off' and
8942         `wl-plug-state-indicator-on'.
8943
8944 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8945
8946         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8947         excessive titles.
8948
8949 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8950
8951         * wl.el (wl-plugged-mode): Use revised
8952         `wl-mode-line-buffer-identification'.
8953         (wl-plugged-init): Don't use `force-mode-line-update'.
8954
8955         * wl-xmas.el (wl-draft-overload-functions): Use revised
8956         `wl-mode-line-buffer-identification'.
8957         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8958         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8959         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8960         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8961         `wl-make-plugged-hook';
8962         add `wl-folder-init-icons' and `wl-setup-folder' to
8963         `wl-folder-mode-hook'.
8964
8965         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8966         19 as well.
8967         (wl-mode-line-display-priority-list): New user option.
8968         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8969         Defcustomized.
8970         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8971         Add docs.
8972
8973         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8974         start.
8975         (wl-mode-line-buffer-identification): Revised as a function.
8976
8977         * wl-summary.el (wl-summary-mode): Use revised
8978         `wl-mode-line-buffer-identification'; don't call
8979         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8980         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8981         `wl-xmas-setup-summary'.
8982
8983         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8984         `wl-mode-line-buffer-identification'.
8985
8986         * wl-mule.el (wl-draft-overload-functions): Use revised
8987         `wl-mode-line-buffer-identification'.
8988
8989         * wl-folder.el (wl-make-plugged-alist): Don't call
8990         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8991         (wl-folder): Don't call `wl-folder-init-icons' directly.
8992         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8993         `wl-xmas-setup-folder' directly;
8994         use revised `wl-mode-line-buffer-identification'.
8995         (TopLevel): Don't bind `wl-biff-init-icons',
8996         `wl-plugged-init-icons', `wl-folder-init-icons',
8997         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8998
8999         * wl-e21.el (wl-draft-overload-functions): Use revised
9000         `wl-mode-line-buffer-identification'.
9001         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9002         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9003         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9004         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9005         `wl-make-plugged-hook';
9006         add `wl-folder-init-icons' and `wl-setup-folder' to
9007         `wl-folder-mode-hook'.
9008
9009 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9010             Katsumi Yamaoka    <yamaoka@jpl.org>
9011
9012         * wl.el (wl): Call `wl-biff-start'.
9013         (wl-exit): Call `wl-biff-stop'.
9014         (wl-plugged-mode): Show biff in modeline.
9015         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9016
9017         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9018         (wl-biff-init-icons): New function.
9019         (wl-plugged-init-icons): Don't make too much keymaps.
9020         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9021
9022         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9023         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9024         variables.
9025         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9026         options.
9027
9028         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9029         wl-biff-start, wl-biff-stop): New functions.
9030         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9031         (wl-biff-timer-name): New variable.
9032
9033         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9034
9035         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9036         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9037
9038         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9039         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9040
9041         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9042         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9043         `wl-folder-init-icons' to `ignore' if they are not available.
9044         (wl-folder-mode): Show biff in modeline.
9045
9046         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9047         (wl-biff-init-icons): New function.
9048         (wl-plugged-init-icons): Don't make too much keymaps.
9049         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9050
9051 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9052
9053         * wl-vars.el (wl-strict-diff-folders): Customization Type
9054         and doc fix.  Define as a list of regular expressions for
9055         folders or nil.
9056         * wl-folder.el (wl-folder-check-one-entity): Use
9057         `wl-string-match-member' instead of `wl-string-member' for
9058         `wl-strict-diff-folders'.
9059
9060 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9061
9062         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9063         (wl-highlight-folder-current-line): Use it; new implementation.
9064         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9065         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9066         `defsubst' instead of `defun'.
9067
9068         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9069         `wl-highlight-group-folder-by-numbers'; made it can also be a
9070         number.  See info for more details.
9071
9072         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9073         running.
9074
9075         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9076         to bind them.
9077
9078         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9079         (wl-highlight-folder-current-line): New implementation.
9080
9081         * wl-highlight.el (wl-highlight-folder-group-line): New
9082         implementation.
9083         (wl-delete-all-overlays): Rewrite as a marco.
9084         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9085
9086         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9087         running.
9088         (wl-folder-*-glyph): No need to bind them.
9089
9090         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9091         `wl-e21-highlight-folder-group-icon'; rewrite.
9092         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9093         `defsubst' instead of `defun'.
9094         (wl-folder-mode-map): Bind it when compiling.
9095
9096 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9097
9098         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9099
9100         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9101
9102 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9103
9104         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9105
9106 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9107
9108         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9109         (wl-highlight-folder-current-line): Use it.
9110
9111         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9112         in `id-name'.
9113
9114 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9115
9116         * wl.el: Require `wl-e21' when Emacs 21 is running.
9117
9118         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9119         default when Emacs 21 is running.
9120         (wl-use-highlight-mouse-line): Ditto.
9121         (wl-on-emacs21): New constant.
9122         (wl-on-emacs20): Removed.
9123
9124         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9125         Emacs 21 is running.
9126
9127         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9128         Emacs 21 is running.
9129
9130         * wl-e21.el: New file.
9131
9132 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9133
9134         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9135         (wl-toggle-plugged): Ditto.
9136         (wl-plugged-toggle): Ditto.
9137         (wl-plugged-toggle-all): Ditto.
9138
9139         * wl-vars.el (wl-plug-state-indicator): Refer
9140         `wl-plug-state-indicator-on' indirectly.
9141
9142 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9143
9144         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9145         Call `wl-folder-confirm-existence'.
9146
9147         * wl-folder.el (wl-folder-confirm-existence): Added optional
9148         argument `force'.
9149
9150 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9151
9152         * wl-summary.el (wl-summary-refile-subr): Assume
9153         `copy-or-refile' as symbol.
9154         (wl-summary-refile): Follow up above change.
9155         (wl-summary-copy): Ditto.  Doc fix.
9156
9157 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9158
9159         * wl-summary.el (wl-summary-pick): Don't bind
9160         `elmo-search-mime-charset'.
9161
9162         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9163         default using old backquote style.
9164         (wl-search-mime-charset): Abolished.
9165
9166         * wl-highlight.el (wl-highlight-headers):
9167         Call `point' after `re-search-forward'(for Nemacs).
9168
9169         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9170         for elmo-imap4.el.
9171
9172 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9173
9174         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9175         `wl-message-ignored-field-list' instead of
9176         `mime-view-ignored-field-list'.
9177
9178         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9179         Add interactive spec.
9180         (wl-folder-goto-bottom-of-current-folder): Ditto.
9181         (wl-folder-mode-map): Bind them.
9182
9183         * wl-vars.el (wl-message-ignored-field-list): New variable.
9184         (wl-message-visible-field-list): New variable.
9185
9186         * wl-mime.el (wl-mime-header-presentation-method): New function.
9187         (wl-mime-setup): Set header-presentation-method.
9188
9189 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9190
9191         * wl-nemacs.el (wl-draft-overload-functions): Set
9192         `mode-line-buffer-identification' instead of using
9193         `wl-make-modeline'.
9194
9195         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9196         instead of using `wl-make-modeline'.
9197
9198         * wl-xmas.el (wl-plugged-init-icons): Set up
9199         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9200         (wl-make-modeline): Abolish.
9201         (wl-draft-overload-functions): Set
9202         `mode-line-buffer-identification' instead of using
9203         `wl-make-modeline'.
9204
9205         * wl-util.el (wl-make-modeline-subr): Abolish.
9206         (wl-mode-line-buffer-identification): New alias.
9207
9208         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9209         (wl-summary-make-modeline): Abolish.
9210         (wl-summary-buffer-set-folder): Set
9211         `wl-summary-buffer-folder-indicator'.
9212         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9213         of using `wl-make-modeline'.
9214         (wl-summary-switch-to-clone-buffer): Don't set
9215         `mode-line-buffer-identification'.
9216         (wl-summary-goto-folder-subr): Ditto.
9217
9218         * wl-mule.el (wl-draft-overload-functions): Set
9219         `mode-line-buffer-identification' instead of using
9220         `wl-make-modeline'.
9221
9222         * wl-folder.el (wl-folder-mode): Set
9223         `mode-line-buffer-identification' instead of using
9224         `wl-make-modeline'.
9225         (wl-folder): Don't set `mode-line-buffer-identification'.
9226
9227 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9228
9229         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9230         instead of `member' for `wl-refile-guess-func-list' look-ups.
9231         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9232
9233 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9234
9235         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9236         `wl-message-button-dispatcher'.
9237
9238         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9239
9240         * wl-message.el (wl-message-button-dispatcher): Use it.
9241
9242         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9243         "In-Reply-To".
9244
9245         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9246         Bind `case-fold-search' to t.
9247
9248 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9249
9250         * wl-xmas.el (wl-message-overload-functions): Initialize
9251         `wl-message-button-map'.
9252
9253         * wl-mule.el (wl-message-overload-functions): Initialize
9254         `wl-message-button-map'.
9255
9256         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9257
9258         * wl-message.el (wl-message-button-map): New keymap.
9259         (wl-message-add-button): New function.
9260         (wl-message-button-dispatcher): New function.
9261         (wl-message-button-refer-article): New function.
9262
9263         * wl-highlight.el
9264         (wl-highlight-message-add-buttons-to-header): New function.
9265         (wl-highlight-headers): Use it.
9266
9267 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9268
9269         * wl-summary.el (wl-summary-default-from): Use
9270         `wl-address-get-petname-1'.
9271         (wl-summary-simple-from): Ditto.
9272
9273         * wl-address.el (wl-address-get-petname-1): New inline function.
9274         (wl-address-get-petname): Use it.
9275
9276 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9277
9278         * wl-summary.el (wl-summary-default-from): Return full-name part
9279         from the address if no petname was found.
9280         (wl-summary-simple-from): Ditto.
9281
9282         * wl-address.el (wl-address-get-petname): Return nil if no petname
9283         associated with the address was found.
9284
9285 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9286
9287         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9288         display is finished.
9289
9290 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9291
9292         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9293         `elmo-folder-exists-p' argument.
9294
9295 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9296
9297         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9298         the folder.
9299
9300 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9301
9302         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9303
9304         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9305         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9306
9307 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9308
9309         * wl-folder.el (wl-folder-create-subr): New function.
9310         (wl-folder-confirm-existence): Use it.
9311         (wl-folder-check-one-entity): Use it.
9312         Check the error symbol is derived from 'elmo-open-error.
9313
9314         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9315         `ignore-error'.
9316
9317 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9318
9319         * wl-util.el (toplevel): Add (eval-when-compile (require
9320         'elmo-util)).  (Maybe `provide' is typo.)
9321
9322 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9323
9324         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9325         (I don't know why this was needed.)
9326
9327         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9328         Follow up changes for stream-type.
9329
9330         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9331         (wl-draft-elmo-nntp-send): Ditto.
9332
9333         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9334         (wl-nntp-posting-stream-type): Ditto.
9335         (wl-pop-before-smtp-ssl): Abolished.
9336         (wl-nntp-posting-ssl): Ditto.
9337
9338         * wl-address.el (wl-address-quote-specials): New function.
9339         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9340
9341         * wl-draft.el (wl-draft-reply): Ditto.
9342
9343 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9344
9345         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9346         use function `wl-string-match-assoc'.
9347
9348 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9349
9350         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9351
9352         * wl-draft.el (wl-draft-deduce-address-list): New function.
9353         (wl-draft-parse-mailbox-list): Ditto.
9354         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9355         instead of `smtp-deduce-address-list'.
9356         (wl-draft-on-field-p): Follow group list.
9357
9358         * wl-address.el (wl-address-concat-token): New function.
9359         (wl-address-string-without-group-list-contents): Ditto.
9360         (wl-complete-field-body): Fixed problem of completion
9361         by japanese petname.
9362         (wl-address-make-completion-list): Rewrite.
9363
9364 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9365
9366         * wl-address.el (wl-address-make-completion-list): Completion by
9367         petname.
9368         (wl-complete-field-body): Likewise.
9369
9370 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9371
9372         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9373         contains invalid address syntax.
9374
9375 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9376
9377         * wl-folder.el (wl-folder-check-entity-async): Use
9378         `elmo-nntp-spec-hostname'.
9379
9380 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9381
9382         * wl-summary.el (wl-summary-msgdb-load-async): Use
9383         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9384
9385 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9386
9387         * wl-draft.el (wl-draft-reply): Set argument
9388         `content-transfer-encoding' as nil.
9389
9390 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9391
9392         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9393         `wl-refile-alist'.
9394
9395 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9396
9397         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9398         (wl-draft-edit-string): Ditto.
9399         (wl-draft-forward): Ditto.
9400         * wl-summary.el (wl-summary-write): Ditto.
9401
9402 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9403
9404         * wl-summary.el (wl-summary-sync-update3): Call
9405         `wl-summary-buffer-number-column-detect'.
9406         (wl-summary-buffer-number-column-detect): Search from point-min.
9407
9408 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9409
9410         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9411         contains an address which is not included in original to or cc.
9412
9413 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9414
9415         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9416         begin-line does not exist.
9417         * wl-message.el (wl-message-uu-substring): Ditto.
9418
9419 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9420
9421         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9422         clear local variables.
9423         (wl-summary-exit): Call `elmo-commit'.
9424         (wl-summary-switch-to-clone-buffer): Call
9425         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9426         (wl-summary-goto-folder-subr): Ditto.
9427
9428         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9429         POP folder.
9430
9431 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9432
9433         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9434         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9435         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9436         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9437         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9438         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9439
9440         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9441
9442 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9443
9444         * wl-summary.el (wl-summary-search-by-subject):
9445         Search parent message from the latest one.
9446
9447 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9448
9449         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9450         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9451
9452         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9453         New user option.
9454
9455         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9456         if elmo-nntp-use-killed-list is nil.
9457         Use `elmo-msgdb-append-to-killed-list'.
9458         (Append numbers confirmed as disappeared to the killed list.)
9459         (wl-summary-confirm-appends): Don't display negative number.
9460
9461 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9462
9463         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9464
9465 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9466
9467         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9468         range is `all'.
9469         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9470         `elmo-list-bigger-diff'.
9471
9472 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9473
9474         * wl-summary.el (wl-summary-buffer-exit-func):
9475         New buffer local variable.
9476         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9477
9478 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9479
9480         * wl-demo.el (wl-demo): Fix the last change.
9481
9482 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9483
9484         * wl-demo.el (wl-demo): Don't use `eval'.
9485
9486 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9487
9488         * wl-summary.el (wl-summary-buffer-thread-modified):
9489         New buffer-local variable.
9490         (wl-summary-set-thread-modified): New function.
9491         (wl-summary-thread-modified-p): New function.
9492         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9493         (wl-summary-yank-saved-message): Use function
9494         `wl-summary-set-thread-modified'
9495         (wl-summary-switch-to-clone-buffer): Add
9496         `wl-summary-buffer-thread-modified'.
9497
9498         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9499         (wl-summary-buffer-mark-saved-hook): Ditto.
9500         * wl-summary.el (wl-summary-msgdb-save): New hook
9501         `wl-summary-buffer-message-saved-hook' and
9502         `wl-summary-buffer-mark-saved-hook'.
9503
9504 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9505
9506         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9507
9508 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9509
9510         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9511         don't hide scroll bars under FSF Emacsen because it may incur an
9512         undesirable redrawing.
9513
9514 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9515
9516         * wl-draft.el (wl-draft-edit-string): Call
9517         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9518
9519 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9520
9521         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9522
9523 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9524
9525         * wl-summary.el (wl-summary-msgdb-load-async): Call
9526         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9527
9528 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9529
9530         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9531         fringes in demo buffer; center bitmap logo correctly even if old
9532         Mule is used.
9533
9534 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9535
9536         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9537
9538         * wl-refile.el (wl-refile-subject-alist): New variable.
9539         (wl-refile-subject-alist-file-name): Ditto.
9540         (wl-refile-alist-setup): Rewrite.
9541         (wl-refile-alist-save): Use `elmo-object-save'.
9542         Eliminated arguments.
9543         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9544         (wl-refile-guess-by-subject): New function.
9545         (wl-refile-guess-func-list): Added it.
9546
9547 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9548
9549         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9550         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9551
9552 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9553
9554         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9555         New buffer-local variable.
9556         (wl-summary-buffer-next-folder-func): Ditto.
9557         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9558         if non-nil.
9559         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9560         if non-nil.
9561         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9562         if non-nil.
9563         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9564         if non-nil.
9565
9566 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9567
9568         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9569         permanently in the demo buffer.
9570
9571 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9572
9573         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9574         `mime-entity-fetch-field'.
9575
9576         * wl.el (wl-exit): Delete plugged buffer.
9577
9578         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9579         XEmacs has menubar feature.
9580
9581 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9582
9583         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9584         cannot arrive at the beginning of the buffer under old Emacsen.
9585
9586 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9587
9588         * wl-address.el (wl-address-ldap-search):
9589         Call `ldap-search-entries' with `withdn' argument t.
9590         (wl-complete-field-body): Bind completion-ignore-case as t.
9591         Clear ldap search hash when it was sole completion.
9592         Use elmo-string for pattern string.
9593         (wl-ldap-alias-safe-string): Eliminated needless let.
9594
9595 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9596
9597         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9598         (wl-ldap-alias-sep): New constant.
9599         (wl-ldap-search-attribute-type-list): Ditto.
9600         (wl-ldap-get-value): New function.
9601         (wl-ldap-make-filter): Ditto.
9602         (wl-ldap-make-matched-value-list): Ditto.
9603         (wl-ldap-alias-safe-string): Ditto.
9604         (wl-ldap-register-dn-string): Ditto.
9605         (wl-address-ldap-search): Rewrite.
9606
9607 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9608
9609         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9610         thread is deleted.
9611         (wl-thread-delete-line-from-buffer): Ditto.
9612         (wl-thread-get-exist-children): New function.
9613
9614 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9615
9616         * wl-demo.el (wl-demo): Made it to select various image types.
9617         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9618         from `wl-title-logo'.
9619         (wl-logo-ascii): New variable.
9620         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9621         (wl-demo-copyright-notice): New constant.
9622
9623         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9624
9625 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9626
9627         * wl-vars.el (wl-summary-target-above): Renamed from
9628         wl-summary-temp-above.
9629         * wl-score.el (wl-score-get-score-alist): Use it.
9630         (wl-summary-score-update-all-lines): Use it.
9631         * wl-summary.el: Ditto. (make-variable-buffer-local).
9632
9633 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9634
9635         * wl-vars.el (wl-ldap-port): New user option.
9636
9637         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9638         Rewite whole implementation.
9639         (wl-complete-field-body): Fixed.
9640
9641 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9642
9643         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9644         Choose implementation at compile time.
9645
9646 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9647
9648         * wl-address.el (wl-ldap-search-internal): New function.
9649         (wl-complete-field-to): Use it.
9650
9651 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9652
9653         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9654         Use `let' instead of `let*'.
9655         Require 'wl-vars.
9656
9657         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9658         Define as defcustom.
9659         (wl-ldap-base): Ditto.
9660         (wl-use-ldap): Ditto.
9661
9662 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9663
9664         * wl-address.el (wl-ldap-search): New function.
9665         (wl-complete-field-body): Use `wl-ldap-search'.
9666         (wl-ldap-server): New variable.
9667         (wl-ldap-base): Ditto.
9668         (wl-use-ldap): Ditto.
9669
9670 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9671
9672         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9673         (Pointed out by Mito <mit@nines.nec.co.jp>).
9674         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9675         buffer-local variables like `wl-summary-redisplay-internal'.
9676         (wl-summary-redisplay-all-header): Likewise.  Update
9677         Summary view too.
9678
9679 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9680
9681         * wl-summary.el (wl-summary-jump-to-parent-message):
9682         Consider prefix argument.
9683
9684         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9685         when closed thread is deleted.
9686
9687 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9688
9689         * wl-summary.el (wl-summary-jump-to-parent-message):
9690         Consider thread modification.
9691
9692 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9693
9694         * wl-message.el (wl-message-normal-get-original-buffer): Use
9695         `save-excursion'.
9696
9697         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9698         (wl-summary-showto-folder-regexp): Ditto.
9699
9700 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9701
9702         * wl-util.el (wl-delete-alist): Doc fix.
9703         (wl-delete-associations): New function.
9704         (wl-inverse-alist): New function.
9705         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9706         Split temporary variables. Use `wl-delete-associations'
9707         and `wl-inverse-alist'.
9708         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9709
9710 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9711
9712         * wl-folder.el (wl-folder-prefetch-entity):
9713         Execute prefetching if new count is unknown.
9714
9715 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9716
9717         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9718
9719         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9720         delete entity.
9721         (wl-thread-set-parent): If insert as top, set linked as nil.
9722
9723         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9724         `wl-thread-cleanup-symbols' when view mode is thread.
9725
9726 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9727
9728         * wl-folder.el (wl-folder-create-folder-entity): Use
9729         with-current-buffer.
9730         (wl-local-folder-init): Call set-buffer to make sure we are in
9731         the Folder buffer. Don't touch buffer-local variables here.
9732         (wl-folder-mode): Initialize buffer-local variables here.
9733
9734         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9735         (wl-folder-entity-assign-id): Ditto.
9736         (wl-folder-create-entity-hashtb): Ditto.
9737         (wl-local-folder-init): Ditto.
9738         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9739
9740 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9741
9742         * wl-summary.el (wl-summary-default-from): Fix probrem when
9743         std11-extract-address-components return (nil "foo@bar").
9744
9745 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9746
9747         * wl-draft.el (wl-draft-clone-local-variables):
9748         Remove redundant `setq'.
9749
9750 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9751
9752         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9753         Bind wl-highlight-x-face-func as nil while highlighting header.
9754
9755 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9756
9757         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9758
9759 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9760
9761         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9762         elmo-msgdb-overview-hashtb from copy-variables.
9763         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9764         instead of `elmo-msgdb-overview-get-entity-by-number'.
9765         (wl-summary-auto-refile): Ditto.
9766
9767         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9768         `elmo-msgdb-overview-get-entity' instead of
9769         `elmo-msgdb-search-overview-entity'.  Use
9770         `elmo-msgdb-overview-get-entity' instead of
9771         `elmo-msgdb-overview-get-entity-by-number'.
9772         (wl-thread-insert-entity-sub): Ditto.
9773         (wl-thread-insert-message): Ditto.
9774
9775         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9776         `elmo-msgdb-overview-get-entity'.
9777         (wl-normal-message-redisplay): Ditto.
9778
9779 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9780
9781         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9782         `wl-thread-entities'.
9783         (wl-thread-delete-message): Fix remove top message from
9784         `wl-thread-entity-list'.
9785
9786         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9787         wl-append(nconc), because update-list is broken on Meadow.
9788
9789         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9790         updating process.
9791         (wl-summary-rescan): Ditto.
9792         (wl-summary-sync-update3): Ditto.
9793         * wl-thread.el (wl-thread-set-parent): Renamed from
9794         `wl-summary-set-parent'.
9795         (wl-thread-insert-message): Updating buffer faster.
9796         (wl-thread-delete-message): Updating buffer faster.
9797
9798         * wl-score.el (wl-summary-score-update-all-lines): Changed
9799         interval for display progress gauge.
9800
9801 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9802
9803         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9804         folder always-sticky.
9805         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9806         defmacro.
9807
9808 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9809
9810         * wl-vars.el (wl-draft-add-references): New user option.
9811
9812         * wl-draft.el (wl-draft-add-references): New function.
9813         (wl-draft-yank-from-mail-reply-buffer): Use it.
9814         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9815         as nil.
9816
9817 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9818
9819         * wl-thread.el (wl-thread-update-line-msgs): Called
9820         `wl-thread-update-line-on-buffer-sub'.
9821         (wl-thread-update-line-on-buffer): Delete routine of inserting
9822         thread.
9823         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9824         moved from `wl-thread-update-line-on-buffer'.
9825         Add threshold for displaying progress gauge.
9826         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9827         argument of `wl-thread-update-line-msgs'.
9828         Add threshold for displaying progress gauge.
9829         * wl-folder.el:
9830         Add threshold for displaying progress gauge.
9831         * wl-score.el: Ditto.
9832
9833         * wl-expire.el (wl-summary-expire): Display deleting info.
9834
9835 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9836
9837         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9838         `no-msg'.
9839         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9840         argument of `wl-thread-update-line-msgs'.
9841         (wl-summary-set-parent): Added optional argument `parent-number'.
9842         (wl-summary-buffer-saved-message): New buffer local variable.
9843         (wl-summary-save-current-message): New command.
9844         (wl-summary-yank-saved-message): Ditto.
9845         (wl-summary-mode-map): Added key binding for
9846         `wl-summary-save-current-message' (\ew) and
9847         `wl-summary-yank-saved-message' (\C-y).
9848         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9849
9850 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9851
9852         * wl-summary.el (wl-summary-mode-map): Added key binding for
9853         `wl-summary-set-parent' (ts).
9854
9855 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9856
9857         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9858         subject faster. If thread number is reverse, delayed updating
9859         thread.
9860         (wl-summary-search-by-subject): Ditto.
9861         (wl-summary-put-alike): Ditto.
9862         (wl-summary-get-alike): Ditto.
9863         (wl-summary-insert-headers): Insert header of all overview in
9864         buffer.
9865         (wl-summary-rescan): Delayed updating thread. Kill search subject
9866         buffer for wl-summary-search-by-subject.
9867         (wl-summary-sync-update3): Ditto.
9868         (wl-summary-exit): Ditto.
9869         (wl-summary-goto-bottom-of-current-thread): Change for linked
9870         thread.
9871         (wl-summary-overview-create-summary-line): Change line for linked
9872         thread.
9873
9874         * wl-summary.el (wl-summary-update-thread): Use
9875         wl-thread-maybe-get-children-num.
9876         (wl-summary-set-parent): If change parent, move sub thread.
9877         (wl-summary-redisplay-internal): Add horizontal recenter.
9878         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9879
9880         * wl-thread.el (wl-thread-entity-get-linked): New function.
9881         (wl-thread-entity-set-linked): New function.
9882         (wl-thread-create-entity): Add linked element.
9883         (wl-thread-entity-insert-as-top): Use wl-append.
9884         (wl-thread-maybe-get-children-num): If closing thread, return
9885         children msgs.
9886         (wl-thread-update-line-msgs): Displaying progress message.
9887         (wl-thread-update-line-on-buffer-sub): Use
9888         wl-thread-maybe-get-children-num.
9889         (wl-thread-update-line-on-buffer): If update line is not exists,
9890         insert thread.
9891         (wl-thread-delete-message): If delete top msg of thread, search
9892         parent by subject.
9893         (wl-thread-insert-entity): Use
9894         wl-thread-maybe-get-children-num.
9895
9896         * wl-highlight.el (wl-highlight-summary-current-line): change
9897         sregexp for linked thread.
9898         * wl-util.el (wl-count-lines): Count lines.
9899         (wl-horizontal-recenter): horizontal recenter.
9900         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9901         (wl-score-get-alike): Ditto.
9902         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9903         (wl-subject-length-limit): New variable.
9904         (wl-highlight-thread-indent-string-regexp): Changed for linked
9905         thread.
9906
9907 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9908
9909         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9910         New variable (revival).
9911         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9912         by subject matching if there's no in-reply-to nor references field
9913         (revival).
9914
9915 \f
9916 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9917
9918         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9919         message.
9920
9921 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9922
9923         * wl-summary.el (wl-summary-reply): Return t if there was a
9924         message at cursor point.
9925         Added unwind-protect.
9926         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9927         returns t.
9928         (wl-summary-cancel-message): Do nothing when there's no message at
9929         cursor point.
9930         (wl-summary-forward): Ditto.
9931         (wl-summary-jump-to-parent-message): Ditto.
9932         (wl-summary-reedit): Ditto.
9933         (wl-summary-edit-addresses): Ditto.
9934         (wl-summary-pipe-message): Ditto.
9935         (wl-summary-print-message-with-ps-print): Ditto.
9936         (wl-summary-print-message): Ditto.
9937         (wl-summary-mark-as-important): Ditto.
9938         (wl-summary-mark-as-unread): Ditto.
9939
9940         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9941         message at cursor point.
9942         (wl-summary-reply-with-citation): Remove unwind-protect.
9943
9944         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9945         subject searching feature.
9946         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9947         Eliminated.
9948
9949 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9950
9951         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9952         New variable.
9953         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9954         by subject matching if there's no in-reply-to nor references field.
9955
9956         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9957
9958         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9959         when display is finished.
9960         (wl-folder-open-all): Ditto.
9961         (wl-folder-update-access-group): Ditto.
9962         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9963         * wl-thread.el (wl-thread-close-all): Ditto.
9964
9965         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9966         progress gauge only when it was displayed.
9967         * wl-folder.el (wl-folder-insert-entity): Ditto.
9968
9969 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9970
9971         * wl-summary.el (wl-summary-incorporate): Enclose
9972         `wl-summary-sync-force-update' with save-excursion.
9973
9974 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9975
9976         * wl-summary.el (wl-summary-prefetch-region):
9977         Pass current cursor point to `pos-visible-in-window-p' after
9978         moving cursor to the started point.
9979
9980 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9981
9982         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9983
9984         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9985         fields from the forwarding message.
9986         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9987         `ignored-fields'.
9988
9989 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9990
9991         * wl-mime.el (wl-message-request-partial):
9992         Eliminated argument `msgdb'.
9993         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9994         (wl-mime-combine-message/partial-pieces): Likewise.
9995         * tm-wl.el (wl-message-request-partial): Likewise.
9996         (wl-mime-combine-message/partial-pieces): Likewise.
9997
9998 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9999
10000         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10001         when display is finished.
10002
10003 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10004
10005         * wl-summary.el (wl-summary-goto-folder-subr):
10006         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10007
10008 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10009
10010         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10011         when cursor point is visible.
10012
10013 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10014
10015         * wl-expire.el (wl-expire-archive-get-max-number):
10016         Don't use `file-name-directory'.
10017
10018 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10019
10020         * wl-expire.el (wl-expire-archive-get-max-number):
10021         Use `file-name-directory'.
10022
10023 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10024
10025         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10026         only when there is progress.
10027
10028 2000-04-13  Mito <mit@nines.nec.co.jp>
10029
10030         * wl-summary.el (wl-summary-sync-marks): Display progress.
10031
10032 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10033
10034         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10035         (wl-summary-prev): Move cursor regardless of unread status.
10036         (wl-summary-next): Ditto.
10037
10038 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10039
10040         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10041         Added argument `target' and `number'.
10042         * tm-wl.el (wl-summary-burst-subr): New function.
10043         (wl-summary-burst): Use it.
10044
10045 2000-04-10  Mito <mit@nines.nec.co.jp>
10046
10047         * wl-mime.el (wl-burst): New function.
10048         (wl-summary-burst): Use it.
10049
10050 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10051
10052         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10053         as petname when there's no candidate.
10054
10055 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10056
10057         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10058         New variable.
10059         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10060
10061         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10062
10063         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10064
10065 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10066
10067         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10068         Use substring of `original' instead of buffer-substring.
10069         (wl-refile-evaluate-rule):
10070         Set `original' argument of wl-refile-expand-newtext.
10071
10072         * wl-summary.el
10073         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10074         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10075         (wl-summary-auto-refile): Check existence of destination folder just
10076         before marking.
10077
10078 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10079
10080         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10081         when wl-refile-get-field-value return nil.
10082
10083 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10084
10085         * wl-refile.el
10086         (wl-refile-expand-newtext): New function imported from Gnus.
10087         (wl-refile-evaluate-rule): Use it.
10088
10089 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10090
10091         * wl-summary.el (wl-summary-print-destination):
10092         Duplicate folder string to avoid putting text-property on
10093         original string.
10094
10095         * wl-refile.el (wl-refile-get-field-value): New function.
10096         (wl-refile-evaluate-rule): New function;
10097         Evaluate refile rule recursively.
10098         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10099         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10100         New function; Check existence of a target folder recursively.
10101         (wl-summary-auto-refile-check-refile-rule-alist):
10102         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10103
10104 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10105
10106         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10107
10108         * wl-folder.el (wl-create-folder-entity-from-buffer):
10109         Fixed problem when '}' character is contained in folder name.
10110
10111         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10112
10113 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10114
10115         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10116         (wl-fldmgr-add-completion-all-completions):
10117         Use wl-fldmgr-add-completion-hashtb.
10118
10119 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10120
10121         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10122         wl-fldmgr-add-completion-subr): New functions.
10123         * wl-folder.el (wl-folder-completion-func): New variable.
10124         * wl-summary.el (wl-summary-read-folder):
10125         Use wl-folder-completion-func.
10126
10127         * wl-refile.el: Eliminate throw & catch.
10128
10129         * wl.el (wl-plugged-sending-queue-status): Fixed.
10130
10131 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10132
10133         * wl-draft.el (wl-draft): Put category property on
10134         mail-header-separator.