(wl-summary-jump-to-msg): Don't interactive input
[elisp/wanderlust.git] / wl / ChangeLog
1 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
4         even if argument `number' is nil.
5         (wl-summary-insert-line): Print action argument if current message
6         has it.
7
8 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9
10         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
11         (wl-draft-reply): Ditto.
12         (wl-draft): Add optional argument `parent-number' and call
13         `wl-draft-create-buffer' with it.
14         (wl-draft-create-buffer): Add optional argument
15         `parent-number'. Set wl-draft-parent-number as it.
16
17 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
18
19         * wl-folder.el (wl-folder-set-persistent-mark): If summary
20         buffer is not for given folder, don't use it.
21
22 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
23
24         * Version number is increased to 2.15.0.
25
26 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
27
28         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
29
30         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
31         (wl-highlight-get-face-by-name): New internal function.
32         (wl-highlight-summary-line-face-spec): Use it and fixed.
33
34 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
35
36         * wl-summary.el (wl-summary-sync-update): Use
37         `elmo-message-entity-field' instead of `car' to get message-id
38         from overview entity.
39
40         * wl-summary.el (wl-summary-rescan-message): Call
41         `wl-highlight-summary-displaying' when displaying a message.
42
43 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
44
45         * wl-draft.el (wl-draft-config-info-filename): Extracted from
46         `wl-draft-config-info-operation'.
47         (wl-draft-buffer-change-number): New function.
48         (wl-draft-rename-saved-config): Ditto.
49         * wl.el (wl-init): Connect slot for message-number-changed.
50         (toplevel): Add autoload for wl-draft-rename-saved-config.
51
52 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
53
54         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
55         `update-overview'
56         (wl-summary-buffer-detach): Disconnect from it.
57         (wl-summary-rescan-message): Use command.
58
59         * wl-message.el (wl-message-buffer-display): Use
60         `with-current-buffer' instead of `save-excursion'.
61
62 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
63
64         * wl-mime.el (wl-draft-preview-attributes-list): Protect
65         wl-draft-preview-attributes-list from distraction.
66
67 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
68
69         * wl-summary.el (wl-summary-sync-update): Sort the return value of
70         `elmo-list-diff'.
71
72 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
73
74         * wl-summary.el
75         (wl-summary-edit-addresses-collect-candidate-fields): Use
76         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
77
78         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
79         instead of `elmo-set-work-buf'.
80
81         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
82         (wl-address-make-address-list): Ditto.
83
84         * Version number is increased to 2.13.3.
85
86 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
87
88         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
89         user option.
90
91         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
92         argument `5'.
93
94         * wl-message.el (wl-message-display-no-merge-p): New function.
95         (wl-message-buffer-display): Check whether the message is
96         reassembled and follow the API change.
97
98 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
99
100         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
101         multibyte on working buffer and removed unnecessary
102         `buffer-disable-undo'.
103
104 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
105
106         * wl-util.el (wl-read-search-condition-internal): Fixed the last
107         change.
108
109 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
110
111         * wl-util.el (wl-read-search-condition-internal): Protect
112         elmo-global-flags from distraction.
113
114 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
115
116         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
117
118         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
119         (wl-summary-event-handler): Ditto.
120         (wl-summary-update-persistent-mark-on-event): New
121         function (renamed from `elmo-event-handler-flag-changed').
122         (wl-summary-buffer-attach): New function.
123         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
124         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
125         instead of `elmo-folder-add-handler'.
126
127         * Version number is increased to 2.13.2.
128
129 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
130
131         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
132         and "\177" to the `wl-news-previous-page'.
133         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
134         (wl-news-previous-page): New function.
135
136 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
137
138         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
139         instead of `write-region' and simplify.
140
141 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
142
143         * wl-template.el (wl-template-select): Cause error if
144         `wl-template-alist' is nil.
145
146 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
147
148         * wl-news.el.in: Set file variable `no-byte-compile'.
149
150 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
151
152         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
153         whether a target message is within displaying area.
154         (elmo-event-handler-cache-changed): Ditto.
155
156 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
157
158         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
159         to `defun'.  Use `nconc' instead of `append' to collect descendant
160         message numbers.
161
162 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
163
164         * wl-thread.el (wl-thread-save-top-list)
165         (wl-thread-save-entities): Use `with-temp-buffer'.
166         * wl-news.el.in (wl-news-previous-version-load):
167         (wl-news-previous-version-save): Ditto.
168         * wl-summary.el (wl-summary-load-file-object)
169         (wl-summary-save-view-cache): Ditto.
170
171 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
172
173         * wl-util.el (toplevel): Require 'elmo-flag'.
174         (wl-read-search-condition): New function (Renamed from
175         `elmo-read-search-condition').
176         (wl-read-search-condition-internal): Likewise.
177
178         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
179         invalid.
180         (wl-summary-pick): Use `wl-read-search-condition' instead of
181         `elmo-read-search-condition'.
182         (wl-summary-virtual): Ditto.
183
184         * wl-folder.el (wl-folder-virtual): Ditto.
185         (wl-folder-pick): Ditto.
186
187         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
188
189 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
190
191         * wl-summary.el (wl-summary-reedit): Call
192         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
193
194 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
195
196         * wl-mime.el (toplevel): Require wl-vars.
197
198         * wl-message.el (toplevel): Require cl at compile.
199
200         * wl-draft.el (toplevel): Require elmo.
201
202 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
203
204         * wl-message.el (wl-message-buffer-prefetch): Count is a number
205         and do nothing when it is not positive.
206         (wl-message-buffer-prefetch-next): Ditto.
207
208 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
209
210         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
211         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
212         (wl-summary-redisplay-internal): Ditto.
213
214         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
215         message (the condition is borrowed from `wl-check-variables-2').
216         (wl-summary-redisplay-internal): Ditto.
217
218 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
219
220         * wl-mime.el (wl-draft-nntp-attribute): New function.
221         (wl-draft-attribute-nntp-posting-server): Use it.
222         (wl-draft-attribute-nntp-posting-port): Ditto.
223
224         * wl-mime.el (wl-draft-preview-attributes-list): New function.
225         (wl-draft-show-attributes-buffer): Ditto.
226         (wl-draft-hide-attributes-buffer): Ditto.
227         (wl-draft-attribute-newsgroups): Ditto.
228         (wl-draft-attribute-nntp-posting-server): Ditto.
229         (wl-draft-attribute-nntp-posting-port): Ditto.
230         (wl-draft-preview-message): Use there functions.
231
232         * wl-vars.el (wl-draft-preview-attributes-list): Change default
233         value.
234
235 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
236
237         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
238         (wl-draft-reedit): Ditto.
239         (wl-draft-queue-flush): Ditto.
240
241         * wl-mime.el (wl-message-request-partial): Ditto.
242         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
243         instead of `elmo-message-fetch'.
244
245         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
246
247         * wl-summary.el (wl-summary-message-string): Ditto.
248
249 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
250
251         * wl-util.el (wl-current-message-buffer): Follow the API change.
252
253         * wl-summary.el (wl-summary-redisplay-internal): Call
254         `wl-summary-mark-as-read' with 2nd argument as nil and update
255         unread count instead of persistent mark.
256
257         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
258         variable.
259         (wl-message-redisplay): Follow the API change.
260         (wl-message-buffer-display): Managed mime-entity directly and
261         return preview buffer only.
262         (wl-message-display-internal): Rewrite.
263         (wl-message-buffer-prefetch-subr): Not save return value of
264         `wl-message-buffer-display'.
265
266         * Version number is increased to 2.13.1.
267
268 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
269
270         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
271         'elmo-multiple-fields-body-list' with boundary specified.
272
273 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
274
275         * wl-vars.el (wl-summary-resend-use-cache): New variable.
276         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
277         cache if `wl-summary-resend-use-cache' is non-nil.
278
279 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
280
281         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
282         (wl-nntp-posting-stream-type): Ditto.
283
284 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
285
286         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
287
288 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
289
290         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
291         message.
292
293 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
294
295         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
296         Abolish.
297         (wl-summary-buffer-persistent-mark-version): New internal
298         variable.
299         (wl-summary-update-mark-and-highlight-window): Check by
300         wl-summary-persistent-mark-invalid-p.
301         (wl-summary-update-status-marks): Ditto.
302         (elmo-event-handler-flag-changed): Rewrite.
303         (elmo-event-handler-cache-changed): Define.
304         (wl-summary-prefetch-msg): Does not update persistent mark here.
305         (wl-summary-delete-cache): Ditto.
306         (wl-summary-resume-cache-status): Ditto.
307         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
308         (wl-summary-persistent-mark-invalid-p): New function.
309         (wl-summary-validate-persistent-mark): Ditto.
310         (wl-summary-validate-persistent-mark-string): Ditto.
311         (wl-summary-invalidate-persistent-mark): Ditto.
312         (wl-summary-update-persistent-mark): Call
313         `wl-summary-validate-persistent-mark'.
314         (wl-summary-create-line): Call
315         `wl-summary-validate-persistent-mark-string'.
316
317         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
318         status as t if cache used.
319
320 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
321
322         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
323         only if the target is group.
324         * wl-folder.el (wl-folder-append-petname): Don't check group name.
325
326 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
327
328         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
329
330 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
331
332         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
333
334         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
335
336 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
337
338         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
339         (Thanks to Yoichi NAKAYAMA).
340
341 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
342
343         * wl-util.el (wl-save-drafts): Restore echo area.
344
345 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
346
347         * Version number is increased to 2.13.0.
348
349         * wl-util.el (wl-biff-check-folder-async): Use
350         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
351
352 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
353
354         * wl-message.el (wl-message-display-internal): Does not put
355         wl-message-display-type property on message buffer.
356         (wl-message-buffer-display-type): New function.
357
358         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
359
360         * wl-summary.el (wl-summary-mode): Use `dolist' to add
361         `wl-summary-buffer-detach'.
362         (wl-summary-message-display-type): Use
363         `wl-summary-buffer-display-type'.
364
365 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
366
367         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
368         buffer-local.
369
370         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
371         kill-buffer-hook instead of make-local-variable.
372         (wl-draft-preview-message): Set `local' argument of add-hook as t.
373
374 2004-12-12  Scott Renfro <scott@renfro.org>
375
376         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
377         regex for square-branket.
378
379 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
380
381         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
382         `wl-message-mime-analysis-p' with argument `header'.
383
384 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
385
386         * wl-mime.el (wl-draft-yank-current-message-entity): 
387         Switch to no-mime following method according to wl-message-display-type
388         property.
389         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
390
391         * wl-message.el (wl-message-display-internal): 
392         Put wl-message-display-type property on message buffer.
393
394         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
395         (wl-message-display-internal): Ditto;
396
397         * wl-summary.el (wl-summary-toggle-mime): Ditto.
398
399 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
400
401         * wl-message.el (wl-message-make-display-type): New function.
402         (wl-message-display-type-property): Ditto.
403         (wl-message-mime-analysys-p): Ditto.
404         (wl-message-display-all-header-p): Ditto.
405         (wl-message-redisplay): Removed argument `as-is', `all-header' and
406         added `display-type'.
407         (wl-message-buffer-display): Likewise.
408         (wl-message-display-internal): Likewise.
409         (wl-message-buffer-display-type): Abolish.
410         (wl-message-buffer-prefetch-subr): Follow the API changed.
411
412         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
413         from wl-summary-buffer-display-all-header and changed default value.
414         (wl-summary-message-display-type): New function.
415         (wl-summary-buffer-display-mime-mode): Ditto.
416         (wl-summary-buffer-display-header-mode): Ditto.
417         (wl-summary-toggle-mime): Rewrite with above functions.
418         (wl-summary-toggle-all-header): Ditto.
419         (wl-summary-redisplay): Force redisplay with default mode.
420         (wl-summary-redisplay-internal): Renamed argument from `mode',
421         `all-header' to `mime-mode', `header-mode'.
422         Use `wl-message-make-display-type'.
423
424         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
425         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
426
427 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
428
429         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
430
431 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
432
433         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
434         in original message buffer.
435         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
436         buffer.
437
438 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
439
440         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
441
442 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
443
444         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
445
446 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
447
448         * wl-action.el (wl-summary-exec-action-refile): Display a done message
449         when actions succeeded.
450         (wl-summary-exec-action-copy): Likewise.
451
452 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
453
454         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
455         there is switch-to-buffer at the end of wl-message-select-buffer.
456         (wl-summary-reply): Ditto.
457
458 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
459
460         * wl-summary.el (wl-summary-forward): Put subject in original
461         message buffer as argument of wl-draft-forward.
462         * wl-draft.el (wl-draft-forward): Decode subject as in
463         wl-draft-reply.
464
465 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
466
467         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
468         a folder under access group.
469
470 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
471
472         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
473         wl-message-buffer-display.
474
475         * wl-util.el (wl-set-save-drafts): Fix typo.
476
477 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
478
479         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
480         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
481         wl-highlight-logo-face to set the bg color of an xbm image; fixed
482         the way to measure the width of a bitmap image; don't put face on
483         ascii and bitmap images; put the mark which should not use the
484         variable-pitch face on ascii and bitmap images.
485         (wl-demo-setup-properties): Don't use the variable-pitch face on
486         ascii and bitmap images; made it work on Emacs 20 and earlier.
487         (wl-demo-insert-text): End with a newline at the bottom; don't put
488         face on text.
489
490         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
491
492 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
493
494         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
495
496         * wl-util.el (wl-save-drafts): Moved from sample setting.
497         (wl-set-save-drafts): New function to set idle timer.
498         * wl-draft.el (wl-draft): Call it.
499         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
500
501 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
502
503         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
504         a summary which has toggle display status off.
505
506 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
507
508         * wl-draft.el (wl-draft-do-fcc): No cache save.
509
510 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
511
512         * wl-summary.el (elmo-event-handler-flag-changed): Use
513         `set-buffer' instead of `with-current-buffer'.
514
515 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
516
517         * wl-summary.el (wl-summary-after-resize-function): New function.
518         (wl-summary-mode): Add `wl-summary-after-resize-function' to
519         window-size-change-functions.
520
521 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
522
523         * wl-draft.el (wl-draft-create-buffer): Bind
524         `change-major-mode-hook' after current buffer is changed.
525
526         * wl-summary.el (wl-summary-buffer-detach): New function.
527         (wl-summary-buffer-set-folder): Call it.
528         (wl-summary-mode): Add `wl-summary-buffer-detach' to
529         change-major-mode-hook and kill-buffer-hook.
530         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
531         (wl-summary-switch-to-clone-buffer): Ditto.
532         (wl-summary-goto-folder-subr): Ditto.
533
534 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
535
536         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
537         after boundp check.
538
539 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
540
541         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
542         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
543         for `kill-buffer'.
544
545         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
546         handler of current buffer from elmo-folder.
547
548 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
549
550         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
551
552 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
553
554         * wl-summary.el (wl-summary-buffer-event-handler): New internal
555         variable.
556         (wl-summary-event-handler): New class.
557         (elmo-event-handler-flag-changed): Define to update persistent
558         mark.
559         (wl-summary-buffer-set-folder): Register event handler to
560         elmo-folder.
561         (wl-summary-exit): Unregister event handler.
562         (wl-summary-goto-folder-subr): Ditto.
563         (wl-summary-mark-as-read-all): Does not call
564         `wl-summary-update-persistent-mark' directly.
565         (wl-summary-mark-as-read-internal): Ditto.
566         (wl-summary-set-persistent-mark-internal): Ditto.
567         (wl-summary-set-flags-internal): Ditto.
568
569         * Version number is increased to 2.11.33.
570
571 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
572
573         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
574         to nil.
575
576 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
577
578         * wl-spam.el (wl-spam-setup): Add hook
579         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
580         instead of `wl-summary-prepare-hook'.
581
582         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
583         if folder type is `'flag'.
584         (wl-summary-mark-as-important): Ditto.
585
586 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
587
588         * wl-address.el (wl-address-minibuffer-history): New variable.
589         (wl-address-minibuffer-local-map): New keymap.
590         (wl-address-read-from-minibuffer): New function.
591
592         * wl-action.el (wl-summary-get-resend-address): Use
593         `wl-address-read-from-minibuffer' instead of `completing-read'.
594
595 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
596
597         * Version number is increased to 2.11.32.
598
599 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
600
601         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
602         without mule to iso-8859-1.
603         (wl-draft-add-in-reply-to): Add note in description.
604         (wl-draft-add-references): Ditto.
605
606 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
607
608         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
609         definition for `m'.
610         (wl-summary-mode-line-format): Add '[%m]'.
611         (wl-message-mode-line-format-spec-alist): Ditto.
612         (wl-summary-display-mime-mode-list): New variable.
613
614         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
615         from wl-summary-buffer-display-as-is.
616         (wl-summary-buffer-display-all-header): New buffer local variable.
617         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
618         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
619         instead of wl-summary-buffer-display-as-is.
620         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
621         (wl-summary-set-persistent-mark): Ditto.
622         (wl-summary-set-message-buffer-or-redisplay): Just call
623         `wl-summary-redisplay-internal' without optional arguments.
624         (wl-summary-toggle-mime): Rewrite.
625         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
626         (wl-summary-toggle-all-header): New function.
627         (wl-summary-redisplay-internal): Treat mime mode.
628
629         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
630         to wl-mime-preview-follow-no-mime.
631         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
632         accodring to the display-mode.
633
634         * wl-message.el (wl-message-buffer-display-type): Rewrite.
635         (wl-message-buffer-display): Changed argument name from `as-is' to
636         `mode'.
637         (wl-message-display-internal): Ditto;
638         Bind elmo-mime-display-header-analysis according to the mode.
639         (wl-message-display-internal): Put wl-message-display-mime-mode
640         property on entire buffer.
641
642 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
643
644         * wl-draft.el (wl-draft-do-fcc): Undo last change.
645
646 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
647
648         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
649         Don't extract mail address.
650         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
651
652         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
653
654         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
655
656 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
657
658         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
659         wl-fldmgr-cut-entity-list on confirmation.
660
661 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
662
663         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
664         (wl-mime-quit-preview): Check existence of
665         mime-edit-temp-message-buffer here.
666
667 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
668
669         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
670         after deletion.
671
672         * wl-draft.el (wl-draft-send-confirm): Check major-mode
673         before calling wl-mime-quit-preview.
674
675 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
676
677         * wl-summary.el (wl-summary-pick): If call it with prefix
678         argument, set `delete-marks' as non-nil. Pick from only visible
679         messages.
680         (wl-summary-check-target-mark): New function.
681         (wl-summary-target-mark-mark-as-read): Use it.
682         (wl-summary-target-mark-mark-as-unread): Ditto.
683         (wl-summary-target-mark-operation): Ditto.
684         (wl-summary-target-mark-set-flags): Ditto.
685         (wl-summary-target-mark-save): Ditto.
686         (wl-summary-target-mark-pick): Ditto.
687         (wl-summary-target-mark-forward): Ditto.
688         (wl-summary-target-mark-reply-with-citation): Ditto.
689         (wl-summary-target-mark-print): Ditto.
690         (wl-summary-target-mark-uudecode): Ditto.
691
692         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
693         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
694         with `ask-coding' is non-nil.
695
696 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
697
698         * wl-thread.el (wl-thread-set-parent): If parent is a message
699         which is identified by references, set linked as nil.
700
701 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
702
703         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
704         (wl-message-mode-line-format-spec-alist): Ditto.
705         (wl-message-mode-line-format): Ditto.
706         (wl-summary-mode-line-format): Ditto for docstring.
707         (wl-summary-no-mime-folder-list): Fix typo.
708
709         * wl-util.el (wl-current-message-buffer): Call
710         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
711
712         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
713         variable.
714         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
715         of `wl-summary-redisplay-no-mime'.
716         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
717         (wl-summary-toggle-mime): New function.
718         (wl-summary-redisplay-all-header): Rewrite.
719         (wl-summary-redisplay-no-mime): Ditto.
720         (wl-summary-redisplay-internal): Added argument `as-is' and
721         `all-header'.
722
723         * wl-refile.el (wl-refile-default-from-folder-path-separator):
724         New variable.
725         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
726         bottom.
727         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
728         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
729         "/" unconditionally.
730
731         * wl-mime.el (wl-draft-yank-current-message-entity): Use
732         wl-mime-preview-follow-no-mime for as-is content.
733         (wl-mime-preview-follow-no-mime): New function.
734         (wl-mime-preview-follow-current-region): Fixed parenthesis.
735
736         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
737         and added `as-is', `all-header'.
738         (wl-message-buffer-display): Ditto.
739         (wl-message-buffer-display-type): New function.
740
741 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
742
743         * wl-vars.el (wl-message-header-button-alist): Change default
744         value.
745         (wl-message-body-button-alist): Ditto.
746
747 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
748
749         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
750
751 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
752
753         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
754
755 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
756
757         * wl-summary.el (wl-summary-sync-marks): Remove condition which
758         is always true.
759
760 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
761
762         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
763         on null entity.
764
765 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
766
767         * wl-vars.el (wl-draft-reply-default-position): Fix range.
768
769 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
770
771         * wl-vars.el (wl-summary-resend-hook): New hook.
772
773         * wl-action.el (wl-summary-exec-action-resend-subr): Run
774         `wl-summary-resend-hook'.
775
776 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
777
778         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
779         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
780         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
781         (wl-summary-new-cached-mark): Changed default value to 'n'.
782         (wl-summary-unread-cached-mark): Changed default value to 'u'.
783         (wl-summary-answered-cached-mark): Changed default value to 'a'.
784         (wl-folder-sync-range-alist): Remove spec for 'flag.
785         (wl-summary-force-prefetch-folder-list): New user option.
786
787         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
788         `wl-summary-toggle-persistent-mark'.
789         (wl-summary-update-mark-and-highlight-window): Don't highlight when
790         number is nil.
791         (wl-summary-mark-as-answered-region): Set interactive argument of
792         `wl-summary-set-persistent-mark-internal'.
793         (wl-summary-mark-as-important-region): Ditto.
794         (wl-summary-unset-persistent-mark): Ditto.
795         (wl-summary-set-persistent-mark): Ditto.
796         (wl-summary-mark-as-answered): Ditto.
797         (wl-summary-mark-as-important): Ditto.
798         (wl-summary-set-persistent-mark-internal): Do nothing
799         when `elmo-message-flag-available-p' is nil.
800         (wl-summary-toggle-persistent-mark): New function.
801         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
802         when the folder matches `wl-summary-force-prefetch-folder-list'.
803
804
805         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
806         when number is nil.
807         (wl-highlight-summary-forwarded-face): New face.
808
809 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
810
811         * Version number is increased to 2.11.31.
812
813 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
814
815         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
816         (wl-biff-check-folder-async): Ditto.
817         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
818
819 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
820
821         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
822         Add an argument `reverse'.  All callers are updated.
823         (wl-summary-sort): Add a prefix argument `reverse' to specify
824         reverse sorting.
825         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
826         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
827         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
828
829 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
830
831         * wl-message.el (wl-message-redisplay): Does not narrow header if
832         disply-type is all-header or as-is.
833
834         * wl-summary.el (wl-summary-enter-handler): Use
835         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
836
837 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
838
839         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
840         after adding wl-draft-parent-variables.
841         (wl-draft-forward): Ditto.
842
843 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
844
845         * wl-summary.el (wl-summary-sync-marks): Call
846         `wl-summary-set-persistent-mark' and
847         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
848         (wl-summary-set-persistent-mark-internal): Add 4th argument
849         `no-server'.
850         (wl-summary-unset-persistent-mark): Ditto.
851         (wl-summary-set-persistent-mark): Ditto.
852         (wl-summary-add-flags-internal): Abolish.
853         (wl-summary-remove-flags-internal): Ditto.
854         (wl-summary-mark-as-important-internal): Ditto.
855         (wl-summary-mark-as-important): Use
856         `wl-summary-set-persistent-mark' instead of
857         `wl-summary-add-flags-internal'.
858         (wl-summary-mark-as-important-region): Ditto.
859
860         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
861
862         * wl-summary.el (wl-summary-get-available-flags): New function.
863         (wl-summary-sync-marks): Use it and simplified.
864         (wl-summary-unset-persistent-mark): Use
865         `wl-summary-get-available-flags'.
866         (wl-summary-set-persistent-mark): Ditto.
867
868 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
869
870         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
871         id.
872
873 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
874
875         * wl-summary.el (wl-summary-enter-handler): If argument is not a
876         number, call `wl-summary-prev-line-content'. Show message when the
877         message is not found.
878
879 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
880
881         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
882         wl-summary-enter-handler.
883         (wl-summary-enter-handler): New command.
884
885         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
886         docstring and custom spec.
887
888         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
889         flags too; Don't treat Cached and New.
890         (wl-summary-set-persistent-mark): Ditto.
891
892         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
893         `wl-folder-set-flag'.
894
895         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
896         instead of `wl-folder-set-flag'.
897
898         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
899         for completion.
900         (wl-summary-set-persistent-mark): Ditto.
901
902         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
903         instead of `wl-draft-quit-preview'.
904
905         * wl-mime.el (toplevel): Avoid compile warning.
906         (wl-mime-quit-preview): New function
907         (formarly defined as `wl-draft-quit-preview').
908         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
909         quitting method.
910
911         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
912
913         * wl-folder.el (wl-folder-set-flag): Renamed from
914         `wl-draft-set-flag-on-parent'.
915
916         * wl-draft.el (wl-draft-quit-preview): New function.
917         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
918         (wl-draft-send): Call `wl-folder-set-flag' instead of
919         `wl-draft-set-flag-on-parent'.
920         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
921
922 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
923
924         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
925         (wl-draft-send): Ditto.
926
927 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
928
929         * wl-vars.el (wl-draft-reply-hook): Changed default value.
930         (wl-draft-kill-pre-hook): Set default value as nil.
931         (wl-summary-reply-hook): Ditto.
932         (wl-draft-kill-flags): Abolish.
933
934         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
935         (wl-draft-parent-variables): Renamed from
936         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
937         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
938         argument; Add wl-draft-parent-variables to
939         wl-draft-config-variables.
940         (wl-draft-reply): Likewise.
941         (wl-draft-kill-flags): Abolish.
942         (wl-draft-send): Call wl-draft-set-flag-on-parent.
943         (wl-draft-set-flag-on-parent): New function.
944         (wl-draft-setup-parent-flag): Ditto.
945
946 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
947
948         * wl-draft.el (wl-draft-kill-flags): Avoid error when
949         `wl-draft-parent-folder' is "".
950
951 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
952
953         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
954         (wl-summary-digit-jump): New function.
955         (Adviced by John Owens and Hiroya Murata)
956
957         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
958         (Adviced by John Owens)
959
960         * wl-xmas.el (wl-message-define-keymap): Ditto.
961
962         * wl-mule.el (wl-message-define-keymap): Ditto.
963
964 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
965
966         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
967         change of return value of elmo-folder-count-flags.
968
969         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
970         (wl-summary-mark-as-read-internal): Ditto.
971         (wl-summary-set-persistent-mark-internal): Ditto.
972         (wl-summary-folder-info-update): Ditto.
973         (wl-summary-sync-update): Fixed the last change.
974
975         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
976
977 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
978
979         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
980         (wl-draft-kill-flags): Fixed docstring.
981
982         * wl-draft.el (wl-draft-kill-flags): New function.
983         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
984
985 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
986
987         * wl-vars.el (wl-reply-hook): Abolish.
988         (wl-draft-reply-hook): New hook.
989         (wl-summary-reply-hook): Ditto.
990         (wl-draft-forward-hook): Ditto.
991         (wl-summary-forward-hook): Ditto.
992         (wl-draft-kill-flags): New variable.
993
994         * wl-summary.el (wl-summary-mark-as-answered-region): Use
995         wl-summary-set-persistent-mark-internal.
996         (wl-summary-sync-marks): Use elmo-preserved-flags.
997         (wl-summary-update-persistent-mark): Make it interactive.
998         (wl-summary-set-persistent-mark-internal): New inline function.
999         (wl-summary-mark-as-answered): Use it.
1000         (wl-summary-mark-as-unanswered): Ditto.
1001         (wl-summary-unset-persistent-mark): New function.
1002         (wl-summary-set-persistent-mark): Ditto.
1003         (wl-summary-reply): Don't set answered flag;
1004         Run wl-summary-reply-hook instead.
1005         (wl-summary-forward): Call wl-draft-forward with number.
1006         Run wl-summary-forward-hook.
1007
1008         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1009         (wl-highlight-summary-line-face-spec): Use it as a default
1010         persistent mark face.
1011
1012         * wl-draft.el (wl-draft-forward): Added optional argument number;
1013         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1014         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1015         (wl-draft-kill): Use wl-draft-kill-flags.
1016
1017         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1018
1019         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1020         of return value of elmo-folder-count-flags.
1021
1022         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1023
1024         * wl-summary.el (wl-summary-count-unread): Ditto.
1025         (wl-summary-sync-update): Follow the change above.
1026         (wl-summary-force-prefetch): New function.
1027
1028 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1029
1030         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1031         variable `buf' with `let' instead of `setq'.
1032
1033 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1034
1035         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1036         add Content-Disposition heaeder on the deleted part.
1037
1038 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1039
1040         * wl-draft.el (wl-draft-save): Encode address list under edit by
1041         `eword-encode-unstructured-field-body'.
1042
1043         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1044
1045 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1046
1047         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1048         wl-current-summary-buffer.
1049
1050 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1051
1052         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1053         `numbers' is ignored.
1054
1055 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1056
1057         * wl-folder.el (wl-folder-open-folder): Avoid error.
1058         Reported by John Owens, [wl-en:815]
1059
1060         * wl.el (wl): Set timer for biff process even if prefix argument
1061         is given or auto-checking is quitted.
1062
1063         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1064         immediately.
1065         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1066         (wl-toggle-plugged): Ditto.
1067
1068         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1069         * wl-util.el (wl-biff-start): Use idle timer if
1070         `wl-biff-use-idle-timer' is non-nil.
1071
1072 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1073
1074         * wl-highlight.el (wl-highlight-message): Fix description.
1075
1076 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1077
1078         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1079         tty.
1080
1081 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1082
1083         * wl-action.el (wl-summary-exec): Print failure count.
1084
1085 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1086
1087         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1088         to `defun', remove interactive form.
1089         Set elmo-message-fetch-confirm when force-reload is non-nil.
1090
1091 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1092
1093         * wl-summary.el (toplevel): Removed unnecessary autoload.
1094
1095 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1096
1097         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1098         the buffer is generated from another message buffer.
1099
1100 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1101
1102         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1103         extracted from `wl-fldmgr-save-folders'.
1104         (wl-fldmgr-delete): Call it after deletion.
1105
1106 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1107
1108         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1109         multi-tty support.
1110
1111 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1112
1113         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1114
1115 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1116
1117         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1118         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1119
1120 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1121
1122         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1123         unsubscribe list only if argument CLEAR is nil.
1124
1125 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1126
1127         * wl-draft.el (wl-draft-reply): Decode subject before removing
1128         Re: prefix.
1129
1130 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1131
1132         * wl-summary.el (wl-summary-sort-by-size): New command.
1133
1134 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1135
1136         * wl-summary.el (wl-summary-number-list-from-region): New
1137         function.
1138         (wl-summary-mark-as-read-region): Use it.
1139         (wl-summary-mark-as-unread-region): Ditto.
1140         (wl-summary-set-flags-region): Ditto and add optional argument
1141         remove.
1142         (wl-summary-mark-as-answered-region): Ditto.
1143         (wl-summary-mark-as-important-region): Ditto.
1144         (wl-summary-target-mark-mark-as-important): Added optional
1145         argument remove.
1146         (wl-summary-target-mark-mark-as-answered): Ditto.
1147         (wl-summary-target-mark-set-flags): Ditto.
1148
1149 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1150
1151         * wl-summary.el (wl-summary-set-flags-region): Call
1152         `wl-summary-set-flags-internal' with number list instead of call
1153         one by each message.
1154         (wl-summary-target-mark-set-flags): Likewise.
1155
1156 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1157
1158         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1159         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1160         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1161         (wl-summary-target-mark-mark-as-answered): Likewise.
1162
1163 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1164
1165         * wl-summary.el (wl-summary-target-mark-forward): Use
1166         `wl-summary-delete-all-target-marks' instead of
1167         `wl-summary-delete-all-temp-marks'.
1168         (wl-summary-target-mark-reply-with-citation): Ditto.
1169         (wl-summary-target-mark-uudecode): Ditto.
1170         (wl-summary-target-mark-set-flags): Ditto and remove needless
1171         cursor move.
1172
1173 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1174
1175         * wl-summary.el (wl-summary-target-mark-forward): Protect
1176         wl-summary-buffer-target-mark-list from nreverse.
1177         (wl-summary-target-mark-reply-with-citation): Ditto.
1178
1179 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1180
1181         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1182         `elmo-display-progress-threshold'.
1183
1184 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1185
1186         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1187         check `wl-summary-highlight'.
1188         (wl-summary-window-scroll-functions): Respect value of
1189         `wl-summary-highlight'.
1190         (wl-summary-sync-update): Run hooks
1191         `wl-summary-buffer-window-scroll-functions' at any time.
1192
1193 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1194
1195         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1196         from `wl-summary-cleanup-temp-marks'.
1197         (wl-summary-cleanup-temp-marks): Abolish argument.
1198         * wl.el (wl-save-status): Revert previous change.
1199         (wl-execute-temp-marks): New function, call
1200         `wl-summary-exec-with-confirmation'.
1201         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1202         (wl-folder-save-and-exec-marks): Abolished.
1203
1204 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1205
1206         * wl-e21.el (wl-e21-display-image-p): Respect
1207         `wl-highlight-folder-with-icon'.
1208         (wl-e21-highlight-folder-group-line): Highlight mouse line
1209         even if wl-e21-display-image-p is nil.
1210
1211         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1212         Respect value of `wl-summary-highlight'.
1213
1214         * wl.el (wl-save-status): Remove unused variable.
1215
1216         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1217         (wl-folder-mode-map): Bind it to "x".
1218
1219 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1220
1221         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1222
1223         * wl-thread.el (wl-thread-get-parent-list): Don't check
1224         disconnected ancestors, neglecting needless work in
1225         `wl-thread-update-indent-string-thread'.
1226
1227         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1228         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1229         argument, add argument default-keep to keep marks by default.
1230
1231         * Version number is increased to 2.11.30.
1232
1233         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1234         customization type and docstring.
1235         (wl-draft-reply-without-argument-list): Ditto.
1236
1237 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1238
1239         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1240
1241         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1242
1243 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1244
1245         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1246
1247 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1248
1249         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1250         save-excursion so as not to include run-hooks.
1251
1252 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1253
1254         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1255         Clarify that marks are going to be cleared.
1256
1257 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1258
1259         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1260         according to 3rd element of wl-summary-flag-mark.
1261
1262         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1263
1264 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1265
1266         * wl-action.el (wl-summary-target-mark-all): Don't set
1267         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1268
1269 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1270
1271         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1272         (wl-forward-subject-prefix): Ditto.
1273         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1274         (wl-draft-reply-make-subject): Ditto.
1275
1276         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1277         `wl-draft-forward'.
1278         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1279
1280 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1281
1282         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1283         target message does not exist.
1284
1285 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1286
1287         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1288         `wl-subject-prefix-regexp'.
1289         (wl-subject-forward-prefix-regexp): New variable.
1290         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1291         `wl-draft-strip-subject-re' and take regexp as argument.
1292         (wl-draft-forward): Use it.
1293         (wl-draft-reply): Ditto.
1294
1295 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1296
1297         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1298         emacs multi-tty support.
1299
1300 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1301
1302         * wl-e21.el (wl-e21-display-image-p): Don't call
1303         `display-images-p'.
1304         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1305         support.
1306         (wl-highlight-folder-current-line): Ditto.
1307         (wl-folder-init-icons): Ditto.
1308
1309 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1310
1311         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1312         the last line of summary in unplugged mode.
1313
1314 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1315
1316         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1317
1318 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1319
1320         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1321         * wl-address.el (wl-address-user-mail-address-p): Use it.
1322         (wl-address-delete-user-mail-addresses): Ditto.
1323         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1324
1325         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1326         (wl-address-delete-user-mail-addresses): Ditto.
1327
1328         * wl-address.el (wl-address-delete-user-mail-addresses): New
1329         function.
1330         * wl-refile.el (wl-refile-guess-by-history): Use it.
1331         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1332         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1333
1334         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1335         use wl-address-user-mail-address-p.
1336
1337 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1338
1339         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1340         after opening group.
1341
1342 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1343
1344         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1345         of elmo-set-buffer-multibyte.
1346
1347         * wl-message.el (wl-original-message-mode): Ditto.
1348
1349         * wl-score.el (wl-score-insert-header): Ditto.
1350
1351         * wl-summary.el
1352         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1353         (wl-summary-goto-folder-subr): Ditto.
1354         (wl-summary-insert-headers): Ditto.
1355
1356         * wl-util.el (wl-set-string-width): Ditto.
1357
1358         * Version number is increased to 2.11.29.
1359
1360 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1361
1362         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1363         (wl-highlight-summary-line-help-echo-alist): New variable.
1364         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1365         into `wl-highlight-summary-line-help-echo' and
1366         `wl-highlight-flag-folder-help-echo'.
1367         (wl-highlight-summary-line-string): Change accordingly.
1368         (wl-highlight-summary-current-line): Ditto.
1369
1370 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1371
1372         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1373         at the beginning of field body (Thanks to Markus Knittig).
1374
1375         * wl-draft.el (wl-draft-insert-current-message): Also check
1376         summary buffer, remove unnecessary tag.
1377
1378 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1379
1380         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1381         when wl-message-buffer is nil.
1382
1383         * wl-folder.el (wl-folder): Abolish unused argument.
1384         Call wl-folder-init when wl-folder-entity is nil.
1385         * wl.el (wl): Change accordingly.
1386
1387 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1388
1389         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1390         multibyte string before insert into draft buffer.
1391         (wl-draft-create-buffer): Always enable multibyte characters for
1392         draft buffer.
1393
1394         * Version number is increased to 2.11.28.
1395
1396 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1397
1398         * wl-folder.el (wl-folder-open-close): Handle blank line.
1399         (wl-folder-jump-to-current-entity): Ditto.
1400
1401 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1402
1403         * Version number is increased to 2.11.27.
1404
1405 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1406
1407         * wl-thread.el (wl-thread-insert-message): When the thread is
1408         devided by wl-summary-max-thread-depth, insert line at the end of
1409         buffer.
1410
1411 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1412
1413         * Version number is increased to 2.11.26.
1414
1415 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1416
1417         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1418
1419 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1420
1421         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1422         value of stream-type and session.
1423
1424 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1425
1426         * Version number is increased to 2.11.25.
1427
1428 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1429
1430         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1431         in a quit message.
1432
1433 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1434
1435         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1436         (wl-summary-redisplay-no-mime-internal): Ditto.
1437
1438 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1439
1440         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1441         * wl-vars.el (wl-smtp-connection-type): Ditto.
1442
1443 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1444
1445         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1446         for the separator line and quote mail-header-separator.
1447
1448 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1449
1450         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1451         result message.
1452
1453         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1454         `elmo-multiple-fields-body-list' with boundary as
1455         mail-header-separator.
1456
1457 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1458
1459         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1460
1461 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1462
1463         * wl-util.el (wl-list-diff): Remove unused function.
1464
1465         * wl-draft.el (wl-draft-send-confirm): Discard input before
1466         confirmation.
1467
1468 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1469
1470         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1471         order of flag and new.
1472
1473 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1474
1475         * wl-vars.el (wl-refile-policy-alist): Abolished.
1476
1477         * wl-action.el (wl-summary-set-action-refile): Follow the change
1478         above.
1479
1480 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1481
1482         * wl-highlight.el (wl-highlight-signature-search): Don't use
1483         re-search-backward for a long word since it is possible to crash
1484         XEmacs because of a bug.
1485
1486 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1487
1488         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1489
1490 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1491
1492         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1493         argument for wl-summary-sync-force-update.
1494
1495 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1496
1497         * wl-summary.el (wl-summary-mode-map): Revival of
1498         wl-summary-mark-as-important related bindings;
1499         Bind 'F','tF','mF','rF','m&'.
1500         (wl-summary-mark-as-important-region): Revival.
1501         (wl-summary-target-mark-mark-as-important): Ditto.
1502         (wl-summary-target-mark-operation): New function.
1503         (wl-summary-target-mark-mark-as-answered): Use it.
1504         (wl-summary-decide-flag): Don't set Important as default.
1505         (wl-summary-mark-as-important-internal): Revival.
1506         (wl-summary-mark-as-important): Ditto.
1507
1508         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1509
1510         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1511         instead of facep.
1512
1513 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1514
1515         * wl-dnd.el (wl-dnd-drop-func): Fix.
1516
1517         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1518         mouse-set-point instead of posn-point.
1519
1520         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1521
1522         * wl-mule.el (wl-completing-read-multiple): Ditto.
1523
1524 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1525
1526         * wl-demo.el (face-background-name): Defalias to avoid compile
1527         warning.
1528
1529 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1530
1531         * wl-summary.el (wl-summary-decide-flag): Use
1532         wl-completing-read-multiple instead of completing-read-multiple.
1533
1534         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1535         New alias.
1536
1537         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1538         Use face-background-name instead of face-background.
1539
1540         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1541
1542         * wl-summary.el (wl-summary-save): Use it.
1543         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1544
1545         * wl-mime.el (wl-mime-save-content): Fix last change.
1546
1547 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1548
1549         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1550         New function.
1551         (wl-summary-sort-specs): Added sort.
1552         * wl-mime.el (wl-mime-save-content): Expand file name.
1553
1554 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1555
1556         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1557
1558         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1559
1560 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1561
1562         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1563         for flag if it is not defined.
1564
1565 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1566
1567         * wl-e21.el (wl-highlight-folder-current-line): Use
1568         elmo-folder-type-internal when elmo-folder-type returns nil.
1569
1570         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1571
1572         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1573
1574         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1575
1576         * wl-e21.el (wl-summary-toolbar): Ditto.
1577
1578         * wl-vars.el (wl-demo-background-color): Abolished.
1579         (wl-summary-persistent-mark-priority-list): Renamed from
1580         wl-summary-flag-priority-list.
1581         (wl-summary-flag-alist): New user option.
1582         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1583         (wl-message-mode-line-format-spec-alist): Added 'F'.
1584         (wl-message-mode-line-format): Likewise.
1585         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1586         instead of wl-summary-important-mark.
1587         (wl-file-folder-icon): New variable.
1588
1589         * wl-thread.el (wl-thread-set-flags): Renamed from
1590         wl-thread-mark-as-important.
1591
1592         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1593         warning.
1594         (wl-summary-mode-menu-spec): Follow the change of 
1595         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1596         (wl-summary-mode-map): Follow the change of
1597         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1598         (wl-summary-detect-mark-position): Follow the variable name change.
1599         (wl-summary-set-flags-region): New function for the replacement of
1600         wl-summary-mark-as-important-region.
1601         (wl-summary-sync-marks): Sync all global-flags.
1602         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1603         instead of elmo-message-flagged-p.
1604         (wl-summary-persistent-mark-string): Follow the variable name change;
1605         Put wl-summary-flag-mark if the message has global-flag.
1606         (wl-summary-target-mark-set-flags): Renamed from 
1607         wl-summary-target-mark-mark-as-important.
1608         (wl-summary-decide-flag): New function.
1609         (wl-summary-set-flags-internal): Renamed from
1610         wl-summary-mark-as-important-internal.
1611         (wl-summary-add-flags-internal): New function.
1612         (wl-summary-remove-flags-internal): Ditto.
1613         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1614         (wl-summary-mark-as-unimportant): Abolish.
1615         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1616         (wl-summary-next-message): List flagged messages in the msgdb.
1617
1618         * wl-score.el (wl-summary-score-update-all-lines): Use
1619         wl-summary-add-flags-internal instead of 
1620
1621         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1622
1623         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1624         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1625         (wl-message-buffer-require-all-header): Renamed from
1626         wl-message-buffer-all-header-flag (Ditto).
1627         (wl-message-buffer-flag-indicator): New variable.
1628         (wl-message-redisplay): Changed local varibale name from `flag' to
1629         `display-type'; Set up wl-message-buffer-flag-indicator.
1630         (wl-message-buffer-display): Changed varibale name from `flag' to
1631         `display-type'.
1632         (wl-message-display-internal): Likewise.
1633
1634         * wl-highlight.el (wl-highlight-demo-face): Define default background
1635         color.
1636         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1637
1638         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1639
1640         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1641         (wl-demo-setup-properties): Renamed from
1642         `wl-demo-set-background-color'.
1643         (wl-demo): Follow the change above.
1644         
1645         * Version number is increased to 2.11.24.
1646
1647 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1648
1649         * wl-summary.el (wl-summary-toggle-thread): Call
1650         `wl-summary-rescan' with disable-thread as non-nil.
1651         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1652
1653 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1654
1655         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1656         foreground property of the face.
1657         (wl-demo-insert-text): Don't set up face property here.
1658         (wl-demo): Call wl-demo-set-background-color, anyway.
1659
1660 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1661
1662         * wl-vars.el (wl-demo-background-color): The value can be nil.
1663
1664 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1665
1666         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1667         to wl-summary-wheel-dispatcher.
1668
1669         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1670         wl-message-wheel-dispatcher.
1671         (wl-message-wheel-dispatcher): New function.
1672         (wl-summary-wheel-dispatcher): Ditto.
1673
1674 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1675
1676         * wl-action.el (wl-summary-target-mark-all): List messages which are
1677         not in the killed-list.
1678
1679         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1680         only when the folder is 'flag/important.
1681
1682         * wl-address.el (wl-complete-field-body): Complete if the last
1683         character is a space.
1684
1685 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1686
1687         * wl-folder.el (wl-folder-clear-entity-info): Use
1688         elmo-clear-hash-val.
1689
1690         * wl-fldmgr.el (wl-fldmgr-rename): Set
1691         wl-folder-info-alist-modified as t.
1692
1693 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1694
1695         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1696
1697 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1698
1699         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1700         (wl-folder-buffer-last-visited-entity-id): New buffer local
1701         variable.
1702         (wl-folder-revisit-last-visited-folder): New function.
1703         (wl-folder-mode-map): Bind it to "C-i".
1704         (wl-folder-set-current-entity-id): Set last visited folder.
1705         * wl-summary.el (wl-summary-exit): Ditto.
1706
1707 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1708
1709         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1710         before calling `recenter' in order to cope with an XEmacs bug.
1711
1712 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1713
1714         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1715         to the default value.
1716
1717 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1718
1719         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1720         change.
1721         (wl-summary-sync-marks): Ditto.
1722         (wl-summary-mark-as-read-internal): Ditto.
1723         (wl-summary-mark-as-answered-internal): Ditto.
1724         (wl-summary-mark-as-important-internal): Ditto.
1725         (wl-summary-reply): Ditto.
1726
1727         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1728         instead of `elmo-folder-unflag-answered'.
1729
1730         * Version number is increased to 2.11.23.
1731
1732         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1733         the last change.
1734
1735 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1736
1737         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1738         Specify "spam" or "good".
1739
1740 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1741
1742         * wl-spam.el (wl-summary-exec-action-spam): Call
1743         wl-folder-confirm-existence for spam folder.
1744         (wl-spam-setup): Bind "mk".
1745
1746 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1747
1748         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1749
1750 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1751
1752         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1753         destination folder is empty.
1754
1755 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1756
1757         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1758         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1759
1760         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1761         (wl-summary-refile-prev-destination-region): New function.
1762         (wl-thread-refile-prev-destination): Ditto.
1763         (wl-summary-target-mark-refile-prev-destination): Ditto.
1764
1765 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1766
1767         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1768         (wl-demo-background-color): Changed default value.
1769
1770         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1771         color.
1772
1773         * wl-demo.el (wl-demo-set-background-color): New function.
1774         (wl-demo): Call it.
1775
1776 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1777
1778         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1779         * wl-address.el (wl-address-add-or-change): Don't add empty
1780         address.
1781
1782 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1783
1784         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1785
1786 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1787
1788         * wl-vars.el (wl-demo-image-filter-alist): New variable
1789         (wl-demo-background-color): Ditto.
1790
1791         * wl-demo.el (wl-demo-xpm-set-background): New function.
1792         (wl-demo-image-filter): Ditto.
1793         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1794
1795         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1796
1797         * wl-demo.el (wl-demo-icon-name): Define as function.
1798         (wl-demo-insert-image): Use it.
1799
1800 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1801
1802         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1803
1804 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1805
1806         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1807
1808 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1809
1810         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1811
1812 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1813
1814         * wl-thread.el (wl-thread-mark-as-answered): New function.
1815
1816         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1817         answered" entry.
1818         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1819         "r&" and wl-thread-mark-as-answered to "t&".
1820         (wl-summary-mark-as-important-region): Refine to toggle mark.
1821         (wl-summary-mark-as-answered-region): New function.
1822         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1823         and 3rd argument.
1824         (wl-summary-mark-as-important-internal): Likewise.
1825
1826 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1827
1828         * wl-template.el (wl-template-preview): New internal variable.
1829         (wl-template-preview-p): New function.
1830         (wl-template-show): Bind `wl-template-preview' as t.
1831
1832 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1833
1834         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1835         `elmo-message-entity-field' with 3rd argument which is non-nil.
1836
1837 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1838
1839         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1840         Removed duplicate local bind `folder'.
1841
1842 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1843
1844         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1845
1846 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1847
1848         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1849         duplicate definition.
1850
1851 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1852
1853         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1854         non-nil, use it; Don't fetch message if there's no message in the
1855         current cursor position.
1856
1857 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1858
1859         * wl-util.el (wl-region-exists-p): Use region-active-p.
1860         (wl-deactivate-region): New function.
1861         * wl-message.el (wl-message-redisplay): Deactivate region.
1862
1863         * wl-summary.el (wl-summary-reply): Call
1864         `wl-summary-set-message-buffer-or-redisplay' instead of
1865         `wl-summary-redisplay-internal', don't move point.
1866
1867 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1868
1869         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1870         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1871         by regexp.
1872
1873 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1874
1875         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1876         if no need.
1877
1878 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1879
1880         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1881         default value to nil.
1882         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1883         `wl-summary-prepare-hook'; Replace refile action to
1884         `wl-summary-exec-action-refile-with-register'.
1885
1886         * Version number is increased to 2.11.22.
1887
1888 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1889
1890         * wl-summary.el (wl-summary-detect-mark-position): Set
1891         `wl-summary-buffer-weekday-name-lang'.
1892
1893 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1894
1895         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1896         (wl-summary-mark-as-read-all): Ditto.
1897         (wl-summary-delete-messages-on-buffer): Ditto.
1898         (wl-summary-sync-update): Ditto.
1899         (wl-summary-mark-as-read-internal): Ditto.
1900         (wl-summary-mark-as-answered-internal): Ditto.
1901         (wl-summary-update-folder-info): Abolished.
1902
1903 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1904
1905         * wl-summary.el (wl-summary-mark-as-read-all): Use
1906         `wl-summary-update-folder-info' instead of
1907         `wl-folder-update-unread'.
1908
1909 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1910
1911         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1912         `wl-summary-folder-info-update'.
1913         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1914         instead of `wl-summary-folder-info-update'.
1915         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1916         `wl-folder-set-folder-updated'.
1917         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1918         instead of `wl-folder-update-unread'.
1919         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1920         the value of `wl-summary-buffer-unread-count' for the second parameter of
1921         `wl-folder-update-unread'.
1922
1923         * Version number is increased to 2.11.21.
1924
1925 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1926
1927         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1928         a local variable.
1929
1930 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1931
1932         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1933         interactively.
1934
1935         * wl-summary.el (wl-summary-mark-as-important-internal): New
1936         internal function.
1937         (wl-summary-mark-as-important): Use it.
1938         (wl-summary-mark-as-unimportant): New function.
1939         (wl-summary-sync-marks): Follow the API change.
1940
1941         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1942
1943         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1944
1945 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1946
1947         * wl-folder.el (wl-folder-update-unread): Re-indent.
1948         Narrow the scope of a local variable.
1949
1950 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1951
1952         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1953         (wl-addrmgr-merge-entries): Ditto.
1954         (wl-addrmgr): Added to address entry which exists in draft buffer
1955         if no entry is in original.
1956
1957 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1958
1959         * wl-batch.el: New file.
1960
1961 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1962
1963         * wl-vars.el (wl-use-semi): Remove unused variable.
1964
1965 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1966
1967         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1968         "?".
1969
1970 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1971
1972         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1973         wl-summary-new-mark.
1974         (wl-summary-new-cached-mark): New user option.
1975         (wl-summary-score-marks): Follow the change above.
1976         (wl-summary-auto-refile-skip-marks): Ditto.
1977         (wl-summary-incorporate-marks): Ditto.
1978         (wl-summary-expire-reserve-marks): Ditto.
1979
1980         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1981
1982         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1983         (wl-summary-persistent-mark-string): Distinguished between cached
1984         and uncached mark when the message is new.
1985
1986 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1987
1988         * wl-spam.el (wl-spam-domain): Renamed from
1989         `wl-spam-folder-guess-domain'.
1990         (wl-summary-exec-action-spam): Register as spam if domain of the
1991         source folder is good.
1992         (wl-summary-exec-action-refile-with-register): Register message if
1993         domain of the source folder is not undecided.
1994
1995 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1996
1997         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1998         detect thread loop.
1999
2000 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2001
2002         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2003         and wl-summary-skip-mark-list.
2004
2005 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2006
2007         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2008
2009         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2010
2011         * wl-spam.el (toplevel): Require wl-highlight.
2012         (wl-spam-auto-check-policy-alist): Abolish.
2013         (wl-spam-auto-check-folder-regexp-list): New user option.
2014         (wl-spam-auto-check-marks): Ditto.
2015         (wl-spam-mark-action-list): Ditto.
2016         (wl-highlight-summary-spam-face): New face.
2017         (wl-spam-auto-check-message-p): New function.
2018         (wl-spam-map-spam-messages): Fixed message.
2019         (wl-spam-register-spam-messages): Ditto.
2020         (wl-spam-register-good-messages): Ditto.
2021         (wl-summary-spam-map): Add and remove keybind.
2022         (wl-summary-target-mark-spam): Abolish.
2023         (wl-summary-refile-spam): Ditto.
2024         (wl-summary-test-spam): New function.
2025         (wl-summary-mark-spam): Ditto.
2026         (wl-summary-auto-check-spam): Follow the above change.
2027         (wl-summary-exec-action-spam): New function.
2028         (wl-summary-exec-action-refile-with-register): Fixed message.
2029         (wl-message-check-spam): New function.
2030         (wl-spam-setup): Ditto.
2031         (toplevel): Call it if this file is loaded interactivity.
2032
2033         * Version number is increased to 2.11.20.
2034
2035 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2036
2037         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2038         when new optional argument `force' is non nil or modified.
2039
2040 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2041
2042         * wl.el (toplevel): Require wl-spam when compile.
2043         (wl-save-status): Call wl-spam-save-status.
2044
2045         * wl-spam.el (wl-spam-register-spam-messages): New function.
2046         (wl-spam-register-good-messages): Ditto.
2047         (wl-spam-save-status): Ditto.
2048         (wl-summary-mode-map): Bind
2049         wl-summary-target-mark-register-as-spam to "ms" and
2050         wl-summary-target-mark-register-as-good to "mn".
2051         (wl-summary-register-as-spam): Abolish optional argument; Use
2052         wl-spam-register-spam-messages.
2053         (wl-summary-register-as-spam-all): Use
2054         wl-spam-register-spam-messages.
2055         (wl-summary-register-as-good): Abolish optional argument; Use
2056         wl-spam-register-good-messages.
2057         (wl-summary-register-as-good-all): Use
2058         wl-spam-register-good-messages.
2059         (wl-summary-target-mark-register-as-spam): New funtion.
2060         (wl-summary-target-mark-register-as-good): Ditto.
2061
2062 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2063
2064         * wl-spam.el: New file.
2065
2066 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2067
2068         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2069
2070         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2071         (wl-summary-auto-refile): Call wl-refile-guess with
2072         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2073
2074 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2075
2076         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2077         with disable-thread argument non-nil.
2078
2079 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2080
2081         * wl-summary.el (wl-summary-rescan): Added optional argument
2082         disable-thread.
2083         (wl-summary-sync): Call wl-summary-rescan with argument
2084         disable-thread.
2085         (wl-summary-input-range): Added new range `rescan-thread'.
2086
2087 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2088
2089         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2090
2091 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2092
2093         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2094         internal variable.
2095         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2096         wl-summary-search-parent-by-subject-regexp and
2097         wl-summary-divide-thread-when-subject-changed as nil.
2098         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2099         (wl-summary-insert-thread): Search parent entity from
2100         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2101         thread loop.
2102
2103 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2104
2105         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2106
2107         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2108
2109         * wl-util.el (wl-require-update-all-folder-p): New function.
2110         (wl-get-assoc-list-value): Added `function' to match directive.
2111         (wl-collect-draft): Rewrite.
2112
2113         * wl-summary.el (wl-summary-sync-update): Clear faces
2114         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2115         are non-nil.
2116         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2117         argument as function.
2118         (wl-summary-input-range): Ditto.
2119
2120         * wl-folder.el (wl-draft-get-folder): New function.
2121         (wl-folder-get-elmo-folder): Consider draft folder.
2122
2123         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2124         (wl-draft-buffer-message-number): New buffer local variable.
2125         (wl-draft-folder-internal): New internal variable.
2126         (wl-draft-delete): Rewrite.
2127         (wl-draft-save): Ditto.
2128         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2129         wl-folder-get-elmo-folder.
2130         (wl-draft-config-info-operation): Ditto.
2131         (wl-jump-to-draft-folder): Ditto.
2132         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2133         (wl-draft-reedit): Rewrite.
2134
2135         * Version number is increased to 2.11.19.
2136         
2137 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2138
2139         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2140         variable.
2141
2142 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2143
2144         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2145         Use ignore-errors instead of unwind-protect.
2146
2147 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2148
2149         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2150         for updating `wl-thread-entity-list'.
2151
2152 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2153
2154         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2155         parameter from calling `wl-thread-entity-get-older-brothers' and
2156         `wl-thread-entity-get-younger-brothers'.
2157         Replace nested `append' with a single one.
2158
2159 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2160
2161         * wl-summary.el (wl-summary-mode): Don't use the return value of
2162         `make-local-hook'.
2163
2164 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2165
2166         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2167         instead of `let*'.
2168         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2169         of local variables.
2170
2171 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2172
2173         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2174         Renamed from wl-summary-window-scroll-functions.
2175         (wl-summary-window-scroll-functions): Don't set to variable.
2176         (wl-summary-display-top): Use run-hooks.
2177         (wl-summary-display-bottom): Ditto.
2178         (wl-summary-toggle-disp-msg): Ditto.
2179         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2180         Use it instead of wl-summary-window-scroll-functions.
2181         (wl-summary-goto-folder-subr): Don't call
2182         wl-summary-window-scroll-functions, use
2183         wl-summary-buffer-window-scroll-functions instead.
2184
2185 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2186
2187         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2188         make-local-variable.
2189
2190 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2191
2192         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2193         set-buffer-modified-p.
2194         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2195         (wl-summary-display-bottom): Ditto.
2196         (wl-summary-toggle-disp-msg): Ditto.
2197
2198 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2199
2200         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2201
2202         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2203         (wl-summary-forward): Use elmo-message-entity-field instead of
2204         elmo-message-field.
2205
2206         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2207
2208 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2209
2210         * wl-summary.el (wl-summary-window-scroll-functions): No use
2211         `append'.
2212
2213 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2214
2215         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2216         function.
2217         (wl-summary-window-scroll-functions): Call it when both
2218         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2219         (wl-summary-temp-mark): Added optional argument number.
2220         (wl-summary-message-mark): Added optional argument flag.
2221         (wl-summary-persistent-mark): Added optional argument number and flag.
2222         (wl-summary-update-persistent-mark): Ditto.
2223         (wl-summary-update-status-marks): Set "r" for interactive spec.
2224
2225         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2226         argument number and flag.
2227
2228         * wl-action.el (wl-summary-registered-temp-mark): 
2229         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2230
2231 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2232
2233         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2234         internal variable (buffer local).
2235         (wl-summary-window-scroll-functions): New function.
2236         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2237         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2238         as nil.
2239         (wl-summary-update-status-marks): Added arguments beg, end and
2240         check.
2241         (wl-summary-update-mark-window): Use function.
2242         (wl-summary-sync-update): Follow the change above.
2243         (wl-summary-switch-to-clone-buffer): Copy
2244         wl-summary-buffer-unsync-mark-number-list.
2245         (wl-summary-goto-folder-subr): Set
2246         wl-summary-buffer-unsync-mark-number-list and
2247         use wl-summary-window-scroll-functions instead of
2248         wl-summary-lazy-highlight.
2249
2250         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2251
2252 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2253
2254         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2255
2256         * wl-summary.el (wl-summary-update-persistent-mark): Call
2257         wl-summary-set-message-modified.
2258
2259         * wl-summary.el (wl-summary-sync-update): Don't call
2260         wl-summary-update-status-marks.
2261
2262         * Version number is increased to 2.11.18.
2263
2264 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2265
2266         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2267         (wl-message-next-page): Ditto.
2268
2269 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2270
2271         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2272         local variable.  Change the order of a collected list into the
2273         same as the specified range.  Remove nil from a collected list.
2274
2275 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2276
2277         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2278         argument for elmo-folder-list-messages.
2279
2280 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2281
2282         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2283         change (wl-summary-count-unreads return a list instead of a cons
2284         cell).
2285
2286 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2287
2288         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2289         `wl-summary-folder-info-update'.
2290
2291 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2292
2293         * wl-summary.el (wl-summary-set-message-modified): No use
2294         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2295         (wl-summary-set-mark-modified): Abolish.
2296         (wl-summary-mark-modified-p): Ditto.
2297         (wl-summary-save-view): Follow the change above.
2298
2299         * wl-expire.el (wl-summary-expire): Likewise.
2300
2301 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2302
2303         * wl-summary.el (wl-summary-detect-mark-position): Use
2304         modb-entity-handler.
2305         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2306
2307         * Version number is increased to 2.11.17.
2308
2309 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2310
2311         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2312         entity field value.
2313         (wl-summary-prefetch-msg): Ditto.
2314         (wl-summary-print-message-with-ps-print): Ditto.
2315
2316 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2317
2318         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2319         for dummy entity.
2320         (wl-summary-insert-thread): Use elmo-message-entity-field.
2321         (wl-summary-update-thread): Use elmo-message-entity-field and
2322         elmo-message-entity-number.
2323         (wl-summary-line-number):  Use elmo-message-entity-number.
2324         (wl-summary-line-size): Use elmo-message-entity-field.
2325         (wl-summary-line-subject): Ditto.
2326         (wl-summary-line-from): Ditto.
2327         (wl-summary-line-attached): Ditto.
2328         (wl-summary-create-line): Ditto.
2329         (wl-summary-create-line): Use elmo-message-entity-number.
2330         (wl-summary-print-message-with-ps-print): Use
2331         elmo-message-entity-field.
2332
2333 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2334
2335         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2336         change in elmo-msgdb-make-message-entity.
2337         (wl-summary-buffer-set-folder): Don't call
2338         wl-summary-detect-mark-position here.
2339         (wl-summary-rescan): Call elmo-message-entity-number.
2340         (wl-summary-sync-update): Ditto.
2341         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2342
2343         * wl-score.el (wl-score-header-index): Redefine 2th element.
2344         (wl-score-overview-entity-get-extra): Abolish.
2345         (wl-score-ov-entity-get): Rewrite.
2346         (wl-score-string-index<, wl-score-string-func<): Abolish.
2347         (wl-score-string<): New function.
2348         (wl-score-string-sort): Use it.
2349
2350         * wl-refile.el (wl-refile-guess-by-history): Use
2351         elmo-message-entity-field.
2352         (wl-refile-guess-by-from): Ditto.
2353         (wl-refile-guess-by-msgid): Ditto.
2354
2355         * Version number is increased to 2.11.16.
2356
2357 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2358
2359         * wl-folder.el (wl-folder-confirm-existence): Don't call
2360         file-exists-p if msgdb-path is nil.
2361         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2362         `wl-read-folder-hist' to `wl-read-folder-history'.
2363
2364 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2365
2366         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2367         `y-or-n-p'.
2368
2369 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2370
2371         * wl-score.el (wl-score-headers): Don't use
2372         elmo-folder-do-each-message-entity.
2373
2374         * Version number is increased to 2.11.15.
2375
2376 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2377
2378         * wl-summary.el (wl-summary-delete-all-msgs): Use
2379         elmo-folder-move-messages instead of elmo-folder-delete-messages
2380         and elmo-folder-detach-messages.
2381         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2382
2383         * wl-expire.el (wl-expire-delete): Ditto.
2384         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2385
2386 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2387
2388         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2389         (wl-message-header-narrowing-fields): Ditto.
2390         (wl-message-header-narrowing-lines): Ditto.
2391         (wl-message-header-narrowing-string): Ditto.
2392
2393         * wl-summary.el (wl-summary-mode-map): Bind
2394         wl-summary-toggle-header-narrowing to "C-cC-f".
2395         (wl-summary-toggle-header-narrowing): New function.
2396
2397         * wl-message.el (wl-message-buffer-create): Call
2398         wl-message-header-narrowing-setup.
2399         (wl-message-redisplay): Call wl-message-header-narrowing.
2400         (wl-message-header-narrowing): New function.
2401         (wl-message-header-narrowing-map): New keymap.
2402         (wl-message-header-narrowing-widen-map): New keymap.
2403         (wl-message-header-narrowing-again-at-mouse): New function.
2404         (wl-message-header-narrowing-1): Ditto.
2405         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2406         (wl-message-header-narrowing-setup): Ditto.
2407         (wl-message-header-narrowing-toggle): Ditto.
2408         
2409         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2410
2411         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2412         'flag as all.
2413         (wl-use-flag-folder-help-echo): New user option.
2414
2415         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2416         wl-summary-highlight as nil.
2417         (wl-summary-set-mark-modified): Follow the API change.
2418         (wl-summary-mark-modified-p): Ditto.
2419         (wl-summary-mark-as-read-all): Ditto.
2420         (wl-summary-sync-marks): Don't call
2421         elmo-folder-list-messages-with-global-mark.
2422         (wl-summary-mark-as-read-internal): Follow the API change.
2423         (wl-summary-mark-as-answered-internal): Ditto.
2424         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2425         Follow the API change.
2426         (wl-summary-create-line): Call with number argument.
2427         (wl-summary-reply): Follow the API change.
2428
2429         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2430         function.
2431         (wl-highlight-summary-line-string): Call it when
2432         wl-use-flag-folder-help-echo is non-nil.
2433         (wl-highlight-summary-current-line): Ditto.
2434         (elmo-flag-folder-referrer): Added autoload setting.
2435
2436         * wl-draft.el (wl-draft-kill): Follow the API change.
2437
2438         * Version number is increased to 2.11.14.
2439         
2440 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2441
2442         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2443
2444 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2445
2446         * Version number is increased to 2.11.13.
2447
2448 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2449
2450         * wl-draft.el (wl-draft-previous-history-element): Fixed
2451         unbalanced parenthesis and bind unbound local variables.
2452
2453 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2454
2455         * wl-draft.el (wl-draft-previous-history-element): New function.
2456         (wl-draft-next-history-element): Ditto.
2457         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2458         them to M-p and M-n.
2459
2460 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2461
2462         * Version number is increased to 2.11.12.
2463
2464 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2465
2466         * wl-draft.el (wl-draft-hide): Select buffer-window.
2467
2468 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2469
2470         * wl-summary.el (wl-summary-narrow-to-region): New function.
2471         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2472         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2473         (wl-summary-save-region): Use it.
2474         * wl-action.el (wl-summary-collect-numbers-region)
2475         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2476
2477 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2478
2479         * wl-folder.el (wl-folder-count-incorporates): Don't use
2480         `elmo-msgdb-mark-load'
2481
2482         * Version number is increased to 2.11.11.
2483
2484 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2485
2486         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2487         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2488
2489 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2490
2491         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2492
2493 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2494
2495         * Version number is increased to 2.11.10.
2496
2497 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2498
2499         * wl-mime.el (wl-draft-attribute-value): Fixed.
2500
2501 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2502
2503         * wl-util.el (wl-copy-local-variables): New function.
2504
2505         * wl-mime.el (wl-draft-attribute-recipients): New function.
2506         (wl-draft-attribute-envelope-from): Ditto.
2507         (wl-draft-attribute-smtp-posting-server): Ditto.
2508         (wl-draft-attribute-smtp-posting-port): Ditto.
2509         (wl-draft-attribute-value): Ditto.
2510         (wl-draft-preview-message): Use it to get value for
2511         attributes. Reflect result of `wl-draft-config'.
2512
2513         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2514         and call `wl-summary-mark-as-read' before to call
2515         `wl-summary-unset-mark'.
2516         (wl-summary-target-mark-mark-as-unread): Likewise.
2517         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2518
2519 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2520
2521         * wl-mime.el (wl-draft-preview-message): Use actual value for
2522         attributes; Fix for small window.
2523
2524 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2525
2526         * wl-refile.el (wl-refile-get-field-value): Call
2527         `elmo-message-entity-field' with 3rd argument is non-nil.
2528
2529 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2530
2531         * wl-vars.el (wl-draft-preview-attributes): New user option.
2532         (wl-draft-preview-attributes-list): Ditto.
2533         (wl-draft-preview-attributes-buffer-lines): Ditto.
2534         (wl-draft-preview-attributes-buffer-name): Ditto.
2535
2536         * wl-mime.el (wl-draft-preview-message): Display attributes.
2537
2538 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2539
2540         * wl-summary.el (wl-summary-detect-mark-position): Bind
2541         wl-summary-flag-priority-list to '(new).
2542
2543 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2544
2545         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2546         funtion.
2547         (wl-highlight-summary-line-string): Use it.
2548         (wl-highlight-summary-current-line): Ditto.
2549
2550 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2551
2552         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2553         line even when the mark string is not changed.
2554
2555         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2556         argument change in the wl-summary-create-line.
2557         (wl-thread-insert-entity-sub): Ditto.
2558
2559         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2560         argument change in the wl-summary-create-line.
2561         (wl-summary-insert-sequential): Ditto.
2562         (wl-summary-update-thread): Ditto.
2563         (wl-summary-persistent-mark-string): New inline function.
2564         (wl-summary-message-mark): Use it.
2565         (wl-summary-create-line): Abolish argument wl-persistent-mark
2566         and added wl-flags, wl-cached.
2567
2568         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2569         mark to flags.
2570         (wl-highlight-summary-current-line): Decide the face not by the 
2571         persistent mark but flags.
2572
2573 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2574
2575         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2576         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2577         wl-summary-read-uncached-mark): Revive.
2578         (wl-summary-answered-cached-mark,
2579         wl-summary-answered-uncached-mark): New user option.
2580         (wl-summary-score-marks): Follow the change above.
2581         (wl-summary-auto-refile-skip-marks): Ditto.
2582         (wl-summary-incorporate-marks): Ditto.
2583         (wl-summary-expire-reserve-marks): Ditto.
2584         (wl-summary-flag-priority-list): New user option.
2585
2586         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2587         changes.
2588         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2589         of elmo-message-mark.
2590         (wl-summary-mark-as-read-internal): Ditto.
2591         (wl-summary-mark-as-answered): Ditto.
2592         (wl-summary-mark-as-important): Ditto.
2593         (wl-summary-redisplay-internal): Ditto.
2594         (wl-summary-redisplay-no-mime-internal): Ditto.
2595         (wl-summary-message-mark): New function.
2596         (wl-summary-insert-sequential): Use wl-summary-message-mark
2597         instead of elmo-message-mark.
2598         (wl-summary-update-thread): Ditto.
2599         (wl-summary-persistent-mark): Ditto.
2600         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2601         instead of elmo-message-mark.
2602
2603         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2604         wl-summary-message-mark instead of elmo-message-mark.
2605         (wl-thread-insert-entity-sub): Ditto.
2606         (wl-thread-get-children-msgs-uncached): Ditto.
2607
2608         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2609         variable name changes.
2610         (wl-highlight-summary-current-line): Ditto.
2611
2612         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2613         wl-summary-message-mark instead of elmo-message-mark.
2614
2615         * wl-expire.el (wl-expire-message-p): Ditto.
2616
2617         * wl-score.el (wl-score-headers): Ditto.
2618
2619         * Version number is increased to 2.11.9.
2620
2621         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2622         (wl-summary-sync-update): Follow the change above.
2623         (wl-summary-switch-to-clone-buffer): Ditto.
2624         (wl-summary-open-folder): Ditto.
2625
2626 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2627
2628         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2629         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2630
2631         * Version number is increased to 2.11.8.
2632
2633         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2634
2635         * wl-expire.el (wl-expire-refile): Follow the API change on
2636         `elmo-folder-move-messages'.
2637         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2638
2639         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2640         (wl-summary-exec-action-refile): Ditto.
2641         (wl-summary-exec-action-copy): Ditto.
2642         (wl-summary-no-auto-refile-message-p): No use
2643         `wl-summary-buffer-msgdb'.
2644         (wl-summary-auto-refile): Ditto.
2645
2646 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2647
2648         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2649
2650 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2651
2652         * wl-summary.el (wl-summary-sync): Treat no-sync.
2653
2654         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2655         (wl-default-sync-range): Ditto.
2656
2657 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2658
2659         * wl-refile.el (wl-refile-subject-learn): Call
2660         `elmo-message-entity-field' with 3rd argument is non-nil.
2661         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2662         instead of `elmo-msgdb-overview-entity-get-subject'.
2663
2664 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2665
2666         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2667         scan-type is rescan.
2668         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2669         new optional argument force is non-nil.
2670         (wl-summary-save-view-cache): Call it with force argument non-nil.
2671
2672         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2673
2674 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2675
2676         * wl-action.el (wl-summary-print-argument): Fixed last change.
2677
2678 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2679
2680         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2681         simplified.
2682         (wl-summary-target-mark-mark-as-unread): Likewise.
2683         (wl-summary-target-mark-mark-as-important): Likewise.
2684
2685 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2686
2687         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2688         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2689         (wl-summary-mark-as-important-region): Change accordingly.
2690         (wl-summary-target-mark-mark-as-important): Ditto.
2691
2692 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2693
2694         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2695
2696         * wl-action.el (wl-summary-print-argument): Print argument to
2697         right side of window if `wl-summary-print-argument-within-window'
2698         is non-nil.
2699
2700 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2701
2702         * wl-action.el (wl-summary-set-mark): Use
2703         `wl-summary-message-visible-p' to check visibility of the message
2704         and jump to message only when the message line is visible and have
2705         different number; Call wl-summary-unset-mark with number argument.
2706         (wl-summary-unset-mark): 
2707         Use `wl-summary-message-visible-p'
2708         to check visibility of the message and jump to message only when
2709         the message line is visible and have different number;
2710
2711 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2712
2713         * Version number is increased to 2.11.7.
2714
2715         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2716         and wl-folder-summary-line-format.
2717
2718         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2719         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2720         (wl-summary-set-score-mark): Use it.
2721         (wl-summary-target-mark-mark-as-read): Ditto.
2722         (wl-summary-target-mark-mark-as-unread): Ditto.
2723         (wl-summary-target-mark-mark-as-important): Ditto.
2724         (wl-summary-target-mark-msgs): Simplified.
2725         (wl-summary-detect-mark-position): Fixed problem when
2726         summary-line-format no contain persisten/temp mark spec.
2727         (wl-summary-temp-mark): Ditto.
2728         (wl-summary-persistent-mark): Ditto.
2729         (wl-summary-update-persistent-mark): Ditto.
2730
2731         * wl-action.el (wl-summary-set-mark): Ditto.
2732         (wl-summary-unset-mark): Ditto.
2733         All other related portions are changed.
2734
2735 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2736
2737         * Version number is increased to 2.11.6.
2738
2739 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2740
2741         * wl-util.el (wl-current-message-buffer): Define as function;
2742         Don't use the value of wl-messge-buffer.
2743
2744         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2745         persistent mark.
2746
2747         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2748         no current message, cause an error.
2749
2750 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2751
2752         * wl-summary.el (wl-summary-set-message-modified): Use
2753         elmo-folder-set-message-modified instead of
2754         elmo-folder-set-message-modified-internal.
2755
2756 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2757
2758         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2759         interactively.
2760         (wl-summary-sync): nokill->entirely.
2761         (wl-summary-sync-marks): Fixed message.
2762         (wl-summary-input-range): Added mark, nokill->entirely.
2763
2764         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2765         messages as read.
2766
2767 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2768
2769         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2770         update-noscore.
2771         (wl-summary-sync): Follow the change above.
2772
2773 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2774
2775         * wl-action.el (wl-summary-target-mark-all): Use
2776         elmo-folder-list-messages.
2777
2778 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2779
2780         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2781         (wl-summary-rescan): Set wl-summary-scored as nil.
2782         (wl-summary-sync-force-update): Follow the change above.
2783         (wl-summary-sync): Ditto.
2784         (wl-summary-sync-update): Added argument disable-killed.
2785         (wl-summary-insert-headers): Set visible-only argument for
2786         elmo-folder-list-messages.
2787         (wl-summary-input-range): Added update-nokill, update-noscore,
2788         all-nokill, all-noscore and mark.
2789
2790         * Version number is increased to 2.11.5.
2791
2792         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2793
2794 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2795
2796         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2797         (wl-summary-prefetch-region-no-mark): Change accordingly.
2798         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2799
2800 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2801
2802         * wl-address.el (wl-complete-field-to): Abolished.
2803         (wl-complete-address): Completion function for completing-read.
2804         * wl-action.el (wl-summary-get-resend-address): Use it.
2805
2806         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2807         wl-summary-update-mark and abolish unused argument.
2808         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2809         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2810         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2811         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2812         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2813         * wl-draft.el (wl-draft-kill): Ditto.
2814
2815         * wl-summary.el: Remove unused binding of case-fold-search.
2816         (wl-summary-replace-status-marks): Abolished.
2817
2818 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2819
2820         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2821         is specified or folder length is zero.
2822
2823 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2824
2825         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2826         (wl-folder-archive-current-entity): Ditto.
2827
2828 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2829
2830         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2831         retrieving message mark.
2832         (wl-summary-redisplay-internal): Ditto.
2833
2834         * wl-message.el (wl-message-buffer-display): Ignore errors while
2835         retrieving message-id field.
2836
2837         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2838         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2839         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2840         order of the arguments for `wl-expire-message-p'.
2841         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2842
2843         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2844         Check return value of wl-summary-reply.
2845         (wl-summary-reply): Recover window configuration when an error occured.
2846
2847 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2848
2849         * wl-summary.el (wl-summary-resend-message): Abolished, the
2850         feature is inherited by wl-summary-resend (put resend mark).
2851
2852 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2853
2854         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2855         wl-message-buffer to nil when the message is hide.
2856
2857 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2858
2859         * .cvsignore: New file.
2860
2861 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2862
2863         * wl-action.el (wl-summary-action-docstring): Add more info.
2864         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2865         duplicate definition.
2866         (wl-summary-define-mark-action): Functions wl-summary-*-region
2867         keep current position.
2868         (wl-summary-unregister-target-mark): Store result to the variable.
2869
2870 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2871
2872         * Version number is increased to 2.11.4.
2873
2874 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2875
2876         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2877         wl-summary-delete-all-temp-marks.
2878         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2879
2880         * wl-action.el (wl-summary-set-mark): Changed terminology
2881         refile-destination -> action-argument.
2882         (wl-summary-unset-mark): Ditto.
2883         (wl-summary-remove-argument): Ditto.
2884         (wl-summary-print-argument): Ditto.
2885
2886         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2887         (wl-thread-remove-argument-region): Ditto.
2888         (wl-thread-print-argument-region): Ditto.
2889         (wl-thread-close): Ditto.
2890         (wl-thread-open): Ditto.
2891
2892         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2893         (wl-highlight-refile-destination-face is abolished)
2894         (wl-highlight-action-argument-string): Ditto.
2895         (wl-highlight-summary-current-line): Highlight action argument.
2896
2897         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2898         color for light backgrounds.
2899         (wl-highlight-summary-answered-face): Ditto.
2900
2901 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2902
2903         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2904
2905         * wl-score.el (wl-summary-score-update-all-lines): Use
2906         wl-summary-set-mark.
2907         (wl-summary-score-update-all-lines): Kill expunged messages.
2908
2909         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2910
2911 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2912
2913         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2914         directly.
2915         (wl-score-overview-entity-get-lines): Ditto.
2916         (wl-score-overview-entity-get-xref): Ditto.
2917         (wl-score-get-latest-msgs): Ditto.
2918         (wl-summary-rescore): Ditto.
2919
2920         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2921         to "&".
2922         (wl-summary-mark-as-answered-internal): New inline function.
2923         (wl-summary-mark-as-answered): New function.
2924         (wl-summary-mark-as-unanswered): Ditto.
2925         (wl-summary-sync-marks): Modified for answered-mark synching.
2926
2927 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2928
2929         * wl-action.el (wl-summary-set-mark): Fixed last change.
2930
2931 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2932
2933         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2934         behavior of wl-summary-unread-message-hook
2935         (Pointed out by akira yamada <akira@arika.org>).
2936
2937 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2938
2939         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2940         wl-summary-delete.
2941         * wl-xmas.el (wl-summary-toolbar): Ditto.
2942
2943         * wl-action.el (wl-summary-set-mark): Don't override current
2944         temp-mark.
2945
2946         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2947
2948 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2949
2950         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2951         (wl-refile-msgid-learn): Ditto.
2952         (wl-refile-get-field-value): Ditto.
2953
2954         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2955
2956         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2957         (wl-expire-delete-reserved-messages): Renamed from
2958         wl-expire-reserve-marked-msgs-from-list.
2959         (wl-expire-delete): Removed argument `msgdb'.
2960         (wl-expire-refile): Ditto.
2961         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2962         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2963         mark-alist as argument.
2964         (wl-expire-archive-number1): Removed argument `msgdb'.
2965         (wl-expire-archive-number2): Ditto.
2966         (wl-expire-archive-date): Ditto.
2967         (wl-expire-localdir-date): Ditto.
2968         (wl-expire-hide): Ditto.
2969         (wl-archive-number1): Ditto.
2970         (wl-archive-number2): Ditto.
2971         (wl-archive-date): Ditto.
2972         (wl-archive-folder): Ditto.
2973         All other related portions are changed.
2974
2975 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2976
2977         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2978         mean move up and down. (suggested by Takashi Kawachi)
2979
2980 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2981
2982         * wl-acap.el (toplevel): Don't require un-define.
2983
2984 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2985
2986         * wl-thread.el (wl-thread-delete-message): Always update
2987         wl-summary-buffer-number-list.
2988
2989         * wl-action.el (wl-summary-print-destination): 
2990         Do nothing when folder is nil.
2991
2992 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2993
2994         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2995         persistent mark when prefetch is succeeded.
2996
2997 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2998
2999         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3000         instead of elmo-msgdb-delete-msgs.
3001         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3002         (wl-expire-hide): Ditto.
3003
3004         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3005
3006         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3007         elmo-msgdb interface.
3008         (wl-thread-get-exist-children): Likewise.
3009         (wl-thread-insert-message): Likewise.
3010         (wl-thread-msg-mark-as-important): Likewise.
3011         (wl-thread-insert-entity-sub): Likewise.
3012         (wl-thread-get-children-msgs-uncached): Likewise.
3013
3014         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3015         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3016         (wl-summary-sync-update): Likewise.
3017         (wl-summary-auto-select-msg-p): Likewise.
3018         (wl-summary-update-thread): Likewise.
3019         (wl-summary-mark-as-important): Likewise.
3020         (wl-summary-jump-to-msg-internal): Likewise.
3021         (wl-summary-redisplay-internal): Likewise.
3022         (wl-summary-print-message-with-ps-print): Likewise.
3023         (wl-summary-folder-info-update): Likewise.
3024
3025         * wl-folder.el (wl-folder-check-one-entity):
3026         elmo-folder-count-flags instead of wl-summary-count-unread.
3027
3028         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3029
3030         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3031
3032         * wl-summary.el (wl-summary-set-message-modified): 
3033         Call wl-summary-set-mark-modified.
3034         (wl-summary-delete-messages-on-buffer): Call
3035         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3036         (wl-summary-sync-update): Call elmo-folder-length instead of
3037         elmo-folder-messages.
3038         (wl-summary-insert-headers): Don't call
3039         elmo-folder-list-message-entities.
3040
3041 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3042
3043         * wl-action.el (wl-summary-define-mark-action): Call
3044         `wl-summary-set-mark' with argument `data'.
3045         (wl-summary-auto-refile): Fixed order of arguments when call
3046         `wl-summary-refile'.
3047
3048 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3049
3050         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3051
3052         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3053
3054         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3055         (Renamed from wl-highlight-summary-deleted-face).
3056         (wl-highlight-summary-resend-face): New face.
3057
3058         (wl-highlight-summary-deleted-face): Renamed from
3059         wl-highlight-summary-erased-face.
3060
3061         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3062
3063         * wl-action.el (wl-summary-get-resend-address): New function.
3064         (wl-summary-exec-action-resend): Ditto.
3065         (wl-summary-exec-action-resend-subr): Ditto.
3066
3067         * w-thread.el (wl-thread-copy): Removed definition.
3068         (wl-thread-refile): Ditto.
3069         (wl-thread-delete): Ditto.
3070         (wl-thread-target-mark): Ditto.
3071
3072         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3073         (wl-summary-target-mark-set-action): Fixed.
3074         (wl-summary-define-mark-action): Fixed quotation.
3075         (wl-summary-move-mark-list-messages): Display message.
3076         (wl-summary-define-mark-action): Define thread functions.
3077         (wl-summary-exec-action-refile): Changed message.
3078         (wl-summary-exec): Ditto.
3079
3080 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3081         
3082         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3083         '%%'.
3084
3085 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3086
3087         * wl.el (toplevel): Require wl-action.
3088         (wl-init): Call wl-summary-define-mark-action.
3089
3090         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3091
3092         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3093         wl-summary-delete and wl-summary-erase.
3094         (wl-summary-mode-map): Ditto.
3095
3096         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3097         wl-delete-folder-alist.
3098
3099         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3100         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3101         (toplevel): Moved mark & action related functions to the wl-action.el.
3102
3103         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3104         in wl-summary-mark-action-list.
3105         (wl-highlight-summary-current-line): Ditto.
3106
3107         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3108         empty lines.
3109
3110         * wl-action.el: New file. 
3111
3112 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3113
3114         * wl-summary.el (wl-summary-target-mark-replace): New function.
3115         (wl-summary-target-mark-prefetch): Use it.
3116         (wl-summary-target-mark-delete): Ditto.
3117         (toplevel): Rearranged definition order.
3118         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3119         (wl-summary-target-mark-erase): Rewrite.
3120         (wl-summary-erase-region): New function.
3121         (wl-summary-exec-action-erase): Changed message.
3122         (wl-summary-move-mark-list-messages): New function.
3123         (wl-summary-exec-action-delete): Use it.
3124         (wl-summary-exec-action-erase): Ditto.
3125
3126         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3127         (wl-summary-skip-mark-list): Added "d".
3128
3129         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3130         while searching.
3131
3132         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3133         and define using defcustom;
3134         Define 4th element as a face.
3135         
3136         * wl-summary.el (wl-summary-incorporate): Use 
3137         `wl-summary-prefetch-region-no-mark' instead of
3138         `wl-summary-prefetch-region'.
3139         (wl-summary-prefetch-region-no-mark): Revival of old
3140         `wl-summary-prefetch-region'.
3141         (wl-summary-mark-action-list): Moved to wl-vars.el
3142
3143         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3144         face according to the `wl-summary-mark-action-list'.
3145         (wl-highlight-summary-current-line): Ditto;
3146         Removed destination highlighting.
3147
3148         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3149         (wl-highlight-summary-line-string): Highlight for "i" mark.
3150         (wl-highlight-summary-current-line): Ditto.
3151
3152         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3153         no destination.
3154
3155         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3156         exists, just go ahead.
3157         (wl-summary-prefetch-region): Rewrite.
3158         (wl-summary-prefetch): Ditto.
3159         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3160         (wl-summary-exec-action-prefetch): New function.
3161         (wl-summary-target-mark-prefetch): Rewrite.
3162
3163 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3164
3165         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3166         (wl-highlight-summary-line-string): Added "d" and "D".
3167         (wl-highlight-summary-current-line): Ditto.
3168
3169         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3170         in wl-summary.el.
3171         (wl-thread-insert-entity-sub): Ditto.
3172         (wl-thread-remove-destination-region): Ditto.
3173         (wl-thread-print-destination-region): Ditto.
3174
3175         * wl-summary.el (wl-summary-buffer-refile-list,
3176         wl-summary-buffer-delete-list,
3177         wl-summary-buffer-copy-list): Abolish.
3178         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3179         All other related portions are changed.
3180         (wl-summary-mark-action-list): New variable.
3181         (wl-summary-set-mark): New function.
3182         (wl-summary-register-target-mark): Ditto.
3183         (wl-summary-unregister-target-mark): Ditto.
3184         (wl-summary-have-target-mark-p): Ditto.
3185         (wl-summary-register-temp-mark): Ditto.
3186         (wl-summary-unregister-temp-mark): Ditto.
3187         (wl-summary-registered-temp-mark): Ditto.
3188         (wl-summary-collect-temp-mark): Ditto.
3189         (wl-summary-unset-mark): Ditto.
3190         (wl-summary-set-target-mark): Ditto.
3191         (wl-summary-unset-target-mark): Ditto.
3192         (wl-summary-set-action-generic): Ditto.
3193         (wl-summary-unset-action-generic): Ditto.
3194         (wl-summary-exec-action-delete): Ditto.
3195         (wl-summary-exec-action-erase): Ditto.
3196         (wl-summary-set-action-refile): Ditto.
3197         (wl-summary-set-action-refile-subr): Ditto.
3198         (wl-summary-unset-action-refile): Ditto.
3199         (wl-summary-make-destination-numbers-list): Ditto.
3200         (wl-summary-exec-action-refile): Ditto.
3201         (wl-summary-set-action-copy): Ditto.
3202         (wl-summary-unset-action-copy): Ditto.
3203         (wl-summary-exec-action-copy): Ditto.
3204         (wl-summary-collect-numbers-region): Ditto.
3205         (wl-summary-delete): Rewrite.
3206         (wl-summary-erase): Ditto.
3207         (wl-summary-remove-destination): Ditto.
3208         (wl-summary-exec): Ditto.
3209         (wl-summary-exec-region): Ditto.
3210         (wl-summary-target-mark-erase): Ditto.
3211         (wl-summary-refile): Ditto.
3212         (wl-summary-copy): Ditto.
3213         (wl-summary-unmark): Ditto.
3214         (wl-summary-delete-all-mark): Ditto.
3215         (wl-summary-mark-line): Don't highlight.
3216         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3217         (wl-summary-target-mark-refile-subr): Rewrite.
3218
3219         (wl-summary-copy-prev-destination): Abolish.
3220
3221 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3222
3223         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3224         default values along the value of wl-on-mule.
3225         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3226         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3227         It is not used anywhere.
3228
3229 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3230
3231         * wl-summary.el (wl-summary-print-destination): Keep position.
3232         (wl-summary-cursor-move-surface): Keep horizontal position.
3233
3234 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3235
3236         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3237         write sendlog.
3238
3239 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3240
3241         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3242         `wl-summary-highlight'.
3243
3244 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3245
3246         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3247         trivial condition for temp-mark.
3248
3249 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3250
3251         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3252         when it hits killed buffer.
3253
3254 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3255
3256         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3257         * wl-news.el.in: `message' and `error' take format string.
3258
3259 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3260
3261         * wl-folder (wl-folder-insert-entity): Display a message,
3262         `...done', when the work finish.
3263         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3264
3265 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3266
3267         * wl-message.el (wl-message-redisplay): Remove unused local
3268         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3269
3270 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3271
3272         * wl-summary.el (wl-summary-replace-status-marks): Disable
3273         interactive use.
3274         (wl-summary-reedit): Check message existence at first.
3275         (wl-summary-mark-line): Fix doc, return value is indefinite.
3276
3277         * wl-highlight.el (wl-highlight-message): Arranged.
3278
3279         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3280         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3281         check temp-mark by wl-summary-temp-mark always.
3282         (wl-highlight-summary): Change accordingly.
3283         * wl-summary.el (wl-summary-mark-as-read-all)
3284         (wl-summary-delete-cache, wl-summary-set-score-mark)
3285         (wl-summary-mark-as-unread, wl-summary-unmark)
3286         (wl-summary-mark-line, wl-summary-mark-as-read)
3287         (wl-summary-mark-as-important): Ditto.
3288
3289         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3290         end of the window if possible.
3291         * wl-summary.el (wl-summary-sync-update): Support lazy
3292         highlighting.
3293         (wl-summary-toggle-disp-msg): Ditto.
3294
3295 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3296
3297         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3298
3299 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3300
3301         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3302         change.
3303
3304 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3305
3306         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3307         API.
3308         (wl-summary-sync-update): Ditto.
3309
3310         * wl-score.el (wl-score-get-score-alist): Changed argument.
3311         (wl-summary-rescore-msgs): Likewise.
3312         (wl-summary-score-headers): Likewise.
3313         (wl-score-headers): Likewise;
3314         Use elmo-folder-do-each-message-entity, etc.
3315         (wl-summary-score-effect): Follow the changes above.
3316         (wl-summary-rescore): Ditto.
3317         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3318         (wl-score-get-overview): Abolish.
3319
3320         * wl-summary.el (wl-summary-default-from): Follow the API change in
3321         elmo-msgdb.
3322         (wl-summary-count-unread): Ditto.
3323         (wl-summary-detect-mark-position): Ditto.
3324         (wl-summary-overview-entity-compare-by-date): Ditto.
3325         (wl-summary-overview-entity-compare-by-number): Ditto.
3326         (wl-summary-overview-entity-compare-by-from): Ditto.
3327         (wl-summary-overview-entity-compare-by-subject): Ditto.
3328         (wl-summary-get-list-info): Ditto.
3329         (wl-summary-rescan): Ditto.
3330         (wl-summary-jump-to-msg-by-message-id): Ditto.
3331         (wl-summary-sync-update): Ditto; Removed comment.
3332         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3333         (wl-summary-insert-message): Use wl-summary-insert
3334         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3335         (wl-summary-insert-headers): Changed argument overview to folder.
3336         (wl-summary-search-by-subject): Likewise.
3337         (wl-summary-insert-thread): Renamed from 
3338         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3339
3340         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3341         too.
3342
3343         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3344         wl-string-member.
3345
3346 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3347
3348         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3349         elmo-folder-append-buffer.
3350         (wl-draft-queue-append): Likewise.
3351
3352         * wl-mime.el (wl-message-delete-current-part): Ditto.
3353         (wl-summary-burst-subr): Ditto.
3354
3355         * wl-news.el.in (wl-news-send-news): Ditto.
3356
3357 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3358
3359         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3360         function.
3361         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3362         (wl-summary-update-mark): Enclose with save-excursion.
3363         (wl-summary-mark-as-read-internal): Fixed last change.
3364         (wl-summary-mark-as-important): Use 3rd argument of
3365         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3366         Don't use elmo-msgdb-set-mark.
3367         (wl-summary-redisplay-internal): If msgdb flag is already read,
3368         just update the mark on buffer.
3369
3370 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3371
3372         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3373         cut visible folder when elmo-folder-delete returns non-nil value.
3374
3375 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3376
3377         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3378         by Kenichi OKADA <okada@opaopa.org>).
3379
3380 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3381
3382         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3383
3384 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3385
3386         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3387         Fixed the last change, search group entity by its real name.
3388         (Thanks to: KOBAYASHI Shinji)
3389
3390 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3391
3392         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3393         (wl-fldmgr-access-display-all): Don't refer visible name.
3394         * wl-expire.el (wl-folder-archive-current-entity)
3395         (wl-folder-expire-current-entity): Ditto.
3396         * wl-folder.el (wl-folder-jump-to-current-entity)
3397         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3398         (wl-folder-open-folder-sub,wl-folder-open-all)
3399         (wl-folder-write-current-folder): Ditto.
3400         (wl-folder-insert-entity): Don't use petname for normal group.
3401         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3402         is the real name.
3403         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3404         Abolished.
3405
3406 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3407
3408         * wl-draft.el (wl-draft-create-buffer): Add
3409         `wl-summary-reply-with-citation'
3410
3411 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3412
3413         * wl-draft.el (wl-draft-reply): Fixed.
3414
3415 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3416
3417         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3418         when `wl-draft-send-confirm-with-preview' is non-nil.
3419         You can scroll up/down by j/k.
3420         (wl-draft-send-confirm-with-preview): New variable (default=t).
3421
3422 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3423
3424         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3425         (wl-fldmgr-save-folders): Fix comment.
3426
3427 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3428
3429         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3430         along the last change in `wl-folder-buffer-group-p'.
3431
3432 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3433
3434         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3435         folder.
3436
3437         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3438         the default value.
3439
3440         * wl-mime.el (wl-summary-burst): Update summary only when target
3441         folder equals current folder.
3442
3443 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3444
3445         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3446
3447 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3448
3449         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3450         value.
3451
3452 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3453
3454         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3455         `map-extents' instead of `extent-at' repeatedly.
3456         (wl-highlight-folder-current-line): Ditto.
3457
3458         * wl-highlight.el: Remove useless dummy functions.
3459
3460 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3461
3462         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3463         (wl-folder-put-folder-property): New function to put text property.
3464         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3465         (wl-folder-insert-entity, wl-folder-update-diff-line)
3466         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3467         * wl-e21.el, wl-xmas.el, wl-mule.el
3468         (wl-highlight-folder-current-line): Ditto.
3469         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3470         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3471         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3472         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3473
3474 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3475
3476         * Version number is increased to 2.11.3.
3477
3478 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3479
3480         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3481         Resume current-buffer since it is assumed by remaining tasks.
3482
3483 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3484
3485         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3486         (wl-folder-completion-function): Abolished.
3487         (wl-folder-complete-folder): New function.
3488         (wl-folder-complete-filter-condition): Ditto.
3489         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3490         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3491
3492 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3493
3494         * wl-draft.el (wl-draft-send-confirm): New function.
3495         (wl-draft-send): Use it.
3496
3497         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3498         cursor-in-echo-area while confirming.
3499
3500         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3501
3502         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3503         searching via nntp if wl-summary-search-via-nntp is 'force.
3504         Otherwise, invoke searching in nntp folder only.
3505         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3506
3507         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3508         explicitly for mime-make-text-tag.
3509
3510 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3511
3512         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3513         `mime-make-text-tag' instead of `mime-create-tag'.
3514
3515 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3516
3517         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3518         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3519
3520 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3521
3522         * wl-score.el (wl-score-save): Bind print-length and print-level.
3523         (wl-score-pretty-print): Ditto.
3524         (wl-score-edit-insert-header-entry): Ditto.
3525
3526         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3527         "From" entry to be treated with wl-draft-eword-encode-address-list.
3528         * wl-mime.el (wl-draft-preview-message): Ditto.
3529
3530         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3531         (wl-summary-mark-as-unread): Ditto.
3532         (wl-summary-mark-as-read-region): Change accordingly.
3533         (wl-summary-mark-as-unread-region): Ditto.
3534         (wl-summary-target-mark-mark-as-read): Ditto.
3535         (wl-summary-target-mark-mark-as-unread): Ditto.
3536
3537 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3538
3539         * Version number is increased to 2.11.2.
3540
3541 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3542
3543         * wl-news.el.in (wl-news-previous-version-save): Bind
3544         print-length and print-level.
3545         * wl-thread.el (wl-thread-save-entities): Ditto.
3546         (wl-thread-save-top-list): Bind print-length.
3547
3548 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3549
3550         * wl-highlight.el (wl-highlight-summary-line-string): Use
3551         wl-summary-score-below-mark, wl-summary-score-over-mark.
3552         (wl-highlight-summary-current-line): Ditto.
3553
3554 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3555
3556         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3557         insert it.
3558
3559 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3560
3561         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3562
3563 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3564
3565         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3566         message without msgid.
3567         Rewrite with elmo-folder-move-messages.
3568         Set wl-message-buffer to nil.
3569
3570         * wl-summary.el (wl-summary-erase-subr): New function. Use
3571         elmo-folder-move-messages.
3572         (wl-summary-erase): Call it.
3573         (wl-summary-target-mark-erase): Ditto.
3574
3575 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3576
3577         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3578         it is not up-tp-date.
3579
3580 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3581
3582         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3583         buffer after calling `wl-summary-goto-folder-subr' without the
3584         argument `interactive'.
3585         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3586
3587 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3588
3589         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3590         `mime-create-tag'. Use `string=' instead of `looking-at'.
3591
3592 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3593
3594         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3595         to avoid compile warning.
3596
3597         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3598         entity-id when folder is given.
3599         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3600         save-excursion, use save-selected-window instead.
3601         Select folder buffer window if exists.
3602         (To correct behavior with wl-folder-move-cur-folder.)
3603
3604 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3605
3606         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3607
3608 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3609
3610         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3611         list-count instead of %d.
3612
3613 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3614
3615         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3616         (wl-news): Set it.
3617         (wl-news-append-to-folder): Use it.
3618
3619         * wl-news.el.in (wl-news-send-news): Append to specified folder
3620         instead of wl-default-folder.
3621         (wl-news-append-to-folder): Show error message with specified folder.
3622
3623         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3624                 In most major modes, Emacs assumes that any opening
3625                 delimiter found at the left margin is the start of a
3626                 top-level definition, or defun. Therefore, *never put an
3627                 opening delimiter at the left margin unless it should have
3628                 that significance.*
3629
3630         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3631
3632 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3633
3634         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3635
3636 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3637
3638         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3639
3640 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3641
3642         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3643         for sequential numbering case.
3644
3645 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3646
3647         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3648         value.
3649         (wl-draft-reply-without-argument-list): Ditto.
3650         (wl-draft-reply-myself-with-argument-list): Abolish.
3651         (wl-draft-reply-myself-without-argument-list): Ditto.
3652         * wl-draft.el (wl-draft-self-reply-p): New function.
3653         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3654
3655 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3656
3657         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3658         (avoid error for the case without byte-compiling)
3659
3660 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3661
3662         * wl-news.el.in (wl-news-append-to-folder): New function.
3663         (wl-news-exit): Rewrite.
3664         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3665
3666 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3667
3668         * wl-draft.el (wl-draft-reply-position): New function.
3669         (wl-draft-reply-position): Fix.
3670         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3671         (wl-summary-target-mark-reply-with-citation): Ditto.
3672         (wl-summary-reply-with-citation): Ditto.
3673         * wl-vars.el (wl-draft-reply-default-position): New variable.
3674
3675 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3676
3677         * wl-draft.el (wl-draft-send): Preview when interactive send.
3678
3679 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3680
3681         * wl-draft.el (wl-draft-reply): Set default position.
3682         * wl-summary.el (wl-summary-reply): Ditto.
3683         (wl-summary-reply-with-citation): Ditto.
3684         (wl-summary-target-mark-reply-with-citation): Ditto.
3685
3686 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3687
3688         * wl-news.el.in (wl-news-lang): Set default value according to
3689         current-language-environment.
3690         (wl-news-append-news): Do nothing when news-list is nil.
3691
3692 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3693
3694         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3695         (wl-news): Change message.
3696         (wl-news-exit): Check buffer.
3697         (wl-news-force-exit): New function.
3698         (wl-news-show-all): New function.
3699         (wl-news-discard-and-exit): Fix.
3700
3701 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3702
3703         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3704         according to current-language-environment.
3705
3706         * wl-news.el.in (wl-news): If arg, show all NEWS after
3707         wl-news-default-previous-version.
3708
3709 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3710
3711         * wl-news.el.in (wl-news-check): Rewritten.
3712         (wl-news-previous-version-load): Change data type.
3713         (wl-news-previous-version-save): Change data type.
3714         (wl-news-append-news): Add return value.
3715         (wl-news-check-news): New function.
3716         (wl-news-already-current-p): New function.
3717         (wl-news-send-news): Rewritten.
3718         (wl-news-mode-map): Add new keybind.
3719         (wl-news): Rewritten.
3720         (wl-news-exit): Rewritten.
3721         (wl-news-discard-and-mail): New function.
3722         (wl-news-send-to-address): Abolished.
3723         * wl.el (wl-init): Delete a message.
3724
3725 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3726
3727         * wl-news.el.in (wl-news-exit): Update previous version.
3728         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3729
3730 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3731
3732         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3733
3734 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3735
3736         * wl-news.el.in (wl-news): New function.
3737         (wl-news-mode): New function.
3738         (wl-news-next-line): New function.
3739         (wl-news-next-page): New function.
3740         (wl-news-exit): New function.
3741         (wl-news-buf-name): New variable.
3742         (wl-news-mode-map): New variable.
3743         (wl-news-winconf): New variable.
3744         (wl-news-append-news): Add an option.
3745
3746 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3747
3748         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3749
3750 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3751
3752         * wl-news.el.in (wl-news-send-to-address): New variable.
3753         (wl-news-send-news): Use it.
3754         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3755         Return updating status.
3756         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3757
3758 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3759
3760         * wl-news.el.in (wl-news-send-news): Delete
3761         Organization and X-Face.
3762
3763 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3764
3765         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3766         (wl-news-append-news): New function.
3767         (wl-news-send-news): New function.
3768
3769 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3770
3771         * Version number is increased to 2.11.1.
3772
3773 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3774
3775         * wl-news.el.in : New file.
3776
3777 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3778
3779         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3780         default value.
3781         (wl-draft-reply-without-argument-list): Ditto.
3782
3783 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3784
3785         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3786         (wl-message-buffer-prefetch-idle-time): Ditto.
3787         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3788
3789 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3790
3791         * wl-thread.el (wl-thread-insert-message): Use
3792         wl-summary-max-thread-depth.
3793
3794         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3795         loop detection.
3796
3797         * wl-message.el (wl-message-buffer-display): Back to the first page
3798         when cache is hit.
3799
3800 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3801
3802         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3803
3804         * wl-summary.el (wl-summary-insert-thread-entity):
3805         If the thread depth is reached to wl-summary-max-thread-depth,
3806         divide the thread.
3807
3808 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3809
3810         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3811         for elmo-remove-passwd.
3812
3813 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3814
3815         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3816         folder is sticky.
3817         (wl-folder-mark-as-read-all-entity): Ditto.
3818         (wl-folder-prefetch-entity): Ditto.
3819
3820 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3821
3822         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3823
3824 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3825
3826         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3827         Delete messages on buffer for unplugged operation.
3828         (wl-summary-erase): Ditto.
3829
3830 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3831
3832         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3833         take nil so as not to search parent by subject.
3834
3835 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3836
3837         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3838         (wl-folder-get-next-folder): Ditto.
3839         (wl-folder-get-path): Ditto.
3840
3841 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3842
3843         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3844         system and encode the region with it before verifying.
3845
3846 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3847
3848         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3849         system of the echo buffer before decoding.
3850
3851 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3852
3853         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3854         original contents.
3855
3856 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3857
3858         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3859         with argument 'any-exists.
3860
3861 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3862
3863         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3864         Use `wl-cs-autoconv'.
3865
3866 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3867
3868         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3869         by `mime-view-automatic-conversion'.
3870
3871         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3872         (wl-message-verify-pgp-nonmime): Ditto.
3873         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3874         Bind them to C-c:d and C-c:v respectively.
3875
3876         Merge following code by Teranishi-san from [wl-en:00167].
3877         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3878         (wl-mime-preview-application/pgp-encrypted): Ditto.
3879         (wl-mime-setup): Add entry.
3880
3881 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3882
3883         * wl-summary.el (wl-summary-target-mark-erase): New function.
3884         Bind it to "mD".
3885
3886 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3887
3888         * wl-vars.el (wl-draft-write-file-function): Fix.
3889         (wl-draft-reedit-hook): Changed default value.
3890
3891         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3892         wl-draft-reedit-hook.
3893         (wl-draft-remove-text-plain-tag): New function.
3894         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3895
3896         * wl-vars.el (wl-draft-write-file-function): New user option.
3897
3898         * wl-draft.el (wl-draft-prepare-edit): Use it for
3899         local-write-file-hooks.
3900         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3901
3902         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3903         (wl-draft-insert-mail-header-separator): Return the body beginning
3904         point.
3905         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3906         text/plain.
3907         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3908
3909 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3910
3911         * wl-summary.el (wl-summary-erase): New function to erase message
3912         without moving it to trash. Bind to "D".
3913
3914         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3915         as `keep' unless switch-function.
3916
3917 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3918
3919         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3920         message buffer by using `wl-summary-toggle-disp-msg'.
3921         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3922         buffer window.
3923         (wl-summary-supresedes-message): Ditto.
3924
3925         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3926         Do not delete other windows.
3927         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3928         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3929         (wl-draft-create-buffer): Set reply-or-forward also for target
3930         mark commands.
3931
3932 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3933
3934         * wl-draft.el (wl-user-agent-compose): Delete special case for
3935         switch-to-buffer-other-window.
3936
3937         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3938         (wl-summary-forward): Ditto.
3939
3940         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3941         function.
3942         (wl-draft-buffer-style): New use option.
3943
3944         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3945         (wl-draft): Follow the change above.
3946         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3947         wl-draft-buffer-style.
3948         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3949         switch-function.
3950
3951 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3952
3953         * wl-address.el (wl-address-make-completion-entry): Extracted from
3954         `wl-address-make-completion-list'.
3955         (wl-address-enable-strict-loading): New variable.
3956         (wl-address-make-completion-list): Revive petname duplication
3957         inquiry, and enable it if `wl-address-enable-strict-loading'.
3958         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3959
3960 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3961
3962         * wl-message.el (wl-message-get-original-buffer): Avoid
3963         'Selecting deleted buffer' error when original buffer is killed.
3964
3965 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3966
3967         * wl-summary.el (wl-summary-next-message): Use
3968         elmo-message-accessible-p instead of elmo-message-cached-p.
3969
3970 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3971
3972         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3973
3974         * wl-thread.el (wl-thread-open-all-unread): Use
3975         elmo-folder-list-flagged instead of
3976         elmo-folder-list-messages-mark-match.
3977
3978         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3979         instead of elmo-folder-list-messages-mark-match.
3980         (wl-summary-move-spec-alist): New variable.
3981         (wl-summary-move-spec-plugged-alist,
3982         wl-summary-move-spec-unplugged-alist): Abolish.
3983         (wl-summary-next-message): Follow the change above.
3984         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3985         with 'no-msg' argument.
3986
3987         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3988         variable.
3989         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3990         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3991         (wl-message-buffer-prefetch-get-next): Follow the change above.
3992
3993 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3994
3995         * wl-version.el (wl-version): Changed codename.
3996
3997         * Version number is increased to 2.11.0.
3998
3999 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4000
4001         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4002         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4003         `wl-draft-config-variables'.
4004         (wl-draft-kill): Fixed problem when the draft is reedit.
4005
4006 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4007
4008         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4009         buffer-modified status (Thanks to
4010         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4011
4012 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4013
4014         * wl-util.el (wl-region-exists-p): New function.
4015
4016         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4017         Remove defvars for byte-compile warnings.
4018
4019 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4020
4021         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4022         defvar-maybe. Removed unused bind.
4023
4024 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4025
4026         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4027         summary buffer window before creating new frame.
4028         (wl-draft-reply): Ditto.
4029
4030 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4031
4032         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4033
4034 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4035
4036         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4037
4038 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4039
4040         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4041         instead of `kill-region'.
4042
4043 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4044
4045         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4046         (wl-highlight-summary-line-string): Use it.
4047         (wl-highlight-summary-current-line): Ditto.
4048
4049         * wl-mime.el (wl-message-delete-current-part): Check the class of
4050         mime-entity.
4051
4052         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4053
4054         * wl-summary.el (wl-summary-make-number-list): Initialize.
4055         (wl-summary-update-mark): New function.
4056         (wl-summary-reply): Put `answered' mark on the message.
4057         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4058
4059         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4060         (wl-draft-reply): Added optional argument `number';
4061         Set wl-draft-parent-number.
4062         (wl-draft-kill): Delete answered mark if it is a reply.
4063
4064 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4065
4066         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4067         that originates in mime-preview-follow-current-entity.
4068         (wl-draft-yank-current-message-entity): Use it if region is active.
4069
4070         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4071         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4072         `wl-message-delete-current-part'.
4073         * wl-mule.el (wl-message-define-keymap): Ditto.
4074         * wl-xmas.el (wl-message-define-keymap): Ditto.
4075
4076 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4077
4078         * wl-mime.el (wl-message-delete-current-part): New function.
4079         (wl-mime-node-id-to-string): Ditto.
4080
4081         * wl-mime.el (wl-message-delete-current-part): Use existing
4082         original buffer which corresponds current mime-view buffer.
4083         (fetched buffer might have different structure, possibly)
4084
4085         * wl-mime.el (wl-message-delete-current-part): Quit if the
4086         message content differs from the actual message.
4087
4088 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4089
4090         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4091         order.
4092         (wl-summary-search-by-subject): Search parent message from tail;
4093         Check the existence of the parent message on the current thread tree.
4094         (wl-summary-update-thread): Check whether the line is inserted.
4095
4096 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4097
4098         * wl-vars.el (wl-summary-line-format): Undo last change.
4099         * wl-summary.el (wl-summary-print-destination): Do not put
4100         invisible property when `wl-summary-width' is nil.
4101         (wl-summary-line-subject-minimum-length): Abolished.
4102         (wl-summary-line-subject): Ditto.
4103
4104 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4105
4106         * wl-vars.el (wl-summary-line-format): Change default value.
4107         (wl-summary-subject-length-limit): Abolished.
4108         * wl-summary.el (wl-summary-line-subject): Ditto.
4109
4110 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4111
4112         * wl-template.el (wl-template-select): Added optional argument.
4113         If optional argument is specified, reverse
4114         `wl-template-visible-select'.
4115
4116 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4117
4118         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4119         Take prefix argument to force asking the destination folder.
4120
4121 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4122
4123         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4124         count and update status.
4125
4126 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4127
4128         * wl-summary.el (wl-summary-redisplay-internal): If
4129         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4130         after fetching.
4131
4132 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4133
4134         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4135         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4136
4137         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4138
4139 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4140
4141         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4142         (All other related portions are changed).
4143         (wl-summary-mark-as-read-all): Rewrite.
4144
4145 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4146
4147         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4148         `wl-summary-mark-as-read'.
4149         (wl-summary-mark-as-unread): Rewrite.
4150         (wl-summary-mark-as-read): Added no-modeline argument.
4151         (wl-summary-resume-cache-status): Rewrite.
4152         (wl-summary-exec-subr): Remove unused local variable.
4153
4154 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4155
4156         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4157         logic to call `wl-summary-buffer-prev-folder-function'.
4158         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4159
4160 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4161
4162         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4163         is nil.
4164
4165 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4166
4167         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4168         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4169         (wl-mime-setup): Add its entry.
4170
4171 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4172
4173         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4174         (wl-summary-delete-cache): Likewise.
4175         (wl-summary-mark-as-read): Rewrite.
4176
4177 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4178
4179         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4180         `wl-summary-count-unread'.
4181
4182         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4183
4184         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4185
4186 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4187
4188         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4189         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4190         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4191         Renamed to the elmo-msgdb-*-mark.
4192         (wl-summary-score-marks): Follow the change above.
4193         (wl-summary-auto-refile-skip-marks): Ditto.
4194         (wl-summary-incorporate-marks): Ditto.
4195         (wl-summary-expire-reserve-marks): Ditto.
4196
4197         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4198         changes.
4199         (wl-thread-insert-top): Changed updating message.
4200
4201         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4202         variable.
4203         (wl-summary-count-unread): Count answered marks.
4204         (wl-summary-rescan): Call wl-summary-insert-message instead of
4205         wl-summary-append-message-func-internal.
4206         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4207         (wl-summary-prefetch-msg): Follow the variable name changes.
4208         (wl-summary-prefetch-region): Ditto.
4209         (wl-summary-mark-as-read-all): Follow the API changes;
4210         Don't call elmo-folder-replace-marks.
4211         (wl-summary-delete-cache): Follow the variable name changes.
4212         (wl-summary-resume-cache-status): Ditto.
4213         (wl-summary-update-status-marks): New function.
4214         (wl-summary-insert-message): New function.
4215         (wl-summary-sync-marks): Follow the variable name changes.
4216         (wl-summary-sync-update): Synchronize to the msgdb, too;
4217         Changed update messages.
4218         (wl-summary-make-number-list): Rewrite.
4219         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4220         (wl-summary-mark-as-unread): Follow the API changes.
4221         (wl-summary-exec-subr): Follow the variable name changes.
4222         (wl-summary-mark-as-read): Ditto.
4223         (wl-summary-move-spec-plugged-alist): Ditto.
4224         (wl-summary-move-spec-unplugged-alist): Ditto.
4225         (wl-summary-cursor-move-surface): Ditto.
4226
4227         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4228         variable name changes.
4229         (wl-highlight-summary-current-line): Ditto.
4230
4231         * wl-expire.el (wl-expire-refile): Follow the API change in
4232         elmo-folder-move-messages.
4233         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4234         (wl-summary-archive): Use elmo-folder-msgdb instead of
4235         elmo-msgdb-load.
4236
4237 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4238
4239         * wl-mime.el (wl-draft-preview-message): Restore the position
4240         before evaluating wl-draft-send-hook in preview buffer.
4241
4242 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4243
4244         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4245         when it creates new draft buffer.
4246
4247         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4248         without argument.
4249
4250         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4251         Evaluate content and if the value is string, insert it.
4252         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4253         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4254         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4255         wl-draft-config-sub-part-bottom): Use it.
4256
4257         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4258         with the folder name. The question was unintelligible when it is
4259         called from wl-save-status.
4260
4261 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4262
4263         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4264         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4265         cannot take second argument).
4266
4267 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4268
4269         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4270         as t. Since type and subtype are not case sensitive (RFC 2045).
4271
4272 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4273
4274         * wl-vars.el (wl-message-mode-line-format): New variable.
4275         (wl-message-mode-line-format-spec-alist): Ditto.
4276         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4277         (wl-message-redisplay): Use wl-message-mode-line-format.
4278
4279 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4280
4281         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4282
4283 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4284
4285         * wl-summary.el (wl-summary-default-from): Write description.
4286
4287 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4288
4289         * wl-vars.el (wl-ldap-objectclass): Abolish.
4290
4291         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4292         (wl-ldap-make-filter): Removed condition for objectclass.
4293         (wl-ldap-make-matched-value-list): Remove meaningless process.
4294         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4295         (wl-address-ldap-search): Don't add `*' to `pat' string;
4296         use ignore-errors; added `email';
4297         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4298         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4299         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4300
4301
4302 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4303
4304         * wl-draft.el (wl-draft-parent-folder): Write description.
4305         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4306
4307 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4308
4309         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4310         as "" (zero-length string) if no parent.
4311         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4312
4313 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4314
4315         * wl-address.el (wl-address-make-completion-list): Skip duplication
4316         checking.
4317         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4318         `append'.
4319
4320 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4321
4322         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4323         instead of `beginning-of-buffer'.
4324
4325 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4326
4327         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4328
4329 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4330
4331         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4332         Refer wl-message-buffer-name.
4333         (wl-message-wheel-down): Ditto.
4334
4335 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4336
4337         * wl-vars.el (wl-message-buffer-name): New user option.
4338
4339         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4340         directly instead of making alist dinamically.
4341
4342         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4343         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4344         wl-message-buffer-cache-name.
4345         (wl-message-buffer-cache-clean-up): Ditto.
4346
4347         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4348
4349         * Version number is increased to 2.9.15.
4350
4351 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4352
4353         * wl-vars.el (wl-summary-default-view-alist): New user option.
4354
4355         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4356
4357         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4358         while deleting address.
4359         (wl-draft-delete-myself-from-cc): Ditto.
4360
4361         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4362         If optional argument is specified, reverse sort order.
4363
4364         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4365
4366 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4367
4368         * wl-thread.el (wl-thread-insert-message): Return parent number if
4369         exists.
4370         (wl-thread-update-indent-string-region): Use
4371         wl-thread-update-line-on-buffer-sub instead of
4372         wl-thread-update-line-on-buffer.
4373
4374 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4375
4376         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4377         (wl-folder-close-all): Ditto.
4378
4379 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4380
4381         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4382         and mailing-list:.
4383         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4384         value.
4385         (wl-summary-line-list-info): Print mailing-list name even when 
4386         list-number is empty.
4387
4388 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4389
4390         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4391
4392         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4393         (wl-draft-open-file): Ditto.
4394         (wl-draft-random-alphabet): Ditto.
4395
4396         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4397         bindings.
4398
4399 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4400
4401         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4402         * wl-vars.el (wl-draft-config-alist): Ditto.
4403
4404 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4405
4406         * Version number is increased to 2.9.14.
4407
4408         * wl.el (wl): Don't set wl-init as nil when error occured while
4409         auto-checking folders.
4410
4411         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4412         `elmo-expand-newtext'.
4413
4414 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4415
4416         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4417         `this-command' so that `wl-folder-goto-folder' contained in
4418         `wl-summary-keep-cursor-command' work.
4419
4420 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4421
4422         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4423         message buffer displaying state.
4424
4425 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4426
4427         * wl-vars.el (wl-summary-default-view): New variable to specify
4428         default value for `wl-summary-buffer-view' instead of using
4429         set-default.
4430         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4431
4432 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4433
4434         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4435
4436         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4437
4438 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4439
4440         * wl-vars.el (wl-forward-subject-prefix): New variable.
4441         * wl-draft.el (wl-draft-forward): Use it.
4442
4443 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4444
4445         * wl-message.el (wl-message-prev-page): When it is called without
4446         lines argument, scroll down by wl-message-scroll-amount lines.
4447         (wl-message-next-page): Ditto.
4448         * wl-vars.el (wl-message-scroll-amount): Change default value
4449         to preserve current behavior.
4450
4451 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4452
4453         * wl-summary.el (wl-summary-prefetch-msg): Bind
4454         `wl-message-entity' to call `wl-summary-from-function'.
4455
4456 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4457
4458         * wl-message.el (wl-message-buffer-create): Run
4459         wl-message-buffer-created-hook.
4460
4461 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4462
4463         * wl-summary.el (wl-summary-sort-specs): New variable.
4464         (wl-summary-default-sort-spec): Ditto.
4465         (wl-summary-sort): Rewrite.
4466         (wl-summary-sort-by-list-info): New function.
4467
4468 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4469
4470         * wl-summary.el (wl-summary-get-list-info): New function.
4471         (wl-summary-sort): Rewrite.
4472         (wl-summary-line-list-info): Ditto.
4473         (wl-summary-line-list-count): Ditto.
4474         (wl-summary-refile-region): Fixed docstring.
4475
4476 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4477
4478         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4479         `wl-folder-entity-hashtb' as completion table.
4480
4481 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4482
4483         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4484         only when this command is called interactively; silence the byte-
4485         compiler.
4486
4487 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4488
4489         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4490         active in XEmacs.
4491
4492 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4493
4494         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4495         plural lines.
4496
4497 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4498
4499         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4500         of current line when the cursor is on the header name.
4501         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4502
4503 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4504
4505         * wl-util.el (wl-read-directory-name): Return displayed directory
4506         as the default value also on XEmacs.
4507
4508 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4509
4510         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4511         formatting.
4512
4513 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4514
4515         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4516         argument and when it is non-nil, check face property before
4517         highlighting for each line.
4518         (wl-highlight-summary-window): Set it.
4519
4520 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4521
4522         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4523         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4524
4525         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4526         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4527         (wl-draft-get-fcc-list): Likewise.
4528
4529 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4530
4531         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4532         (wl-thread-entity-cur): Ditto.
4533         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4534         wl-thread-indent-regexp setting.
4535         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4536
4537         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4538         wl-summary-lazy-highlight.
4539         (wl-summary-display-bottom): Ditto.
4540
4541         * wl-thread.el (wl-thread-open-close): Likewise.
4542
4543         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4544         from and subject;
4545         Bind wl-draft-use-frame;
4546         Enclose with save-window-excursion;
4547         Use wl-draft-create-buffer instead of with-temp-buffer;
4548         Use wl-draft-prepare-edit;
4549         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4550         Use wl-draft-send instead of wl-draft-raw-send.
4551
4552 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4553
4554         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4555         of using wl-from.
4556
4557 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4558
4559         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4560         insert-buffer instead of clone-buffer.
4561         (wl-draft-doing-mime-bcc): New variable.
4562         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4563         infinite loop.
4564         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4565
4566         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4567         (wl-draft-mime-bcc-body): Ditto.
4568
4569         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4570         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4571         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4572         wl-draft-do-mime-bcc.
4573         (wl-draft-mime-bcc-field): New function.
4574         (wl-draft-do-mime-bcc): Ditto.
4575
4576         * wl-address.el (wl-address-complete-header-list): New variable.
4577         (wl-address-complete-header-regexp): Changed default value.
4578
4579         * Version number is increased to 2.9.13.
4580
4581 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4582
4583         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4584         it is differed.
4585
4586 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4587
4588         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4589         (wl-summary-line-list-count): Ditto.
4590
4591 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4592
4593         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4594         (wl-nntp-posting-function): New variable.
4595         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4596         `wl-nntp-posting-config-alist'.
4597
4598 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4599
4600         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4601         FLIM.
4602
4603 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4604
4605         * wl-summary.el (wl-summary-target-mark-refile-sub):
4606         Remove a nuisance funcall.
4607
4608 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4609
4610         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4611         as t for `try-completion'.
4612
4613 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4614
4615         * wl-summary.el (wl-summary-default-from): Use
4616         wl-address-header-extract-address instead of
4617         std11-extract-address-components.
4618         (wl-summary-simple-from): Ditto.
4619         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4620         (wl-summary-insert-headers): Show message.
4621         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4622         for whole line.
4623         (wl-summary-default-from): Revert last change.
4624         (wl-summary-simple-from): Ditto.
4625         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4626         (wl-summary-mark-as-read-region): Follow the change above.
4627         (wl-summary-sync-marks): Ditto.
4628         (wl-summary-target-mark-mark-as-read): Ditto.
4629         (wl-summary-redisplay-internal): Ditto.
4630         (wl-summary-redisplay-no-mime-internal): Ditto.
4631         (wl-summary-redisplay-all-header): Ditto.
4632         (wl-summary-mark-as-read): Removed argument `cached';
4633         Use current cache status to set cache mark.
4634         (wl-summary-redisplay-internal): Follow the change above.
4635         (wl-summary-redisplay-no-mime-internal): Ditto.
4636         (wl-summary-redisplay-all-header): Ditto.
4637
4638         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4639
4640         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4641         Don't call itself recursively (Adviced by Yamaoka-san).
4642
4643 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4644
4645         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4646         bind wl-summary-highlight as nil to avoid error caused by missing
4647         local variables.
4648
4649 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4650
4651         * wl-vars.el (wl-invalid-character-message): New user option.
4652
4653         * wl-util.el (wl-set-string-width): If truncated string-width is
4654         larger than specified width, use `wl-invalid-character-message'.
4655
4656 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4657
4658         * wl-summary.el (wl-summary-prefetch-msg): 
4659         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4660
4661 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4662
4663         * wl-vars.el (wl-summary-check-line-format): New user option.
4664         (wl-summary-line-format-file): Ditto.
4665
4666         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4667         variable.
4668         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4669         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4670         and `wl-summary-view-old-p' to check whether do a rescan or not.
4671         (wl-summary-view-old-p): New function.
4672         (wl-summary-line-format-changed-p): Ditto.
4673         (wl-summary-line-format-save): Ditto.
4674         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4675
4676         * wl-util.el (wl-set-string-width): Avoid using negative number
4677         for make-string.
4678
4679 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4680
4681         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4682         return value.
4683
4684         * wl-util.el (wl-set-string-width): Added optional argument
4685         `padding' (All other related portions are changed).
4686         (wl-line-parse-format): If the first letter of column number is
4687         `0', zero-padding the result (ex: "%05l").
4688
4689         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4690
4691 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4692
4693         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4694         sequential summary view.
4695
4696 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4697
4698         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4699         if it doesn't have a -unix version.
4700
4701 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4702
4703         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4704
4705 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4706
4707         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4708         content.
4709         (wl-draft): Follow the change above.
4710
4711         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4712
4713         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4714         and wl-folder-summary-line-format-alist contain %T and %P.
4715
4716         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4717         (wl-summary-mode-line-format): New user option.
4718         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4719         (wl-summary-line-format): Changed default value.
4720         (wl-summary-lazy-highlight): Changed default value.
4721
4722         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4723         change in wl-summary-create-line.
4724         (wl-thread-insert-entity-sub): Ditto.
4725
4726         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4727         (wl-summary-buffer-unread-status): Ditto.
4728         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4729         (wl-summary-buffer-persistent-mark-column): Ditto.
4730         (wl-summary-buffer-mode-line-formatter): Ditto.
4731         (wl-summary-buffer-mode-line): Ditto.
4732         (wl-summary-message-regexp): Abolished.
4733         (All other related portions are changed.)
4734         (wl-summary-detect-mark-position): New function.
4735         (wl-summary-buffer-set-folder): Setup
4736         wl-summary-buffer-mode-line-formatter.
4737         (wl-summary-mode): Setup selective-display;
4738         Setup pre-idle-hook when xemacs.
4739         (wl-summary-update-modeline): Rewrite.
4740         (wl-summary-jump-to-msg): Define as function;
4741         Changed regexp for searching messages.
4742         (wl-summary-message-number): Rewrite.
4743         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4744         Do rescan when old type summary cache.
4745         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4746         (wl-summary-remove-destination): Use '\r' to detect EOL.
4747         (wl-summary-print-destination): Ditto.
4748         (wl-summary-temp-mark): New inline function.
4749         (wl-summary-persistent-mark): Ditto.
4750         (wl-summary-line-number): New function.
4751         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4752         (wl-summary-line-list-count): New function.
4753         (wl-summary-create-line): Added argument persistent-mark.
4754         (All other related portions are changed)
4755         (wl-summary-create-line): Insert '\r'.
4756         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4757         (wl-summary-cursor-move-surface): New inline function.
4758         (wl-summary-prev): Use it.
4759         (wl-summary-next): Ditto.
4760
4761         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4762         wl-summary-message-regexp.
4763         (wl-highlight-summary): Delete progress message.
4764         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4765
4766         * Version number is increased to 2.9.12.
4767
4768 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4769
4770         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4771         variable (nil: no minimum).
4772         (wl-summary-line-subject): Add some spaces after subject by
4773         wl-summary-line-subject-minimum-length.
4774
4775 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4776
4777         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4778         and removed `F'.
4779         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4780         change above).
4781
4782 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4783
4784         * wl-summary.el (wl-summary-line-list-count): Reverted.
4785         (example setting in samples/*/dot.wl is also updated)
4786
4787 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4788
4789         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4790
4791         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4792
4793         * wl-vars.el (wl-summary-line-format): Addes some description to the
4794         docstring.
4795
4796         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4797         (wl-summary-line-close-bracket): Ditto.
4798         (wl-summary-line-children-number): Ditto.
4799         (wl-summary-line-thread-indent): Ditto.
4800         (wl-summary-line-children-and-from): Ditto.
4801
4802         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4803         't', 'c', 'F' and added 'C'.
4804
4805         * wl-util.el (wl-set-string-width): Accept negative value.
4806         (wl-line-parse-format): Added "%number(" and "%)".
4807
4808 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4809
4810         * wl-summary.el (wl-summary-line-list-count): Change format of the
4811         return value.
4812
4813 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4814
4815         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4816         from the recent message.el.
4817         (wl-draft-point-in-header-p): Ditto.
4818         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4819         wl-draft-beginning-of-line.
4820         * wl-e21.el (wl-draft-mode-map): Ditto.
4821         * wl-xmas.el (wl-draft-mode-map): Ditto.
4822
4823         * wl-folder.el: Sort macrodefs by dependencies.
4824
4825 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4826
4827         * wl-summary.el (wl-summary-prev): Fixed regexp.
4828         (wl-summary-next): Ditto.
4829
4830 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4831
4832         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4833
4834 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4835
4836         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4837         for backward compatibility.
4838
4839 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4840
4841         * wl-summary.el (wl-summary-line-list-count): New function, merged
4842         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4843         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4844         list counts.
4845
4846 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4847
4848         * wl-summary.el (wl-summary-create-line): Ignore errors while
4849         timezone-fix-time.
4850
4851         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4852
4853         * wl-summary.el (wl-summary-sync-update): Ditto.
4854         (wl-summary-default-from): Use wl-message-entity
4855         instead of entity.
4856
4857         * wl-summary.el (wl-summary-create-line): Fix.
4858
4859         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4860         (wl-summary-line-format): New user option.
4861         (wl-folder-summary-line-format-alist): Ditto.
4862         (wl-summary-from-width): Abolished.
4863
4864         * wl-util.el (toplevel): Require 'bytecomp.
4865         (wl-line-parse-format): New function.
4866         (wl-line-formatter-setup): New macro.
4867
4868         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4869         (wl-summary-buffer-line-formatter): New buffer local variable.
4870         (wl-summary-switch-to-clone-buffer): Follow the change above.
4871         (wl-summary-message-regexp): Fix.
4872         (wl-summary-from-func-internal): Abolished.
4873         (wl-summary-subject-func-internal): Ditto.
4874         (wl-summary-subject-filter-func-internal): Ditto.
4875         (All other related portions are changed.)
4876         (wl-summary-buffer-set-folder):
4877         Set up wl-summary-buffer-number-column and 
4878         wl-summary-buffer-line-formatter
4879         (All other related portions are changed.)
4880         (wl-summary-buffer-number-column-detect): Abolished.
4881         (All other related portions are changed.)
4882         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4883         (wl-summary-delete-all-temp-marks-on-buffer): Use
4884         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4885         (wl-summary-target-mark-delete): Ditto.
4886         (wl-summary-target-mark-refile-subr): Ditto.
4887         (wl-summary-target-mark-mark-as-read): Ditto.
4888         (wl-summary-target-mark-mark-as-unread): Ditto.
4889         (wl-summary-target-mark-mark-as-important): Ditto.
4890         (wl-summary-target-mark-save): Ditto.
4891         (wl-summary-replace-status-marks): Renamed from
4892         wl-summary-set-status-marks-on-buffer;
4893         Use wl-summary-message-regexp instead of
4894         wl-summary-buffer-number-regexp.
4895         (wl-summary-sync-update): Follow the change above.
4896         (wl-summary-goto-previous-message-beginning): New function.
4897         (wl-summary-mark-as-unread): Use it.
4898         (wl-summary-mark-as-important): Ditto.
4899         (wl-summary-line-formatter): New variable.
4900         (wl-summary-line-year): New function.
4901         (wl-summary-line-day): Ditto.
4902         (wl-summary-line-day-of-week): Ditto.
4903         (wl-summary-line-hour): Ditto.
4904         (wl-summary-line-minute): Ditto.
4905         (wl-summary-line-open-bracket): Ditto.
4906         (wl-summary-line-close-bracket): Ditto.
4907         (wl-summary-line-children-number): Ditto.
4908         (wl-summary-line-thread-indent): Ditto.
4909         (wl-summary-line-size): Ditto.
4910         (wl-summary-line-subject): Ditto.
4911         (wl-summary-line-from): Ditto.
4912         (wl-summary-line-children-and-from): Ditto.
4913         (wl-summary-create-line): Rewritten.
4914         (wl-summary-format-date): Abolished.
4915
4916         * wl-highlight.el (wl-highlight-summary-current-line): Use
4917         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4918         Use thread structure to detect thread top message.
4919
4920         * wl-draft.el (wl-default-draft-cite): Don't use
4921         wl-summary-from-func-internal.
4922
4923         * wl-refile.el (wl-refile-subject-learn): Don't use
4924         wl-summary-subject-filter-func-internal.
4925         (wl-refile-guess-by-subject): Ditto.
4926
4927         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4928         parameters.
4929
4930         * wl-thread.el (wl-thread-update-indent-string-region):
4931         Use wl-thread-update-line-on-buffer instead of
4932         wl-thread-update-indent-string.
4933         (wl-thread-update-children-number): Redefine using
4934         wl-thread-update-line-on-buffer.
4935         (wl-thread-update-indent-string): Abolished.
4936
4937         * Version number is increased to 2.9.11.
4938
4939 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4940
4941         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4942         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4943         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4944
4945         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4946         as nil.
4947
4948         * wl-thread.el (wl-thread-open-all-unread): Use 
4949         elmo-folder-list-messages-mark-match.
4950         (wl-thread-insert-message): Removed argument `mark-alist'.
4951         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4952         elmo-msgdb-set-mark.
4953         (wl-thread-get-children-msgs-uncached): Likewise.
4954         (wl-thread-get-exist-children): Added argument include-self.
4955         (wl-thread-delete-message): Follow the change above.
4956
4957         * wl-summary.el (wl-summary-count-unread): Removed argument.
4958         (wl-summary-rescan): Follow the change above.
4959         (wl-summary-mark-as-read-region): Ditto
4960         (wl-summary-mark-as-unread-region): Ditto.
4961         (wl-summary-delete-messages-on-buffer): Ditto.
4962         (wl-summary-sync-update): Ditto.
4963         (wl-summary-switch-to-clone-buffer): Ditto.
4964         (wl-summary-goto-folder-subr): Ditto.
4965         (wl-summary-target-mark-mark-as-read): Ditto.
4966         (wl-summary-target-mark-mark-as-unread): Ditto.
4967         (wl-summary-target-mark-mark-as-important): Ditto.
4968         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4969         (wl-summary-update-thread): Removed argument `mark-alist'.
4970         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4971         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4972         (wl-summary-resume-cache-status): Likewise.
4973         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4974         elmo-msgdb-set-mark.
4975         (wl-summary-mark-as-read-all): Likewise.
4976         (wl-summary-delete-cache): Ditto.
4977         (wl-summary-auto-select-msg-p): Ditto.
4978         (wl-summary-mark-as-unread): Ditto.
4979         (wl-summary-no-auto-refile-message-p): Ditto.
4980         (wl-summary-mark-as-read): Ditto.
4981         (wl-summary-mark-as-important): Ditto.
4982         (wl-summary-auto-refile): Follow the change above.
4983         (wl-summary-delete-all-marks): Removed.
4984         (wl-summary-resume-marks-and-highlight): Ditto.
4985         (wl-summary-resume-marks): Ditto.
4986         (wl-summary-delete-important-msgs-from-list): Ditto.
4987         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4988
4989         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4990         wl-summary-count-unread.
4991
4992         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4993         (wl-summary-score-update-all-lines): Use
4994         elmo-msgdb-set-mark.
4995
4996 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4997
4998         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4999         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5000         (wl-summary-create-line): Renamed from
5001         wl-summary-overview-create-summary-line;
5002         Argument rearrangement.
5003         (wl-summary-update-thread): Follow the change above.
5004
5005         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5006         (wl-thread-insert-entity-sub): Likewise.
5007
5008         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5009         argument `overview', `mark-alist' and added `msgdb'.
5010
5011         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5012
5013         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5014         (wl-summary-rescan): Follow the change above.
5015         (wl-summary-sync-update): Ditto.
5016         (wl-summary-insert-thread-entity): Ditto;
5017         Don't use `let*' in every while loop;
5018         Detect infinite loop of threads.
5019         (wl-summary-update-thread): Removed argument `overview'.
5020
5021         * wl-thread.el (wl-thread-insert-message): Ditto.
5022
5023         * Version number is increased to 2.9.10.
5024
5025         * wl-message.el (wl-message-redisplay): Ignore errors while
5026         wl-message-redisplay-hook.
5027
5028 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5029
5030         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5031
5032 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5033
5034         * wl.el (wl): inhibit-quit while wl-folder.
5035
5036 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5037
5038         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5039         while msgdb access.
5040
5041 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5042
5043         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5044         even if no folder is not created.
5045
5046 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5047
5048         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5049
5050         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5051         implementation.
5052         (wl-summary-target-mark-thread): Ditto.
5053
5054         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5055
5056 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5057
5058         * wl-util.el (wl-display-bytes): Remove unused function.
5059
5060 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5061
5062         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5063         seems critical one (partially reverse the change in 2002/03/17).
5064
5065 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5066
5067         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5068         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5069
5070 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5071
5072         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5073         is not writable.
5074         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5075         plugged status instead of `'force' as 2nd argument.
5076
5077         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5078         is not creatable.
5079
5080         * Version number is increased to 2.9.9.
5081
5082 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5083
5084         * wl-summary.el (wl-summary-suspend): New function.
5085
5086 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5087
5088         * wl.el (wl): Do not check variables if check is nil.
5089         * wl-utils.el (wl-collect-draft): New function.
5090         * wl-folder.el (wl-folder-suspend): Put summary buffers
5091         and draft buffers at the end of buffer list.
5092         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5093
5094 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5095
5096         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5097         loop instead of recursive call.
5098
5099         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5100         2nd argument.
5101
5102 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5103
5104         * wl-draft.el (wl-draft-create-contents): Don't take neither
5105         (function . args) nor (string . something) any more.
5106
5107         * wl-version.el (wl-generate-user-agent-string): Return string
5108         without header symbol.
5109         * wl-draft.el (wl-draft-default-headers): Use it.
5110
5111         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5112         `wl-draft-insert-ccs' and return field value instead of inserting
5113         the header. Abolish cc argument.
5114         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5115
5116         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5117         rather than one with string car.
5118
5119         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5120         * wl-draft.el (wl-draft-create-contents): Add it after the default
5121         headers.
5122
5123         * wl-draft.el (wl-draft-create-contents): For the case of
5124         (symbol-or-string . function) insert header only when the function
5125         returns string value.
5126
5127 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5128
5129         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5130         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5131
5132 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5133
5134         * wl.el (wl-check-environment): Don't check Message-ID when
5135         `wl-insert-message-id' is nil.
5136         Revive checking if `wl-message-id-domain' contains "@".
5137
5138 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5139
5140         * wl.el (wl-check-environment): Merge examination for "@" at
5141         inappropriate position into the first string-match.
5142
5143         * wl-summary.el (wl-summary-target-mark-print): New function.
5144         (wl-summary-pipe-message-subr): Extracted from
5145         `wl-summary-pipe-message'.
5146         (wl-summary-target-mark-pipe): New function.
5147         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5148         `wl-summary-target-mark-pipe'.
5149
5150 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5151
5152         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5153
5154 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5155
5156         * wl.el (wl-check-environment): Use elmo-warning instead of
5157         error for non-critical ones.
5158         Remove trash folder check.
5159         (wl): Don't ignore error in wl-check-environment.
5160
5161         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5162         check, which is moved from `wl-check-environment'.
5163         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5164
5165 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5166
5167         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5168         guess anything, call wl-summary-write.
5169         (wl-summary-write): Create draft with blank To field.
5170         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5171
5172 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5173
5174         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5175         argument full as well for wl-folder-write-current-folder.
5176         If wl-*-write-current-folder cannot guess addressee, add blank
5177         To header.
5178         Rewrite condition for positioning cursor.
5179
5180 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5181
5182         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5183         summary buffer is present, use it.
5184         (wl-folder-jump-to-previous-summary): Ditto.
5185
5186 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5187
5188         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5189
5190         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5191         wl-summary-previous-buffer and wl-summary-next-buffer.
5192
5193         * wl-folder.el (wl-folder-mode-map): Bind
5194         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5195         (wl-folder-jump-to-next-summary): New function.
5196         (wl-folder-jump-to-previous-summary): Ditto.
5197
5198         * wl-draft.el (wl-draft): Rearranged.
5199
5200 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5201
5202         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5203         of header.
5204         (wl-draft): Collect arguments for the header as header-alist.
5205         (wl-draft-forward): Arrange arguments for wl-draft.
5206         (wl-draft-reply): Ditto.
5207         (wl-draft-edit-string): Ditto.
5208         * wl-summary.el (wl-summary-write): Ditto.
5209         (wl-summary-write-current-folder): Ditto.
5210
5211         * Version number is increased to 2.9.8.
5212
5213 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5214
5215         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5216
5217         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5218
5219         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5220         even if the guess failed.
5221
5222         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5223         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5224         wl-summary-write-current-folder.
5225         * wl-xmas.el: Ditto.
5226
5227 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5228
5229         * wl-summary.el (wl-summary-next-page): Force display message if
5230         message is not displayed yet.
5231         (wl-summary-prev-page): Ditto.
5232
5233 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5234
5235         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5236
5237 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5238
5239         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5240         add "Preview Message" and "Save Draft and Exit".
5241
5242 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5243
5244         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5245         if addrmgr is called from draft in splitted window.
5246
5247         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5248         * wl-mule.el: Ditto.
5249         * wl-xmas.el: Ditto.
5250
5251 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5252
5253         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5254
5255         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5256         * wl-xmas.el (wl-folder-toolbar): Ditto.
5257
5258 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5259
5260         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5261         and wl-draft-save-and-exit.
5262         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5263         * wl-xmas.el: Ditto.
5264         * wl-mule.el: Ditto.
5265
5266         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5267         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5268
5269 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5270
5271         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5272         lists for saving buffer.
5273
5274 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5275
5276         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5277         parent-folder argument instead of it.
5278         (wl-draft-create-buffer): Ditto.
5279         (wl-draft-forward): Ditto.
5280         (wl-draft-reply): Ditto.
5281         * wl-summary.el (wl-summary-write): Ditto.
5282         (wl-summary-write-current-folder): Ditto.
5283
5284         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5285         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5286         Folder buffer after composing.
5287
5288 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5289
5290         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5291         header if the file `wl-x-face-file' already contains it.
5292
5293 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5294
5295         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5296         folder" entry.
5297         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5298         * wl-e21.el (wl-folder-toolbar): Ditto.
5299         * wl-xmas.el (wl-folder-toolbar): Ditto.
5300
5301 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5302
5303         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5304         wl-folder-goto-folder with sticky argument.
5305         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5306
5307 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5308
5309         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5310         and wl-summary-previous-buffer.
5311         (wl-summary-next-buffer): New function.
5312         (wl-summary-previous-buffer): Ditto.
5313
5314 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5315
5316         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5317         wl-folder-jump-to-current-entity-with-arg.
5318         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5319         `wl-folder-jump-to-current-entity'.
5320         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5321         `wl-summary-goto-folder-sticky'.
5322         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5323         `wl-summary-goto-folder'.
5324         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5325         Unless force-exit, do not clean temp. marks for sticky summary.
5326         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5327
5328 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5329
5330         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5331         not entire.
5332
5333 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5334
5335         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5336         to `C-x C-s'.
5337         (wl-summary-save-status): New command.
5338         (wl-summary-exit): Don't clean-up temp marks when sticky.
5339         (Applied patch from Nakayama-san [wl: 09548])
5340         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5341         Do nothing when no mark data.
5342         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5343         Call `wl-summary-delete-all-temp-marks' before saving.
5344
5345 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5346
5347         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5348
5349 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5350
5351         * wl.el (wl-check-environment): Also cause error when (system-name)
5352         returns "localhost.localdomain". (Although it doesn't affect because
5353         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5354
5355 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5356
5357         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5358         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5359
5360         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5361         value.
5362
5363 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5364
5365         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5366         Likewise r-cc-list and r-ng-list.
5367
5368 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5369
5370         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5371         only if it is bound as variable.
5372
5373         * wl-mime.el (wl-draft-preview-message): Ditto.
5374
5375 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5376
5377         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5378         needless `goto-char'.
5379
5380         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5381         `wl-summary-redisplay-no-mime-internal' instead of
5382         `wl-summary-redisplay-no-mime'.
5383         (wl-summary-redisplay-no-mime): Changed argument;
5384         Call `wl-summary-redisplay-no-mime-internal'.
5385
5386         * wl-mime.el (wl-draft-preview-message): Bind
5387         `mime-header-encode-method-alist' locally.
5388
5389         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5390         (wl-draft-std11-parse-addresses): Added the first address check.
5391         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5392
5393         * Version number is increased to 2.9.7.
5394
5395 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5396
5397         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5398
5399 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5400
5401         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5402         related to scrollbar support, if there is no such a feature
5403         compiled in.
5404
5405 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5406
5407         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5408         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5409         for prefetch.
5410
5411 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5412
5413         * wl-summary.el (wl-summary-pick): Fix for no match.
5414
5415 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5416
5417         * wl-draft.el (wl-draft-save):
5418         Override `mime-header-encode-method-alist'.
5419
5420 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5421
5422         * wl-folder.el (wl-folder-pick): New function.
5423         Define key as "?".
5424
5425 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5426
5427         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5428         Fix for unplugged.
5429
5430 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5431
5432         * wl-folder.el (wl-folder-virtual): New function.
5433         Define key as "V".
5434
5435 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5436
5437         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5438         multi folder if entity is group.
5439
5440 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5441
5442         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5443         is nil.
5444
5445 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5446
5447         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5448         (wl-summary-target-mark-msgs): Return the number of marked messages.
5449
5450 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5451
5452         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5453         "first:" is specified.
5454
5455 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5456
5457         * wl-vars.el (wl-from): Use return value of function
5458         user-full-name instead of the variable user-full-name since
5459         XEmacs-20.4 doesn't set this variable.
5460
5461 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5462
5463         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5464         call `wl' directly.
5465
5466 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5467
5468         * wl-draft.el (wl-draft-reedit): Removed duplicated
5469         switch-to-buffers.
5470
5471 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5472
5473         * wl.el (wl-other-frame): Removed garbages.
5474
5475 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5476
5477         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5478
5479         * wl-xmas.el (wl-draft-key-setup): Ditto.
5480
5481         * wl-mule.el (wl-draft-key-setup): Ditto.
5482
5483         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5484         (wl-draft-reedit): Ditto.
5485         (wl-draft-prepare-edit): Add `wl-draft-save' to
5486         `local-write-file-hooks'.
5487         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5488         (wl-draft-reedit): Set buffer-file-name.
5489         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5490
5491
5492         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5493         call it.
5494         (wl-delete-startup-frame-function): New variable.
5495         (wl-other-frame): New function
5496         (Original was written by Yamaoka san [wl: 09239]).
5497
5498         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5499         if `wl-folder-use-frame'.
5500
5501 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5502
5503         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5504
5505 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5506
5507         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5508         New variable.
5509         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5510         (wl-message-buffer-prefetch-get-next): Use them.
5511         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5512
5513 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5514
5515         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5516         with unwind-protect.
5517
5518         * wl-draft.el (wl-draft-reedit): Rewrite.
5519         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5520         (wl-draft-save): Insert header separator if it does not exist;
5521         Removed condition-case.
5522
5523         * wl-summary.el (wl-summary-reedit): Revert last change.
5524
5525         * wl-draft.el (wl-draft-save): Rewrite.
5526         (wl-draft-create-buffer): Set buffer-file-name as nil.
5527
5528         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5529
5530         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5531
5532         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5533         nil.
5534
5535 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5536
5537         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5538         If count is nil, do not prefetch.
5539         (wl-message-buffer-prefetch-next): Next.
5540
5541 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5542
5543         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5544
5545 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5546
5547         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5548         `delete-backward-char'
5549         (wl-draft-prepare-edit): Check major-mode.
5550         (wl-draft-decode-header): Rewrite.
5551         (wl-draft): Fix.
5552
5553 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5554
5555         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5556
5557 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5558
5559         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5560         (wl-message-buffer-prefetch-get-next): Remove size checking.
5561         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5562
5563 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5564
5565         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5566         (wl-draft-default-headers): Fix.
5567
5568 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5569
5570         * wl-draft.el (wl-draft-default-headers): Insert return value of
5571         `wl-generate-mailer-string-function'.
5572
5573 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5574
5575         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5576         (wl-draft-insert-mail-header-separator): Ditto.
5577
5578         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5579         again (Reverted the change on 2002-01-17 by OKADA san).
5580
5581 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5582
5583         * wl-draft.el (wl-draft): Rewrite.
5584         (wl-draft-create-buffer): New function.
5585         (wl-draft-create-contents): Ditto.
5586         (wl-draft-prepare-edit): Ditto.
5587         (wl-draft-decode-header): Ditto.
5588         (wl-draft-decode-body): Ditto.
5589         (wl-draft-check-new-line): Ditto.
5590         (wl-draft-default-headers): Ditto.
5591         (wl-draft-insert-mail-header-separator): Ditto.
5592
5593 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5594
5595         * Version number is increased to 2.9.6.
5596
5597 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5598
5599         * wl-draft.el (wl-draft-delete-field): Optional argument.
5600         (wl-draft-delete-fields): Ditto.
5601
5602 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5603
5604         * wl-message.el (toplevel): Eliminated byte-compile warning.
5605         for `itimer-function', `delete-timer' and `itimer-list'.
5606
5607 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5608
5609         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5610         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5611         `wl-message-buffer-prefetch-threshold'.
5612         * wl-summary.el (wl-summary-redisplay-internal): Remove
5613         the check of `wl-message-buffer-prefetch-depth'.
5614
5615 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5616
5617         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5618         size of article.
5619         (wl-message-buffer-prefetch-subr): Remove size check.
5620
5621 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5622
5623         * wl-vars.el (wl-plugged): Make customizable.
5624
5625 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5626
5627         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5628         (wl-message-buffer-prefetch-set-timer): New function.
5629         (wl-message-buffer-prefetch-get-next): New function.
5630         (wl-message-buffer-prefetch): New function.
5631         (wl-message-buffer-prefetch-next): Rewrite.
5632         (wl-message-buffer-prefetch-subr): Rewrite.
5633         * wl-vars.el (wl-auto-prefetch-first): New variable.
5634         * wl-summary.el (wl-summary-goto-folder-subr): Call
5635         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5636
5637 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5638
5639         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5640         `wl-summary-unread-message-hook'.
5641
5642 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5643
5644         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5645         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5646         if range is `cache-status'.
5647
5648 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5649
5650         * wl-message.el (wl-message-buffer-prefetch-subr):
5651         Improve debug message.
5652
5653 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5654
5655         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5656         `wl-mail-send-pre-hook'.
5657         (wl-draft-send-mail-with-qmail): Ditto.
5658         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5659
5660 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5661
5662         * wl-message.el (wl-message-buffer-prefetch-subr):
5663         Fix for cancel-function-timers bug.
5664         (wl-message-buffer-prefetch-debug): Default value is t.
5665
5666 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5667
5668         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5669         (wl-message-buffer-prefetch-subr): Rewrite.
5670         Rename from `wl-message-buffer-prefetch'.
5671
5672 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5673
5674         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5675         (wl-default-draft-cite-decorate-author): Ditto.
5676
5677         * wl-draft.el (wl-draft-cite-function): Removed.
5678         (wl-default-draft-cite-decorate-author): Ditto.
5679
5680 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5681
5682         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5683         (wl-default-draft-cite): Do not arrange author name if the value of
5684         `wl-default-draft-cite-decorate-author' is nil.
5685
5686 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5687
5688         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5689
5690         * wl-folder.el (wl-folder-check-one-entity): Don't care
5691         `elmo-folder-use-flag-p'.
5692
5693 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5694
5695         * wl-folder (wl-folder-check-one-entity): Fix
5696         problem if unread is nil.
5697
5698 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5699
5700         * wl-address.el (wl-address-make-completion-list): Check whether
5701         the address is a group list.
5702         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5703
5704 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5705
5706         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5707         The number of the messages of new and unread does not count
5708         correctly.
5709
5710         * wl-summary.el (wl-summary-count-unread): Changed to return
5711         `(new . unread)' instead of total.
5712         (wl-summary-sync-update): Follow the change above.
5713
5714         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5715
5716 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5717
5718         * wl-address.el (wl-address-make-completion-list): Do not enclose
5719         address by " <" and ">" if associated realname is "".
5720         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5721         This is against the promblem with group list in .addresses pointed
5722         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5723
5724 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5725
5726         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5727         message is a format control string.
5728         * wl-expire.el (wl-expire-append-log): Ditto.
5729         * wl-mime.el (wl-summary-burst-subr): Ditto.
5730         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5731         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5732
5733 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5734
5735         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5736         wl.el (wl-check-variables): Rename from `wl-check-type'.
5737         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5738         (wl-check-variables-2): New function.
5739         (wl): Call `wl-check-variables-2'.
5740
5741 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5742
5743         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5744         after renaming folder in access group.
5745
5746 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5747
5748         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5749         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5750         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5751         (wl-message-buffer-prefetch): Rewrite.
5752         (wl-message-buffer-prefetch-idle-time): Removed.
5753         * wl-summary.el (wl-summary-redisplay-internal):
5754         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5755         Error check for `wl-message-buffer-prefetch-depht'.
5756
5757 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5758
5759         * Version number is increased to 2.9.5.
5760         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5761
5762 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5763
5764         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5765         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5766         Based on the patch written by
5767         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5768
5769 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5770
5771         * wl-draft.el (wl-draft-raw-send): Fix for
5772         `wl-news-send-pre-hook'
5773
5774 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5775
5776         * wl-utils.el (wl-message-id-function): New variable.
5777         * wl-draft.el (wl-draft-insert-required-fields):
5778         Use `wl-message-id-function'.
5779
5780 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5781
5782         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5783         * wl-utils.el (wl-draft-make-message-id-string):
5784         Use `wl-from' for domain part of Message-ID
5785         if `wl-message-id-use-wl-from' if non-nil.
5786         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5787
5788 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5789
5790         * wl.el (wl): Call `wl-check-type'
5791         Do not 'condition-case'.
5792
5793 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5794
5795         * wl.el (wl-check-type): New function.
5796         (wl-check-type-variables): New variable.
5797
5798 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5799
5800         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5801
5802 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5803
5804         * wl-draft.el (wl-smtp-password-key): New function.
5805         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5806         (wl-draft-send-mail-with-smtp): Ditto.
5807         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5808
5809 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5810
5811         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5812         * wl-utils.el (wl-unique-id-suffix): Remove.
5813
5814 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5815
5816         * Version number is increased to 2.9.4.
5817
5818 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5819
5820         * wl-utils.el (wl-unique-id-suffix): New variable.
5821         (wl-unique-id): Use `wl-unique-id-suffix'
5822
5823 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5824
5825         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5826         instead of `elmo-msgdb-search'.
5827
5828         * Version number is increased to 2.9.3.
5829
5830 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5831
5832         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5833
5834 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5835
5836         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5837         (wl-draft-dispatch-message): Changed for send-later.
5838         (wl-draft-queue-flush): Ditto.
5839         (wl-draft): Clear `wl-sent-message-queued'.
5840         (wl-draft-reedit): Ditto.
5841         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5842         * wl-vars.el (wl-draft-force-queuing): New variable.
5843         (wl-draft-force-queuing-mail): New variable.
5844         (wl-draft-force-queuing-news): New variable.
5845
5846 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5847
5848         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5849         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5850
5851 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5852
5853         * Version number is increased to 2.9.2.
5854
5855 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5856
5857         * wl-draft.el (wl-draft-elide-region): New user command.
5858         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5859
5860         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5861         command `wl-draft-elide-region'.
5862         * wl-mule.el: Ditto.
5863         * wl-xmas.el: Ditto.
5864
5865 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5866
5867         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5868         (wl-biff-check-folder-async): Removed needless let.
5869
5870 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5871
5872         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5873         wl-folder-get-elmo-folder.
5874         (wl-biff-check-folder): Set `biff' argument of
5875         `wl-folder-check-one-entity'.
5876         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5877
5878         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5879         (wl-folder-check-one-entity): Added `biff' argument;
5880         Setup `biff' slot of folder.
5881
5882         * Version number is increased to 2.9.1.
5883
5884 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5885
5886         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5887         comment out and fixed.
5888         (wl-fldmgr-add-completion-subr): Ditto.
5889
5890         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5891         and msgdb.
5892
5893         * wl.el (wl-toggle-plugged): Save summary view.
5894
5895 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5896
5897         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5898
5899 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5900
5901         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5902
5903 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5904
5905         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5906         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5907         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5908
5909         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5910         if it was failed.
5911         (wl-demo): Disable undo in the demo buffer.
5912
5913 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5914
5915         * wl-version.el (wl-version): Changed codename.
5916
5917         * Version number is increased to 2.9.0.
5918
5919 2001-12-14  Takuo KITAME <kitame@northeye.org>
5920
5921         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5922         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5923         (wl-folder-mark-as-read-all-current-entity): Ditto.
5924
5925 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5926
5927         * wl-vars.el (wl-from-width): Define as obsolete variable.
5928         (wl-subject-length-limit): Ditto.
5929
5930         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5931
5932         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5933         wl-summary-save-view.
5934
5935         * wl.el (wl-save-status): Ditto.
5936         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5937
5938         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5939         (wl-summary-exit): Follow the change above.
5940         (wl-summary-goto-folder-subr): Ditto.
5941
5942         * wl-folder.el (wl-folder-create-subr): Don't use
5943         `elmo-folder-creatable-p'.
5944
5945 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5946
5947         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5948
5949 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5950
5951         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5952         rather than bitmap on Emacs 21.
5953         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5954         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5955         for xbm if the new redisplay engine is not available.
5956
5957 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5958
5959         * wl-folder.el (wl-folder-init-hook): New hook.
5960         (wl-folder-init): Run `wl-folder-init-hook'.
5961
5962 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5963
5964         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5965
5966 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5967
5968         * wl-acap.el (wl-acap-cache-filename): New variable.
5969         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5970         (wl-acap-init): Use cache if no ACAP server found.
5971
5972 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5973
5974         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5975         `wl-acap-original-msgdb-dir'.
5976
5977         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5978         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5979
5980         * wl-mime.el (wl-mime-save-directory): Renamed from
5981         `wl-mime-save-dir'.
5982
5983 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5984
5985         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5986
5987         * wl-demo.el: Require `path-util'.
5988         (wl-demo-bitmap-mule-available-p): New internal variable.
5989         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5990         `module-installed-p' instead.
5991         (wl-demo-insert-image): Use *.img file for a bitmap image.
5992         (wl-demo): Don't call the ascii demo recursively.
5993
5994 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5995
5996         * Version number is increased to 2.7.7.
5997
5998 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5999
6000         * wl.el (wl-exit): Eliminated byte-compile warning.
6001
6002 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6003
6004         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6005         obsolete variable using `elmo-define-obsolete-variable'.
6006         (wl-fetch-confirm-threshold): Ditto.
6007         (wl-cache-prefetch-folder-type-list): Ditto.
6008         (wl-cache-prefetch-folder-list): Ditto.
6009
6010 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6011
6012         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6013         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6014         (wl-demo-insert-image): New function.
6015         (wl-demo-insert-text): New function.
6016         (wl-demo-image-type-alist): Redefine as a function.
6017         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6018         (wl-demo-with-temp-file-buffer): Removed.
6019         (wl-logo-xpm): Removed.
6020         (wl-logo-xbm): Removed.
6021         (wl-logo-bitmap): Removed.
6022
6023 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6024
6025         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6026         (wl-expire-localdir-get-folder-function): New user option.
6027         (wl-expire-localdir-get-folder): New function.
6028         (wl-expire-localdir-date): Ditto.
6029
6030 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6031
6032         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6033         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6034         Fixed unread number mismatch when all-unread < unread.
6035
6036 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6037
6038         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6039         (wl-fetch-confirm-threshold): Ditto.
6040
6041         * wl-summary.el (wl-summary-confirm-appends): Removed.
6042         (wl-summary-sync-update): Don't refer
6043         `wl-summary-update-confirm-threshold' (It is now abolished).
6044
6045         * wl-message.el (wl-message-display-internal): Don't refer
6046         `wl-fetch-confirm-threshold' (It is now abolished).
6047
6048 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6049
6050         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6051
6052 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6053
6054         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6055         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6056         Change default value to nil.
6057         (wl-summary-indent-length-limit): The value can be nil, nil means
6058         unlimited.
6059
6060         * wl-summary.el: Don't set limit for indent length if the value of
6061         wl-summary-indent-length-limit is nil.
6062         If the value of wl-summary-width is nil, it means only that the width
6063         of summary is unlimited (nil doesn't mean that the indent length is
6064         unlimited).
6065
6066         * wl-thread.el: Ditto.
6067
6068 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6069
6070         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6071         be nil, nil means never confirm.
6072         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6073
6074 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6075
6076         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6077         means unlimited).
6078
6079 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6080
6081         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6082         Use `with-temp-buffer'.
6083
6084 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6085
6086         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6087         with new backquote style).
6088         (wl-folder-get-entity-from-buffer): Ditto.
6089
6090 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6091
6092         * wl-version.el (nemacs-version): Eliminated.
6093         (wl-extended-emacs-version2): Ignore nemacs.
6094         (wl-extended-emacs-version3): Ditto.
6095
6096 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6097
6098         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6099         (wl-draft-add-in-reply-to): New variable.
6100         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6101         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6102         (wl-draft-yank-from-mail-reply-buffer): Use
6103         `wl-draft-add-in-reply-to'.
6104         (wl-draft-insert-current-message): Ditto.
6105
6106 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6107
6108         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6109         typo (kill->hide).
6110         (wl-message-buffer-prefetch-folder-type-list): Added elements
6111         `mark' and `cache' instead of `internal'.
6112
6113 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6114
6115         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6116         resume msgdb directory.
6117
6118 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6119
6120         * wl.el (wl-exit): Call `wl-acap-exit'.
6121
6122         * wl-summary.el (wl-summary-message-string): New function.
6123         (wl-summary-reedit): Use it.
6124         (wl-summary-resend-bounced-mail): Remove needless let.
6125         (wl-summary-supersedes-message): Ditto.
6126         (wl-summary-save): Ditto.
6127
6128         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6129         (wl-acap-init): Set it.
6130         (wl-acap-exit): New function.
6131
6132 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6133
6134         * wl.el (wl-init): Revert (require 'mime-setup). move from
6135         toplevel.
6136
6137 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6138
6139         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6140         local variables.  Add error when guess function return invalid
6141         value.
6142
6143 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6144
6145         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6146         Change local variable name.
6147         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6148         (wl-folder-get-newsgroups): Return nil when non-news folder.
6149         * wl-summary.el (wl-summary-write-current-folder): State through
6150         when guess-list return nil.
6151         (wl-summary-write-current-folder-functions): Fixed docstring.
6152
6153         * wl.el (wl-exit): Changed confirm message.
6154
6155         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6156         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6157
6158         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6159
6160 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6161
6162         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6163         user option (Renamed from wl-cache-prefetch-folder-type-list).
6164         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6165         from wl-cache-prefetch-folder-list).
6166
6167         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6168         Move to wl-vars.el.
6169         (wl-message-buffer-prefetch-p): Changed to enable
6170         `wl-message-buffer-prefetch-folder-list'.
6171
6172         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6173         `ignore-cache'.
6174
6175 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6176
6177         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6178         `part-top' and `part-bottom'.
6179         (wl-draft-config-sub-part-top): New function.
6180         (wl-draft-config-sub-part-bottom): New function.
6181
6182 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6183
6184         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6185
6186 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6187
6188         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6189
6190 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6191
6192         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6193
6194         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6195         (wl-summary-write-current-folder): Ditto.
6196
6197 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6198
6199         * wl-folder.el (wl-folder-get-newsgroups): Use
6200         `elmo-folder-newsgroups'.
6201
6202 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6203
6204         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6205         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6206         `wl-draft-config-sub-header-bottom'.
6207
6208 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6209
6210         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6211         localnews folder.
6212
6213 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6214
6215         * wl-summary.el (wl-summary-mode): Undo last change.
6216
6217         * wl-folder.el (wl-folder-mode): Ditto.
6218
6219 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6220
6221         * wl-summary.el (wl-summary-mode): Locally set
6222         truncate-partial-window-width to nil.
6223         (for XEmacs)
6224
6225         * wl-folder.el (wl-folder-mode): Ditto.
6226
6227 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6228
6229         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6230
6231 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6232
6233         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6234         number.
6235
6236         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6237
6238         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6239
6240         * Version number is increased to 2.7.6.
6241
6242 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6243
6244         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6245
6246 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6247
6248         * wl-summary.el (wl-summary-sync-update): Enclose network
6249         related portion with `unwind-protect'.
6250
6251 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6252
6253         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6254
6255 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6256
6257         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6258         element.
6259         * wl-vars.el (wl-message-body-button-alist): Ditto.
6260
6261         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6262         max match length.
6263         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6264
6265         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6266         for the max match length;
6267         Use 4th element value for the button string regexp group.
6268
6269         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6270         candidate exists, prompt to select.
6271
6272 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6273
6274         * wl-summary.el (wl-summary-jump-to-msg): Search before
6275         calibration point by `beginning-of-line'.
6276
6277 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6278
6279         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6280         for access group.
6281
6282 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6283
6284         * wl-message.el (wl-message-display-internal): Bind
6285         `default-mime-charset'.
6286
6287         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6288
6289         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6290
6291         * Version number is increased to 2.7.5.
6292
6293 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6294
6295         * wl-expire.el (wl-summary-archive): Fixed;
6296         Use `elmo-folder-name-internal'.
6297
6298 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6299
6300         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6301         from `elmo-folder-move-messages' caller.
6302         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6303
6304         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6305         related portions are changed).
6306
6307 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6308
6309         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6310         counter.
6311
6312 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6313
6314         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6315         buffer local and set it to nil.
6316
6317         * wl-message.el (wl-message-redisplay): Ditto.
6318
6319 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6320
6321         * wl-summary.el (wl-summary-mark-as-important): If message is
6322         already cached, set messag as read, otherwise encache and mark as read.
6323
6324 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6325
6326         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6327         point-min.
6328
6329 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6330
6331         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6332         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6333         a keymap.
6334
6335 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6336
6337         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6338         parent.
6339
6340         * wl-mule.el (wl-message-define-keymap): Ditto.
6341
6342         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6343
6344         * wl-xmas.el (wl-message-display-internal-hook): Define.
6345         (wl-xmas-setup-message-toolbar): Define as function.
6346         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6347         (wl-message-overload-functions): Abolished.
6348         (wl-message-define-keymap): New function.
6349
6350         * wl-vars.el (wl-message-display-internal-hook): New variable.
6351         (wl-message-header-button-alist): New variable (Renamed from
6352         wl-highlight-message-header-button-alist).
6353         (wl-message-body-button-alist): Ditto.
6354
6355         * wl-mule.el (wl-message-define-keymap): New function.
6356         (wl-message-overload-functions): Abolished.
6357
6358         * wl-message.el (wl-message-add-buttons-to-body): New function.
6359         (wl-message-redisplay): Don't call wl-message-overload-functions;
6360         Call wl-message-add-buttons-to-header and
6361         wl-message-add-buttons-to-body.
6362         (wl-message-display-internal): Set keymap argument for
6363         elmo-mime-display-as-is, elmo-mime-message-display;
6364         Run wl-message-display-internal-hook.
6365         (wl-message-refer-article-or-url): Abolished.
6366
6367         * wl-highlight.el (wl-highlight-headers): Don't call
6368         wl-highlight-message-add-buttons-to-header.
6369         (wl-highlight-message-add-buttons-to-header): Abolished.
6370
6371
6372         * wl-e21.el (wl-message-display-internal-hook): Define.
6373         (wl-e21-setup-toolbar): Deleted duplicated binding.
6374         (wl-e21-setup-message-toolbar): Define as function.
6375         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6376         (wl-message-define-keymap): New function.
6377         (wl-message-overload-functions): Abolished.
6378
6379 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6380
6381         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6382         and elmo-folder-close.
6383
6384         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6385
6386 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6387
6388         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6389         boolean value.
6390         * wl-draft.el (wl-draft-do-fcc): Ditto.
6391
6392 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6393
6394         * wl-vars.el (wl-fcc-force-as-read): New variable.
6395         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6396         mark copied message as read.
6397
6398 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6399
6400         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6401
6402 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6403
6404         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6405         `wl-summary-target-above' instead of obsolete variable
6406         `wl-summary-temp-above'.
6407
6408         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6409         instead of `make-obsolete-variable'.
6410         * wl-refile.el (toplevel): Ditto.
6411
6412 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6413
6414         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6415         with third argument t.
6416         (wl-draft): Set first argument for wl-plugged-init as t.
6417
6418         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6419         definition.
6420
6421 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6422
6423         * wl-vars.el: Tabify.
6424         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6425
6426         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6427         message.
6428
6429 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6430
6431         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6432         and set default to beep.
6433
6434 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6435
6436         * wl-vars.el (wl-draft-truncate-lines): New variable.
6437
6438         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6439         instead of wl-message-truncate-lines for truncate-lines.
6440
6441 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6442
6443         * wl-message.el (wl-message-display-internal): Call
6444         `wl-highlight-message' after `elmo-mime-display-as-is'.
6445
6446         * wl-mime.el (wl-mime-display-text/plain): New function.
6447         (wl-mime-display-header): Ditto.
6448         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6449         body-presentation-method for text/plain;
6450         Register `wl-mime-display-header' as a header-presentation-method;
6451         Don't set up `elmo-message-text-content-inserted-hook' and
6452         `elmo-message-header-inserted-hook'.
6453
6454         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6455         variable.
6456         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6457         as t if flag is 'all-header;
6458         Don't bind `elmo-message-ignored-field-list',
6459         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6460
6461 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6462
6463         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6464         for xemacs with non-mule environment.
6465
6466 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6467
6468         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6469         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6470         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6471
6472 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6473
6474         * wl-vars.el (wl-interactive-send): Set default value as t.
6475
6476 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6477
6478         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6479         (wl-addrmgr-method-list): Abolished.
6480         (wl-addrmgr-change-method): Follow above change.
6481
6482         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6483
6484 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6485
6486         * wl-vars.el (wl-message-truncate-lines): Change default value
6487         to default-truncate-lines.
6488
6489         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6490
6491 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6492
6493         * wl-vars.el (wl-message-truncate-lines): New variable.
6494
6495         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6496         wl-message-truncate-lines.
6497
6498 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6499
6500         * wl-acap.el (wl-acap-init): Remove period from error message.
6501         (wl-acap-find-acap-service): Remove period from message.
6502
6503 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6504
6505         * wl.el (wl-check-environment): Undo last change.
6506
6507         * wl-vars.el (wl-from): Changed default value.
6508
6509         * wl-util.el (toplevel): Don't require tm-edit.
6510
6511         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6512         `wl-folder-init';
6513         Don't set mark on mail body.
6514         (wl-draft-reedit): Ditto.
6515
6516         * wl-address.el (wl-address-quote-specials): Define as an alias for
6517         elmo-address-quote-specials.
6518
6519 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6520
6521         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6522
6523         * wl-vars.el (wl-from): Set default value as nil.
6524         (wl-organization): Set default value as ORGANIZATION environment
6525         variable.
6526
6527         * wl-draft.el (wl-smtp-extension-bind): Check value of
6528         wl-smtp-connection-type.
6529
6530         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6531         error.
6532
6533 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6534
6535         * Version number is increased to 2.7.4.
6536
6537         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6538         arguments from `wl-highlight-x-face-function' caller.
6539         Use x-face-1.3.6.12 or later.
6540
6541 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6542
6543         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6544
6545 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6546
6547         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6548         (wl-fcc): Fix to accept function.
6549         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6550
6551 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6552
6553         * wl-acap.el (toplevel): Added `product-provide' declare.
6554         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6555
6556 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6557
6558         * wl.el (wl): Changed order of calling `elmo-init'
6559         and `elmo-folder-init'.
6560
6561 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6562
6563         * wl-mime.el (wl-summary-burst): Extract message when content-type
6564         of root entity is not only `multipart' but also `message/rfc822'.
6565         (wl-summary-burst-subr): Ditto.
6566
6567 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6568
6569         * wl-vars.el (toplevel): Require 'custom.
6570         (wl-trash-folder): Added to `wl-setting' group.
6571
6572         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6573         exists.
6574         (wl-addrmgr-draw): Insert empty line when no entry exists.
6575
6576         * wl-mule.el (wl-message-wheel-up): Fixed.
6577         (wl-message-wheel-down): Ditto.
6578
6579 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6580
6581         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6582         config is an anonymous lambda expression.
6583
6584 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6585
6586         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6587         when Mule 2 is running.
6588
6589 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6590
6591         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6592
6593 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6594
6595         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6596         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6597
6598         * wl-address.el (wl-address-specials-regexp): Eliminated.
6599         (wl-address-quote-specials): Rewrite.
6600
6601 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6602
6603         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6604         shy-groups for regexp.
6605
6606         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6607         character classes and Perl style shy-groups for regexp.
6608         (wl-highlight-plugged-current-line): Use Posix style character
6609         classes for regexp.
6610         (wl-e21-highlight-folder-by-numbers): Ditto.
6611         (wl-e21-display-image-p): Use `display-images-p' instead of
6612         `display-graphic-p'.
6613         (display-images-p): Make an alias to `display-graphic-p' if it is
6614         not available.  It is for Emacs version prior to 21.0.105.
6615
6616         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6617         `display-graphic-p'.
6618         (wl-demo-image-type-alist): Ditto.
6619         (display-images-p): Make an alias to `display-graphic-p' if it is
6620         not available.  It is for Emacs version prior to 21.0.105.
6621
6622 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6623
6624         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6625         support.
6626         (wl-generate-user-agent-string): Ditto.
6627
6628         * wl-version.el (wl-version): Update docsting.
6629         (wl-version-status): Ditto.
6630
6631 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6632
6633         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6634         21.0.105.  For Emacs 21.0.104 or earlier.
6635
6636 2001-09-03  Takuo KITAME <kitame@northeye.org>
6637
6638         * wl-e21.el (wl-plugged-init-icons): Use
6639         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6640         (wl-biff-init-icons): Ditto.
6641
6642 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6643
6644         * wl-highlight.el (wl-highlight-summary-current-line):
6645         Fixed highlighting refile/copy destination.
6646
6647         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6648         (wl-acap-store): Encode string by wl-acap-coding-system.
6649
6650 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6651
6652         * wl-acap.el (toplevel): Check and require 'un-define before
6653         'xemacs-ucs;
6654          Added checking for UTF-2000.
6655
6656 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6657
6658         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6659         Don't enclose with `eval-and-compile'.
6660
6661         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6662         wl-init is non-nil.
6663
6664         * wl-draft.el (wl-draft): Ditto.
6665
6666         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6667
6668         * wl-acap.el (toplevel): Require 'wl.
6669         (wl-acap-store): Call `elmo-init'.
6670
6671         * wl.el (wl): Changed position of `wl-check-environment'.
6672         (toplevel): Added autoload setting for wl-acap.
6673
6674         * wl-vars.el (wl-setting): New custom group.
6675         (wl-from): Added wl-setting group.
6676         (wl-user-mail-address-list): Ditto.
6677         (wl-organization): Ditto.
6678         (wl-subscribed-mailing-list): Ditto.
6679         (wl-envelope-from): Ditto.
6680         (wl-smtp-posting-user): Ditto.
6681         (wl-smtp-posting-server): Ditto.
6682         (wl-smtp-posting-port): Ditto.
6683         (wl-smtp-authenticate-type): Ditto.
6684         (wl-pop-before-smtp-user): Ditto.
6685         (wl-pop-before-smtp-server): Ditto.
6686         (wl-pop-before-smtp-port): Ditto.
6687         (wl-pop-before-smtp-authenticate-type): Ditto.
6688         (wl-nntp-posting-server): Ditto.
6689         (wl-nntp-posting-user): Ditto.
6690         (wl-nntp-posting-port): Ditto.
6691         (wl-fetch-confirm-threshold): Ditto.
6692         (wl-prefetch-threshold): Ditto.
6693         (wl-thread-insert-opened): Ditto.
6694         (wl-ldap-server): Ditto.
6695         (wl-ldap-port): Ditto.
6696         (wl-ldap-base): Ditto.
6697         (wl-ldap-objectclass): Ditto.
6698         (wl-use-ldap): Ditto.
6699         (wl-draft-config-alist): Ditto.
6700         (wl-draft-config-matchone): Ditto.
6701         (wl-template-alist): Ditto.
6702         (wl-message-sort-field-list): Ditto.
6703         (wl-message-ignored-field-list): Ditto.
6704         (wl-message-visible-field-list): Ditto.
6705         (wl-interactive-send): Ditto.
6706         (wl-summary-move-order): Ditto.
6707         (wl-auto-select-first): Ditto.
6708         (wl-auto-select-next): Ditto.
6709         (wl-interactive-save-folders): Ditto.
6710
6711         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6712         Initialization codes are moved from wl-local-folder-init.
6713         (wl-local-folder-init): Follow the change above.
6714         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6715
6716         * wl-acap.el: New file.
6717
6718         * Version number is increased to 2.7.3.
6719
6720 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6721
6722         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6723
6724 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6725
6726         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6727         (wl-addrmgr-address-entry-list): Ditto.
6728
6729 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6730
6731         * wl-e21.el (wl-draft-mode-map): Removed binding for
6732         `wl-draft-insert-x-face-field'.
6733
6734         * wl-mule.el (wl-draft-mode-map): Ditto.
6735
6736         * wl-xmas.el (wl-draft-mode-map): Ditto.
6737
6738         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6739         (wl-cs-autoconv): Ditto.
6740         (wl-cs-local): Ditto.
6741         (wl-use-scoring): Ditto.
6742         (wl-mime-charset): Ditto.
6743         (wl-folder-check-async): Ditto.
6744
6745         * wl.el (toplevel): Ignore nemacs and tm.
6746         (wl-exit): Ditto.
6747
6748         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6749         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6750         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6751         instead of wl-address-petname-add-or-change.
6752         (wl-summary-edit-addresses-subr): Use wl-address-delete
6753         instead of wl-address-petname-delete.
6754
6755         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6756
6757         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6758         if error occured.
6759
6760         * wl-message.el (require): Remove tm support.
6761
6762         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6763
6764         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6765         (wl-folder-jump-to-current-entity): Ditto.
6766         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6767
6768         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6769         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6770         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6771
6772         * wl-mule.el (wl-draft-key-setup): Ditto.
6773
6774         * wl-xmas.el (wl-draft-key-setup): Ditto.
6775
6776         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6777         (wl-draft-std11-parse-addresses): New function.
6778         (wl-draft-parse-mailbox-list): Use it.
6779         (wl-draft): Ignore nemacs.
6780         (wl-draft-reedit): Ditto.
6781
6782         * wl-addrmgr.el: New file.
6783         (Original is wl-rcpt.el written by
6784         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6785         Thanks Kitamoto-san.)
6786
6787         * wl-address.el (wl-address-make-address-list): Modified parsing
6788         process.
6789         (wl-address-delete): Renamed from `wl-address-petname-delete';
6790         Modify wl-address-list too.
6791         (wl-address-add-or-change): Renamed from
6792         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6793
6794 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6795
6796         * wl-highlight.el (wl-highlight-summary-current-line):
6797           Work with transient-mark-mode
6798
6799 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6800
6801         * Version number is increased to 2.7.2.
6802
6803         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6804         instead of elmo-dop-queue-method.
6805
6806 2001-08-06  SAITO Atsunori <sai@yedo.com>
6807
6808         * wl-vars.el (wl-ldap-objectclass): New user option.
6809
6810         * wl-address.el (wl-ldap-make-filter): Use it.
6811
6812 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6813
6814         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6815
6816 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6817
6818         * wl-folder.el (wl-folder): redisplay after folder insertion.
6819
6820         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6821
6822         * wl-summary.el (wl-summary-sync-update):
6823         Change status mark only when new-msgdb exists.
6824         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6825
6826 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6827
6828         * wl-summary.el (wl-summary-open-folder): New function.
6829         (wl-summary-goto-folder-subr): Use it.
6830         (wl-summary-mark-as-important): Fix;
6831         Encache only when no cache exists.
6832
6833 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6834
6835         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6836         Use with-current-buffer.
6837
6838 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6839
6840         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6841         before call `get-buffer'. Fixed parenthesis.
6842         (wl-score-get-header-entry): Clear message and help window when
6843         keyboard quit.
6844         (wl-score-edit-insert-header): Ditto.
6845
6846 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6847
6848         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6849         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6850         (wl-default-draft-cite): Fix.
6851
6852         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6853         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6854
6855 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6856
6857         * wl-message.el (wl-message-prev-page): Do same bahavior
6858         as summary when it is called in the message buffer.
6859         (wl-message-next-page): Ditto.
6860
6861 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6862
6863         * wl-summary.el (wl-summary-forward): Use cache if it is not
6864         section cache.
6865
6866 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6867
6868         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6869         Removed redundant require of elmo-vars.
6870         (wl-biff-state-indicator-on): Changed default value for
6871         xemacs with non-mule environment.
6872
6873         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6874         wl-message-buffer is nil;
6875         Hide progress bar after moving messages.
6876
6877 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6878
6879         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6880         message at cursor point is deleted.
6881
6882 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6883
6884         * wl-vars.el: Changed file coding system to euc-japan.
6885         Added -*-coding:-*- magic to the first line.
6886
6887         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6888         Search parent from the first message.
6889
6890         * Version number is increased to 2.7.1.
6891
6892 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6893
6894         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6895
6896 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6897
6898         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6899         refile/delete execution.
6900
6901         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6902         Fixed docstring.
6903
6904 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6905
6906         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6907         do update process;
6908         Don't update marks when update process is interrupted.
6909
6910 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6911
6912         * wl-summary.el (wl-summary-reply): Fixed problem when
6913         wl-draft-use-frame is non-nil.
6914         (wl-summary-forward): Ditto.
6915
6916         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6917         as nil.
6918         (wl-folder-mark-as-read-all-entity): Ditto.
6919         (wl-folder-prefetch-entity): Ditto.
6920
6921         * wl.el (wl): Check environment before wl-init.
6922
6923         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6924         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6925         instead of wl-summary-collect-unread.
6926         (wl-summary-reply): Split message window.
6927
6928 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6929
6930         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6931         only if current language environment is japanese,
6932
6933         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6934         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6935         (wl-folder-goto-folder-subr): Ditto.
6936
6937         * wl-draft.el (wl-draft-dispatch-message): Call
6938         `elmo-file-cache-get-path'.
6939
6940 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6941
6942         * wl-summary.el (wl-summary-cursor-move): If return value of
6943         wl-summary-next-message is not number, don't jump.
6944
6945 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6946
6947         * wl-summary.el (wl-summary-buffer-next-message-function): New
6948         variable.
6949         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6950         if it is bound.
6951
6952         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6953         string.
6954
6955         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6956         (wl-plugged-drawing): Ditto.
6957
6958 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6959
6960         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6961         process.
6962         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6963         with unwind-protect.
6964
6965         * wl.el (wl-init): Require mime-setup.
6966         (wl-check-environment): Don't require mime-setup.
6967
6968         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6969         instead of elmo-folder-type.
6970
6971         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6972         value as nil.
6973
6974 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6975
6976         * Version number is increased to 2.7.0.
6977
6978         * wl-version.el (wl-version): Changed codename.
6979
6980         * wl-summary.el (wl-summary-delete-cache): Fixed.
6981
6982         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6983         Workaround for net folders.
6984         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6985
6986         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6987         value to nil (According to the patch from
6988         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6989
6990         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6991         of elmo-folder-close.
6992
6993 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6994
6995         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6996         for postfix.
6997
6998 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6999
7000         * wl-summary.el (wl-summary-resend-message): Fixed.
7001
7002         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7003         Call wl-draft with `from' argument if its address is included in
7004         `wl-user-mail-address-list'.
7005         (wl-draft): Added `from' argument.
7006
7007         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7008         non-nil.
7009         (wl): Don't show demo if wl-demo is nil.
7010
7011         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7012         wl-summary-use-frame.
7013
7014         * wl-vars.el (wl-summary-use-frame): New user option.
7015         (wl-folder-use-frame): Changed docstring.
7016
7017         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7018         non-nil.
7019         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7020         wl-summary-use-frame.
7021
7022         * wl-vars.el (wl-folder-use-frame): New user option.
7023
7024         * wl-summary.el (wl-summary-exit): Back to folder frame if
7025         wl-folder-use-frame is non-nil.
7026         (wl-summary-redisplay-internal): Ignore cache if current folder
7027         is draft folder,
7028         (wl-summary-redisplay-no-mime): Ditto.
7029         (wl-summary-redisplay-all-header): Ditto.
7030
7031         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7032         if wl-folder-use-frame is non-nil.
7033
7034 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7035
7036         * wl-summary.el (wl-summary-sync-update): Bind
7037         elmo-folder-update-threshold.
7038         (wl-summary-mark-as-important): Enclosed server mark processing
7039         with `save-match-data'.
7040
7041         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7042         only when it is already defined.
7043
7044 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7045
7046         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7047         name of folder exclude localdir is wrong.
7048         * wl-folder.el (wl-folder-sync-entity):
7049         Set `wl-summary-always-sticky-folder-list' as nil.
7050         (wl-folder-mark-as-read-all-entity): Ditto.
7051         (wl-folder-prefetch-entity): Ditto.
7052
7053 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7054
7055         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7056         instead of `wl-summary-write-current-newsgroup'.
7057
7058 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7059
7060         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7061         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7062         non-nil and selected message is important, do not display.
7063
7064 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7065
7066         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7067
7068 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7069
7070         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7071
7072         * wl-summary.el (wl-summary-mark-as-important): Set message number
7073         using wl-summary-message-number.
7074
7075 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7076
7077         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7078         destination folder is 'null.
7079
7080 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7081
7082         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7083         New function.
7084         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7085         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7086         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7087
7088 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7089
7090         * wl-mime.el (wl-mime-setup): Added setting for
7091         `mime-setup-signature-key-alist' to avoid overriding key bind for
7092         `wl-draft-send'.
7093
7094         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7095         for `wl-draft-send'.
7096         * wl-mule.el (wl-draft-overload-functions): Ditto.
7097         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7098         * wl-draft.el (wl-draft-send): Ditto.
7099
7100         * wl-message.el (wl-message-display-internal):
7101         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7102         (Patch is provided by <kita@coe.nttdata.co.jp>).
7103
7104 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7105
7106         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7107
7108 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7109
7110         * wl.el (wl): Fix for wl-demo.
7111
7112 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7113
7114         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7115
7116 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7117
7118         * wl-folder.el (wl-folder-prefetch-entity): Use
7119         `wl-folder-get-elmo-folder'.
7120         (wl-folder-count-incorporates): Do not use
7121         `wl-folder-get-elmo-folder'.
7122
7123 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7124
7125         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7126         instead of `elmo-folder-get-type'.
7127
7128 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7129
7130         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7131         position on Subject: field.
7132         (Advised by Mito <mit@nines.nec.co.jp>)
7133
7134 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7135
7136         * wl-folder.el (wl-folder-prefetch-entity): Use
7137         `wl-folder-get-elmo-folder'.
7138
7139 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7140
7141         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7142
7143         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7144         `process-duplicates' slot.
7145
7146         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7147         if detection failed.
7148
7149 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7150
7151         * wl-version.el (wl-version-status): Set to "alpha".
7152
7153 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7154
7155         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7156         Check wl-message-buffer lives before set-buffer.
7157
7158 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7159
7160         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7161         called in folder mode.
7162         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7163         * wl-summary.el (wl-summary-exit-pre-hook): Run
7164         `wl-summary-exit-pre-hook' before exit summary mode.
7165
7166 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7167
7168         * wl-version.el (wl-version-status): New variable.
7169         (wl-version-status-alist): Removed.
7170         (wl-version-status): Rule included.
7171
7172 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7173
7174         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7175         @sponichi.
7176
7177         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7178         when `mail-reply-buffer' is buffer-local variable.
7179         (Reported by <kita@coe.nttdata.co.jp>).
7180
7181 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7182
7183         * wl-vars.el (toplevel): Require 'elmo-util.
7184
7185 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7186
7187         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7188         (All other related portions are changed)
7189
7190         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7191
7192         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7193
7194 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7195
7196         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7197
7198 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7199
7200         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7201         Delete other windows to avoid an error.
7202         Use `point-marker' instead of `point' to remember the start point
7203         of body.
7204
7205         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7206
7207         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7208         number not to exceed all message number.
7209
7210 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7211
7212         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7213         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7214
7215 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7216
7217         * wl-summary.el (wl-summary-sync-force-update): Added argument
7218         no-check.
7219         (wl-summary-sync-update): Ditto.
7220         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7221         with `no-check'.
7222
7223         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7224         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7225         already running.
7226
7227 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7228
7229         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7230         `dst-folder-arg'.
7231         (wl-expire-archive-number1): Diito.
7232         (wl-expire-archive-number2): Diito.
7233         (wl-expire-archive-Date): Diito.
7234         (wl-archive-number1): Diito.
7235         (wl-archive-number2): Diito.
7236         (wl-archive-date): Diito.
7237         (wl-archive-folder-p): New function.
7238         (wl-summary-expire): Support of expand folder name at
7239         wl-expire-alist.
7240         * wl-util.el (wl-expand-newtext): Renamed from
7241         `wl-refile-expand-newtext'.
7242
7243 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7244
7245         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7246         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7247         `(elmo-msgdb-get-overview msgdb)'.
7248         (wl-summary-prefetch): Bind match data before call
7249         `wl-summay-prefetch-msg'.
7250         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7251         'off if `wl-summary-buffer-disp-msg' is non-nil.
7252         Fixed problem that couldn't show only one new or unread message when
7253         enter folder.
7254         (wl-summary-reply): Don't call `split-window-vertically' and other
7255         window.
7256
7257 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7258
7259         * wl-expire.el (wl-expire-refile): Fixed.
7260
7261 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7262
7263         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7264
7265         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7266         biff notification is removed.
7267
7268         * wl.el (wl): Changed position of `elmo-init'.
7269
7270         * wl-draft.el (wl-default-draft-cite): Use date field
7271         on the citation buffer.
7272
7273         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7274
7275         * wl-xmas.el (wl-folder-internal-icon-list): Added
7276         `wl-folder-shimbun-image'.
7277
7278         * wl-e21.el (wl-folder-internal-icon-list): Added
7279         `wl-folder-shimbun-image'.
7280
7281 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7282
7283         * wl.el (wl-init): Eliminated argument.
7284         (wl): Rewrite.
7285
7286         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7287         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7288         instead of `elmo-folder-msgdb-internal'.
7289         (wl-summary-sync-update): Ditto.
7290         (wl-summary-flush-pending-append-operations): Eliminated.
7291         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7292         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7293         `elmo-folder-open'.
7294
7295         * wl-mime.el (wl-summary-burst): Fixed.
7296
7297         * wl-folder.el (wl-folder-info-save): Check data type.
7298
7299         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7300         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7301         instead of `elmo-folder-msgdb-internal'.
7302         (wl-expire-hide): Ditto.
7303
7304
7305         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7306
7307 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7308
7309         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7310
7311 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7312
7313         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7314
7315 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7316
7317         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7318         Fixed `match-beginning' argument mismatch.
7319
7320 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7321
7322         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7323         the default value.
7324
7325 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7326
7327         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7328         instead of `elmo-nntp-default-port'.
7329
7330         * wl-vars.el: Fixed some doc strings.
7331
7332 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7333
7334         * wl-summary.el (wl-summary-prefetch-msg): Use
7335         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7336
7337         * wl-vars.el: Define *-func as obsolete variable using
7338         `elmo-define-obsolete-variable'.
7339
7340         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7341         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7342         instead of `wl-message-buffer-prefetch-threshold'.
7343
7344         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7345
7346         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7347
7348         * wl-draft.el (wl-caesar-region-func): Ditto.
7349
7350         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7351         Keep unread status in elmo-folder-move-messages.
7352         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7353
7354 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7355
7356         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7357         `wl-summary-buffer-exit-func'
7358         (wl-summary-buffer-message-redisplay-function): Renamed from
7359         `wl-summary-buffer-message-redisplay-func'
7360         (wl-summary-buffer-next-folder-function): Renamed from
7361         `wl-summary-buffer-next-folder-func'.
7362         (wl-summary-buffer-prev-folder-function): Renamed from
7363         `wl-summary-buffer-prev-folder-func'.
7364         (wl-summary-get-petname-function): Renamed from
7365         `wl-summary-get-petname-func'.
7366
7367         * wl-score.el (wl-score-edit-exit-function): Renamed from
7368         `wl-score-edit-exit-func'.
7369
7370         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7371         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7372
7373         * wl-util.el (wl-load-profile-function): Renamed from
7374         `wl-load-profile-func'.
7375
7376         * wl-folder.el (wl-folder-completion-function): Renamed from
7377         `wl-folder-completion-func'.
7378         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7379
7380         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7381         `wl-expire-archive-get-folder-func'.
7382         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7383         (wl-draft-send-mail-function): Renamed from
7384         `wl-draft-send-mail-func'.
7385         (wl-draft-send-news-function): Renamed from
7386         `wl-draft-send-news-func'.
7387         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7388         (wl-generate-mailer-string-function): Renamed from
7389         `wl-generate-mailer-string-func'.
7390         (wl-highlight-signature-search-function): Renamed from
7391         `wl-highlight-signature-search-func'.
7392         (wl-highlight-x-face-function): Renamed from
7393         `wl-highlight-x-face-func'
7394         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7395         (wl-ps-print-buffer-function): Renamed from
7396         `wl-ps-print-buffer-func'
7397         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7398         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7399         (wl-summary-subject-filter-function): Renamed from
7400         `wl-summary-subject-filter-func'.
7401
7402         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7403         `wl-draft-queue-flush-send-func'
7404         (wl-draft-cite-function): Renamed from
7405         `wl-draft-cite-func'
7406
7407         * wl-address.el (wl-address-init-function): Renamed from
7408         `wl-address-init-func'.
7409
7410 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7411
7412         * wl-draft.el (wl-draft-queue-flush): Don't call
7413         `elmo-dop-unlock-message'.
7414         * wl-draft.el (wl-draft-queue-append): Don't call
7415         `elmo-dop-lock-message'.
7416
7417         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7418         (wl-summary-buffer-folder-name): Ditto.
7419         (wl-summary-message-regexp): Added '-' (all other related portions
7420         are changed).
7421         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7422         wl-summary-buffer-folder-name.
7423
7424 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7425
7426         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7427         the number of mails in the folder buffer is not updated by wl-biff.
7428
7429 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7430
7431         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7432         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7433
7434 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7435
7436         * wl-summary.el (wl-summary-next-message):
7437         Return next message number when wl-summary-move-order is nil.
7438
7439 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7440
7441         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7442         `wl-summary-move-spec-alist'.
7443         (wl-summary-move-spec-unplugged-alist): New variable
7444         (Move spec for unplugged status).
7445         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7446         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7447
7448 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7449
7450         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7451         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7452
7453 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7454
7455         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7456         simple quotation to quote the anonymous function.
7457         * tm-wl.el (wl-draft-preview-message): Ditto.
7458
7459 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7460
7461         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7462         Eliminate redundant `save-excursion'.
7463         (wl-highlight-summary-current-line): Ditto.
7464
7465         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7466         accessing match data when `looking-at' failed.
7467
7468         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7469         `elmo-match-string' where users don't care about the speed.
7470         (wl-draft-save): Ditto.
7471
7472 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7473
7474         * wl-util.el (wl-regexp-opt): New function.
7475
7476         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7477         number from `wl-summary-buffer-number-list'.
7478         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7479         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7480         (wl-summary-move-spec-alist): Changed default setting.
7481
7482 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7483
7484         * wl-vars.el (wl-biff-notify-hook): New hook.
7485         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7486         the arrival of new mail.
7487         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7488         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7489
7490 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7491
7492         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7493
7494 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7495
7496         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7497
7498         * Version number is increased to 2.5.8.
7499
7500         * wl-thread.el (toplevel): require 'cl.
7501         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7502         (wl-thread-make-number-list): New function.
7503         (wl-thread-entity-make-number-list-from-children): Ditto.
7504         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7505         (wl-thread-entity-insert-as-children): Likewise.
7506         (wl-thread-delete-message): Likewise.
7507         (wl-meaning-of-mark): Eliminated.
7508         (wl-thread-next-failure-mark-p): Ditto.
7509         (wl-thread-entity-get-mark): Ditto.
7510         (wl-thread-meaning-alist-get-result): Ditto.
7511         (wl-thread-entity-check-prev-mark): Ditto.
7512         (wl-thread-entity-check-next-mark): Ditto.
7513         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7514         (wl-thread-entity-get-prev-marked-entity): Ditto.
7515         (wl-thread-get-prev-unread): Ditto.
7516         (wl-thread-jump-to-prev-unread): Ditto.
7517         (wl-thread-get-next-unread): Ditto.
7518         (wl-thread-jump-to-next-unread): Ditto.
7519         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7520         (wl-thread-entity-get-next-marked-entity): Ditto.
7521
7522         * wl-summary.el (wl-summary-buffer-number-list):
7523         New bufer-local variable.
7524         (wl-summary-switch-to-clone-buffer): Clone
7525         `wl-summary-buffer-number-list'.
7526         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7527         (wl-summary-cursor-move-regex): Eliminated.
7528         (wl-summary-cursor-up): Rewrite.
7529         (wl-summary-cursor-down): Ditto.
7530         (wl-summary-mode-spec-alist): New variable.
7531         (wl-summary-next-message): New inline function.
7532         (wl-summary-cursor-move): New function.
7533         (wl-summary-default-get-next-msg): Rewrite.
7534         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7535         (wl-summary-rescan): Ditto.
7536         (wl-summary-sync-all-init): Ditto.
7537         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7538         summary is not thread view.
7539         (wl-summary-sync-update): Ditto.
7540         (wl-summary-rescan): Ditto.
7541         (wl-summary-make-number-list): New function.
7542
7543         * wl-draft.el: "FCC" -> "Fcc".
7544
7545 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7546
7547         * wl-highlight.el (wl-highlight-summary-window):
7548         Call `set-buffer-modified-p'.
7549
7550         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7551         (wl): Call `elmo-init' and fix.
7552
7553         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7554         Use new variables.
7555
7556         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7557
7558 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7559
7560         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7561
7562 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7563
7564         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7565
7566 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7567
7568         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7569         `wl-use-toolbar' nor `display-graphic-p'.
7570         (wl-e21-setup-message-toolbar): Ditto.
7571         (wl-e21-setup-summary-toolbar): Ditto.
7572         (wl-e21-setup-folder-toolbar): Ditto.
7573
7574         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7575         (wl-plugged-init-icons): Ditto.
7576
7577         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7578         `display-graphic-p'.
7579         (wl-plugged-set-folder-icon): Ditto.
7580         (wl-highlight-plugged-current-line): Ditto.
7581         (wl-highlight-folder-current-line): Ditto.
7582         (wl-e21-highlight-folder-group-line): Ditto.
7583         (wl-e21-setup-toolbar): Ditto.
7584         (wl-e21-display-image-p): New macro.
7585
7586         * wl-demo.el (wl-demo): Simplified.
7587         (wl-demo-image-type-alist): Use `image-type-available-p' for
7588         checking whether the image type `xbm' is available.
7589
7590 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7591
7592         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7593         (wl-summary-input-range): Ditto.
7594
7595 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7596
7597         * wl-summary.el (wl-summary-edit-addresses): Use
7598         `wl-summary-get-original-buffer'
7599         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7600         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7601         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7602         (wl-summary-get-newsgroups): Eliminated.
7603         (wl-summary-set-crosspost): Ditto.
7604         (wl-summary-is-crosspost-folder): Ditto.
7605         (wl-crosspost-alist-load): Ditto.
7606         (wl-crosspost-alist-save): Ditto.
7607
7608         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7609         `elmo-setup-subscribed-newsgroups' instead of
7610         `elmo-nntp-make-groups-hashtb'.
7611         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7612         instead of `wl-crosspost-alist-save'.
7613
7614         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7615         of `elmo-folder-message-appendable-p'.
7616         (wl-mime-header-presentation-method): Eliminated.
7617
7618         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7619         (Error occurs in emacs21).
7620
7621         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7622         the current buffer).
7623
7624         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7625         instead of `wl-crosspost-alist-save'.
7626         (wl-init): `elmo-crosspost-message-alist-load'
7627         instead of `wl-crosspost-alist-load'
7628
7629         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7630         (wl-parse-newsgroups): Likewise.
7631         (wl-biff-notify): Run `wl-biff-notify-hook'.
7632
7633 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7634
7635         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7636
7637         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7638         when `wl-summary-lazy-highlight' is non-nil.
7639         (wl-summary-goto-folder-subr): Highlight only when
7640         `wl-summary-lazy-highlight' is non-nil.
7641
7642         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7643         Don't display progress and highlight temp-mark when
7644         `wl-summary-lazy-highlight' is non-nil.
7645         (wl-highlight-summary-window): New function.
7646         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7647
7648 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7649
7650         * wl-summary.el (wl-summary-sync): Change `all-visible'
7651         from `all-shown'
7652         (wl-summary-input-range): Ditto.
7653
7654 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7655
7656         * wl-e21.el (wl-highlight-folder-current-line): Call
7657         `wl-folder-init-icons' when folder icons have not been initialized.
7658
7659         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7660
7661         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7662         (wl-demo-image-type-alist): New macro.
7663
7664 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7665
7666         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7667         display does not support graphics.
7668         (wl-plugged-init-icons): Ditto.
7669         (wl-folder-init-icons): Ditto.
7670
7671         * wl-demo.el (wl-demo): Chech closely whether the display
7672         supports graphics.
7673
7674 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7675
7676         * wl-summary.el (wl-summary-get-original-buffer): New function.
7677         (wl-summary-set-crosspost): Use it.
7678         (wl-summary-target-mark-uudecode): Ditto.
7679         (wl-summary-reedit): Ditto.
7680         (wl-summary-resend-bounced-mail): Ditto.
7681         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7682         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7683
7684         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7685         (wl-message-display-internal): Ditto.
7686
7687 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7688
7689         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7690
7691 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7692
7693         * wl-summary.el (wl-summary-save-view): Renamed from
7694         `wl-summary-save-status'.
7695
7696 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7697
7698         * wl-summary.el (wl-summary-sync): Added `all-shown'
7699
7700 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7701
7702         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7703
7704 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7705
7706         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7707
7708 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7709
7710         * wl-highlight.el (wl-highlight-summary-line-string): Use
7711         `zerop' instead of `= 0'.
7712         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7713
7714         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7715         for comparing numbers.
7716         (wl-template-prev): Use `zerop' instead of `eq 0'.
7717
7718         * wl-draft.el (wl-draft-insert-current-message): Use
7719         `with-current-buffer' instead of `save-excursion'.
7720         Use `zerop' instead of `eq 0'.
7721
7722 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7723
7724         * wl-draft.el (wl-draft-insert-ccs): New function.
7725         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7726         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7727
7728 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7729
7730         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7731
7732 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7733
7734         * wl-expire.el (wl-expire-refile): Don't call
7735         elmo-msgdb-add-msgs-to-seen-list;
7736         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7737         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7738
7739 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7740
7741         * wl-message.el (wl-message-prev-page): Ignore errors while
7742         scroll-down.
7743
7744 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7745
7746         * wl-mime.el: Use elmo-original-message-mode instead of
7747         mmelmo-original-mode.
7748
7749         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7750         `elmo-folder-get-spec';
7751         (wl-fldmgr-add-completion-all-completions):
7752         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7753
7754         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7755         of `elmo-folder-get-type'.
7756
7757         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7758         `elmo-folder-get-spec';
7759         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7760         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7761         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7762         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7763         `elmo-read-msg-no-cache';
7764         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7765         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7766         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7767         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7768         `elmo-cache-save';
7769         (wl-draft-reedit): Use `elmo-message-file-name'.
7770
7771         * wl-expire.el: Use `elmo-folder-name-internal';
7772         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7773         Use macro `wl-summary-buffer-msgdb' instead of variable
7774         `wl-summary-buffer-msgdb';
7775         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7776         Use macro `wl-summary-buffer-folder-name' instead of variable
7777         `wl-summary-buffer-folder-name'.
7778         * wl-score.el: Likewise.
7779
7780         * wl-message.el: Rewrite for new message buffer cache mechanism.
7781         (wl-message-buffer-cache-buffer-get): New macro.
7782         (wl-message-buffer-cache-folder-get): Ditto.
7783         (wl-message-buffer-cache-message-get): Ditto.
7784         (wl-message-buffer-cache-entry-make): Ditto.
7785         (wl-message-buffer-cache-hit): Ditto.
7786         (wl-message-buffer-cache-sort): New function.
7787         (wl-message-buffer-cache-add): Ditto.
7788         (wl-message-buffer-cache-delete): Ditto.
7789         (wl-message-buffer-cache-clean-up): Ditto.
7790         (wl-message-buffer-window): Rewrite.
7791         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7792         (wl-message-buffer-display): New function.
7793         (wl-message-display-internal): New function.
7794
7795 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7796
7797         * wl-folder.el: Use `elmo-folder-name-internal';
7798         Use `wl-folder-get-elmo-folder';
7799         Use `elmo-folder-list-messages' instead of
7800         `elmo-list-folder';
7801         Use `elmo-folder-get-primitive-list' instead of
7802         `elmo-folder-get-primitive-spec-list';
7803         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7804         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7805         Use `elmo-folder-create' instead of `elmo-create-folder'.
7806         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7807         (wl-folder-get-elmo-folder): New macro.
7808         (wl-folder-elmo-folder-cache-get): Ditto.
7809         (wl-folder-elmo-folder-cache-put): Ditto.
7810         (wl-folder-suspend): Call `elmo-quit'.
7811
7812         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7813         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7814         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7815         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7816         (toplevel): require 'cl.
7817         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7818
7819         * wl-summary.el: Rewrite to use new elmo interface.
7820
7821 \f
7822 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7823
7824         * wl-mime.el (wl-draft-preview-message):
7825         Run `wl-draft-send-hook' before collecting recipients information;
7826         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7827
7828         * tm-wl.el (wl-draft-preview-message): Ditto.
7829
7830 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7831
7832         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7833         wrong recipients are displayed when forwarded message.
7834
7835 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7836
7837         * Version number is increased to 2.5.7.
7838
7839 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7840
7841         * wl-message.el (wl-message-next-page): Bind
7842         `window-pixel-scroll-increment' to nil while scrolling up.
7843
7844 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7845
7846         * wl-vars.el (wl-save-hook): New hook.
7847         * wl.el (wl-save): Call `wl-save-hook'.
7848
7849 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7850
7851         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7852         Argument WITH-ARG instead of NO-ARG (negative mean).
7853         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7854         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7855         * wl-message.el (wl-message-follow-current-entity): Likewise.
7856
7857 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7858
7859         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7860         FROM was optional argument.
7861         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7862
7863 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7864
7865         * Version number is increased to 2.5.6.
7866
7867 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7868
7869         * wl-version.el (wl-version-show): Removed.
7870         (wl-version): Add `interactive'.
7871
7872 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7873
7874         * wl-summary.el (wl-summary-get-petname-func): New variable.
7875         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7876         instead of `wl-address-get-petname-1'.
7877         (wl-summary-simple-from): Ditto.
7878
7879         * wl-address.el (wl-address-get-petname-1): Define as function.
7880
7881 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7882
7883         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7884         field in the original message.
7885         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7886
7887 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7888
7889         * wl-expire.el (wl-expire-hide):
7890         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7891
7892 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7893
7894         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7895         find decoder for To, Cc, and Subject.
7896
7897 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7898
7899         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7900         for checking `elmo-use-buffer-cache'.
7901         (wl-summary-mark-as-important): Fixed typo in comment.
7902
7903 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7904
7905         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7906         field in the original message.
7907         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7908
7909 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7910
7911         * wl-expire.el (wl-expire-hide):
7912         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7913
7914 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7915
7916         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7917         find decoder for To, Cc, and Subject.
7918
7919 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7920
7921         * Version number is increased to 2.5.5.
7922
7923         * wl-address.el (wl-address-specials-regexp): New constant.
7924         (wl-address-quote-specials): Use it.
7925
7926 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7927
7928         * wl-summary.el (wl-summary-rescan):
7929         Call `wl-summary-buffer-number-column-detect'.
7930         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7931
7932         * wl-message.el (wl-message-mode-map): Define.
7933         (wl-message-decode): Use it as local-map.
7934
7935 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7936
7937         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7938         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7939
7940 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7941
7942         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7943
7944         * wl-mule.el (wl-read-event-char): Ditto.
7945
7946         * wl-e21.el (wl-read-event-char): Ditto.
7947
7948         * wl-nemacs.el (wl-read-event-char): Ditto.
7949         (read-event): Removed.
7950
7951         * wl-util.el (toplevel): Removed dummy definition of
7952         `read-event'.
7953         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7954
7955 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7956
7957         * wl-nemacs.el (elmo-archive-call-process): Moved to
7958         elmo-archive.el.
7959
7960 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7961
7962         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7963         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7964
7965         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7966         instead of magic-number 6.  Use `not' instead of `null' for symbol
7967         `nil' check (not empty list).
7968         (wl-draft-insert-x-face-field): Fixed paren style.
7969
7970         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7971         one-branch conditional statement, instead of `and' and `if'.
7972         (wl-draft-forward): Likewise.
7973         (wl-draft-add-references): Likewise.
7974         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7975
7976         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7977         conditional steatment.  Use `cond' instead of `if'.
7978         (wl-draft-confirm): Likewise.
7979
7980 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7981
7982         * wl-version.el (wl-version-show): Use `product-string-1'
7983         instead of `wl-version'.
7984         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7985
7986         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7987
7988 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7989
7990         * wl-highlight.el (wl-highlight-headers): Revert
7991         `wl-highlight-x-face-func' argument (`beg' and `end').
7992
7993 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7994
7995         * wl.el (toplevel): Move `product-provide' declare.
7996         * wl-demo.el (toplevel): Ditto.
7997         * wl-dnd.el (toplevel): Ditto.
7998         * wl-highlight.el (toplevel): Ditto.
7999         * wl-message.el (toplevel): Ditto.
8000         * wl-refile.el (toplevel): Ditto.
8001         * wl-util.el (toplevel): Ditto.
8002
8003 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8004
8005         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8006         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8007         (wl-thread-close-all): keep cursor position.
8008
8009 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8010
8011         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8012         (eq x 0).
8013         (wl-generate-user-agent-string-1): Fix conditional statement.
8014
8015 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8016
8017         * wl.el (wl-check-environment): Additional check for
8018         'wl-local-domain' and `wl-message-id-domain'.
8019
8020 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8021
8022         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8023
8024 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8025
8026         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8027         instead of `smtp-sasl-user-realm'.
8028
8029 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8030
8031         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8032
8033 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8034
8035         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8036         to the default value as well as `eword-lexical-analyzer'.
8037
8038 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8039
8040         * wl-version.el (wl-extended-emacs-version,
8041         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8042         `elmo-match-string' instead of `wl-match-string'.
8043
8044 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8045
8046         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8047         docstring.
8048
8049 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8050
8051         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8052
8053 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8054
8055         * wl-highlight.el (wl-highlight-headers): Remove
8056         `wl-highlight-x-face-func' argument (`beg' and `end').
8057
8058 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8059
8060         * wl-summary.el (wl-summary-mark-as-important):
8061         Remove cache if folder is local.
8062
8063 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8064
8065         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8066         to get existing e-mail address string.
8067
8068 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8069
8070         * wl-version.el (wl-generate-user-agent-string): Commentary.
8071         (wl-generate-user-agent-string-1): Use `when' for
8072         one-branch conditional statement, instead of `and' and `if'.
8073         (wl-extended-emacs-version, wl-extended-emacs-version2,
8074         wl-extended-emacs-version3): Ditto.
8075
8076 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8077
8078         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8079         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8080         condition-case; Remove initialization.
8081         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8082         (wl-summary-sync-update3): Added argument `sync-all';
8083         Eliminated local variable `msgdb';
8084         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8085         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8086         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8087
8088 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8089
8090         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8091         connection before call `wl-draft-send-mail-with-smtp'.
8092
8093 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8094
8095         * Version number is increased to 2.5.4.
8096
8097 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8098
8099         * wl.el (wl-check-environment): Additional check for
8100         'wl-local-domain' and `wl-message-id-domain'.
8101
8102 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8103
8104         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8105         buffer as command specific.
8106         (wl-folder-mark-as-read-all-entity): Ditto.
8107         (wl-folder-prefetch-entity): Ditto.
8108         (wl-folder-drop-unsync-entity): Ditto.
8109
8110         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8111         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8112         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8113
8114         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8115         save-excursion.
8116
8117 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8118
8119         * Version number is increased to 2.5.3.
8120
8121         * wl-summary.el (wl-summary-save-view-cache):
8122         Delete duplicated `write-region';
8123         Use `write-region-as-binary' instead of `as-binary-output-file' and
8124         `write-region'.
8125
8126 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8127
8128         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8129
8130 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8131
8132         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8133         instead of `smtp-via-smtp'.
8134
8135 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8136
8137         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8138
8139 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8140
8141         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8142         instead of `smtp-sasl-user-realm'.
8143
8144 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8145
8146         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8147
8148 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8149
8150         * Version number is increased to 2.5.2.
8151
8152 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8153
8154         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8155         does not exist.
8156         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8157         (wl-biff-start): Call `timer-activate' if timer already exists.
8158
8159         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8160         only when it is bound as function.
8161
8162 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8163
8164         * Version number is increased to 2.5.1.
8165
8166 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8167
8168         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8169         Print refile/copy destination.
8170
8171 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8172
8173         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8174         queue-flush-only is non-nil.
8175
8176         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8177
8178         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8179         checking cache folder.
8180
8181 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8182
8183         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8184         `regexp-quote'.
8185
8186 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8187
8188         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8189         function.
8190         * wl-summary.el (wl-summary-write-current-folder-functions):
8191         Change default value.  Use it.
8192
8193 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8194
8195         * Version number is increased to 2.5.0.
8196
8197         * wl-version.el (wl-version): Changed codename.
8198
8199 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8200
8201         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8202         (wl-summary-supersedes-message): Ditto.
8203
8204 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8205
8206         * wl-refile.el (wl-refile-guess-functions): Renamed from
8207         `wl-refile-guess-func-list'.
8208
8209 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8210
8211         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8212         Fixed problem when no rule was matched.
8213
8214 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8215
8216         * wl-summary.el (wl-summary-get-mark): Fixed
8217         `wl-summary-buffer-target-mark' check logic.
8218
8219 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8220
8221         * wl-folder.el (wl-folder-write-current-folder): Added group
8222         folder check.
8223
8224         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8225         `wl-summary-write-current-newsgroup'.
8226         (wl-summary-write-current-folder-functions): New variable.
8227         * wl-folder.el (wl-folder-get-newsgroups): New function.
8228         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8229         (wl-folder-write-current-folder): Renamed from
8230         `wl-folder-write-current-newsgroup'.
8231
8232 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8233
8234         * Version number is increased to 2.3.93.
8235
8236 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8237
8238         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8239         (wl-ldap-make-matched-value-list): Ditto.
8240         (wl-ldap-alias-safe-string): Split e-mail address.
8241
8242         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8243         petname folder default was selected.
8244         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8245         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8246
8247 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8248
8249         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8250         to `wl-draft-config-exec'.
8251
8252         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8253         instead of calling `wl-draft-config-exec';
8254         Process group-list and show recipients in minibuffer.
8255
8256         * tm-wl.el (wl-draft-preview-message): Ditto.
8257
8258 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8259
8260         * wl.el (toplevel): Added (C) to copyright notice, and
8261         sync Author header.
8262         * tm-wl.el (toplevel): Ditto.
8263         * wl-address.el (toplevel): Ditto.
8264         * wl-demo.el (toplevel): Ditto.
8265         * wl-dnd.el (toplevel): Ditto.
8266         * wl-draft.el (toplevel): Ditto.
8267         * wl-e21.el (toplevel): Ditto.
8268         * wl-expire.el (toplevel): Ditto.
8269         * wl-folder.el (toplevel): Ditto.
8270         * wl-highlight.el (toplevel): Ditto.
8271         * wl-message.el (toplevel): Ditto.
8272         * wl-mime.el (toplevel): Ditto.
8273         * wl-mule.el (toplevel): Ditto.
8274         * wl-nemacs.el (toplevel): Ditto.
8275         * wl-refile.el (toplevel): Ditto.
8276         * wl-score.el (toplevel): Ditto.
8277         * wl-summary.el (toplevel): Ditto.
8278         * wl-template.el (toplevel): Ditto.
8279         * wl-thread.el (toplevel): Ditto.
8280         * wl-util.el (toplevel): Ditto.
8281         * wl-vars.el (toplevel): Ditto.
8282         * wl-xmas.el (toplevel): Ditto.
8283
8284 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8285
8286         * wl.el (wl-init): Added comment about `wl-init-hook'.
8287         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8288         * wl-vars.el (wl-init-hook): Added docs.
8289         (wl-make-plugged-hook): Removed useless docs.
8290         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8291         * wl-xmas.el (toplevel): Ditto.
8292
8293 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8294
8295         * wl-address.el (toplevel): Fixed multiple Author header format.
8296         * wl-demo.el (toplevel): Ditto.
8297         * wl-draft.el (toplevel): Ditto.
8298         * wl-folder.el (toplevel): Ditto.
8299         * wl-summary.el (toplevel): Ditto.
8300         * wl-thread.el (toplevel): Ditto.
8301         * wl-util.el (toplevel): Ditto.
8302         * wl-vars.el (toplevel): Ditto.
8303         * wl-version.el (toplevel): Ditto.
8304         * wl-xmas.el (toplevel): Ditto.
8305         * wl.el (toplevel): Ditto.
8306
8307         * wl-version.el (toplevel): Added require `elmo-version' for
8308         `product-version-as-string'.
8309
8310 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8311
8312         * wl-vars.el (wl-draft-send-hook): Changed default value to
8313         '(wl-draft-config-exec).
8314
8315         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8316         explicitly.
8317         (wl-draft): Set `wl-draft-config-exec-flag' before running
8318         `wl-mail-setup-hook'.
8319
8320         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8321         `wl-biff-init-icons' to `wl-init-hook' instead of
8322         `wl-make-plugged-hook'.
8323         (Because if `wl-draft' command is invoked at first,
8324         they are not initialized)
8325         Updated copyright notice.
8326
8327         * wl-e21.el (toplevel): Ditto;
8328
8329         * wl-demo.el (toplevel): Updated copyright notice.
8330         * wl-address.el (toplevel): Ditto.
8331         * wl-draft.el (toplevel): Ditto.
8332         * wl-version.el (toplevel): Ditto.
8333         * wl-folder.el (toplevel): Ditto.
8334         * wl-summary.el (toplevel): Ditto.
8335         * wl-thread.el (toplevel): Ditto.
8336         * wl-util.el (toplevel): Ditto.
8337         * wl-vars.el (toplevel): Ditto.
8338         * wl.el (toplevel): Ditto.
8339
8340 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8341
8342         * wl-highlight.el (wl-highlight-message): Fixed problem of
8343         highlighting failure which occured when the last field contains
8344         multiple lines in the draft buffer.
8345
8346         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8347         `wl-biff-start' if plugged.
8348
8349         * wl-util.el (wl-biff-check-folder): New function.
8350         (wl-biff-check-folders): Don't set session name prefix.
8351         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8352         (wl-biff-check-folder-async): Ditto.
8353
8354         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8355         in email address.
8356
8357 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8358
8359         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8360
8361         * wl-draft.el (wl-draft-strip-subject-re): New function.
8362
8363         * wl-draft.el (wl-draft-reply): Use it.
8364
8365 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8366
8367         * wl-message.el (wl-mmelmo-message-redisplay): Use
8368         `mime-display-message' instead of `wl-mime-display-message'.
8369
8370         * wl-mime.el (toplevel): Removed compatibility workaround
8371         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8372         (wl-mime-display-message): Abolished.
8373         (wl-mime-entity-read-field): Ditto.
8374         (wl-mime-combine-message/partial-pieces): Use
8375         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8376
8377 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8378
8379         * wl-template.el: Doc fixes.
8380
8381 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8382
8383         * wl-e21.el (wl-message-overload-functions): Do nothing if
8384         `current-local-map' is not available.
8385         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8386
8387 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8388
8389         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8390         representation.
8391
8392         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8393         number.
8394         (wl-fldmgr-save-folders): Don't use `format' when insert
8395         `wl-fldmgr-folders-header'.
8396
8397 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8398
8399         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8400
8401 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8402
8403         * wl-highlight.el (wl-highlight-message):
8404         Use `std11-field-end' to detect end point of the header field.
8405         Refer `wl-highlight-max-header-size'.
8406
8407         * wl-vars.el (wl-highlight-max-header-size): New variable.
8408
8409         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8410
8411         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8412         Set `for-draft' argument of wl-highlight-headers.
8413         (wl-draft): Ditto.
8414         (wl-draft-reedit): Ditto.
8415         (wl-user-agent-compose-internal): Ditto.
8416
8417 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8418
8419         * wl-message.el (wl-message-add-button): Use overlay.
8420
8421 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8422
8423         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8424
8425         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8426         problem when group-list content is nothing.
8427         (Reported by Mito <mit@nines.nec.co.jp>)
8428
8429 2000-10-18  SAITO Atsunori <sai@yedo.com>
8430
8431         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8432
8433 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8434
8435         * tm-wl.el (toplevel): Use product-provide.
8436
8437 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8438
8439         * Version number is increased to 2.3.92.
8440
8441 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8442
8443         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8444         title text, use `display' property for left margin under Emacs 21.
8445
8446         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8447         properties.
8448         (wl-plugged-init-icons): Ditto.
8449
8450 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8451
8452         * wl.el (wl-save-status, wl-init): Remove last period in
8453         "...done." message.
8454         * tm-wl.el (wl-summary-burst): Ditto.
8455         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8456         wl-summary-resume-cache-status,
8457         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8458         wl-summary-sync-update3, wl-summary-highlight-msgs,
8459         wl-summary-flush-pending-append-operations,
8460         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8461         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8462         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8463         wl-thread-open-all): Ditto.
8464         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8465         * wl-mime.el (wl-summary-burst): Ditto.
8466         * wl-highlight.el (wl-highlight-summary): Ditto.
8467         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8468         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8469         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8470         * wl-address.el (wl-local-address-init): Ditto.
8471
8472 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8473
8474         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8475         `add-text-properties'.
8476         (wl-plugged-init-icons): Ditto.
8477         (wl-folder-init-icons): Use `propertize' instead of
8478         `put-text-property'.
8479         (wl-plugged-set-folder-icon): Ditto.
8480         (wl-e21-highlight-folder-group-line): Ditto.
8481
8482 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8483
8484         * wl-version.el (wl-version-status-alist): New variable.
8485         (wl-version-status): New function.
8486
8487         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8488         "Cc" part of the case "Reply-To".
8489
8490         * wl-draft.el (wl-draft-reply): Use result of
8491         `eword-extract-address-components'.
8492
8493         * wl-demo.el (wl-demo-icon-name): New constant.
8494         (wl-logo-xpm): Use it.
8495         (wl-logo-xbm): Ditto.
8496         (wl-logo-bitmap): Ditto.
8497
8498         * Version number is increased to 2.3.91.
8499
8500 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8501
8502         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8503         (wl-extended-emacs-version, wl-extended-emacs-version2,
8504         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8505         docstring.
8506
8507         * wl-version.el (wl-generate-user-agent-string-1): New function.
8508         (wl-generate-user-agent-string): Use it.
8509
8510         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8511         `mime-edit-insert-user-agent-field'.
8512         (wl-generate-user-agent-string): Check
8513         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8514
8515         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8516         instead of `if', when verbose case.
8517
8518 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8519
8520         * wl-expire.el (wl-summary-expire): Fix.
8521
8522 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8523
8524         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8525         and `elmo-lost+found-folder' if 'wl-draft.
8526         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8527
8528 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8529
8530         * wl-expire.el (wl-summary-expire): Change messages.
8531         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8532         `deleing-info' instead of "Deleting..."
8533
8534 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8535
8536         * wl-summary.el (wl-summary-refile-subr): Fix.
8537
8538 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8539
8540         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8541         if pipe folder.
8542
8543 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8544
8545         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8546
8547 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8548
8549         * wl-expire.el (wl-expire-hide): New function.
8550         (wl-summary-expire): Add `hide'.
8551
8552 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8553
8554         * wl-vars.el (wl-draft-reply-without-argument-list):
8555         Changed default value to consider `Reply-To:'.
8556         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8557
8558         * Version number is increased to 2.3.90.
8559
8560         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8561         elmo-imap4-get-session with unwind-protect.
8562         Don't cause error.
8563         (wl-summary-sync-marks): Don't check plugged nor folder type.
8564         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8565         (Always keep current buffer).
8566
8567 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8568
8569         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8570         Enclose with `save-excursion'.
8571
8572 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8573
8574         * wl-version.el (wl-version): Remove interactive.
8575
8576 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8577
8578         * wl-version.el (wl-generate-user-agent-string): Use
8579         `product-string-verbose' instead of `product-string-1'.
8580
8581 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8582
8583         * wl-vars.el (wl-draft-use-cache): New variable.
8584         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8585         if wl-draft-use-cache is non-nil.
8586
8587 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8588
8589         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8590         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8591
8592 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8593
8594         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8595         (wl-thread-msg-mark-as-unread): Ditto.
8596
8597         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8598         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8599         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8600         Don't set mark in summary if return value of `elmo-mark-as-read'
8601         is nil.
8602         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8603         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8604         instead of `wl-thread-msg-mark-as-read'.
8605         (wl-summary-mark-as-unread-region): Ditto.
8606         (wl-summary-target-mark-mark-as-read): Ditto.
8607
8608         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8609
8610 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8611
8612         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8613
8614         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8615
8616 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8617
8618         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8619         face.
8620
8621 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8622
8623         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8624         `running-xemacs'.
8625
8626 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8627
8628         * wl-version.el (toplevel): Use `product-version-as-string' for
8629         set verstion-string, if defined.
8630
8631         * wl-version.el (wl-version-show): Insert string at point, when
8632         call with argument.
8633
8634         * wl-version.el (wl-generate-user-agent-string): Use
8635         `product-string-1' instead of `wl-appname', `wl-version' and
8636         `wl-codename'.
8637
8638 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8639
8640         * wl-address.el (toplevel): Use product-provide.
8641         * wl-demo.el (toplevel): Ditto.
8642         * wl-dnd.el (toplevel): Ditto.
8643         * wl-draft.el (toplevel): Ditto.
8644         * wl-e21.el (toplevel): Ditto.
8645         * wl-expire.el (toplevel): Ditto.
8646         * wl-fldmgr.el (toplevel): Ditto.
8647         * wl-folder.el (toplevel): Ditto.
8648         * wl-highlight.el (toplevel): Ditto.
8649         * wl-message.el (toplevel): Ditto.
8650         * wl-mime.el (toplevel): Ditto.
8651         * wl-mule.el (toplevel): Ditto.
8652         * wl-nemacs.el (toplevel): Ditto.
8653         * wl-refile.el (toplevel): Ditto.
8654         * wl-score.el (toplevel): Ditto.
8655         * wl-summary.el (toplevel): Ditto.
8656         * wl-template.el (toplevel): Ditto.
8657         * wl-thread.el (toplevel): Ditto.
8658         * wl-util.el (toplevel): Ditto.
8659         * wl-vars.el (toplevel): Ditto.
8660         * wl-xmas.el (toplevel): Ditto.
8661         * wl.el (toplevel): Ditto.
8662
8663 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8664
8665         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8666         instead of product.
8667
8668         * wl-version.el (wl-version): Compile time evalution elmo-version.
8669
8670 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8671
8672         * wl-summary.el (wl-summary-sync-force-update): Append queue
8673         `mark-as-read'if unplugged.
8674
8675 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8676
8677         * wl-version.el: New file.  Use product.el.
8678         * wl.el: add (require 'wl-version).
8679         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8680         for ~/.folders header.
8681         (wl-fldmgr-folders-header): Changed.
8682         * wl-demo.el (wl-demo): Use product.el.
8683
8684         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8685         wl-version.el.
8686         * wl-util.el (wl-version, wl-version-show): Ditto.
8687
8688         * wl-util.el (wl-generate-user-agent-string,
8689         wl-extended-emacs-version, wl-extended-emacs-version2,
8690         wl-extended-emacs-version3): Move to wl-version.el.
8691         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8692         xemacs-codename, mime-edit-insert-user-agent-field,
8693         mime-edit-user-agent-value, mime-editor/version,
8694         mime-editor/codename): Compile warning killer move to
8695         wl-version.el
8696
8697 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8698
8699         * wl-summary.el (wl-summary-refile-subr): Fix.
8700
8701 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8702
8703         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8704         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8705
8706 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8707
8708         * wl.el (wl-check-environment): Check too many `@'.
8709
8710 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8711
8712         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8713
8714 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8715
8716         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8717         wl-draft-reply-myself-without-argument-list): Add variables.
8718         * wl-draft.el (wl-draft-reply): Use it.
8719
8720 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8721
8722         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8723         the 5th argument of `elmo-network-get-spec'.
8724
8725         * wl-thread.el (wl-thread-reparent-children): New inline function.
8726         (wl-thread-delete-message): Use it.
8727
8728         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8729         (wl-summary-score-update-all-lines): Don't use `dolist'.
8730
8731 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8732
8733         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8734         (require 'elmo-msgdb) for inline function.
8735
8736 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8737
8738         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8739
8740 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8741
8742         * wl-score.el (wl-score-headers): Fix for the confusing macro
8743         `elmo-kill-buffer'.
8744
8745 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8746
8747         * wl-summary.el: Don't use the 3rd argument of `require' because
8748         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8749         * wl-util.el: Ditto.
8750         * wl-draft.el: Ditto.
8751
8752 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8753
8754         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8755         window system is not used.
8756
8757 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8758
8759         * wl-thread.el: Don't use `mapcar' only for iteration.
8760         (wl-thread-resume-entity): Ditto.
8761         (wl-thread-delete-message): Ditto.
8762
8763         * wl-summary.el: Bind `dragdrop-drop-functions',
8764         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8765         of `require' for `timezone', `easymenu' and `ps-print';
8766         don't use `mapcar' only for iteration.
8767
8768         * wl-util.el: Bind `mule-version', `nemacs-version',
8769         `emacs-beta-version', `xemacs-codename',
8770         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8771         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8772         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8773         only for iteration.
8774
8775         * wl-score.el: Don't use `mapcar' only for iteration.
8776         (wl-score-simplify-buffer-fuzzy): Ditto.
8777         (wl-score-simplify-subject): Ditto.
8778         (wl-score-headers): Ditto.
8779         (wl-summary-score-update-all-lines): Ditto.
8780
8781         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8782         `enable-multibyte-characters' and `mule-version'.
8783
8784         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8785         `mapcar' only for iteration.
8786
8787         * wl-demo.el: Don't use `mapcar' only for iteration.
8788
8789         * wl-folder.el: Don't use `mapcar' only for iteration.
8790         (wl-folder-open-all): Ditto.
8791         (wl-folder-count-incorporates): Ditto.
8792
8793         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8794         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8795
8796         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8797         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8798         `smtp-connection-type'; specify 3rd argument of `require' for
8799         `timezone'; don't use `mapcar' only for iteration.
8800         (wl-draft-clone-local-variables): Don't use `mapcar'.
8801         (wl-draft-generate-clone-buffer): Ditto.
8802         (wl-user-agent-compose-internal): Ditto.
8803
8804         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8805
8806         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8807         (wl-save-status): Ditto.
8808
8809         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8810         for iteration.
8811
8812 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8813
8814         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8815         removed `Date'.
8816         (wl-fldmgr-make-filter-default): New user option.
8817
8818         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8819         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8820         (wl-fldmgr-filter-completion-alist): Abolish.
8821
8822         * wl.el (wl): Don't check servers if arg is non-nil.
8823
8824         * wl-draft.el (wl-draft-reply): Set only message-id string to
8825         In-Reply-To field.
8826
8827 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8828
8829         * wl-summary.el (wl-summary-pick): Rewrite.
8830
8831         * wl-draft.el (wl-draft-forward): Get references field from
8832         original buffer.
8833         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8834
8835 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8836
8837         * wl-draft.el (wl-draft-forward): Add references field.
8838
8839 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8840
8841         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8842         (wl-draft-reply): Use it.
8843
8844 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8845
8846         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8847         when Emacs 21 is running.
8848
8849         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8850         bindings.
8851
8852 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8853
8854         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8855         XPM icons transparent.
8856
8857         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8858         Emacs 21.
8859
8860 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8861
8862         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8863         nil.
8864
8865         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8866         when it is persistent.
8867         (wl-summary-sync-marks): Changed argument for
8868         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8869         (wl-summary-virtual): Use `elmo-read-search-condition'.
8870         (wl-summary-redisplay-internal): If folder is local, mark as read
8871         even when folder is plugged.
8872
8873 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8874
8875         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8876         of `tool-bar-lines' in the frame parameters.
8877         (after-make-frame-functions, post-command-hook): Don't modify the
8878         value.
8879         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8880         wl-e21-tool-bar-lines): Removed.
8881
8882 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8883
8884         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8885         properties `evaporate' and `wl-momentary-overlay' as well.
8886         (wl-highlight-summary-displaying): Ditto.
8887         (wl-delete-all-overlays): Don't delete overlay which does not have
8888         a property `wl-momentary-overlay'.
8889
8890         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8891         `display-mouse-p' and `display-graphic-p'.
8892         (wl-folder-init-icons): Don't search for XBM or the other files.
8893         (wl-plugged-set-folder-icon): Make icons if and only if
8894         `display-graphic-p' returns non-nil.
8895         (wl-highlight-plugged-current-line): Use `before-string' overlay
8896         property to show icon images.
8897         (wl-highlight-folder-current-line): Ditto.
8898         (wl-e21-highlight-folder-group-line): Ditto.
8899         (wl-e21-highlight-folder-by-numbers): Ditto.
8900         (wl-e21-insert-image): Removed.
8901         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8902         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8903         said.
8904         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8905         `wl-e21-force-switch-toolbar'.
8906         (wl-e21-make-icon-image): Removed.
8907         (wl-e21-setup-toolbar): Don't search for XBM files.
8908         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8909         the default value.
8910
8911 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8912
8913         * wl-util.el (wl-biff-check-folder-async): Set
8914         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8915
8916 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8917
8918         * wl-e21.el (after-make-frame-functions): Add
8919         `wl-e21-force-switch-toolbar'.
8920         (wl-e21-force-switch-toolbar): New function force to switch the
8921         toolbar appearance automatically.
8922         (post-command-hook): Add `wl-e21-switch-toolbar'.
8923         (wl-e21-switch-toolbar): New function to switch the toolbar
8924         appearance automatically.
8925         (wl-e21-tool-bar-lines): New buffer local variable.
8926
8927 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8928
8929         * wl-util.el (wl-biff-check-folders-running): New variable.
8930         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8931         (wl-biff-check-folder-async-callback):
8932         Set `wl-biff-check-folders-running'.
8933         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8934         with unwind-protect.
8935
8936         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8937         Enclose `wl-folder-auto-check' with unwind-protect.
8938
8939         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8940         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8941
8942         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8943
8944         * wl-util.el (wl-biff-notify): New inline function.
8945         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8946         locally.
8947         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8948         folder-list' is 1.
8949         Use `wl-biff-notify'.
8950         (wl-biff-check-folder-async-callback): New function.
8951         (wl-biff-check-folder-async): Ditto.
8952
8953         * wl-folder.el (wl-folder): Don't check folders.
8954         (wl-folder-auto-check): New function.
8955
8956 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8957
8958         * wl-util.el (wl-biff-start) [Emacs19+]:
8959         Use `timer-next-integral-multiple-of-time'.
8960         (wl-biff-check-folders): Use `wl-default-folder'
8961         if `wl-biff-check-folder-list' is nil.
8962
8963 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8964
8965         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8966         instead of `elmo-delete-lists'.
8967
8968 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8969
8970         * wl.el (wl-plugged-toggle-all): Set the value of
8971         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8972         (wl-plugged-toggle): Ditto.
8973         (wl-toggle-plugged): Ditto.
8974         (wl-plugged-init): Ditto.
8975
8976         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8977         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8978         instead of `wl-biff-state-indicator-off' and
8979         `wl-biff-state-indicator-on'; don't modify the value and the type
8980         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8981         (wl-plugged-init-icons): Set icons data to
8982         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8983         instead of `wl-plug-state-indicator-off' and
8984         `wl-plug-state-indicator-on'; don't modify the value and the type
8985         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8986
8987         * wl-vars.el (wl-modeline-biff-state-off,
8988         wl-modeline-biff-state-on, wl-modeline-biff-status,
8989         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8990         wl-modeline-plug-status): New internal variables.
8991         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8992         wl-biff-check-interval, wl-biff-check-folder-list): Change
8993         customization group from `wl-folder' to `wl-highlight'.
8994         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8995         wl-show-plug-status-on-modeline): Defcustomized.
8996
8997         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8998         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8999         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9000         a flag to `mode-line-buffer-identification'.
9001
9002         * wl-e21.el (wl-biff-init-icons): Set icons data to
9003         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9004         instead of `wl-biff-state-indicator-off' and
9005         `wl-biff-state-indicator-on'.
9006         (wl-plugged-init-icons): Set icons data to
9007         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9008         instead of `wl-plug-state-indicator-off' and
9009         `wl-plug-state-indicator-on'.
9010
9011 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9012
9013         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9014         excessive titles.
9015
9016 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9017
9018         * wl.el (wl-plugged-mode): Use revised
9019         `wl-mode-line-buffer-identification'.
9020         (wl-plugged-init): Don't use `force-mode-line-update'.
9021
9022         * wl-xmas.el (wl-draft-overload-functions): Use revised
9023         `wl-mode-line-buffer-identification'.
9024         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9025         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9026         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9027         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9028         `wl-make-plugged-hook';
9029         add `wl-folder-init-icons' and `wl-setup-folder' to
9030         `wl-folder-mode-hook'.
9031
9032         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9033         19 as well.
9034         (wl-mode-line-display-priority-list): New user option.
9035         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9036         Defcustomized.
9037         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9038         Add docs.
9039
9040         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9041         start.
9042         (wl-mode-line-buffer-identification): Revised as a function.
9043
9044         * wl-summary.el (wl-summary-mode): Use revised
9045         `wl-mode-line-buffer-identification'; don't call
9046         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9047         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9048         `wl-xmas-setup-summary'.
9049
9050         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9051         `wl-mode-line-buffer-identification'.
9052
9053         * wl-mule.el (wl-draft-overload-functions): Use revised
9054         `wl-mode-line-buffer-identification'.
9055
9056         * wl-folder.el (wl-make-plugged-alist): Don't call
9057         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9058         (wl-folder): Don't call `wl-folder-init-icons' directly.
9059         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9060         `wl-xmas-setup-folder' directly;
9061         use revised `wl-mode-line-buffer-identification'.
9062         (TopLevel): Don't bind `wl-biff-init-icons',
9063         `wl-plugged-init-icons', `wl-folder-init-icons',
9064         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9065
9066         * wl-e21.el (wl-draft-overload-functions): Use revised
9067         `wl-mode-line-buffer-identification'.
9068         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9069         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9070         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9071         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9072         `wl-make-plugged-hook';
9073         add `wl-folder-init-icons' and `wl-setup-folder' to
9074         `wl-folder-mode-hook'.
9075
9076 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9077             Katsumi Yamaoka    <yamaoka@jpl.org>
9078
9079         * wl.el (wl): Call `wl-biff-start'.
9080         (wl-exit): Call `wl-biff-stop'.
9081         (wl-plugged-mode): Show biff in modeline.
9082         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9083
9084         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9085         (wl-biff-init-icons): New function.
9086         (wl-plugged-init-icons): Don't make too much keymaps.
9087         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9088
9089         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9090         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9091         variables.
9092         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9093         options.
9094
9095         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9096         wl-biff-start, wl-biff-stop): New functions.
9097         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9098         (wl-biff-timer-name): New variable.
9099
9100         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9101
9102         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9103         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9104
9105         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9106         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9107
9108         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9109         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9110         `wl-folder-init-icons' to `ignore' if they are not available.
9111         (wl-folder-mode): Show biff in modeline.
9112
9113         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9114         (wl-biff-init-icons): New function.
9115         (wl-plugged-init-icons): Don't make too much keymaps.
9116         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9117
9118 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9119
9120         * wl-vars.el (wl-strict-diff-folders): Customization Type
9121         and doc fix.  Define as a list of regular expressions for
9122         folders or nil.
9123         * wl-folder.el (wl-folder-check-one-entity): Use
9124         `wl-string-match-member' instead of `wl-string-member' for
9125         `wl-strict-diff-folders'.
9126
9127 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9128
9129         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9130         (wl-highlight-folder-current-line): Use it; new implementation.
9131         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9132         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9133         `defsubst' instead of `defun'.
9134
9135         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9136         `wl-highlight-group-folder-by-numbers'; made it can also be a
9137         number.  See info for more details.
9138
9139         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9140         running.
9141
9142         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9143         to bind them.
9144
9145         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9146         (wl-highlight-folder-current-line): New implementation.
9147
9148         * wl-highlight.el (wl-highlight-folder-group-line): New
9149         implementation.
9150         (wl-delete-all-overlays): Rewrite as a marco.
9151         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9152
9153         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9154         running.
9155         (wl-folder-*-glyph): No need to bind them.
9156
9157         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9158         `wl-e21-highlight-folder-group-icon'; rewrite.
9159         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9160         `defsubst' instead of `defun'.
9161         (wl-folder-mode-map): Bind it when compiling.
9162
9163 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9164
9165         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9166
9167         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9168
9169 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9170
9171         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9172
9173 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9174
9175         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9176         (wl-highlight-folder-current-line): Use it.
9177
9178         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9179         in `id-name'.
9180
9181 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9182
9183         * wl.el: Require `wl-e21' when Emacs 21 is running.
9184
9185         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9186         default when Emacs 21 is running.
9187         (wl-use-highlight-mouse-line): Ditto.
9188         (wl-on-emacs21): New constant.
9189         (wl-on-emacs20): Removed.
9190
9191         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9192         Emacs 21 is running.
9193
9194         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9195         Emacs 21 is running.
9196
9197         * wl-e21.el: New file.
9198
9199 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9200
9201         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9202         (wl-toggle-plugged): Ditto.
9203         (wl-plugged-toggle): Ditto.
9204         (wl-plugged-toggle-all): Ditto.
9205
9206         * wl-vars.el (wl-plug-state-indicator): Refer
9207         `wl-plug-state-indicator-on' indirectly.
9208
9209 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9210
9211         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9212         Call `wl-folder-confirm-existence'.
9213
9214         * wl-folder.el (wl-folder-confirm-existence): Added optional
9215         argument `force'.
9216
9217 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9218
9219         * wl-summary.el (wl-summary-refile-subr): Assume
9220         `copy-or-refile' as symbol.
9221         (wl-summary-refile): Follow up above change.
9222         (wl-summary-copy): Ditto.  Doc fix.
9223
9224 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9225
9226         * wl-summary.el (wl-summary-pick): Don't bind
9227         `elmo-search-mime-charset'.
9228
9229         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9230         default using old backquote style.
9231         (wl-search-mime-charset): Abolished.
9232
9233         * wl-highlight.el (wl-highlight-headers):
9234         Call `point' after `re-search-forward'(for Nemacs).
9235
9236         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9237         for elmo-imap4.el.
9238
9239 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9240
9241         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9242         `wl-message-ignored-field-list' instead of
9243         `mime-view-ignored-field-list'.
9244
9245         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9246         Add interactive spec.
9247         (wl-folder-goto-bottom-of-current-folder): Ditto.
9248         (wl-folder-mode-map): Bind them.
9249
9250         * wl-vars.el (wl-message-ignored-field-list): New variable.
9251         (wl-message-visible-field-list): New variable.
9252
9253         * wl-mime.el (wl-mime-header-presentation-method): New function.
9254         (wl-mime-setup): Set header-presentation-method.
9255
9256 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9257
9258         * wl-nemacs.el (wl-draft-overload-functions): Set
9259         `mode-line-buffer-identification' instead of using
9260         `wl-make-modeline'.
9261
9262         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9263         instead of using `wl-make-modeline'.
9264
9265         * wl-xmas.el (wl-plugged-init-icons): Set up
9266         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9267         (wl-make-modeline): Abolish.
9268         (wl-draft-overload-functions): Set
9269         `mode-line-buffer-identification' instead of using
9270         `wl-make-modeline'.
9271
9272         * wl-util.el (wl-make-modeline-subr): Abolish.
9273         (wl-mode-line-buffer-identification): New alias.
9274
9275         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9276         (wl-summary-make-modeline): Abolish.
9277         (wl-summary-buffer-set-folder): Set
9278         `wl-summary-buffer-folder-indicator'.
9279         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9280         of using `wl-make-modeline'.
9281         (wl-summary-switch-to-clone-buffer): Don't set
9282         `mode-line-buffer-identification'.
9283         (wl-summary-goto-folder-subr): Ditto.
9284
9285         * wl-mule.el (wl-draft-overload-functions): Set
9286         `mode-line-buffer-identification' instead of using
9287         `wl-make-modeline'.
9288
9289         * wl-folder.el (wl-folder-mode): Set
9290         `mode-line-buffer-identification' instead of using
9291         `wl-make-modeline'.
9292         (wl-folder): Don't set `mode-line-buffer-identification'.
9293
9294 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9295
9296         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9297         instead of `member' for `wl-refile-guess-func-list' look-ups.
9298         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9299
9300 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9301
9302         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9303         `wl-message-button-dispatcher'.
9304
9305         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9306
9307         * wl-message.el (wl-message-button-dispatcher): Use it.
9308
9309         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9310         "In-Reply-To".
9311
9312         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9313         Bind `case-fold-search' to t.
9314
9315 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9316
9317         * wl-xmas.el (wl-message-overload-functions): Initialize
9318         `wl-message-button-map'.
9319
9320         * wl-mule.el (wl-message-overload-functions): Initialize
9321         `wl-message-button-map'.
9322
9323         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9324
9325         * wl-message.el (wl-message-button-map): New keymap.
9326         (wl-message-add-button): New function.
9327         (wl-message-button-dispatcher): New function.
9328         (wl-message-button-refer-article): New function.
9329
9330         * wl-highlight.el
9331         (wl-highlight-message-add-buttons-to-header): New function.
9332         (wl-highlight-headers): Use it.
9333
9334 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9335
9336         * wl-summary.el (wl-summary-default-from): Use
9337         `wl-address-get-petname-1'.
9338         (wl-summary-simple-from): Ditto.
9339
9340         * wl-address.el (wl-address-get-petname-1): New inline function.
9341         (wl-address-get-petname): Use it.
9342
9343 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9344
9345         * wl-summary.el (wl-summary-default-from): Return full-name part
9346         from the address if no petname was found.
9347         (wl-summary-simple-from): Ditto.
9348
9349         * wl-address.el (wl-address-get-petname): Return nil if no petname
9350         associated with the address was found.
9351
9352 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9353
9354         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9355         display is finished.
9356
9357 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9358
9359         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9360         `elmo-folder-exists-p' argument.
9361
9362 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9363
9364         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9365         the folder.
9366
9367 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9368
9369         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9370
9371         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9372         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9373
9374 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9375
9376         * wl-folder.el (wl-folder-create-subr): New function.
9377         (wl-folder-confirm-existence): Use it.
9378         (wl-folder-check-one-entity): Use it.
9379         Check the error symbol is derived from 'elmo-open-error.
9380
9381         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9382         `ignore-error'.
9383
9384 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9385
9386         * wl-util.el (toplevel): Add (eval-when-compile (require
9387         'elmo-util)).  (Maybe `provide' is typo.)
9388
9389 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9390
9391         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9392         (I don't know why this was needed.)
9393
9394         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9395         Follow up changes for stream-type.
9396
9397         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9398         (wl-draft-elmo-nntp-send): Ditto.
9399
9400         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9401         (wl-nntp-posting-stream-type): Ditto.
9402         (wl-pop-before-smtp-ssl): Abolished.
9403         (wl-nntp-posting-ssl): Ditto.
9404
9405         * wl-address.el (wl-address-quote-specials): New function.
9406         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9407
9408         * wl-draft.el (wl-draft-reply): Ditto.
9409
9410 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9411
9412         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9413         use function `wl-string-match-assoc'.
9414
9415 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9416
9417         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9418
9419         * wl-draft.el (wl-draft-deduce-address-list): New function.
9420         (wl-draft-parse-mailbox-list): Ditto.
9421         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9422         instead of `smtp-deduce-address-list'.
9423         (wl-draft-on-field-p): Follow group list.
9424
9425         * wl-address.el (wl-address-concat-token): New function.
9426         (wl-address-string-without-group-list-contents): Ditto.
9427         (wl-complete-field-body): Fixed problem of completion
9428         by japanese petname.
9429         (wl-address-make-completion-list): Rewrite.
9430
9431 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9432
9433         * wl-address.el (wl-address-make-completion-list): Completion by
9434         petname.
9435         (wl-complete-field-body): Likewise.
9436
9437 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9438
9439         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9440         contains invalid address syntax.
9441
9442 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9443
9444         * wl-folder.el (wl-folder-check-entity-async): Use
9445         `elmo-nntp-spec-hostname'.
9446
9447 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9448
9449         * wl-summary.el (wl-summary-msgdb-load-async): Use
9450         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9451
9452 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9453
9454         * wl-draft.el (wl-draft-reply): Set argument
9455         `content-transfer-encoding' as nil.
9456
9457 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9458
9459         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9460         `wl-refile-alist'.
9461
9462 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9463
9464         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9465         (wl-draft-edit-string): Ditto.
9466         (wl-draft-forward): Ditto.
9467         * wl-summary.el (wl-summary-write): Ditto.
9468
9469 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9470
9471         * wl-summary.el (wl-summary-sync-update3): Call
9472         `wl-summary-buffer-number-column-detect'.
9473         (wl-summary-buffer-number-column-detect): Search from point-min.
9474
9475 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9476
9477         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9478         contains an address which is not included in original to or cc.
9479
9480 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9481
9482         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9483         begin-line does not exist.
9484         * wl-message.el (wl-message-uu-substring): Ditto.
9485
9486 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9487
9488         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9489         clear local variables.
9490         (wl-summary-exit): Call `elmo-commit'.
9491         (wl-summary-switch-to-clone-buffer): Call
9492         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9493         (wl-summary-goto-folder-subr): Ditto.
9494
9495         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9496         POP folder.
9497
9498 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9499
9500         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9501         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9502         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9503         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9504         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9505         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9506
9507         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9508
9509 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9510
9511         * wl-summary.el (wl-summary-search-by-subject):
9512         Search parent message from the latest one.
9513
9514 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9515
9516         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9517         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9518
9519         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9520         New user option.
9521
9522         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9523         if elmo-nntp-use-killed-list is nil.
9524         Use `elmo-msgdb-append-to-killed-list'.
9525         (Append numbers confirmed as disappeared to the killed list.)
9526         (wl-summary-confirm-appends): Don't display negative number.
9527
9528 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9529
9530         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9531
9532 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9533
9534         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9535         range is `all'.
9536         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9537         `elmo-list-bigger-diff'.
9538
9539 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9540
9541         * wl-summary.el (wl-summary-buffer-exit-func):
9542         New buffer local variable.
9543         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9544
9545 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9546
9547         * wl-demo.el (wl-demo): Fix the last change.
9548
9549 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9550
9551         * wl-demo.el (wl-demo): Don't use `eval'.
9552
9553 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9554
9555         * wl-summary.el (wl-summary-buffer-thread-modified):
9556         New buffer-local variable.
9557         (wl-summary-set-thread-modified): New function.
9558         (wl-summary-thread-modified-p): New function.
9559         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9560         (wl-summary-yank-saved-message): Use function
9561         `wl-summary-set-thread-modified'
9562         (wl-summary-switch-to-clone-buffer): Add
9563         `wl-summary-buffer-thread-modified'.
9564
9565         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9566         (wl-summary-buffer-mark-saved-hook): Ditto.
9567         * wl-summary.el (wl-summary-msgdb-save): New hook
9568         `wl-summary-buffer-message-saved-hook' and
9569         `wl-summary-buffer-mark-saved-hook'.
9570
9571 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9572
9573         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9574
9575 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9576
9577         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9578         don't hide scroll bars under FSF Emacsen because it may incur an
9579         undesirable redrawing.
9580
9581 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9582
9583         * wl-draft.el (wl-draft-edit-string): Call
9584         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9585
9586 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9587
9588         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9589
9590 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9591
9592         * wl-summary.el (wl-summary-msgdb-load-async): Call
9593         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9594
9595 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9596
9597         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9598         fringes in demo buffer; center bitmap logo correctly even if old
9599         Mule is used.
9600
9601 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9602
9603         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9604
9605         * wl-refile.el (wl-refile-subject-alist): New variable.
9606         (wl-refile-subject-alist-file-name): Ditto.
9607         (wl-refile-alist-setup): Rewrite.
9608         (wl-refile-alist-save): Use `elmo-object-save'.
9609         Eliminated arguments.
9610         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9611         (wl-refile-guess-by-subject): New function.
9612         (wl-refile-guess-func-list): Added it.
9613
9614 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9615
9616         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9617         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9618
9619 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9620
9621         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9622         New buffer-local variable.
9623         (wl-summary-buffer-next-folder-func): Ditto.
9624         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9625         if non-nil.
9626         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9627         if non-nil.
9628         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9629         if non-nil.
9630         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9631         if non-nil.
9632
9633 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9634
9635         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9636         permanently in the demo buffer.
9637
9638 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9639
9640         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9641         `mime-entity-fetch-field'.
9642
9643         * wl.el (wl-exit): Delete plugged buffer.
9644
9645         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9646         XEmacs has menubar feature.
9647
9648 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9649
9650         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9651         cannot arrive at the beginning of the buffer under old Emacsen.
9652
9653 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9654
9655         * wl-address.el (wl-address-ldap-search):
9656         Call `ldap-search-entries' with `withdn' argument t.
9657         (wl-complete-field-body): Bind completion-ignore-case as t.
9658         Clear ldap search hash when it was sole completion.
9659         Use elmo-string for pattern string.
9660         (wl-ldap-alias-safe-string): Eliminated needless let.
9661
9662 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9663
9664         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9665         (wl-ldap-alias-sep): New constant.
9666         (wl-ldap-search-attribute-type-list): Ditto.
9667         (wl-ldap-get-value): New function.
9668         (wl-ldap-make-filter): Ditto.
9669         (wl-ldap-make-matched-value-list): Ditto.
9670         (wl-ldap-alias-safe-string): Ditto.
9671         (wl-ldap-register-dn-string): Ditto.
9672         (wl-address-ldap-search): Rewrite.
9673
9674 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9675
9676         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9677         thread is deleted.
9678         (wl-thread-delete-line-from-buffer): Ditto.
9679         (wl-thread-get-exist-children): New function.
9680
9681 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9682
9683         * wl-demo.el (wl-demo): Made it to select various image types.
9684         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9685         from `wl-title-logo'.
9686         (wl-logo-ascii): New variable.
9687         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9688         (wl-demo-copyright-notice): New constant.
9689
9690         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9691
9692 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9693
9694         * wl-vars.el (wl-summary-target-above): Renamed from
9695         wl-summary-temp-above.
9696         * wl-score.el (wl-score-get-score-alist): Use it.
9697         (wl-summary-score-update-all-lines): Use it.
9698         * wl-summary.el: Ditto. (make-variable-buffer-local).
9699
9700 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9701
9702         * wl-vars.el (wl-ldap-port): New user option.
9703
9704         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9705         Rewite whole implementation.
9706         (wl-complete-field-body): Fixed.
9707
9708 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9709
9710         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9711         Choose implementation at compile time.
9712
9713 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9714
9715         * wl-address.el (wl-ldap-search-internal): New function.
9716         (wl-complete-field-to): Use it.
9717
9718 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9719
9720         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9721         Use `let' instead of `let*'.
9722         Require 'wl-vars.
9723
9724         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9725         Define as defcustom.
9726         (wl-ldap-base): Ditto.
9727         (wl-use-ldap): Ditto.
9728
9729 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9730
9731         * wl-address.el (wl-ldap-search): New function.
9732         (wl-complete-field-body): Use `wl-ldap-search'.
9733         (wl-ldap-server): New variable.
9734         (wl-ldap-base): Ditto.
9735         (wl-use-ldap): Ditto.
9736
9737 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9738
9739         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9740         (Pointed out by Mito <mit@nines.nec.co.jp>).
9741         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9742         buffer-local variables like `wl-summary-redisplay-internal'.
9743         (wl-summary-redisplay-all-header): Likewise.  Update
9744         Summary view too.
9745
9746 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9747
9748         * wl-summary.el (wl-summary-jump-to-parent-message):
9749         Consider prefix argument.
9750
9751         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9752         when closed thread is deleted.
9753
9754 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9755
9756         * wl-summary.el (wl-summary-jump-to-parent-message):
9757         Consider thread modification.
9758
9759 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9760
9761         * wl-message.el (wl-message-normal-get-original-buffer): Use
9762         `save-excursion'.
9763
9764         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9765         (wl-summary-showto-folder-regexp): Ditto.
9766
9767 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9768
9769         * wl-util.el (wl-delete-alist): Doc fix.
9770         (wl-delete-associations): New function.
9771         (wl-inverse-alist): New function.
9772         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9773         Split temporary variables. Use `wl-delete-associations'
9774         and `wl-inverse-alist'.
9775         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9776
9777 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9778
9779         * wl-folder.el (wl-folder-prefetch-entity):
9780         Execute prefetching if new count is unknown.
9781
9782 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9783
9784         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9785
9786         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9787         delete entity.
9788         (wl-thread-set-parent): If insert as top, set linked as nil.
9789
9790         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9791         `wl-thread-cleanup-symbols' when view mode is thread.
9792
9793 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9794
9795         * wl-folder.el (wl-folder-create-folder-entity): Use
9796         with-current-buffer.
9797         (wl-local-folder-init): Call set-buffer to make sure we are in
9798         the Folder buffer. Don't touch buffer-local variables here.
9799         (wl-folder-mode): Initialize buffer-local variables here.
9800
9801         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9802         (wl-folder-entity-assign-id): Ditto.
9803         (wl-folder-create-entity-hashtb): Ditto.
9804         (wl-local-folder-init): Ditto.
9805         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9806
9807 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9808
9809         * wl-summary.el (wl-summary-default-from): Fix probrem when
9810         std11-extract-address-components return (nil "foo@bar").
9811
9812 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9813
9814         * wl-draft.el (wl-draft-clone-local-variables):
9815         Remove redundant `setq'.
9816
9817 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9818
9819         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9820         Bind wl-highlight-x-face-func as nil while highlighting header.
9821
9822 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9823
9824         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9825
9826 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9827
9828         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9829         elmo-msgdb-overview-hashtb from copy-variables.
9830         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9831         instead of `elmo-msgdb-overview-get-entity-by-number'.
9832         (wl-summary-auto-refile): Ditto.
9833
9834         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9835         `elmo-msgdb-overview-get-entity' instead of
9836         `elmo-msgdb-search-overview-entity'.  Use
9837         `elmo-msgdb-overview-get-entity' instead of
9838         `elmo-msgdb-overview-get-entity-by-number'.
9839         (wl-thread-insert-entity-sub): Ditto.
9840         (wl-thread-insert-message): Ditto.
9841
9842         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9843         `elmo-msgdb-overview-get-entity'.
9844         (wl-normal-message-redisplay): Ditto.
9845
9846 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9847
9848         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9849         `wl-thread-entities'.
9850         (wl-thread-delete-message): Fix remove top message from
9851         `wl-thread-entity-list'.
9852
9853         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9854         wl-append(nconc), because update-list is broken on Meadow.
9855
9856         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9857         updating process.
9858         (wl-summary-rescan): Ditto.
9859         (wl-summary-sync-update3): Ditto.
9860         * wl-thread.el (wl-thread-set-parent): Renamed from
9861         `wl-summary-set-parent'.
9862         (wl-thread-insert-message): Updating buffer faster.
9863         (wl-thread-delete-message): Updating buffer faster.
9864
9865         * wl-score.el (wl-summary-score-update-all-lines): Changed
9866         interval for display progress gauge.
9867
9868 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9869
9870         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9871         folder always-sticky.
9872         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9873         defmacro.
9874
9875 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9876
9877         * wl-vars.el (wl-draft-add-references): New user option.
9878
9879         * wl-draft.el (wl-draft-add-references): New function.
9880         (wl-draft-yank-from-mail-reply-buffer): Use it.
9881         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9882         as nil.
9883
9884 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9885
9886         * wl-thread.el (wl-thread-update-line-msgs): Called
9887         `wl-thread-update-line-on-buffer-sub'.
9888         (wl-thread-update-line-on-buffer): Delete routine of inserting
9889         thread.
9890         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9891         moved from `wl-thread-update-line-on-buffer'.
9892         Add threshold for displaying progress gauge.
9893         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9894         argument of `wl-thread-update-line-msgs'.
9895         Add threshold for displaying progress gauge.
9896         * wl-folder.el:
9897         Add threshold for displaying progress gauge.
9898         * wl-score.el: Ditto.
9899
9900         * wl-expire.el (wl-summary-expire): Display deleting info.
9901
9902 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9903
9904         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9905         `no-msg'.
9906         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9907         argument of `wl-thread-update-line-msgs'.
9908         (wl-summary-set-parent): Added optional argument `parent-number'.
9909         (wl-summary-buffer-saved-message): New buffer local variable.
9910         (wl-summary-save-current-message): New command.
9911         (wl-summary-yank-saved-message): Ditto.
9912         (wl-summary-mode-map): Added key binding for
9913         `wl-summary-save-current-message' (\ew) and
9914         `wl-summary-yank-saved-message' (\C-y).
9915         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9916
9917 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9918
9919         * wl-summary.el (wl-summary-mode-map): Added key binding for
9920         `wl-summary-set-parent' (ts).
9921
9922 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9923
9924         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9925         subject faster. If thread number is reverse, delayed updating
9926         thread.
9927         (wl-summary-search-by-subject): Ditto.
9928         (wl-summary-put-alike): Ditto.
9929         (wl-summary-get-alike): Ditto.
9930         (wl-summary-insert-headers): Insert header of all overview in
9931         buffer.
9932         (wl-summary-rescan): Delayed updating thread. Kill search subject
9933         buffer for wl-summary-search-by-subject.
9934         (wl-summary-sync-update3): Ditto.
9935         (wl-summary-exit): Ditto.
9936         (wl-summary-goto-bottom-of-current-thread): Change for linked
9937         thread.
9938         (wl-summary-overview-create-summary-line): Change line for linked
9939         thread.
9940
9941         * wl-summary.el (wl-summary-update-thread): Use
9942         wl-thread-maybe-get-children-num.
9943         (wl-summary-set-parent): If change parent, move sub thread.
9944         (wl-summary-redisplay-internal): Add horizontal recenter.
9945         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9946
9947         * wl-thread.el (wl-thread-entity-get-linked): New function.
9948         (wl-thread-entity-set-linked): New function.
9949         (wl-thread-create-entity): Add linked element.
9950         (wl-thread-entity-insert-as-top): Use wl-append.
9951         (wl-thread-maybe-get-children-num): If closing thread, return
9952         children msgs.
9953         (wl-thread-update-line-msgs): Displaying progress message.
9954         (wl-thread-update-line-on-buffer-sub): Use
9955         wl-thread-maybe-get-children-num.
9956         (wl-thread-update-line-on-buffer): If update line is not exists,
9957         insert thread.
9958         (wl-thread-delete-message): If delete top msg of thread, search
9959         parent by subject.
9960         (wl-thread-insert-entity): Use
9961         wl-thread-maybe-get-children-num.
9962
9963         * wl-highlight.el (wl-highlight-summary-current-line): change
9964         sregexp for linked thread.
9965         * wl-util.el (wl-count-lines): Count lines.
9966         (wl-horizontal-recenter): horizontal recenter.
9967         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9968         (wl-score-get-alike): Ditto.
9969         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9970         (wl-subject-length-limit): New variable.
9971         (wl-highlight-thread-indent-string-regexp): Changed for linked
9972         thread.
9973
9974 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9975
9976         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9977         New variable (revival).
9978         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9979         by subject matching if there's no in-reply-to nor references field
9980         (revival).
9981
9982 \f
9983 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9984
9985         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9986         message.
9987
9988 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9989
9990         * wl-summary.el (wl-summary-reply): Return t if there was a
9991         message at cursor point.
9992         Added unwind-protect.
9993         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9994         returns t.
9995         (wl-summary-cancel-message): Do nothing when there's no message at
9996         cursor point.
9997         (wl-summary-forward): Ditto.
9998         (wl-summary-jump-to-parent-message): Ditto.
9999         (wl-summary-reedit): Ditto.
10000         (wl-summary-edit-addresses): Ditto.
10001         (wl-summary-pipe-message): Ditto.
10002         (wl-summary-print-message-with-ps-print): Ditto.
10003         (wl-summary-print-message): Ditto.
10004         (wl-summary-mark-as-important): Ditto.
10005         (wl-summary-mark-as-unread): Ditto.
10006
10007         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10008         message at cursor point.
10009         (wl-summary-reply-with-citation): Remove unwind-protect.
10010
10011         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10012         subject searching feature.
10013         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10014         Eliminated.
10015
10016 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10017
10018         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10019         New variable.
10020         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10021         by subject matching if there's no in-reply-to nor references field.
10022
10023         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10024
10025         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10026         when display is finished.
10027         (wl-folder-open-all): Ditto.
10028         (wl-folder-update-access-group): Ditto.
10029         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10030         * wl-thread.el (wl-thread-close-all): Ditto.
10031
10032         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10033         progress gauge only when it was displayed.
10034         * wl-folder.el (wl-folder-insert-entity): Ditto.
10035
10036 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10037
10038         * wl-summary.el (wl-summary-incorporate): Enclose
10039         `wl-summary-sync-force-update' with save-excursion.
10040
10041 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10042
10043         * wl-summary.el (wl-summary-prefetch-region):
10044         Pass current cursor point to `pos-visible-in-window-p' after
10045         moving cursor to the started point.
10046
10047 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10048
10049         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10050
10051         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10052         fields from the forwarding message.
10053         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10054         `ignored-fields'.
10055
10056 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10057
10058         * wl-mime.el (wl-message-request-partial):
10059         Eliminated argument `msgdb'.
10060         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10061         (wl-mime-combine-message/partial-pieces): Likewise.
10062         * tm-wl.el (wl-message-request-partial): Likewise.
10063         (wl-mime-combine-message/partial-pieces): Likewise.
10064
10065 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10066
10067         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10068         when display is finished.
10069
10070 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10071
10072         * wl-summary.el (wl-summary-goto-folder-subr):
10073         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10074
10075 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10076
10077         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10078         when cursor point is visible.
10079
10080 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10081
10082         * wl-expire.el (wl-expire-archive-get-max-number):
10083         Don't use `file-name-directory'.
10084
10085 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10086
10087         * wl-expire.el (wl-expire-archive-get-max-number):
10088         Use `file-name-directory'.
10089
10090 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10091
10092         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10093         only when there is progress.
10094
10095 2000-04-13  Mito <mit@nines.nec.co.jp>
10096
10097         * wl-summary.el (wl-summary-sync-marks): Display progress.
10098
10099 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10100
10101         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10102         (wl-summary-prev): Move cursor regardless of unread status.
10103         (wl-summary-next): Ditto.
10104
10105 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10106
10107         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10108         Added argument `target' and `number'.
10109         * tm-wl.el (wl-summary-burst-subr): New function.
10110         (wl-summary-burst): Use it.
10111
10112 2000-04-10  Mito <mit@nines.nec.co.jp>
10113
10114         * wl-mime.el (wl-burst): New function.
10115         (wl-summary-burst): Use it.
10116
10117 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10118
10119         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10120         as petname when there's no candidate.
10121
10122 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10123
10124         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10125         New variable.
10126         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10127
10128         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10129
10130         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10131
10132 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10133
10134         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10135         Use substring of `original' instead of buffer-substring.
10136         (wl-refile-evaluate-rule):
10137         Set `original' argument of wl-refile-expand-newtext.
10138
10139         * wl-summary.el
10140         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10141         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10142         (wl-summary-auto-refile): Check existence of destination folder just
10143         before marking.
10144
10145 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10146
10147         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10148         when wl-refile-get-field-value return nil.
10149
10150 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10151
10152         * wl-refile.el
10153         (wl-refile-expand-newtext): New function imported from Gnus.
10154         (wl-refile-evaluate-rule): Use it.
10155
10156 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10157
10158         * wl-summary.el (wl-summary-print-destination):
10159         Duplicate folder string to avoid putting text-property on
10160         original string.
10161
10162         * wl-refile.el (wl-refile-get-field-value): New function.
10163         (wl-refile-evaluate-rule): New function;
10164         Evaluate refile rule recursively.
10165         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10166         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10167         New function; Check existence of a target folder recursively.
10168         (wl-summary-auto-refile-check-refile-rule-alist):
10169         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10170
10171 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10172
10173         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10174
10175         * wl-folder.el (wl-create-folder-entity-from-buffer):
10176         Fixed problem when '}' character is contained in folder name.
10177
10178         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10179
10180 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10181
10182         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10183         (wl-fldmgr-add-completion-all-completions):
10184         Use wl-fldmgr-add-completion-hashtb.
10185
10186 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10187
10188         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10189         wl-fldmgr-add-completion-subr): New functions.
10190         * wl-folder.el (wl-folder-completion-func): New variable.
10191         * wl-summary.el (wl-summary-read-folder):
10192         Use wl-folder-completion-func.
10193
10194         * wl-refile.el: Eliminate throw & catch.
10195
10196         * wl.el (wl-plugged-sending-queue-status): Fixed.
10197
10198 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10199
10200         * wl-draft.el (wl-draft): Put category property on
10201         mail-header-separator.