df3ba02de63086d1d10e727816fee3d285e5085d
[elisp/wanderlust.git] / wl / ChangeLog
1 2003-06-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4         end of the window if possible.
5
6         * wl-vars (wl-delete-folder-alist,): Change default value.
7         (wl-folder-hierarchy-access-folders): Ditto.
8
9         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
10         `wl-summary-highlight'.
11         (wl-summary-reedit): Use `cond' instead of nested `if'.
12         (wl-summary-jump-to-msg-by-message-id): Bind cursor-in-echo-area
13         while confirming.
14
15         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
16         (wl-fldmgr-save-folders): Fix comment.
17         (wl-fldmgr-rename): Do nothing on the last line.
18         (wl-fldmgr-add-completion-subr): Rewrite conditional.
19
20         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
21         write sendlog.
22         (wl-draft-reply): List in r-list can contain function.
23
24 2003-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
25
26         * wl-highlight.el (wl-highlight-summary-line-string): Use
27         wl-summary-score-below-mark, wl-summary-score-over-mark.
28         (wl-highlight-summary-current-line): Ditto.
29
30         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el:
31         `message' and `error' take format string.
32
33 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
34
35         * wl-util.el (wl-as-coding-system): Define for non-mule too.
36
37 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
38
39         * wl-draft.el (wl-draft-reply): Fixed.
40
41 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
42
43         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
44         `map-extents' instead of `extent-at' repeatedly.
45         (wl-highlight-folder-current-line): Ditto.
46
47         * wl-highlight.el: Remove useless dummy functions.
48
49 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
50
51         * wl-score.el (wl-score-save): Bind print-length and print-level.
52         (wl-score-pretty-print): Ditto.
53         (wl-score-edit-insert-header-entry): Ditto.
54
55         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
56         "From" entry to be treated with wl-draft-eword-encode-address-list.
57         * wl-mime.el (wl-draft-preview-message): Ditto.
58
59 2003-02-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
60
61         * wl-folder.el (wl-folder-get-prev-folder): Ignore Nemacs; Use `eq'
62         instead of `equal' for id.
63         (wl-folder-get-next-folder, wl-folder-get-path): Ditto.
64
65 2003-01-30  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
66
67         * wl-thread.el (wl-thread-save-entities): Bind print-length
68         and print-level.
69
70 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
71
72         * wl-thread.el (wl-thread-save-top-list): Bind print-length.
73
74 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
75
76         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
77         it is not up-tp-date.
78
79 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
80
81         Merge from trunk:
82         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
83         entity-id when folder is given.
84         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
85         save-excursion, use save-selected-window instead.
86         Select folder buffer window if exists.
87         Enclose by save-current-buffer.
88
89 2003-01-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
90
91         * wl-draft.el (wl-draft-self-reply-p): New function.
92         (wl-draft-reply-list-symbol): Use it.
93
94 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
95
96         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
97
98 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
99
100         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
101                 In most major modes, Emacs assumes that any opening
102                 delimiter found at the left margin is the start of a
103                 top-level definition, or defun. Therefore, *never put an
104                 opening delimiter at the left margin unless it should have
105                 that significance.*
106
107 2003-01-06  Yuuichi Teranishi  <teranisi@gohome.org>
108
109         * wl-version.el (wl-version): Changed codename.
110
111         * Version number is increased to 2.10.1.
112
113 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
114
115         * wl-summary.el (wl-summary-line-list-info): Use %f to make
116         list-count instead of %d.
117
118 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
119
120         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
121
122 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
123
124         * wl-summary.el (wl-summary-mark-collect): Revive missing return
125         for sequential numbering case.
126
127 2002-12-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
128
129         * wl-message.el (wl-message-buffer-display): Back to the first page
130         when cache is hit.
131
132         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
133         (wl-message-buffer-prefetch-idle-time): Ditto.
134         (wl-message-buffer-prefetch-folder-type-list): Ditto.
135
136         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
137         for elmo-remove-passwd.
138
139 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
140
141         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
142         (avoid error for the case without byte-compiling)
143
144 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
145
146         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
147         according to current-language-environment.
148
149 2002-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
150
151         * 2.10.0 is released.
152
153 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
154
155         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
156         folder is sticky.
157         (wl-folder-mark-as-read-all-entity): Ditto.
158         (wl-folder-prefetch-entity): Ditto.
159
160 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
161
162         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
163
164 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
165
166         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
167         take nil so as not to search parent by subject.
168
169 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
170
171         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
172         with argument 'any-exists.
173         
174 2002-11-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
175
176         * wl-draft.el (wl-draft-reedit): Do not decode part in
177         `mime-edit-decode-single-part-in-buffer' unless it is text part.
178         (Although it seems semi issue. [wl:10790])
179
180 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
181
182         * wl-address.el (wl-address-make-completion-entry): Extracted from
183         `wl-address-make-completion-list'.
184         (wl-address-enable-strict-loading): New variable.
185         (wl-address-make-completion-list): Revive petname duplication
186         inquiry, and enable it if `wl-address-enable-strict-loading'.
187         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
188
189 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
190
191         * wl-message.el (wl-message-get-original-buffer): Avoid
192         'Selecting deleted buffer' error when original buffer is killed.
193
194 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
195
196         * wl-version.el (wl-version): Changed codename.
197
198         * Version number is increased to 2.10.0.
199
200 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
201
202         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
203         buffer-modified status (Thanks to
204         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
205
206 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
207
208         * wl-util.el (wl-region-exists-p): New function.
209
210         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
211         Remove defvars for byte-compile warnings.
212
213 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
214
215         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
216         defvar-maybe. Removed unused bind.
217
218 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
219
220         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
221         summary buffer window before creating new frame.
222         (wl-draft-reply): Ditto.
223
224 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
225
226         * wl-mime.el (toplevel): Avoid byte-compile warnings.
227
228 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
229
230         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
231
232 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
233
234         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
235         instead of `kill-region'.
236
237 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
238
239         * wl-mime.el (wl-mime-preview-follow-current-region): New function
240         that originates in mime-preview-follow-current-entity.
241         (wl-draft-yank-current-message-entity): Use it if region is active.
242
243         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
244         * wl-e21.el (wl-message-define-keymap): Bind "D" for
245         `wl-message-delete-current-part'.
246         * wl-mule.el (wl-message-define-keymap): Ditto.
247         * wl-xmas.el (wl-message-define-keymap): Ditto.
248
249 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
250
251         * wl-mime.el (wl-message-delete-current-part): Check the class of
252         mime-entity.
253
254 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
255
256         * wl-mime.el (wl-message-delete-current-part): New function.
257         (wl-mime-node-id-to-string): Ditto.
258
259         * wl-mime.el (wl-message-delete-current-part): Use existing
260         original buffer which corresponds current mime-view buffer.
261         (fetched buffer might have different structure, possibly)
262
263         * wl-mime.el (wl-message-delete-current-part): Quit if the
264         message content differs from the actual message.
265
266 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
267
268         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
269         order.
270         (wl-summary-search-by-subject): Search parent message from tail;
271         Check the existence of the parent message on the current thread tree.
272         (wl-summary-update-thread): Check whether the line is inserted.
273
274 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
275
276         * wl-vars.el (wl-summary-line-format): Undo last change.
277         * wl-summary.el (wl-summary-print-destination): Do not put
278         invisible property when `wl-summary-width' is nil.
279         (wl-summary-line-subject-minimum-length): Abolished.
280         (wl-summary-line-subject): Ditto.
281
282 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
283
284         * wl-vars.el (wl-summary-line-format): Change default value.
285         (wl-summary-subject-length-limit): Abolished.
286         * wl-summary.el (wl-summary-line-subject): Ditto.
287
288 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
289
290         * wl-template.el (wl-template-select): Added optional argument.
291         If optional argument is specified, reverse
292         `wl-template-visible-select'.
293
294 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
295
296         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
297         Take prefix argument to force asking the destination folder.
298
299 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
300
301         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
302         logic to call `wl-summary-buffer-prev-folder-function'.
303         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
304
305 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
306
307         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
308         is nil.
309
310 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
311
312         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
313         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
314         (wl-mime-setup): Add its entry.
315
316 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
317
318         * wl-mime.el (wl-draft-preview-message): Restore the position
319         before evaluating wl-draft-send-hook in preview buffer.
320
321 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
322
323         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
324         when it creates new draft buffer.
325
326         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
327         without argument.
328
329         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
330         Evaluate content and if the value is string, insert it.
331         (wl-draft-config-sub-body,wl-draft-config-sub-top,
332         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
333         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
334         wl-draft-config-sub-part-bottom): Use it.
335
336         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
337         with the folder name. The question was unintelligible when it is
338         called from wl-save-status.
339
340 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
341
342         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
343         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
344         cannot take second argument).
345
346 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
347
348         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
349         as t. Since type and subtype are not case sensitive (RFC 2045).
350
351 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
352
353         * wl-vars.el (wl-message-mode-line-format): New variable.
354         (wl-message-mode-line-format-spec-alist): Ditto.
355         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
356         (wl-message-redisplay): Use wl-message-mode-line-format.
357
358 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
359
360         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
361
362 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
363
364         * wl-summary.el (wl-summary-default-from): Write description.
365
366 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
367
368         * wl-vars.el (wl-ldap-objectclass): Abolish.
369
370         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
371         (wl-ldap-make-filter): Removed condition for objectclass.
372         (wl-ldap-make-matched-value-list): Remove meaningless process.
373         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
374         (wl-address-ldap-search): Don't add `*' to `pat' string;
375         use ignore-errors; added `email';
376         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
377         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
378         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
379
380
381 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
382
383         * wl-draft.el (wl-draft-parent-folder): Write description.
384         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
385
386 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
387
388         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
389         as "" (zero-length string) if no parent.
390         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
391
392 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
393
394         * wl-address.el (wl-address-make-completion-list): Skip duplication
395         checking.
396         (wl-address-make-address-list): use `cons' and `nreverse' instead of
397         `append'.
398
399 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
400
401         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
402         instead of `beginning-of-buffer'.
403
404 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
405
406         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
407
408 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
409
410         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
411         Refer wl-message-buffer-name.
412         (wl-message-wheel-down): Ditto.
413
414 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
415
416         * wl-vars.el (wl-message-buffer-name): New user option.
417
418         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
419         directly instead of making alist dinamically.
420
421         * wl-message.el (wl-message-buffer-cache-name): Abolish.
422         (wl-message-buffer-create): Use wl-message-buffer-name instead of
423         wl-message-buffer-cache-name.
424         (wl-message-buffer-cache-clean-up): Ditto.
425
426         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
427
428         * Version number is increased to 2.9.15.
429
430 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
431
432         * wl-vars.el (wl-summary-default-view-alist): New user option.
433
434         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
435
436         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
437         while deleting address.
438         (wl-draft-delete-myself-from-cc): Ditto.
439
440         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
441         If optional argument is specified, reverse sort order.
442
443         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
444
445 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
446
447         * wl-thread.el (wl-thread-insert-message): Return parent number if
448         exists.
449         (wl-thread-update-indent-string-region): Use
450         wl-thread-update-line-on-buffer-sub instead of
451         wl-thread-update-line-on-buffer.
452
453 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
454
455         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
456         (wl-folder-close-all): Ditto.
457
458 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
459
460         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
461         and mailing-list:.
462         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
463         value.
464         (wl-summary-line-list-info): Print mailing-list name even when 
465         list-number is empty.
466
467 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
468
469         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
470
471         * wl-draft.el (wl-draft-confirm): Abolished since not used.
472         (wl-draft-open-file): Ditto.
473         (wl-draft-random-alphabet): Ditto.
474
475         * wl-summary.el (wl-summary-mode-map): Remove already abolished
476         bindings.
477
478 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
479
480         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
481         * wl-vars.el (wl-draft-config-alist): Ditto.
482
483 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
484
485         * Version number is increased to 2.9.14.
486
487         * wl.el (wl): Don't set wl-init as nil when error occured while
488         auto-checking folders.
489
490         * wl-util.el (wl-expand-newtext): Re-define as an alias for
491         `elmo-expand-newtext'.
492
493 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
494
495         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
496         `this-command' so that `wl-folder-goto-folder' contained in
497         `wl-summary-keep-cursor-command' work.
498
499 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
500
501         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
502         message buffer displaying state.
503
504 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
505
506         * wl-vars.el (wl-summary-default-view): New variable to specify
507         default value for `wl-summary-buffer-view' instead of using
508         set-default.
509         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
510
511 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
512
513         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
514
515         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
516
517 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
518
519         * wl-vars.el (wl-forward-subject-prefix): New variable.
520         * wl-draft.el (wl-draft-forward): Use it.
521
522 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
523
524         * wl-message.el (wl-message-prev-page): When it is called without
525         lines argument, scroll down by wl-message-scroll-amount lines.
526         (wl-message-next-page): Ditto.
527         * wl-vars.el (wl-message-scroll-amount): Change default value
528         to preserve current behavior.
529
530 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
531
532         * wl-summary.el (wl-summary-prefetch-msg): Bind
533         `wl-message-entity' to call `wl-summary-from-function'.
534
535 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
536
537         * wl-message.el (wl-message-buffer-create): Run
538         wl-message-buffer-created-hook.
539
540 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
541
542         * wl-summary.el (wl-summary-sort-specs): New variable.
543         (wl-summary-default-sort-spec): Ditto.
544         (wl-summary-sort): Rewrite.
545         (wl-summary-sort-by-list-info): New function.
546
547 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
548
549         * wl-summary.el (wl-summary-get-list-info): New function.
550         (wl-summary-sort): Rewrite.
551         (wl-summary-line-list-info): Ditto.
552         (wl-summary-line-list-count): Ditto.
553         (wl-summary-refile-region): Fixed docstring.
554
555 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
556
557         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
558         `wl-folder-entity-hashtb' as completion table.
559
560 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
561
562         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
563         only when this command is called interactively; silence the byte-
564         compiler.
565
566 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
567
568         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
569         active in XEmacs.
570
571 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
572
573         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
574         plural lines.
575
576 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
577
578         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
579         of current line when the cursor is on the header name.
580         (preserve behavior to move to b.o.h. and b.o.l. mutually)
581
582 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
583
584         * wl-util.el (wl-read-directory-name): Return displayed directory
585         as the default value also on XEmacs.
586
587 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
588
589         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
590         formatting.
591
592 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
593
594         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
595         argument and when it is non-nil, check face property before
596         highlighting for each line.
597         (wl-highlight-summary-window): Set it.
598
599 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
600
601         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
602         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
603
604         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
605         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
606         (wl-draft-get-fcc-list): Likewise.
607
608 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
609
610         * wl-thread.el (wl-thread-indent-regexp): Abolished.
611         (wl-thread-entity-cur): Ditto.
612         * wl-summary.el (wl-summary-buffer-set-folder): Removed
613         wl-thread-indent-regexp setting.
614         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
615
616         * wl-summary.el (wl-summary-display-top): Highlight summary window when
617         wl-summary-lazy-highlight.
618         (wl-summary-display-bottom): Ditto.
619
620         * wl-thread.el (wl-thread-open-close): Likewise.
621
622         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
623         from and subject;
624         Bind wl-draft-use-frame;
625         Enclose with save-window-excursion;
626         Use wl-draft-create-buffer instead of with-temp-buffer;
627         Use wl-draft-prepare-edit;
628         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
629         Use wl-draft-send instead of wl-draft-raw-send.
630
631 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
632
633         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
634         of using wl-from.
635
636 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
637
638         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
639         insert-buffer instead of clone-buffer.
640         (wl-draft-doing-mime-bcc): New variable.
641         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
642         infinite loop.
643         (wl-draft-do-mime-bcc): Use wl-from for From field value.
644
645         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
646         (wl-draft-mime-bcc-body): Ditto.
647
648         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
649         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
650         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
651         wl-draft-do-mime-bcc.
652         (wl-draft-mime-bcc-field): New function.
653         (wl-draft-do-mime-bcc): Ditto.
654
655         * wl-address.el (wl-address-complete-header-list): New variable.
656         (wl-address-complete-header-regexp): Changed default value.
657
658         * Version number is increased to 2.9.13.
659
660 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
661
662         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
663         it is differed.
664
665 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
666
667         * wl-summary.el (wl-summary-line-list-info): Rewrite.
668         (wl-summary-line-list-count): Ditto.
669
670 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
671
672         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
673         (wl-nntp-posting-function): New variable.
674         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
675         `wl-nntp-posting-config-alist'.
676
677 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
678
679         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
680         FLIM.
681
682 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
683
684         * wl-summary.el (wl-summary-target-mark-refile-sub):
685         Remove a nuisance funcall.
686
687 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
688
689         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
690         as t for `try-completion'.
691
692 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
693
694         * wl-summary.el (wl-summary-default-from): Use
695         wl-address-header-extract-address instead of
696         std11-extract-address-components.
697         (wl-summary-simple-from): Ditto.
698         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
699         (wl-summary-insert-headers): Show message.
700         (wl-summary-create-line): Set 4th argument of wl-set-string-width
701         for whole line.
702         (wl-summary-default-from): Revert last change.
703         (wl-summary-simple-from): Ditto.
704         (wl-summary-mark-as-read): Argument rearrangement and re-written.
705         (wl-summary-mark-as-read-region): Follow the change above.
706         (wl-summary-sync-marks): Ditto.
707         (wl-summary-target-mark-mark-as-read): Ditto.
708         (wl-summary-redisplay-internal): Ditto.
709         (wl-summary-redisplay-no-mime-internal): Ditto.
710         (wl-summary-redisplay-all-header): Ditto.
711         (wl-summary-mark-as-read): Removed argument `cached';
712         Use current cache status to set cache mark.
713         (wl-summary-redisplay-internal): Follow the change above.
714         (wl-summary-redisplay-no-mime-internal): Ditto.
715         (wl-summary-redisplay-all-header): Ditto.
716
717         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
718
719         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
720         Don't call itself recursively (Adviced by Yamaoka-san).
721
722 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
723
724         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
725         bind wl-summary-highlight as nil to avoid error caused by missing
726         local variables.
727
728 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
729
730         * wl-vars.el (wl-invalid-character-message): New user option.
731
732         * wl-util.el (wl-set-string-width): If truncated string-width is
733         larger than specified width, use `wl-invalid-character-message'.
734
735 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
736
737         * wl-summary.el (wl-summary-prefetch-msg): 
738         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
739
740 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
741
742         * wl-vars.el (wl-summary-check-line-format): New user option.
743         (wl-summary-line-format-file): Ditto.
744
745         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
746         variable.
747         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
748         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
749         and `wl-summary-view-old-p' to check whether do a rescan or not.
750         (wl-summary-view-old-p): New function.
751         (wl-summary-line-format-changed-p): Ditto.
752         (wl-summary-line-format-save): Ditto.
753         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
754
755         * wl-util.el (wl-set-string-width): Avoid using negative number
756         for make-string.
757
758 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
759
760         * wl-summary.el (wl-summary-line-list-info): Revised format of the
761         return value.
762
763         * wl-util.el (wl-set-string-width): Added optional argument
764         `padding' (All other related portions are changed).
765         (wl-line-parse-format): If the first letter of column number is
766         `0', zero-padding the result (ex: "%05l").
767
768         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
769
770 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
771
772         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
773         sequential summary view.
774
775 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
776
777         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
778         if it doesn't have a -unix version.
779
780 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
781
782         * wl-summary.el (wl-summary-jump-to-msg): Fix.
783
784 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
785
786         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
787         content.
788         (wl-draft): Follow the change above.
789
790         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
791
792         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
793         and wl-folder-summary-line-format-alist contain %T and %P.
794
795         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
796         (wl-summary-mode-line-format): New user option.
797         (wl-summary-line-format-spec-alist): Added l, T, P, n.
798         (wl-summary-line-format): Changed default value.
799         (wl-summary-lazy-highlight): Changed default value.
800
801         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
802         change in wl-summary-create-line.
803         (wl-thread-insert-entity-sub): Ditto.
804
805         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
806         (wl-summary-buffer-unread-status): Ditto.
807         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
808         (wl-summary-buffer-persistent-mark-column): Ditto.
809         (wl-summary-buffer-mode-line-formatter): Ditto.
810         (wl-summary-buffer-mode-line): Ditto.
811         (wl-summary-message-regexp): Abolished.
812         (All other related portions are changed.)
813         (wl-summary-detect-mark-position): New function.
814         (wl-summary-buffer-set-folder): Setup
815         wl-summary-buffer-mode-line-formatter.
816         (wl-summary-mode): Setup selective-display;
817         Setup pre-idle-hook when xemacs.
818         (wl-summary-update-modeline): Rewrite.
819         (wl-summary-jump-to-msg): Define as function;
820         Changed regexp for searching messages.
821         (wl-summary-message-number): Rewrite.
822         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
823         Do rescan when old type summary cache.
824         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
825         (wl-summary-remove-destination): Use '\r' to detect EOL.
826         (wl-summary-print-destination): Ditto.
827         (wl-summary-temp-mark): New inline function.
828         (wl-summary-persistent-mark): Ditto.
829         (wl-summary-line-number): New function.
830         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
831         (wl-summary-line-list-count): New function.
832         (wl-summary-create-line): Added argument persistent-mark.
833         (All other related portions are changed)
834         (wl-summary-create-line): Insert '\r'.
835         (wl-summary-save-view-cache): Encode whth `unix' EOL.
836         (wl-summary-cursor-move-surface): New inline function.
837         (wl-summary-prev): Use it.
838         (wl-summary-next): Ditto.
839
840         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
841         wl-summary-message-regexp.
842         (wl-highlight-summary): Delete progress message.
843         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
844
845         * Version number is increased to 2.9.12.
846
847 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
848
849         * wl-summary.el (wl-summary-line-subject-minimum-length): New
850         variable (nil: no minimum).
851         (wl-summary-line-subject): Add some spaces after subject by
852         wl-summary-line-subject-minimum-length.
853
854 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
855
856         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
857         and removed `F'.
858         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
859         change above).
860
861 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
862
863         * wl-summary.el (wl-summary-line-list-count): Reverted.
864         (example setting in samples/*/dot.wl is also updated)
865
866 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
867
868         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
869
870         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
871
872         * wl-vars.el (wl-summary-line-format): Addes some description to the
873         docstring.
874
875         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
876         (wl-summary-line-close-bracket): Ditto.
877         (wl-summary-line-children-number): Ditto.
878         (wl-summary-line-thread-indent): Ditto.
879         (wl-summary-line-children-and-from): Ditto.
880
881         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
882         't', 'c', 'F' and added 'C'.
883
884         * wl-util.el (wl-set-string-width): Accept negative value.
885         (wl-line-parse-format): Added "%number(" and "%)".
886
887 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
888
889         * wl-summary.el (wl-summary-line-list-count): Change format of the
890         return value.
891
892 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
893
894         * wl-draft.el (wl-draft-beginning-of-line): New command imported
895         from the recent message.el.
896         (wl-draft-point-in-header-p): Ditto.
897         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
898         wl-draft-beginning-of-line.
899         * wl-e21.el (wl-draft-mode-map): Ditto.
900         * wl-xmas.el (wl-draft-mode-map): Ditto.
901
902         * wl-folder.el: Sort macrodefs by dependencies.
903
904 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
905
906         * wl-summary.el (wl-summary-prev): Fixed regexp.
907         (wl-summary-next): Ditto.
908
909 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
910
911         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
912
913 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
914
915         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
916         for backward compatibility.
917
918 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
919
920         * wl-summary.el (wl-summary-line-list-count): New function, merged
921         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
922         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
923         list counts.
924
925 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
926
927         * wl-summary.el (wl-summary-create-line): Ignore errors while
928         timezone-fix-time.
929
930         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
931
932         * wl-summary.el (wl-summary-sync-update): Ditto.
933         (wl-summary-default-from): Use wl-message-entity
934         instead of entity.
935
936         * wl-summary.el (wl-summary-create-line): Fix.
937
938         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
939         (wl-summary-line-format): New user option.
940         (wl-folder-summary-line-format-alist): Ditto.
941         (wl-summary-from-width): Abolished.
942
943         * wl-util.el (toplevel): Require 'bytecomp.
944         (wl-line-parse-format): New function.
945         (wl-line-formatter-setup): New macro.
946
947         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
948         (wl-summary-buffer-line-formatter): New buffer local variable.
949         (wl-summary-switch-to-clone-buffer): Follow the change above.
950         (wl-summary-message-regexp): Fix.
951         (wl-summary-from-func-internal): Abolished.
952         (wl-summary-subject-func-internal): Ditto.
953         (wl-summary-subject-filter-func-internal): Ditto.
954         (All other related portions are changed.)
955         (wl-summary-buffer-set-folder):
956         Set up wl-summary-buffer-number-column and 
957         wl-summary-buffer-line-formatter
958         (All other related portions are changed.)
959         (wl-summary-buffer-number-column-detect): Abolished.
960         (All other related portions are changed.)
961         (wl-summary-delete-all-status-marks-on-buffer): Removed.
962         (wl-summary-delete-all-temp-marks-on-buffer): Use
963         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
964         (wl-summary-target-mark-delete): Ditto.
965         (wl-summary-target-mark-refile-subr): Ditto.
966         (wl-summary-target-mark-mark-as-read): Ditto.
967         (wl-summary-target-mark-mark-as-unread): Ditto.
968         (wl-summary-target-mark-mark-as-important): Ditto.
969         (wl-summary-target-mark-save): Ditto.
970         (wl-summary-replace-status-marks): Renamed from
971         wl-summary-set-status-marks-on-buffer;
972         Use wl-summary-message-regexp instead of
973         wl-summary-buffer-number-regexp.
974         (wl-summary-sync-update): Follow the change above.
975         (wl-summary-goto-previous-message-beginning): New function.
976         (wl-summary-mark-as-unread): Use it.
977         (wl-summary-mark-as-important): Ditto.
978         (wl-summary-line-formatter): New variable.
979         (wl-summary-line-year): New function.
980         (wl-summary-line-day): Ditto.
981         (wl-summary-line-day-of-week): Ditto.
982         (wl-summary-line-hour): Ditto.
983         (wl-summary-line-minute): Ditto.
984         (wl-summary-line-open-bracket): Ditto.
985         (wl-summary-line-close-bracket): Ditto.
986         (wl-summary-line-children-number): Ditto.
987         (wl-summary-line-thread-indent): Ditto.
988         (wl-summary-line-size): Ditto.
989         (wl-summary-line-subject): Ditto.
990         (wl-summary-line-from): Ditto.
991         (wl-summary-line-children-and-from): Ditto.
992         (wl-summary-create-line): Rewritten.
993         (wl-summary-format-date): Abolished.
994
995         * wl-highlight.el (wl-highlight-summary-current-line): Use
996         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
997         Use thread structure to detect thread top message.
998
999         * wl-draft.el (wl-default-draft-cite): Don't use
1000         wl-summary-from-func-internal.
1001
1002         * wl-refile.el (wl-refile-subject-learn): Don't use
1003         wl-summary-subject-filter-func-internal.
1004         (wl-refile-guess-by-subject): Ditto.
1005
1006         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
1007         parameters.
1008
1009         * wl-thread.el (wl-thread-update-indent-string-region):
1010         Use wl-thread-update-line-on-buffer instead of
1011         wl-thread-update-indent-string.
1012         (wl-thread-update-children-number): Redefine using
1013         wl-thread-update-line-on-buffer.
1014         (wl-thread-update-indent-string): Abolished.
1015
1016         * Version number is increased to 2.9.11.
1017
1018 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
1019
1020         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
1021         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
1022         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
1023
1024         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
1025         as nil.
1026
1027         * wl-thread.el (wl-thread-open-all-unread): Use 
1028         elmo-folder-list-messages-mark-match.
1029         (wl-thread-insert-message): Removed argument `mark-alist'.
1030         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
1031         elmo-msgdb-set-mark.
1032         (wl-thread-get-children-msgs-uncached): Likewise.
1033         (wl-thread-get-exist-children): Added argument include-self.
1034         (wl-thread-delete-message): Follow the change above.
1035
1036         * wl-summary.el (wl-summary-count-unread): Removed argument.
1037         (wl-summary-rescan): Follow the change above.
1038         (wl-summary-mark-as-read-region): Ditto
1039         (wl-summary-mark-as-unread-region): Ditto.
1040         (wl-summary-delete-messages-on-buffer): Ditto.
1041         (wl-summary-sync-update): Ditto.
1042         (wl-summary-switch-to-clone-buffer): Ditto.
1043         (wl-summary-goto-folder-subr): Ditto.
1044         (wl-summary-target-mark-mark-as-read): Ditto.
1045         (wl-summary-target-mark-mark-as-unread): Ditto.
1046         (wl-summary-target-mark-mark-as-important): Ditto.
1047         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
1048         (wl-summary-update-thread): Removed argument `mark-alist'.
1049         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
1050         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
1051         (wl-summary-resume-cache-status): Likewise.
1052         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
1053         elmo-msgdb-set-mark.
1054         (wl-summary-mark-as-read-all): Likewise.
1055         (wl-summary-delete-cache): Ditto.
1056         (wl-summary-auto-select-msg-p): Ditto.
1057         (wl-summary-mark-as-unread): Ditto.
1058         (wl-summary-no-auto-refile-message-p): Ditto.
1059         (wl-summary-mark-as-read): Ditto.
1060         (wl-summary-mark-as-important): Ditto.
1061         (wl-summary-auto-refile): Follow the change above.
1062         (wl-summary-delete-all-marks): Removed.
1063         (wl-summary-resume-marks-and-highlight): Ditto.
1064         (wl-summary-resume-marks): Ditto.
1065         (wl-summary-delete-important-msgs-from-list): Ditto.
1066         (wl-summary-delete-canceled-msgs-from-list): Ditto.
1067
1068         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
1069         wl-summary-count-unread.
1070
1071         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1072         (wl-summary-score-update-all-lines): Use
1073         elmo-msgdb-set-mark.
1074
1075 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
1076
1077         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
1078         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
1079         (wl-summary-create-line): Renamed from
1080         wl-summary-overview-create-summary-line;
1081         Argument rearrangement.
1082         (wl-summary-update-thread): Follow the change above.
1083
1084         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
1085         (wl-thread-insert-entity-sub): Likewise.
1086
1087         * wl-summary.el (wl-summary-append-message-func-internal): Removed
1088         argument `overview', `mark-alist' and added `msgdb'.
1089
1090         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
1091
1092         * wl-summary.el (wl-summary-insert-summary): Changed argument.
1093         (wl-summary-rescan): Follow the change above.
1094         (wl-summary-sync-update): Ditto.
1095         (wl-summary-insert-thread-entity): Ditto;
1096         Don't use `let*' in every while loop;
1097         Detect infinite loop of threads.
1098         (wl-summary-update-thread): Removed argument `overview'.
1099
1100         * wl-thread.el (wl-thread-insert-message): Ditto.
1101
1102         * Version number is increased to 2.9.10.
1103
1104         * wl-message.el (wl-message-redisplay): Ignore errors while
1105         wl-message-redisplay-hook.
1106
1107 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1108
1109         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
1110
1111 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
1112
1113         * wl.el (wl): inhibit-quit while wl-folder.
1114
1115 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
1116
1117         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
1118         while msgdb access.
1119
1120 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1121
1122         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
1123         even if no folder is not created.
1124
1125 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
1126
1127         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
1128
1129         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
1130         implementation.
1131         (wl-summary-target-mark-thread): Ditto.
1132
1133         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
1134
1135 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1136
1137         * wl-util.el (wl-display-bytes): Remove unused function.
1138
1139 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1140
1141         * wl.el (wl-check-environment): Cause error when wl-from is nil,
1142         seems critical one (partially reverse the change in 2002/03/17).
1143
1144 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1145
1146         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
1147         * wl-draft.el (wl-draft-write-sendlog): Ditto.
1148
1149 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1150
1151         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
1152         is not writable.
1153         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
1154         plugged status instead of `'force' as 2nd argument.
1155
1156         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
1157         is not creatable.
1158
1159         * Version number is increased to 2.9.9.
1160
1161 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
1162
1163         * wl-summary.el (wl-summary-suspend): New function.
1164
1165 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
1166
1167         * wl.el (wl): Do not check variables if check is nil.
1168         * wl-utils.el (wl-collect-draft): New function.
1169         * wl-folder.el (wl-folder-suspend): Put summary buffers
1170         and draft buffers at the end of buffer list.
1171         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
1172
1173 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1174
1175         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
1176         loop instead of recursive call.
1177
1178         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
1179         2nd argument.
1180
1181 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1182
1183         * wl-draft.el (wl-draft-create-contents): Don't take neither
1184         (function . args) nor (string . something) any more.
1185
1186         * wl-version.el (wl-generate-user-agent-string): Return string
1187         without header symbol.
1188         * wl-draft.el (wl-draft-default-headers): Use it.
1189
1190         * wl-draft.el (wl-draft-trim-ccs): Renamed from
1191         `wl-draft-insert-ccs' and return field value instead of inserting
1192         the header. Abolish cc argument.
1193         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
1194
1195         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
1196         rather than one with string car.
1197
1198         * wl-vars.el (wl-draft-additional-header-alist): New variable.
1199         * wl-draft.el (wl-draft-create-contents): Add it after the default
1200         headers.
1201
1202         * wl-draft.el (wl-draft-create-contents): For the case of
1203         (symbol-or-string . function) insert header only when the function
1204         returns string value.
1205
1206 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1207
1208         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
1209         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
1210
1211 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1212
1213         * wl.el (wl-check-environment): Don't check Message-ID when
1214         `wl-insert-message-id' is nil.
1215         Revive checking if `wl-message-id-domain' contains "@".
1216
1217 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1218
1219         * wl.el (wl-check-environment): Merge examination for "@" at
1220         inappropriate position into the first string-match.
1221
1222         * wl-summary.el (wl-summary-target-mark-print): New function.
1223         (wl-summary-pipe-message-subr): Extracted from
1224         `wl-summary-pipe-message'.
1225         (wl-summary-target-mark-pipe): New function.
1226         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
1227         `wl-summary-target-mark-pipe'.
1228
1229 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1230
1231         * wl.el (wl-check-environment): Rewrite around Message-ID check.
1232
1233 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1234
1235         * wl.el (wl-check-environment): Use elmo-warning instead of
1236         error for non-critical ones.
1237         Remove trash folder check.
1238         (wl): Don't ignore error in wl-check-environment.
1239
1240         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
1241         check, which is moved from `wl-check-environment'.
1242         (Adviced by Teranishi-san [X-Mail-Count: 9661])
1243
1244 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1245
1246         * wl-summary.el (wl-summary-write-current-folder): If it cannot
1247         guess anything, call wl-summary-write.
1248         (wl-summary-write): Create draft with blank To field.
1249         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
1250
1251 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1252
1253         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
1254         argument full as well for wl-folder-write-current-folder.
1255         If wl-*-write-current-folder cannot guess addressee, add blank
1256         To header.
1257         Rewrite condition for positioning cursor.
1258
1259 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1260
1261         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
1262         summary buffer is present, use it.
1263         (wl-folder-jump-to-previous-summary): Ditto.
1264
1265 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1266
1267         * wl-draft.el (wl-draft-create-contents): Fix docstring.
1268
1269         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
1270         wl-summary-previous-buffer and wl-summary-next-buffer.
1271
1272         * wl-folder.el (wl-folder-mode-map): Bind
1273         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
1274         (wl-folder-jump-to-next-summary): New function.
1275         (wl-folder-jump-to-previous-summary): Ditto.
1276
1277         * wl-draft.el (wl-draft): Rearranged.
1278
1279 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1280
1281         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
1282         of header.
1283         (wl-draft): Collect arguments for the header as header-alist.
1284         (wl-draft-forward): Arrange arguments for wl-draft.
1285         (wl-draft-reply): Ditto.
1286         (wl-draft-edit-string): Ditto.
1287         * wl-summary.el (wl-summary-write): Ditto.
1288         (wl-summary-write-current-folder): Ditto.
1289
1290         * Version number is increased to 2.9.8.
1291
1292 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1293
1294         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
1295
1296         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
1297
1298         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
1299         even if the guess failed.
1300
1301         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
1302         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
1303         wl-summary-write-current-folder.
1304         * wl-xmas.el: Ditto.
1305
1306 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
1307
1308         * wl-summary.el (wl-summary-next-page): Force display message if
1309         message is not displayed yet.
1310         (wl-summary-prev-page): Ditto.
1311
1312 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
1313
1314         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
1315
1316 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1317
1318         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
1319         add "Preview Message" and "Save Draft and Exit".
1320
1321 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1322
1323         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
1324         if addrmgr is called from draft in splitted window.
1325
1326         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
1327         * wl-mule.el: Ditto.
1328         * wl-xmas.el: Ditto.
1329
1330 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1331
1332         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
1333
1334         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
1335         * wl-xmas.el (wl-folder-toolbar): Ditto.
1336
1337 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1338
1339         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
1340         and wl-draft-save-and-exit.
1341         (wl-draft-toolbar): Add wl-draft-save-and-exit.
1342         * wl-xmas.el: Ditto.
1343         * wl-mule.el: Ditto.
1344
1345         * wl-folder.el (wl-folder-goto-draft-folder): New function.
1346         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
1347
1348 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
1349
1350         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
1351         lists for saving buffer.
1352
1353 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1354
1355         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
1356         parent-folder argument instead of it.
1357         (wl-draft-create-buffer): Ditto.
1358         (wl-draft-forward): Ditto.
1359         (wl-draft-reply): Ditto.
1360         * wl-summary.el (wl-summary-write): Ditto.
1361         (wl-summary-write-current-folder): Ditto.
1362
1363         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
1364         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
1365         Folder buffer after composing.
1366
1367 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1368
1369         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
1370         header if the file `wl-x-face-file' already contains it.
1371
1372 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1373
1374         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
1375         folder" entry.
1376         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
1377         * wl-e21.el (wl-folder-toolbar): Ditto.
1378         * wl-xmas.el (wl-folder-toolbar): Ditto.
1379
1380 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1381
1382         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
1383         wl-folder-goto-folder with sticky argument.
1384         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
1385
1386 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
1387
1388         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
1389         and wl-summary-previous-buffer.
1390         (wl-summary-next-buffer): New function.
1391         (wl-summary-previous-buffer): Ditto.
1392
1393 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1394
1395         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
1396         wl-folder-jump-to-current-entity-with-arg.
1397         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
1398         `wl-folder-jump-to-current-entity'.
1399         * wl-summary.el (wl-summary-mode-map): Bind "G" for
1400         `wl-summary-goto-folder-sticky'.
1401         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
1402         `wl-summary-goto-folder'.
1403         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
1404         Unless force-exit, do not clean temp. marks for sticky summary.
1405         (wl-summary-goto-folder): Now the prefix argument means force-exit.
1406
1407 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
1408
1409         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
1410         not entire.
1411
1412 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
1413
1414         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
1415         to `C-x C-s'.
1416         (wl-summary-save-status): New command.
1417         (wl-summary-exit): Don't clean-up temp marks when sticky.
1418         (Applied patch from Nakayama-san [wl: 09548])
1419         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
1420         Do nothing when no mark data.
1421         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
1422         Call `wl-summary-delete-all-temp-marks' before saving.
1423
1424 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
1425
1426         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
1427
1428 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1429
1430         * wl.el (wl-check-environment): Also cause error when (system-name)
1431         returns "localhost.localdomain". (Although it doesn't affect because
1432         of condition-case, see change in 2002-01-23 by Teranisi-san.)
1433
1434 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1435
1436         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
1437         instead of wl-match-member with wl-folder-hierarchy-access-folders.
1438
1439         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
1440         value.
1441
1442 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
1443
1444         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
1445         Likewise r-cc-list and r-ng-list.
1446
1447 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
1448
1449         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
1450         only if it is bound as variable.
1451
1452         * wl-mime.el (wl-draft-preview-message): Ditto.
1453
1454 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
1455
1456         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
1457         needless `goto-char'.
1458
1459         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
1460         `wl-summary-redisplay-no-mime-internal' instead of
1461         `wl-summary-redisplay-no-mime'.
1462         (wl-summary-redisplay-no-mime): Changed argument;
1463         Call `wl-summary-redisplay-no-mime-internal'.
1464
1465         * wl-mime.el (wl-draft-preview-message): Bind
1466         `mime-header-encode-method-alist' locally.
1467
1468         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
1469         (wl-draft-std11-parse-addresses): Added the first address check.
1470         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
1471
1472         * Version number is increased to 2.9.7.
1473
1474 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
1475
1476         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
1477
1478 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
1479
1480         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
1481         related to scrollbar support, if there is no such a feature
1482         compiled in.
1483
1484 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1485
1486         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
1487         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
1488         for prefetch.
1489
1490 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
1491
1492         * wl-summary.el (wl-summary-pick): Fix for no match.
1493
1494 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
1495
1496         * wl-draft.el (wl-draft-save):
1497         Override `mime-header-encode-method-alist'.
1498
1499 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
1500
1501         * wl-folder.el (wl-folder-pick): New function.
1502         Define key as "?".
1503
1504 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
1505
1506         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
1507         Fix for unplugged.
1508
1509 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
1510
1511         * wl-folder.el (wl-folder-virtual): New function.
1512         Define key as "V".
1513
1514 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
1515
1516         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
1517         multi folder if entity is group.
1518
1519 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
1520
1521         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
1522         is nil.
1523
1524 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
1525
1526         * wl-summary.el (wl-summary-pick): Fix for killed messages.
1527         (wl-summary-target-mark-msgs): Return the number of marked messages.
1528
1529 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1530
1531         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
1532         "first:" is specified.
1533
1534 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1535
1536         * wl-vars.el (wl-from): Use return value of function
1537         user-full-name instead of the variable user-full-name since
1538         XEmacs-20.4 doesn't set this variable.
1539
1540 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
1541
1542         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
1543         call `wl' directly.
1544
1545 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
1546
1547         * wl-draft.el (wl-draft-reedit): Removed duplicated
1548         switch-to-buffers.
1549
1550 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1551
1552         * wl.el (wl-other-frame): Removed garbages.
1553
1554 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
1555
1556         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
1557
1558         * wl-xmas.el (wl-draft-key-setup): Ditto.
1559
1560         * wl-mule.el (wl-draft-key-setup): Ditto.
1561
1562         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
1563         (wl-draft-reedit): Ditto.
1564         (wl-draft-prepare-edit): Add `wl-draft-save' to
1565         `local-write-file-hooks'.
1566         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
1567         (wl-draft-reedit): Set buffer-file-name.
1568         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
1569
1570
1571         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
1572         call it.
1573         (wl-delete-startup-frame-function): New variable.
1574         (wl-other-frame): New function
1575         (Original was written by Yamaoka san [wl: 09239]).
1576
1577         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
1578         if `wl-folder-use-frame'.
1579
1580 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1581
1582         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
1583
1584 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1585
1586         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
1587         New variable.
1588         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
1589         (wl-message-buffer-prefetch-get-next): Use them.
1590         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
1591
1592 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
1593
1594         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
1595         with unwind-protect.
1596
1597         * wl-draft.el (wl-draft-reedit): Rewrite.
1598         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
1599         (wl-draft-save): Insert header separator if it does not exist;
1600         Removed condition-case.
1601
1602         * wl-summary.el (wl-summary-reedit): Revert last change.
1603
1604         * wl-draft.el (wl-draft-save): Rewrite.
1605         (wl-draft-create-buffer): Set buffer-file-name as nil.
1606
1607         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
1608
1609         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
1610
1611         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
1612         nil.
1613
1614 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1615
1616         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
1617         If count is nil, do not prefetch.
1618         (wl-message-buffer-prefetch-next): Next.
1619
1620 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1621
1622         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
1623
1624 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1625
1626         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
1627         `delete-backward-char'
1628         (wl-draft-prepare-edit): Check major-mode.
1629         (wl-draft-decode-header): Rewrite.
1630         (wl-draft): Fix.
1631
1632 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1633
1634         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
1635
1636 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1637
1638         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
1639         (wl-message-buffer-prefetch-get-next): Remove size checking.
1640         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
1641
1642 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1643
1644         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
1645         (wl-draft-default-headers): Fix.
1646
1647 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1648
1649         * wl-draft.el (wl-draft-default-headers): Insert return value of
1650         `wl-generate-mailer-string-function'.
1651
1652 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
1653
1654         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
1655         (wl-draft-insert-mail-header-separator): Ditto.
1656
1657         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
1658         again (Reverted the change on 2002-01-17 by OKADA san).
1659
1660 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1661
1662         * wl-draft.el (wl-draft): Rewrite.
1663         (wl-draft-create-buffer): New function.
1664         (wl-draft-create-contents): Ditto.
1665         (wl-draft-prepare-edit): Ditto.
1666         (wl-draft-decode-header): Ditto.
1667         (wl-draft-decode-body): Ditto.
1668         (wl-draft-check-new-line): Ditto.
1669         (wl-draft-default-headers): Ditto.
1670         (wl-draft-insert-mail-header-separator): Ditto.
1671
1672 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1673
1674         * Version number is increased to 2.9.6.
1675
1676 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1677
1678         * wl-draft.el (wl-draft-delete-field): Optional argument.
1679         (wl-draft-delete-fields): Ditto.
1680
1681 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1682
1683         * wl-message.el (toplevel): Eliminated byte-compile warning.
1684         for `itimer-function', `delete-timer' and `itimer-list'.
1685
1686 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1687
1688         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
1689         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
1690         `wl-message-buffer-prefetch-threshold'.
1691         * wl-summary.el (wl-summary-redisplay-internal): Remove
1692         the check of `wl-message-buffer-prefetch-depth'.
1693
1694 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1695
1696         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
1697         size of article.
1698         (wl-message-buffer-prefetch-subr): Remove size check.
1699
1700 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1701
1702         * wl-vars.el (wl-plugged): Make customizable.
1703
1704 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1705
1706         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
1707         (wl-message-buffer-prefetch-set-timer): New function.
1708         (wl-message-buffer-prefetch-get-next): New function.
1709         (wl-message-buffer-prefetch): New function.
1710         (wl-message-buffer-prefetch-next): Rewrite.
1711         (wl-message-buffer-prefetch-subr): Rewrite.
1712         * wl-vars.el (wl-auto-prefetch-first): New variable.
1713         * wl-summary.el (wl-summary-goto-folder-subr): Call
1714         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
1715
1716 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1717
1718         * wl-score.el (wl-summary-score-update-all-lines): Do not call
1719         `wl-summary-unread-message-hook'.
1720
1721 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1722
1723         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
1724         (wl-summary-sync): Call `wl-summary-resume-cache-status'
1725         if range is `cache-status'.
1726
1727 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1728
1729         * wl-message.el (wl-message-buffer-prefetch-subr):
1730         Improve debug message.
1731
1732 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1733
1734         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
1735         `wl-mail-send-pre-hook'.
1736         (wl-draft-send-mail-with-qmail): Ditto.
1737         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
1738
1739 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1740
1741         * wl-message.el (wl-message-buffer-prefetch-subr):
1742         Fix for cancel-function-timers bug.
1743         (wl-message-buffer-prefetch-debug): Default value is t.
1744
1745 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1746
1747         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
1748         (wl-message-buffer-prefetch-subr): Rewrite.
1749         Rename from `wl-message-buffer-prefetch'.
1750
1751 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1752
1753         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
1754         (wl-default-draft-cite-decorate-author): Ditto.
1755
1756         * wl-draft.el (wl-draft-cite-function): Removed.
1757         (wl-default-draft-cite-decorate-author): Ditto.
1758
1759 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1760
1761         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
1762         (wl-default-draft-cite): Do not arrange author name if the value of
1763         `wl-default-draft-cite-decorate-author' is nil.
1764
1765 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
1766
1767         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
1768
1769         * wl-folder.el (wl-folder-check-one-entity): Don't care
1770         `elmo-folder-use-flag-p'.
1771
1772 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
1773
1774         * wl-folder (wl-folder-check-one-entity): Fix
1775         problem if unread is nil.
1776
1777 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1778
1779         * wl-address.el (wl-address-make-completion-list): Check whether
1780         the address is a group list.
1781         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
1782
1783 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1784
1785         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
1786         The number of the messages of new and unread does not count
1787         correctly.
1788
1789         * wl-summary.el (wl-summary-count-unread): Changed to return
1790         `(new . unread)' instead of total.
1791         (wl-summary-sync-update): Follow the change above.
1792
1793         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
1794
1795 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1796
1797         * wl-address.el (wl-address-make-completion-list): Do not enclose
1798         address by " <" and ">" if associated realname is "".
1799         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
1800         This is against the promblem with group list in .addresses pointed
1801         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
1802
1803 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1804
1805         * wl-draft.el (wl-draft-write-sendlog): The first argument of
1806         message is a format control string.
1807         * wl-expire.el (wl-expire-append-log): Ditto.
1808         * wl-mime.el (wl-summary-burst-subr): Ditto.
1809         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
1810         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
1811
1812 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
1813
1814         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
1815         wl.el (wl-check-variables): Rename from `wl-check-type'.
1816         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
1817         (wl-check-variables-2): New function.
1818         (wl): Call `wl-check-variables-2'.
1819
1820 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1821
1822         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
1823         after renaming folder in access group.
1824
1825 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
1826
1827         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
1828         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
1829         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
1830         (wl-message-buffer-prefetch): Rewrite.
1831         (wl-message-buffer-prefetch-idle-time): Removed.
1832         * wl-summary.el (wl-summary-redisplay-internal):
1833         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
1834         Error check for `wl-message-buffer-prefetch-depht'.
1835
1836 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
1837
1838         * Version number is increased to 2.9.5.
1839         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
1840
1841 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
1842
1843         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
1844         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
1845         Based on the patch written by
1846         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
1847
1848 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
1849
1850         * wl-draft.el (wl-draft-raw-send): Fix for
1851         `wl-news-send-pre-hook'
1852
1853 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1854
1855         * wl-utils.el (wl-message-id-function): New variable.
1856         * wl-draft.el (wl-draft-insert-required-fields):
1857         Use `wl-message-id-function'.
1858
1859 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1860
1861         * wl-vars.el (wl-message-id-use-wl-from): New variable.
1862         * wl-utils.el (wl-draft-make-message-id-string):
1863         Use `wl-from' for domain part of Message-ID
1864         if `wl-message-id-use-wl-from' if non-nil.
1865         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
1866
1867 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1868
1869         * wl.el (wl): Call `wl-check-type'
1870         Do not 'condition-case'.
1871
1872 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1873
1874         * wl.el (wl-check-type): New function.
1875         (wl-check-type-variables): New variable.
1876
1877 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1878
1879         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
1880
1881 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1882
1883         * wl-draft.el (wl-smtp-password-key): New function.
1884         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
1885         (wl-draft-send-mail-with-smtp): Ditto.
1886         (wl-draft-send-mail-with-pop-before-smtp): Fix.
1887
1888 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
1889
1890         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
1891         * wl-utils.el (wl-unique-id-suffix): Remove.
1892
1893 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
1894
1895         * Version number is increased to 2.9.4.
1896
1897 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
1898
1899         * wl-utils.el (wl-unique-id-suffix): New variable.
1900         (wl-unique-id): Use `wl-unique-id-suffix'
1901
1902 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1903
1904         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
1905         instead of `elmo-msgdb-search'.
1906
1907         * Version number is increased to 2.9.3.
1908
1909 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
1910
1911         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
1912
1913 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
1914
1915         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
1916         (wl-draft-dispatch-message): Changed for send-later.
1917         (wl-draft-queue-flush): Ditto.
1918         (wl-draft): Clear `wl-sent-message-queued'.
1919         (wl-draft-reedit): Ditto.
1920         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
1921         * wl-vars.el (wl-draft-force-queuing): New variable.
1922         (wl-draft-force-queuing-mail): New variable.
1923         (wl-draft-force-queuing-news): New variable.
1924
1925 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
1926
1927         * wl-draft.el (wl-draft-hide): Removed `interactive'.
1928         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
1929
1930 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1931
1932         * Version number is increased to 2.9.2.
1933
1934 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1935
1936         * wl-draft.el (wl-draft-elide-region): New user command.
1937         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
1938
1939         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
1940         command `wl-draft-elide-region'.
1941         * wl-mule.el: Ditto.
1942         * wl-xmas.el: Ditto.
1943
1944 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
1945
1946         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
1947         (wl-biff-check-folder-async): Removed needless let.
1948
1949 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
1950
1951         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
1952         wl-folder-get-elmo-folder.
1953         (wl-biff-check-folder): Set `biff' argument of
1954         `wl-folder-check-one-entity'.
1955         (wl-biff-check-folder-async): Setup `biff' slot of folder.
1956
1957         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
1958         (wl-folder-check-one-entity): Added `biff' argument;
1959         Setup `biff' slot of folder.
1960
1961         * Version number is increased to 2.9.1.
1962
1963 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
1964
1965         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
1966         comment out and fixed.
1967         (wl-fldmgr-add-completion-subr): Ditto.
1968
1969         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
1970         and msgdb.
1971
1972         * wl.el (wl-toggle-plugged): Save summary view.
1973
1974 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
1975
1976         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
1977
1978 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1979
1980         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
1981
1982 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1983
1984         * wl-e21.el (wl-e21-toolbar-configurations): Replace
1985         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
1986         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
1987
1988         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
1989         if it was failed.
1990         (wl-demo): Disable undo in the demo buffer.
1991
1992 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1993
1994         * wl-version.el (wl-version): Changed codename.
1995
1996         * Version number is increased to 2.9.0.
1997
1998 2001-12-14  Takuo KITAME <kitame@northeye.org>
1999
2000         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
2001         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
2002         (wl-folder-mark-as-read-all-current-entity): Ditto.
2003
2004 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2005
2006         * wl-vars.el (wl-from-width): Define as obsolete variable.
2007         (wl-subject-length-limit): Ditto.
2008
2009         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
2010
2011         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
2012         wl-summary-save-view.
2013
2014         * wl.el (wl-save-status): Ditto.
2015         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
2016
2017         * wl-summary.el (wl-summary-save-view): Removed unused argument.
2018         (wl-summary-exit): Follow the change above.
2019         (wl-summary-goto-folder-subr): Ditto.
2020
2021         * wl-folder.el (wl-folder-create-subr): Don't use
2022         `elmo-folder-creatable-p'.
2023
2024 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2025
2026         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
2027
2028 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2029
2030         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
2031         rather than bitmap on Emacs 21.
2032         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
2033         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
2034         for xbm if the new redisplay engine is not available.
2035
2036 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
2037
2038         * wl-folder.el (wl-folder-init-hook): New hook.
2039         (wl-folder-init): Run `wl-folder-init-hook'.
2040
2041 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2042
2043         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
2044
2045 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
2046
2047         * wl-acap.el (wl-acap-cache-filename): New variable.
2048         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
2049         (wl-acap-init): Use cache if no ACAP server found.
2050
2051 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2052
2053         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
2054         `wl-acap-original-msgdb-dir'.
2055
2056         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
2057         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
2058
2059         * wl-mime.el (wl-mime-save-directory): Renamed from
2060         `wl-mime-save-dir'.
2061
2062 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2063
2064         * wl-vars.el (wl-icon-dir): Fixed the docstring.
2065
2066         * wl-demo.el: Require `path-util'.
2067         (wl-demo-bitmap-mule-available-p): New internal variable.
2068         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
2069         `module-installed-p' instead.
2070         (wl-demo-insert-image): Use *.img file for a bitmap image.
2071         (wl-demo): Don't call the ascii demo recursively.
2072
2073 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2074
2075         * Version number is increased to 2.7.7.
2076
2077 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
2078
2079         * wl.el (wl-exit): Eliminated byte-compile warning.
2080
2081 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2082
2083         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
2084         obsolete variable using `elmo-define-obsolete-variable'.
2085         (wl-fetch-confirm-threshold): Ditto.
2086         (wl-cache-prefetch-folder-type-list): Ditto.
2087         (wl-cache-prefetch-folder-list): Ditto.
2088
2089 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2090
2091         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
2092         (wl-demo-icon-name): Use Xmas logo at the end of the year.
2093         (wl-demo-insert-image): New function.
2094         (wl-demo-insert-text): New function.
2095         (wl-demo-image-type-alist): Redefine as a function.
2096         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
2097         (wl-demo-with-temp-file-buffer): Removed.
2098         (wl-logo-xpm): Removed.
2099         (wl-logo-xbm): Removed.
2100         (wl-logo-bitmap): Removed.
2101
2102 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
2103
2104         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
2105         (wl-expire-localdir-get-folder-function): New user option.
2106         (wl-expire-localdir-get-folder): New function.
2107         (wl-expire-localdir-date): Ditto.
2108
2109 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2110
2111         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
2112         value.  Refactoring `wl-folder-notify-deleted' is nil case.
2113         Fixed unread number mismatch when all-unread < unread.
2114
2115 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
2116
2117         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
2118         (wl-fetch-confirm-threshold): Ditto.
2119
2120         * wl-summary.el (wl-summary-confirm-appends): Removed.
2121         (wl-summary-sync-update): Don't refer
2122         `wl-summary-update-confirm-threshold' (It is now abolished).
2123
2124         * wl-message.el (wl-message-display-internal): Don't refer
2125         `wl-fetch-confirm-threshold' (It is now abolished).
2126
2127 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2128
2129         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
2130
2131 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2132
2133         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
2134         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
2135         Change default value to nil.
2136         (wl-summary-indent-length-limit): The value can be nil, nil means
2137         unlimited.
2138
2139         * wl-summary.el: Don't set limit for indent length if the value of
2140         wl-summary-indent-length-limit is nil.
2141         If the value of wl-summary-width is nil, it means only that the width
2142         of summary is unlimited (nil doesn't mean that the indent length is
2143         unlimited).
2144
2145         * wl-thread.el: Ditto.
2146
2147 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
2148
2149         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
2150         be nil, nil means never confirm.
2151         * wl-summary.el (wl-summary-confirm-appends): Ditto.
2152
2153 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2154
2155         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
2156         means unlimited).
2157
2158 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
2159
2160         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
2161         Use `with-temp-buffer'.
2162
2163 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
2164
2165         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
2166         with new backquote style).
2167         (wl-folder-get-entity-from-buffer): Ditto.
2168
2169 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2170
2171         * wl-version.el (nemacs-version): Eliminated.
2172         (wl-extended-emacs-version2): Ignore nemacs.
2173         (wl-extended-emacs-version3): Ditto.
2174
2175 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
2176
2177         * wl-vars.el (wl-draft-add-references): Set default value as nil.
2178         (wl-draft-add-in-reply-to): New variable.
2179         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
2180         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
2181         (wl-draft-yank-from-mail-reply-buffer): Use
2182         `wl-draft-add-in-reply-to'.
2183         (wl-draft-insert-current-message): Ditto.
2184
2185 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2186
2187         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
2188         typo (kill->hide).
2189         (wl-message-buffer-prefetch-folder-type-list): Added elements
2190         `mark' and `cache' instead of `internal'.
2191
2192 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
2193
2194         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
2195         resume msgdb directory.
2196
2197 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
2198
2199         * wl.el (wl-exit): Call `wl-acap-exit'.
2200
2201         * wl-summary.el (wl-summary-message-string): New function.
2202         (wl-summary-reedit): Use it.
2203         (wl-summary-resend-bounced-mail): Remove needless let.
2204         (wl-summary-supersedes-message): Ditto.
2205         (wl-summary-save): Ditto.
2206
2207         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
2208         (wl-acap-init): Set it.
2209         (wl-acap-exit): New function.
2210
2211 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2212
2213         * wl.el (wl-init): Revert (require 'mime-setup). move from
2214         toplevel.
2215
2216 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2217
2218         * wl-summary.el (wl-summary-write-current-folder): Remove unused
2219         local variables.  Add error when guess function return invalid
2220         value.
2221
2222 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2223
2224         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
2225         Change local variable name.
2226         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
2227         (wl-folder-get-newsgroups): Return nil when non-news folder.
2228         * wl-summary.el (wl-summary-write-current-folder): State through
2229         when guess-list return nil.
2230         (wl-summary-write-current-folder-functions): Fixed docstring.
2231
2232         * wl.el (wl-exit): Changed confirm message.
2233
2234         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
2235         * wl-draft.el (wl-draft): Remove verbose `featurep'.
2236
2237         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
2238
2239 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2240
2241         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
2242         user option (Renamed from wl-cache-prefetch-folder-type-list).
2243         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
2244         from wl-cache-prefetch-folder-list).
2245
2246         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
2247         Move to wl-vars.el.
2248         (wl-message-buffer-prefetch-p): Changed to enable
2249         `wl-message-buffer-prefetch-folder-list'.
2250
2251         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
2252         `ignore-cache'.
2253
2254 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
2255
2256         * wl-draft.el (wl-draft-config-sub-func-alist): Added
2257         `part-top' and `part-bottom'.
2258         (wl-draft-config-sub-part-top): New function.
2259         (wl-draft-config-sub-part-bottom): New function.
2260
2261 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2262
2263         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
2264
2265 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
2266
2267         * wl-folder.el (wl-folder-get-newsgroups): Fix.
2268
2269 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2270
2271         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
2272
2273         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
2274         (wl-summary-write-current-folder): Ditto.
2275
2276 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
2277
2278         * wl-folder.el (wl-folder-get-newsgroups): Use
2279         `elmo-folder-newsgroups'.
2280
2281 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
2282
2283         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
2284         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
2285         `wl-draft-config-sub-header-bottom'.
2286
2287 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2288
2289         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
2290         localnews folder.
2291
2292 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2293
2294         * wl-summary.el (wl-summary-mode): Undo last change.
2295
2296         * wl-folder.el (wl-folder-mode): Ditto.
2297
2298 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2299
2300         * wl-summary.el (wl-summary-mode): Locally set
2301         truncate-partial-window-width to nil.
2302         (for XEmacs)
2303
2304         * wl-folder.el (wl-folder-mode): Ditto.
2305
2306 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2307
2308         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
2309
2310 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
2311
2312         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
2313         number.
2314
2315         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
2316
2317         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
2318
2319         * Version number is increased to 2.7.6.
2320
2321 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2322
2323         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
2324
2325 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
2326
2327         * wl-summary.el (wl-summary-sync-update): Enclose network
2328         related portion with `unwind-protect'.
2329
2330 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2331
2332         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
2333
2334 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2335
2336         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
2337         element.
2338         * wl-vars.el (wl-message-body-button-alist): Ditto.
2339
2340         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
2341         max match length.
2342         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
2343
2344         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
2345         for the max match length;
2346         Use 4th element value for the button string regexp group.
2347
2348         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
2349         candidate exists, prompt to select.
2350
2351 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2352
2353         * wl-summary.el (wl-summary-jump-to-msg): Search before
2354         calibration point by `beginning-of-line'.
2355
2356 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2357
2358         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
2359         for access group.
2360
2361 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
2362
2363         * wl-message.el (wl-message-display-internal): Bind
2364         `default-mime-charset'.
2365
2366         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
2367
2368         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
2369
2370         * Version number is increased to 2.7.5.
2371
2372 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2373
2374         * wl-expire.el (wl-summary-archive): Fixed;
2375         Use `elmo-folder-name-internal'.
2376
2377 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2378
2379         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
2380         from `elmo-folder-move-messages' caller.
2381         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2382
2383         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
2384         related portions are changed).
2385
2386 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2387
2388         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
2389         counter.
2390
2391 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2392
2393         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
2394         buffer local and set it to nil.
2395
2396         * wl-message.el (wl-message-redisplay): Ditto.
2397
2398 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
2399
2400         * wl-summary.el (wl-summary-mark-as-important): If message is
2401         already cached, set messag as read, otherwise encache and mark as read.
2402
2403 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2404
2405         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
2406         point-min.
2407
2408 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2409
2410         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
2411         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
2412         a keymap.
2413
2414 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
2415
2416         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
2417         parent.
2418
2419         * wl-mule.el (wl-message-define-keymap): Ditto.
2420
2421         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
2422
2423         * wl-xmas.el (wl-message-display-internal-hook): Define.
2424         (wl-xmas-setup-message-toolbar): Define as function.
2425         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
2426         (wl-message-overload-functions): Abolished.
2427         (wl-message-define-keymap): New function.
2428
2429         * wl-vars.el (wl-message-display-internal-hook): New variable.
2430         (wl-message-header-button-alist): New variable (Renamed from
2431         wl-highlight-message-header-button-alist).
2432         (wl-message-body-button-alist): Ditto.
2433
2434         * wl-mule.el (wl-message-define-keymap): New function.
2435         (wl-message-overload-functions): Abolished.
2436
2437         * wl-message.el (wl-message-add-buttons-to-body): New function.
2438         (wl-message-redisplay): Don't call wl-message-overload-functions;
2439         Call wl-message-add-buttons-to-header and
2440         wl-message-add-buttons-to-body.
2441         (wl-message-display-internal): Set keymap argument for
2442         elmo-mime-display-as-is, elmo-mime-message-display;
2443         Run wl-message-display-internal-hook.
2444         (wl-message-refer-article-or-url): Abolished.
2445
2446         * wl-highlight.el (wl-highlight-headers): Don't call
2447         wl-highlight-message-add-buttons-to-header.
2448         (wl-highlight-message-add-buttons-to-header): Abolished.
2449
2450
2451         * wl-e21.el (wl-message-display-internal-hook): Define.
2452         (wl-e21-setup-toolbar): Deleted duplicated binding.
2453         (wl-e21-setup-message-toolbar): Define as function.
2454         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
2455         (wl-message-define-keymap): New function.
2456         (wl-message-overload-functions): Abolished.
2457
2458 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
2459
2460         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
2461         and elmo-folder-close.
2462
2463         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
2464
2465 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2466
2467         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
2468         boolean value.
2469         * wl-draft.el (wl-draft-do-fcc): Ditto.
2470
2471 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
2472
2473         * wl-vars.el (wl-fcc-force-as-read): New variable.
2474         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
2475         mark copied message as read.
2476
2477 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
2478
2479         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
2480
2481 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2482
2483         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
2484         `wl-summary-target-above' instead of obsolete variable
2485         `wl-summary-temp-above'.
2486
2487         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
2488         instead of `make-obsolete-variable'.
2489         * wl-refile.el (toplevel): Ditto.
2490
2491 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2492
2493         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
2494         with third argument t.
2495         (wl-draft): Set first argument for wl-plugged-init as t.
2496
2497         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
2498         definition.
2499
2500 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2501
2502         * wl-vars.el: Tabify.
2503         (wl-biff-notify-hook): Use `ding' instead of `beep'.
2504
2505         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
2506         message.
2507
2508 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2509
2510         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
2511         and set default to beep.
2512
2513 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2514
2515         * wl-vars.el (wl-draft-truncate-lines): New variable.
2516
2517         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
2518         instead of wl-message-truncate-lines for truncate-lines.
2519
2520 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
2521
2522         * wl-message.el (wl-message-display-internal): Call
2523         `wl-highlight-message' after `elmo-mime-display-as-is'.
2524
2525         * wl-mime.el (wl-mime-display-text/plain): New function.
2526         (wl-mime-display-header): Ditto.
2527         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
2528         body-presentation-method for text/plain;
2529         Register `wl-mime-display-header' as a header-presentation-method;
2530         Don't set up `elmo-message-text-content-inserted-hook' and
2531         `elmo-message-header-inserted-hook'.
2532
2533         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
2534         variable.
2535         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
2536         as t if flag is 'all-header;
2537         Don't bind `elmo-message-ignored-field-list',
2538         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
2539
2540 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2541
2542         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
2543         for xemacs with non-mule environment.
2544
2545 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2546
2547         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
2548         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
2549         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
2550
2551 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2552
2553         * wl-vars.el (wl-interactive-send): Set default value as t.
2554
2555 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2556
2557         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
2558         (wl-addrmgr-method-list): Abolished.
2559         (wl-addrmgr-change-method): Follow above change.
2560
2561         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
2562
2563 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2564
2565         * wl-vars.el (wl-message-truncate-lines): Change default value
2566         to default-truncate-lines.
2567
2568         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
2569
2570 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2571
2572         * wl-vars.el (wl-message-truncate-lines): New variable.
2573
2574         * wl-message.el (wl-message-redisplay): Set truncate-lines using
2575         wl-message-truncate-lines.
2576
2577 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2578
2579         * wl-acap.el (wl-acap-init): Remove period from error message.
2580         (wl-acap-find-acap-service): Remove period from message.
2581
2582 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2583
2584         * wl.el (wl-check-environment): Undo last change.
2585
2586         * wl-vars.el (wl-from): Changed default value.
2587
2588         * wl-util.el (toplevel): Don't require tm-edit.
2589
2590         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
2591         `wl-folder-init';
2592         Don't set mark on mail body.
2593         (wl-draft-reedit): Ditto.
2594
2595         * wl-address.el (wl-address-quote-specials): Define as an alias for
2596         elmo-address-quote-specials.
2597
2598 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2599
2600         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
2601
2602         * wl-vars.el (wl-from): Set default value as nil.
2603         (wl-organization): Set default value as ORGANIZATION environment
2604         variable.
2605
2606         * wl-draft.el (wl-smtp-extension-bind): Check value of
2607         wl-smtp-connection-type.
2608
2609         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
2610         error.
2611
2612 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2613
2614         * Version number is increased to 2.7.4.
2615
2616         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
2617         arguments from `wl-highlight-x-face-function' caller.
2618         Use x-face-1.3.6.12 or later.
2619
2620 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
2621
2622         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
2623
2624 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
2625
2626         * wl-vars.el (wl-summary-width): Fix type to accept nil.
2627         (wl-fcc): Fix to accept function.
2628         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
2629
2630 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2631
2632         * wl-acap.el (toplevel): Added `product-provide' declare.
2633         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
2634
2635 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
2636
2637         * wl.el (wl): Changed order of calling `elmo-init'
2638         and `elmo-folder-init'.
2639
2640 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2641
2642         * wl-mime.el (wl-summary-burst): Extract message when content-type
2643         of root entity is not only `multipart' but also `message/rfc822'.
2644         (wl-summary-burst-subr): Ditto.
2645
2646 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2647
2648         * wl-vars.el (toplevel): Require 'custom.
2649         (wl-trash-folder): Added to `wl-setting' group.
2650
2651         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
2652         exists.
2653         (wl-addrmgr-draw): Insert empty line when no entry exists.
2654
2655         * wl-mule.el (wl-message-wheel-up): Fixed.
2656         (wl-message-wheel-down): Ditto.
2657
2658 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2659
2660         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
2661         config is an anonymous lambda expression.
2662
2663 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2664
2665         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
2666         when Mule 2 is running.
2667
2668 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
2669
2670         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
2671
2672 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
2673
2674         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
2675         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
2676
2677         * wl-address.el (wl-address-specials-regexp): Eliminated.
2678         (wl-address-quote-specials): Rewrite.
2679
2680 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2681
2682         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
2683         shy-groups for regexp.
2684
2685         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
2686         character classes and Perl style shy-groups for regexp.
2687         (wl-highlight-plugged-current-line): Use Posix style character
2688         classes for regexp.
2689         (wl-e21-highlight-folder-by-numbers): Ditto.
2690         (wl-e21-display-image-p): Use `display-images-p' instead of
2691         `display-graphic-p'.
2692         (display-images-p): Make an alias to `display-graphic-p' if it is
2693         not available.  It is for Emacs version prior to 21.0.105.
2694
2695         * wl-demo.el (wl-demo): Use `display-images-p' instead of
2696         `display-graphic-p'.
2697         (wl-demo-image-type-alist): Ditto.
2698         (display-images-p): Make an alias to `display-graphic-p' if it is
2699         not available.  It is for Emacs version prior to 21.0.105.
2700
2701 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2702
2703         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
2704         support.
2705         (wl-generate-user-agent-string): Ditto.
2706
2707         * wl-version.el (wl-version): Update docsting.
2708         (wl-version-status): Ditto.
2709
2710 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2711
2712         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
2713         21.0.105.  For Emacs 21.0.104 or earlier.
2714
2715 2001-09-03  Takuo KITAME <kitame@northeye.org>
2716
2717         * wl-e21.el (wl-plugged-init-icons): Use
2718         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
2719         (wl-biff-init-icons): Ditto.
2720
2721 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2722
2723         * wl-highlight.el (wl-highlight-summary-current-line):
2724         Fixed highlighting refile/copy destination.
2725
2726         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
2727         (wl-acap-store): Encode string by wl-acap-coding-system.
2728
2729 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
2730
2731         * wl-acap.el (toplevel): Check and require 'un-define before
2732         'xemacs-ucs;
2733          Added checking for UTF-2000.
2734
2735 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
2736
2737         * wl-acap.el (toplevel): Require 'un-define before 'wl;
2738         Don't enclose with `eval-and-compile'.
2739
2740         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
2741         wl-init is non-nil.
2742
2743         * wl-draft.el (wl-draft): Ditto.
2744
2745         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
2746
2747         * wl-acap.el (toplevel): Require 'wl.
2748         (wl-acap-store): Call `elmo-init'.
2749
2750         * wl.el (wl): Changed position of `wl-check-environment'.
2751         (toplevel): Added autoload setting for wl-acap.
2752
2753         * wl-vars.el (wl-setting): New custom group.
2754         (wl-from): Added wl-setting group.
2755         (wl-user-mail-address-list): Ditto.
2756         (wl-organization): Ditto.
2757         (wl-subscribed-mailing-list): Ditto.
2758         (wl-envelope-from): Ditto.
2759         (wl-smtp-posting-user): Ditto.
2760         (wl-smtp-posting-server): Ditto.
2761         (wl-smtp-posting-port): Ditto.
2762         (wl-smtp-authenticate-type): Ditto.
2763         (wl-pop-before-smtp-user): Ditto.
2764         (wl-pop-before-smtp-server): Ditto.
2765         (wl-pop-before-smtp-port): Ditto.
2766         (wl-pop-before-smtp-authenticate-type): Ditto.
2767         (wl-nntp-posting-server): Ditto.
2768         (wl-nntp-posting-user): Ditto.
2769         (wl-nntp-posting-port): Ditto.
2770         (wl-fetch-confirm-threshold): Ditto.
2771         (wl-prefetch-threshold): Ditto.
2772         (wl-thread-insert-opened): Ditto.
2773         (wl-ldap-server): Ditto.
2774         (wl-ldap-port): Ditto.
2775         (wl-ldap-base): Ditto.
2776         (wl-ldap-objectclass): Ditto.
2777         (wl-use-ldap): Ditto.
2778         (wl-draft-config-alist): Ditto.
2779         (wl-draft-config-matchone): Ditto.
2780         (wl-template-alist): Ditto.
2781         (wl-message-sort-field-list): Ditto.
2782         (wl-message-ignored-field-list): Ditto.
2783         (wl-message-visible-field-list): Ditto.
2784         (wl-interactive-send): Ditto.
2785         (wl-summary-move-order): Ditto.
2786         (wl-auto-select-first): Ditto.
2787         (wl-auto-select-next): Ditto.
2788         (wl-interactive-save-folders): Ditto.
2789
2790         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
2791         Initialization codes are moved from wl-local-folder-init.
2792         (wl-local-folder-init): Follow the change above.
2793         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
2794
2795         * wl-acap.el: New file.
2796
2797         * Version number is increased to 2.7.3.
2798
2799 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
2800
2801         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
2802
2803 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
2804
2805         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
2806         (wl-addrmgr-address-entry-list): Ditto.
2807
2808 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
2809
2810         * wl-e21.el (wl-draft-mode-map): Removed binding for
2811         `wl-draft-insert-x-face-field'.
2812
2813         * wl-mule.el (wl-draft-mode-map): Ditto.
2814
2815         * wl-xmas.el (wl-draft-mode-map): Ditto.
2816
2817         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
2818         (wl-cs-autoconv): Ditto.
2819         (wl-cs-local): Ditto.
2820         (wl-use-scoring): Ditto.
2821         (wl-mime-charset): Ditto.
2822         (wl-folder-check-async): Ditto.
2823
2824         * wl.el (toplevel): Ignore nemacs and tm.
2825         (wl-exit): Ditto.
2826
2827         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
2828         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
2829         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
2830         instead of wl-address-petname-add-or-change.
2831         (wl-summary-edit-addresses-subr): Use wl-address-delete
2832         instead of wl-address-petname-delete.
2833
2834         * wl-util.el (wl-as-coding-system): Ignore nemacs.
2835
2836         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
2837         if error occured.
2838
2839         * wl-message.el (require): Remove tm support.
2840
2841         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
2842
2843         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
2844         (wl-folder-jump-to-current-entity): Ditto.
2845         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
2846
2847         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
2848         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
2849         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
2850
2851         * wl-mule.el (wl-draft-key-setup): Ditto.
2852
2853         * wl-xmas.el (wl-draft-key-setup): Ditto.
2854
2855         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
2856         (wl-draft-std11-parse-addresses): New function.
2857         (wl-draft-parse-mailbox-list): Use it.
2858         (wl-draft): Ignore nemacs.
2859         (wl-draft-reedit): Ditto.
2860
2861         * wl-addrmgr.el: New file.
2862         (Original is wl-rcpt.el written by
2863         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
2864         Thanks Kitamoto-san.)
2865
2866         * wl-address.el (wl-address-make-address-list): Modified parsing
2867         process.
2868         (wl-address-delete): Renamed from `wl-address-petname-delete';
2869         Modify wl-address-list too.
2870         (wl-address-add-or-change): Renamed from
2871         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
2872
2873 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
2874
2875         * wl-highlight.el (wl-highlight-summary-current-line):
2876           Work with transient-mark-mode
2877
2878 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
2879
2880         * Version number is increased to 2.7.2.
2881
2882         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
2883         instead of elmo-dop-queue-method.
2884
2885 2001-08-06  SAITO Atsunori <sai@yedo.com>
2886
2887         * wl-vars.el (wl-ldap-objectclass): New user option.
2888
2889         * wl-address.el (wl-ldap-make-filter): Use it.
2890
2891 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2892
2893         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
2894
2895 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2896
2897         * wl-folder.el (wl-folder): redisplay after folder insertion.
2898
2899         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
2900
2901         * wl-summary.el (wl-summary-sync-update):
2902         Change status mark only when new-msgdb exists.
2903         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
2904
2905 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
2906
2907         * wl-summary.el (wl-summary-open-folder): New function.
2908         (wl-summary-goto-folder-subr): Use it.
2909         (wl-summary-mark-as-important): Fix;
2910         Encache only when no cache exists.
2911
2912 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2913
2914         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
2915         Use with-current-buffer.
2916
2917 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2918
2919         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
2920         before call `get-buffer'. Fixed parenthesis.
2921         (wl-score-get-header-entry): Clear message and help window when
2922         keyboard quit.
2923         (wl-score-edit-insert-header): Ditto.
2924
2925 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2926
2927         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
2928         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
2929         (wl-default-draft-cite): Fix.
2930
2931         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
2932         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
2933
2934 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
2935
2936         * wl-message.el (wl-message-prev-page): Do same bahavior
2937         as summary when it is called in the message buffer.
2938         (wl-message-next-page): Ditto.
2939
2940 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
2941
2942         * wl-summary.el (wl-summary-forward): Use cache if it is not
2943         section cache.
2944
2945 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
2946
2947         * wl-vars.el: Changed file coding system to ISO-2022-JP.
2948         Removed redundant require of elmo-vars.
2949         (wl-biff-state-indicator-on): Changed default value for
2950         xemacs with non-mule environment.
2951
2952         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
2953         wl-message-buffer is nil;
2954         Hide progress bar after moving messages.
2955
2956 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
2957
2958         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
2959         message at cursor point is deleted.
2960
2961 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
2962
2963         * wl-vars.el: Changed file coding system to euc-japan.
2964         Added -*-coding:-*- magic to the first line.
2965
2966         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
2967         Search parent from the first message.
2968
2969         * Version number is increased to 2.7.1.
2970
2971 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
2972
2973         * wl-vars.el: Fix file coding system to ISO-2022-JP.
2974
2975 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
2976
2977         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
2978         refile/delete execution.
2979
2980         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
2981         Fixed docstring.
2982
2983 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
2984
2985         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
2986         do update process;
2987         Don't update marks when update process is interrupted.
2988
2989 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
2990
2991         * wl-summary.el (wl-summary-reply): Fixed problem when
2992         wl-draft-use-frame is non-nil.
2993         (wl-summary-forward): Ditto.
2994
2995         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
2996         as nil.
2997         (wl-folder-mark-as-read-all-entity): Ditto.
2998         (wl-folder-prefetch-entity): Ditto.
2999
3000         * wl.el (wl): Check environment before wl-init.
3001
3002         * wl-summary.el (wl-summary-collect-unread): Eliminated.
3003         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
3004         instead of wl-summary-collect-unread.
3005         (wl-summary-reply): Split message window.
3006
3007 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
3008
3009         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
3010         only if current language environment is japanese,
3011
3012         * wl-folder.el (wl-folder-jump-to-current-entity): Call
3013         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
3014         (wl-folder-goto-folder-subr): Ditto.
3015
3016         * wl-draft.el (wl-draft-dispatch-message): Call
3017         `elmo-file-cache-get-path'.
3018
3019 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
3020
3021         * wl-summary.el (wl-summary-cursor-move): If return value of
3022         wl-summary-next-message is not number, don't jump.
3023
3024 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3025
3026         * wl-summary.el (wl-summary-buffer-next-message-function): New
3027         variable.
3028         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
3029         if it is bound.
3030
3031         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
3032         string.
3033
3034         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
3035         (wl-plugged-drawing): Ditto.
3036
3037 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
3038
3039         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
3040         process.
3041         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
3042         with unwind-protect.
3043
3044         * wl.el (wl-init): Require mime-setup.
3045         (wl-check-environment): Don't require mime-setup.
3046
3047         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
3048         instead of elmo-folder-type.
3049
3050         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
3051         value as nil.
3052
3053 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
3054
3055         * Version number is increased to 2.7.0.
3056
3057         * wl-version.el (wl-version): Changed codename.
3058
3059         * wl-summary.el (wl-summary-delete-cache): Fixed.
3060
3061         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
3062         Workaround for net folders.
3063         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
3064
3065         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
3066         value to nil (According to the patch from
3067         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
3068
3069         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
3070         of elmo-folder-close.
3071
3072 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
3073
3074         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
3075         for postfix.
3076
3077 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
3078
3079         * wl-summary.el (wl-summary-resend-message): Fixed.
3080
3081         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
3082         Call wl-draft with `from' argument if its address is included in
3083         `wl-user-mail-address-list'.
3084         (wl-draft): Added `from' argument.
3085
3086         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
3087         non-nil.
3088         (wl): Don't show demo if wl-demo is nil.
3089
3090         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
3091         wl-summary-use-frame.
3092
3093         * wl-vars.el (wl-summary-use-frame): New user option.
3094         (wl-folder-use-frame): Changed docstring.
3095
3096         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
3097         non-nil.
3098         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
3099         wl-summary-use-frame.
3100
3101         * wl-vars.el (wl-folder-use-frame): New user option.
3102
3103         * wl-summary.el (wl-summary-exit): Back to folder frame if
3104         wl-folder-use-frame is non-nil.
3105         (wl-summary-redisplay-internal): Ignore cache if current folder
3106         is draft folder,
3107         (wl-summary-redisplay-no-mime): Ditto.
3108         (wl-summary-redisplay-all-header): Ditto.
3109
3110         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
3111         if wl-folder-use-frame is non-nil.
3112
3113 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
3114
3115         * wl-summary.el (wl-summary-sync-update): Bind
3116         elmo-folder-update-threshold.
3117         (wl-summary-mark-as-important): Enclosed server mark processing
3118         with `save-match-data'.
3119
3120         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
3121         only when it is already defined.
3122
3123 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
3124
3125         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
3126         name of folder exclude localdir is wrong.
3127         * wl-folder.el (wl-folder-sync-entity):
3128         Set `wl-summary-always-sticky-folder-list' as nil.
3129         (wl-folder-mark-as-read-all-entity): Ditto.
3130         (wl-folder-prefetch-entity): Ditto.
3131
3132 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
3133
3134         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
3135         instead of `wl-summary-write-current-newsgroup'.
3136
3137 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
3138
3139         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
3140         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
3141         non-nil and selected message is important, do not display.
3142
3143 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
3144
3145         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
3146
3147 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3148
3149         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
3150
3151         * wl-summary.el (wl-summary-mark-as-important): Set message number
3152         using wl-summary-message-number.
3153
3154 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3155
3156         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
3157         destination folder is 'null.
3158
3159 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
3160
3161         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
3162         New function.
3163         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
3164         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
3165         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
3166
3167 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
3168
3169         * wl-mime.el (wl-mime-setup): Added setting for
3170         `mime-setup-signature-key-alist' to avoid overriding key bind for
3171         `wl-draft-send'.
3172
3173         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
3174         for `wl-draft-send'.
3175         * wl-mule.el (wl-draft-overload-functions): Ditto.
3176         * wl-xmas.el (wl-draft-overload-functions): Ditto.
3177         * wl-draft.el (wl-draft-send): Ditto.
3178
3179         * wl-message.el (wl-message-display-internal):
3180         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
3181         (Patch is provided by <kita@coe.nttdata.co.jp>).
3182
3183 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
3184
3185         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
3186
3187 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
3188
3189         * wl.el (wl): Fix for wl-demo.
3190
3191 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
3192
3193         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
3194
3195 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
3196
3197         * wl-folder.el (wl-folder-prefetch-entity): Use
3198         `wl-folder-get-elmo-folder'.
3199         (wl-folder-count-incorporates): Do not use
3200         `wl-folder-get-elmo-folder'.
3201
3202 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
3203
3204         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
3205         instead of `elmo-folder-get-type'.
3206
3207 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3208
3209         * wl-summary.el (wl-summary-write-current-folder): Set cursor
3210         position on Subject: field.
3211         (Advised by Mito <mit@nines.nec.co.jp>)
3212
3213 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3214
3215         * wl-folder.el (wl-folder-prefetch-entity): Use
3216         `wl-folder-get-elmo-folder'.
3217
3218 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
3219
3220         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
3221
3222         * wl-summary.el (wl-summary-buffer-set-folder): Set up
3223         `process-duplicates' slot.
3224
3225         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
3226         if detection failed.
3227
3228 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3229
3230         * wl-version.el (wl-version-status): Set to "alpha".
3231
3232 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3233
3234         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
3235         Check wl-message-buffer lives before set-buffer.
3236
3237 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
3238
3239         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
3240         called in folder mode.
3241         * wl-var.el (wl-summary-exit-pre-hook): New variable.
3242         * wl-summary.el (wl-summary-exit-pre-hook): Run
3243         `wl-summary-exit-pre-hook' before exit summary mode.
3244
3245 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3246
3247         * wl-version.el (wl-version-status): New variable.
3248         (wl-version-status-alist): Removed.
3249         (wl-version-status): Rule included.
3250
3251 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3252
3253         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
3254         @sponichi.
3255
3256         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
3257         when `mail-reply-buffer' is buffer-local variable.
3258         (Reported by <kita@coe.nttdata.co.jp>).
3259
3260 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
3261
3262         * wl-vars.el (toplevel): Require 'elmo-util.
3263
3264 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3265
3266         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
3267         (All other related portions are changed)
3268
3269         * wl.el (wl-plugged-change): Use '<' instead of '<='.
3270
3271         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
3272
3273 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3274
3275         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
3276
3277 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
3278
3279         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
3280         Delete other windows to avoid an error.
3281         Use `point-marker' instead of `point' to remember the start point
3282         of body.
3283
3284         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
3285
3286         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
3287         number not to exceed all message number.
3288
3289 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3290
3291         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
3292         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
3293
3294 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
3295
3296         * wl-summary.el (wl-summary-sync-force-update): Added argument
3297         no-check.
3298         (wl-summary-sync-update): Ditto.
3299         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
3300         with `no-check'.
3301
3302         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
3303         (wl-message-buffer-prefetch-next): Don't run timer if timer is
3304         already running.
3305
3306 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
3307
3308         * wl-expire.el (wl-expire-archive-get-folder): Added argument
3309         `dst-folder-arg'.
3310         (wl-expire-archive-number1): Diito.
3311         (wl-expire-archive-number2): Diito.
3312         (wl-expire-archive-Date): Diito.
3313         (wl-archive-number1): Diito.
3314         (wl-archive-number2): Diito.
3315         (wl-archive-date): Diito.
3316         (wl-archive-folder-p): New function.
3317         (wl-summary-expire): Support of expand folder name at
3318         wl-expire-alist.
3319         * wl-util.el (wl-expand-newtext): Renamed from
3320         `wl-refile-expand-newtext'.
3321
3322 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3323
3324         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
3325         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
3326         `(elmo-msgdb-get-overview msgdb)'.
3327         (wl-summary-prefetch): Bind match data before call
3328         `wl-summay-prefetch-msg'.
3329         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
3330         'off if `wl-summary-buffer-disp-msg' is non-nil.
3331         Fixed problem that couldn't show only one new or unread message when
3332         enter folder.
3333         (wl-summary-reply): Don't call `split-window-vertically' and other
3334         window.
3335
3336 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
3337
3338         * wl-expire.el (wl-expire-refile): Fixed.
3339
3340 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3341
3342         * wl-vars.el (wl-biff-unnotify-hook): New variable.
3343
3344         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
3345         biff notification is removed.
3346
3347         * wl.el (wl): Changed position of `elmo-init'.
3348
3349         * wl-draft.el (wl-default-draft-cite): Use date field
3350         on the citation buffer.
3351
3352         * wl-vars.el (wl-shimbun-folder-icon): New variable.
3353
3354         * wl-xmas.el (wl-folder-internal-icon-list): Added
3355         `wl-folder-shimbun-image'.
3356
3357         * wl-e21.el (wl-folder-internal-icon-list): Added
3358         `wl-folder-shimbun-image'.
3359
3360 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
3361
3362         * wl.el (wl-init): Eliminated argument.
3363         (wl): Rewrite.
3364
3365         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
3366         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
3367         instead of `elmo-folder-msgdb-internal'.
3368         (wl-summary-sync-update): Ditto.
3369         (wl-summary-flush-pending-append-operations): Eliminated.
3370         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
3371         (wl-summary-goto-folder-subr): Set load-msgdb argument of
3372         `elmo-folder-open'.
3373
3374         * wl-mime.el (wl-summary-burst): Fixed.
3375
3376         * wl-folder.el (wl-folder-info-save): Check data type.
3377
3378         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
3379         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
3380         instead of `elmo-folder-msgdb-internal'.
3381         (wl-expire-hide): Ditto.
3382
3383
3384         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
3385
3386 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3387
3388         * wl-folder.el (wl-folder-write-current-folder): Support petname.
3389
3390 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
3391
3392         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
3393
3394 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3395
3396         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
3397         Fixed `match-beginning' argument mismatch.
3398
3399 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
3400
3401         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
3402         the default value.
3403
3404 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
3405
3406         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
3407         instead of `elmo-nntp-default-port'.
3408
3409         * wl-vars.el: Fixed some doc strings.
3410
3411 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
3412
3413         * wl-summary.el (wl-summary-prefetch-msg): Use
3414         `elmo-msgdb-overview-get-entity' instead of `assoc'.
3415
3416         * wl-vars.el: Define *-func as obsolete variable using
3417         `elmo-define-obsolete-variable'.
3418
3419         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
3420         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
3421         instead of `wl-message-buffer-prefetch-threshold'.
3422
3423         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
3424
3425         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
3426
3427         * wl-draft.el (wl-caesar-region-func): Ditto.
3428
3429         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
3430         Keep unread status in elmo-folder-move-messages.
3431         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
3432
3433 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3434
3435         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
3436         `wl-summary-buffer-exit-func'
3437         (wl-summary-buffer-message-redisplay-function): Renamed from
3438         `wl-summary-buffer-message-redisplay-func'
3439         (wl-summary-buffer-next-folder-function): Renamed from
3440         `wl-summary-buffer-next-folder-func'.
3441         (wl-summary-buffer-prev-folder-function): Renamed from
3442         `wl-summary-buffer-prev-folder-func'.
3443         (wl-summary-get-petname-function): Renamed from
3444         `wl-summary-get-petname-func'.
3445
3446         * wl-score.el (wl-score-edit-exit-function): Renamed from
3447         `wl-score-edit-exit-func'.
3448
3449         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
3450         Renamed from `wl-message-buffer-prefetch-get-next-function'.
3451
3452         * wl-util.el (wl-load-profile-function): Renamed from
3453         `wl-load-profile-func'.
3454
3455         * wl-folder.el (wl-folder-completion-function): Renamed from
3456         `wl-folder-completion-func'.
3457         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
3458
3459         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
3460         `wl-expire-archive-get-folder-func'.
3461         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
3462         (wl-draft-send-mail-function): Renamed from
3463         `wl-draft-send-mail-func'.
3464         (wl-draft-send-news-function): Renamed from
3465         `wl-draft-send-news-func'.
3466         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
3467         (wl-generate-mailer-string-function): Renamed from
3468         `wl-generate-mailer-string-func'.
3469         (wl-highlight-signature-search-function): Renamed from
3470         `wl-highlight-signature-search-func'.
3471         (wl-highlight-x-face-function): Renamed from
3472         `wl-highlight-x-face-func'
3473         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
3474         (wl-ps-print-buffer-function): Renamed from
3475         `wl-ps-print-buffer-func'
3476         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
3477         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
3478         (wl-summary-subject-filter-function): Renamed from
3479         `wl-summary-subject-filter-func'.
3480
3481         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
3482         `wl-draft-queue-flush-send-func'
3483         (wl-draft-cite-function): Renamed from
3484         `wl-draft-cite-func'
3485
3486         * wl-address.el (wl-address-init-function): Renamed from
3487         `wl-address-init-func'.
3488
3489 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
3490
3491         * wl-draft.el (wl-draft-queue-flush): Don't call
3492         `elmo-dop-unlock-message'.
3493         * wl-draft.el (wl-draft-queue-append): Don't call
3494         `elmo-dop-lock-message'.
3495
3496         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
3497         (wl-summary-buffer-folder-name): Ditto.
3498         (wl-summary-message-regexp): Added '-' (all other related portions
3499         are changed).
3500         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
3501         wl-summary-buffer-folder-name.
3502
3503 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
3504
3505         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
3506         the number of mails in the folder buffer is not updated by wl-biff.
3507
3508 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
3509
3510         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
3511         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
3512
3513 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
3514
3515         * wl-summary.el (wl-summary-next-message):
3516         Return next message number when wl-summary-move-order is nil.
3517
3518 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
3519
3520         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
3521         `wl-summary-move-spec-alist'.
3522         (wl-summary-move-spec-unplugged-alist): New variable
3523         (Move spec for unplugged status).
3524         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
3525         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
3526
3527 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
3528
3529         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
3530         * wl-mule.el (wl-draft-overload-menubar): Ditto.
3531
3532 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
3533
3534         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
3535         simple quotation to quote the anonymous function.
3536         * tm-wl.el (wl-draft-preview-message): Ditto.
3537
3538 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
3539
3540         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
3541         Eliminate redundant `save-excursion'.
3542         (wl-highlight-summary-current-line): Ditto.
3543
3544         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
3545         accessing match data when `looking-at' failed.
3546
3547         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
3548         `elmo-match-string' where users don't care about the speed.
3549         (wl-draft-save): Ditto.
3550
3551 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
3552
3553         * wl-util.el (wl-regexp-opt): New function.
3554
3555         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
3556         number from `wl-summary-buffer-number-list'.
3557         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
3558         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
3559         (wl-summary-move-spec-alist): Changed default setting.
3560
3561 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3562
3563         * wl-vars.el (wl-biff-notify-hook): New hook.
3564         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
3565         the arrival of new mail.
3566         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
3567         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
3568
3569 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
3570
3571         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
3572
3573 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
3574
3575         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
3576
3577         * Version number is increased to 2.5.8.
3578
3579         * wl-thread.el (toplevel): require 'cl.
3580         (wl-thread-resume-entity): Call wl-thread-make-number-list.
3581         (wl-thread-make-number-list): New function.
3582         (wl-thread-entity-make-number-list-from-children): Ditto.
3583         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
3584         (wl-thread-entity-insert-as-children): Likewise.
3585         (wl-thread-delete-message): Likewise.
3586         (wl-meaning-of-mark): Eliminated.
3587         (wl-thread-next-failure-mark-p): Ditto.
3588         (wl-thread-entity-get-mark): Ditto.
3589         (wl-thread-meaning-alist-get-result): Ditto.
3590         (wl-thread-entity-check-prev-mark): Ditto.
3591         (wl-thread-entity-check-next-mark): Ditto.
3592         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
3593         (wl-thread-entity-get-prev-marked-entity): Ditto.
3594         (wl-thread-get-prev-unread): Ditto.
3595         (wl-thread-jump-to-prev-unread): Ditto.
3596         (wl-thread-get-next-unread): Ditto.
3597         (wl-thread-jump-to-next-unread): Ditto.
3598         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
3599         (wl-thread-entity-get-next-marked-entity): Ditto.
3600
3601         * wl-summary.el (wl-summary-buffer-number-list):
3602         New bufer-local variable.
3603         (wl-summary-switch-to-clone-buffer): Clone
3604         `wl-summary-buffer-number-list'.
3605         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
3606         (wl-summary-cursor-move-regex): Eliminated.
3607         (wl-summary-cursor-up): Rewrite.
3608         (wl-summary-cursor-down): Ditto.
3609         (wl-summary-mode-spec-alist): New variable.
3610         (wl-summary-next-message): New inline function.
3611         (wl-summary-cursor-move): New function.
3612         (wl-summary-default-get-next-msg): Rewrite.
3613         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
3614         (wl-summary-rescan): Ditto.
3615         (wl-summary-sync-all-init): Ditto.
3616         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
3617         summary is not thread view.
3618         (wl-summary-sync-update): Ditto.
3619         (wl-summary-rescan): Ditto.
3620         (wl-summary-make-number-list): New function.
3621
3622         * wl-draft.el: "FCC" -> "Fcc".
3623
3624 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
3625
3626         * wl-highlight.el (wl-highlight-summary-window):
3627         Call `set-buffer-modified-p'.
3628
3629         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
3630         (wl): Call `elmo-init' and fix.
3631
3632         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
3633         Use new variables.
3634
3635         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
3636
3637 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3638
3639         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
3640
3641 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
3642
3643         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
3644
3645 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
3646
3647         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
3648         `wl-use-toolbar' nor `display-graphic-p'.
3649         (wl-e21-setup-message-toolbar): Ditto.
3650         (wl-e21-setup-summary-toolbar): Ditto.
3651         (wl-e21-setup-folder-toolbar): Ditto.
3652
3653         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
3654         (wl-plugged-init-icons): Ditto.
3655
3656         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
3657         `display-graphic-p'.
3658         (wl-plugged-set-folder-icon): Ditto.
3659         (wl-highlight-plugged-current-line): Ditto.
3660         (wl-highlight-folder-current-line): Ditto.
3661         (wl-e21-highlight-folder-group-line): Ditto.
3662         (wl-e21-setup-toolbar): Ditto.
3663         (wl-e21-display-image-p): New macro.
3664
3665         * wl-demo.el (wl-demo): Simplified.
3666         (wl-demo-image-type-alist): Use `image-type-available-p' for
3667         checking whether the image type `xbm' is available.
3668
3669 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3670
3671         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
3672         (wl-summary-input-range): Ditto.
3673
3674 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3675
3676         * wl-summary.el (wl-summary-edit-addresses): Use
3677         `wl-summary-get-original-buffer'
3678         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
3679         (wl-summary-jump-to-msg-by-message-id-via-nntp):
3680         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
3681         (wl-summary-get-newsgroups): Eliminated.
3682         (wl-summary-set-crosspost): Ditto.
3683         (wl-summary-is-crosspost-folder): Ditto.
3684         (wl-crosspost-alist-load): Ditto.
3685         (wl-crosspost-alist-save): Ditto.
3686
3687         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
3688         `elmo-setup-subscribed-newsgroups' instead of
3689         `elmo-nntp-make-groups-hashtb'.
3690         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
3691         instead of `wl-crosspost-alist-save'.
3692
3693         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
3694         of `elmo-folder-message-appendable-p'.
3695         (wl-mime-header-presentation-method): Eliminated.
3696
3697         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
3698         (Error occurs in emacs21).
3699
3700         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
3701         the current buffer).
3702
3703         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
3704         instead of `wl-crosspost-alist-save'.
3705         (wl-init): `elmo-crosspost-message-alist-load'
3706         instead of `wl-crosspost-alist-load'
3707
3708         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
3709         (wl-parse-newsgroups): Likewise.
3710         (wl-biff-notify): Run `wl-biff-notify-hook'.
3711
3712 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
3713
3714         * wl-vars.el (wl-summary-lazy-highlight): New variable.
3715
3716         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
3717         when `wl-summary-lazy-highlight' is non-nil.
3718         (wl-summary-goto-folder-subr): Highlight only when
3719         `wl-summary-lazy-highlight' is non-nil.
3720
3721         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
3722         Don't display progress and highlight temp-mark when
3723         `wl-summary-lazy-highlight' is non-nil.
3724         (wl-highlight-summary-window): New function.
3725         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
3726
3727 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
3728
3729         * wl-summary.el (wl-summary-sync): Change `all-visible'
3730         from `all-shown'
3731         (wl-summary-input-range): Ditto.
3732
3733 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
3734
3735         * wl-e21.el (wl-highlight-folder-current-line): Call
3736         `wl-folder-init-icons' when folder icons have not been initialized.
3737
3738         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
3739
3740         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
3741         (wl-demo-image-type-alist): New macro.
3742
3743 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
3744
3745         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
3746         display does not support graphics.
3747         (wl-plugged-init-icons): Ditto.
3748         (wl-folder-init-icons): Ditto.
3749
3750         * wl-demo.el (wl-demo): Chech closely whether the display
3751         supports graphics.
3752
3753 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
3754
3755         * wl-summary.el (wl-summary-get-original-buffer): New function.
3756         (wl-summary-set-crosspost): Use it.
3757         (wl-summary-target-mark-uudecode): Ditto.
3758         (wl-summary-reedit): Ditto.
3759         (wl-summary-resend-bounced-mail): Ditto.
3760         (wl-summary-update-crosspost): Eliminated (It may be incorporated
3761         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
3762
3763         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
3764         (wl-message-display-internal): Ditto.
3765
3766 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
3767
3768         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
3769
3770 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
3771
3772         * wl-summary.el (wl-summary-save-view): Renamed from
3773         `wl-summary-save-status'.
3774
3775 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
3776
3777         * wl-summary.el (wl-summary-sync): Added `all-shown'
3778
3779 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
3780
3781         * wl-summary.el (wl-summary-input-range): Added `all-shown'
3782
3783 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
3784
3785         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
3786
3787 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
3788
3789         * wl-highlight.el (wl-highlight-summary-line-string): Use
3790         `zerop' instead of `= 0'.
3791         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
3792
3793         * wl-template.el (wl-template-next): Use `=' instead of `eq'
3794         for comparing numbers.
3795         (wl-template-prev): Use `zerop' instead of `eq 0'.
3796
3797         * wl-draft.el (wl-draft-insert-current-message): Use
3798         `with-current-buffer' instead of `save-excursion'.
3799         Use `zerop' instead of `eq 0'.
3800
3801 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
3802
3803         * wl-draft.el (wl-draft-insert-ccs): New function.
3804         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
3805         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
3806
3807 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
3808
3809         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
3810
3811 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
3812
3813         * wl-expire.el (wl-expire-refile): Don't call
3814         elmo-msgdb-add-msgs-to-seen-list;
3815         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
3816         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3817
3818 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
3819
3820         * wl-message.el (wl-message-prev-page): Ignore errors while
3821         scroll-down.
3822
3823 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
3824
3825         * wl-mime.el: Use elmo-original-message-mode instead of
3826         mmelmo-original-mode.
3827
3828         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
3829         `elmo-folder-get-spec';
3830         (wl-fldmgr-add-completion-all-completions):
3831         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
3832
3833         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
3834         of `elmo-folder-get-type'.
3835
3836         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
3837         `elmo-folder-get-spec';
3838         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
3839         Use `elmo-folder-append-message' instead of `elmo-append-msg';
3840         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
3841         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
3842         `elmo-read-msg-no-cache';
3843         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
3844         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
3845         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
3846         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
3847         `elmo-cache-save';
3848         (wl-draft-reedit): Use `elmo-message-file-name'.
3849
3850         * wl-expire.el: Use `elmo-folder-name-internal';
3851         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
3852         Use macro `wl-summary-buffer-msgdb' instead of variable
3853         `wl-summary-buffer-msgdb';
3854         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
3855         Use macro `wl-summary-buffer-folder-name' instead of variable
3856         `wl-summary-buffer-folder-name'.
3857         * wl-score.el: Likewise.
3858
3859         * wl-message.el: Rewrite for new message buffer cache mechanism.
3860         (wl-message-buffer-cache-buffer-get): New macro.
3861         (wl-message-buffer-cache-folder-get): Ditto.
3862         (wl-message-buffer-cache-message-get): Ditto.
3863         (wl-message-buffer-cache-entry-make): Ditto.
3864         (wl-message-buffer-cache-hit): Ditto.
3865         (wl-message-buffer-cache-sort): New function.
3866         (wl-message-buffer-cache-add): Ditto.
3867         (wl-message-buffer-cache-delete): Ditto.
3868         (wl-message-buffer-cache-clean-up): Ditto.
3869         (wl-message-buffer-window): Rewrite.
3870         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
3871         (wl-message-buffer-display): New function.
3872         (wl-message-display-internal): New function.
3873
3874 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
3875
3876         * wl-folder.el: Use `elmo-folder-name-internal';
3877         Use `wl-folder-get-elmo-folder';
3878         Use `elmo-folder-list-messages' instead of
3879         `elmo-list-folder';
3880         Use `elmo-folder-get-primitive-list' instead of
3881         `elmo-folder-get-primitive-spec-list';
3882         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
3883         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
3884         Use `elmo-folder-create' instead of `elmo-create-folder'.
3885         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
3886         (wl-folder-get-elmo-folder): New macro.
3887         (wl-folder-elmo-folder-cache-get): Ditto.
3888         (wl-folder-elmo-folder-cache-put): Ditto.
3889         (wl-folder-suspend): Call `elmo-quit'.
3890
3891         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
3892         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
3893         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
3894         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
3895         (toplevel): require 'cl.
3896         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
3897
3898         * wl-summary.el: Rewrite to use new elmo interface.
3899
3900 \f
3901 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
3902
3903         * wl-mime.el (wl-draft-preview-message):
3904         Run `wl-draft-send-hook' before collecting recipients information;
3905         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
3906
3907         * tm-wl.el (wl-draft-preview-message): Ditto.
3908
3909 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
3910
3911         * wl-mime.el (wl-draft-preview-message): Fixed problem that
3912         wrong receipients are displayed when forwarded message.
3913
3914 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
3915
3916         * Version number is increased to 2.5.7.
3917
3918 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
3919
3920         * wl-message.el (wl-message-next-page): Bind
3921         `window-pixel-scroll-increment' to nil while scrolling up.
3922
3923 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3924
3925         * wl-vars.el (wl-save-hook): New hook.
3926         * wl.el (wl-save): Call `wl-save-hook'.
3927
3928 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3929
3930         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
3931         Argument WITH-ARG instead of NO-ARG (negative mean).
3932         (wl-draft-reply): WITH-ARG instead of NO-ARG.
3933         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
3934         * wl-message.el (wl-message-follow-current-entity): Likewise.
3935
3936 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3937
3938         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
3939         FROM was optional argument.
3940         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
3941
3942 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3943
3944         * Version number is increased to 2.5.6.
3945
3946 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3947
3948         * wl-version.el (wl-version-show): Removed.
3949         (wl-version): Add `interactive'.
3950
3951 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
3952
3953         * wl-summary.el (wl-summary-get-petname-func): New variable.
3954         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
3955         instead of `wl-address-get-petname-1'.
3956         (wl-summary-simple-from): Ditto.
3957
3958         * wl-address.el (wl-address-get-petname-1): Define as function.
3959
3960 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
3961
3962         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
3963         field in the original message.
3964         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
3965
3966 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
3967
3968         * wl-expire.el (wl-expire-hide):
3969         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
3970
3971 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
3972
3973         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
3974         find decoder for To, Cc, and Subject.
3975
3976 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
3977
3978         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
3979         for checking `elmo-use-buffer-cache'.
3980         (wl-summary-mark-as-important): Fixed typo in comment.
3981
3982 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
3983
3984         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
3985         field in the original message.
3986         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
3987
3988 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
3989
3990         * wl-expire.el (wl-expire-hide):
3991         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
3992
3993 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
3994
3995         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
3996         find decoder for To, Cc, and Subject.
3997
3998 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
3999
4000         * Version number is increased to 2.5.5.
4001
4002         * wl-address.el (wl-address-specials-regexp): New constant.
4003         (wl-address-quote-specials): Use it.
4004
4005 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
4006
4007         * wl-summary.el (wl-summary-rescan):
4008         Call `wl-summary-buffer-number-column-detect'.
4009         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
4010
4011         * wl-message.el (wl-message-mode-map): Define.
4012         (wl-message-decode): Use it as local-map.
4013
4014 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
4015
4016         * wl-score.el (wl-score-guess-like-gnus): Abolished.
4017         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
4018
4019 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
4020
4021         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
4022
4023         * wl-mule.el (wl-read-event-char): Ditto.
4024
4025         * wl-e21.el (wl-read-event-char): Ditto.
4026
4027         * wl-nemacs.el (wl-read-event-char): Ditto.
4028         (read-event): Removed.
4029
4030         * wl-util.el (toplevel): Removed dummy definition of
4031         `read-event'.
4032         (wl-read-event-char, wl-xmas-read-event-char): Removed.
4033
4034 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
4035
4036         * wl-nemacs.el (elmo-archive-call-process): Moved to
4037         elmo-archive.el.
4038
4039 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4040
4041         * wl-draft.el (wl-draft-reply-list-symbol): New function.
4042         (wl-draft-reply): Use it.  Fixed "No match field" error message.
4043
4044         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
4045         instead of magic-number 6.  Use `not' instead of `null' for symbol
4046         `nil' check (not empty list).
4047         (wl-draft-insert-x-face-field): Fixed paren style.
4048
4049         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
4050         one-branch conditional statement, instead of `and' and `if'.
4051         (wl-draft-forward): Likewise.
4052         (wl-draft-add-references): Likewise.
4053         (wl-draft-yank-from-mail-reply-buffer): Likewise.
4054
4055         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
4056         conditional steatment.  Use `cond' instead of `if'.
4057         (wl-draft-confirm): Likewise.
4058
4059 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4060
4061         * wl-version.el (wl-version-show): Use `product-string-1'
4062         instead of `wl-version'.
4063         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
4064
4065         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
4066
4067 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4068
4069         * wl-highlight.el (wl-highlight-headers): Revert
4070         `wl-highlight-x-face-func' argument (`beg' and `end').
4071
4072 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4073
4074         * wl.el (toplevel): Move `product-provide' declare.
4075         * wl-demo.el (toplevel): Ditto.
4076         * wl-dnd.el (toplevel): Ditto.
4077         * wl-highlight.el (toplevel): Ditto.
4078         * wl-message.el (toplevel): Ditto.
4079         * wl-refile.el (toplevel): Ditto.
4080         * wl-util.el (toplevel): Ditto.
4081
4082 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
4083
4084         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
4085         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
4086         (wl-thread-close-all): keep cursor position.
4087
4088 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4089
4090         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
4091         (eq x 0).
4092         (wl-generate-user-agent-string-1): Fix conditional statement.
4093
4094 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
4095
4096         * wl.el (wl-check-environment): Additional check for
4097         'wl-local-domain' and `wl-message-id-domain'.
4098
4099 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4100
4101         * wl-draft.el (toplevel): Delete defvar for sasl-*.
4102
4103 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4104
4105         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
4106         instead of `smtp-sasl-user-realm'.
4107
4108 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4109
4110         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
4111
4112 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
4113
4114         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
4115         to the default value as well as `eword-lexical-analyzer'.
4116
4117 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4118
4119         * wl-version.el (wl-extended-emacs-version,
4120         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
4121         `elmo-match-string' instead of `wl-match-string'.
4122
4123 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4124
4125         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
4126         docstring.
4127
4128 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
4129
4130         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
4131
4132 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4133
4134         * wl-highlight.el (wl-highlight-headers): Remove
4135         `wl-highlight-x-face-func' argument (`beg' and `end').
4136
4137 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4138
4139         * wl-summary.el (wl-summary-mark-as-important):
4140         Remove cache if folder is local.
4141
4142 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
4143
4144         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
4145         to get existing e-mail address string.
4146
4147 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4148
4149         * wl-version.el (wl-generate-user-agent-string): Commentary.
4150         (wl-generate-user-agent-string-1): Use `when' for
4151         one-branch conditional statement, instead of `and' and `if'.
4152         (wl-extended-emacs-version, wl-extended-emacs-version2,
4153         wl-extended-emacs-version3): Ditto.
4154
4155 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4156
4157         * wl-summary.el (wl-summary-sync-all-init): New inline function.
4158         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
4159         condition-case; Remove initialization.
4160         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
4161         (wl-summary-sync-update3): Added argument `sync-all';
4162         Eliminated local variable `msgdb';
4163         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
4164         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
4165         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
4166
4167 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
4168
4169         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
4170         connection before call `wl-draft-send-mail-with-smtp'.
4171
4172 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4173
4174         * Version number is increased to 2.5.4.
4175
4176 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
4177
4178         * wl.el (wl-check-environment): Additional check for
4179         'wl-local-domain' and `wl-message-id-domain'.
4180
4181 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4182
4183         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
4184         buffer as command specific.
4185         (wl-folder-mark-as-read-all-entity): Ditto.
4186         (wl-folder-prefetch-entity): Ditto.
4187         (wl-folder-drop-unsync-entity): Ditto.
4188
4189         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
4190         (wl-prog-uudecode-no-stdout-option): Changed default to t.
4191         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
4192
4193         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
4194         save-excursion.
4195
4196 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
4197
4198         * Version number is increased to 2.5.3.
4199
4200         * wl-summary.el (wl-summary-save-view-cache):
4201         Delete duplicated `write-region';
4202         Use `write-region-as-binary' instead of `as-binary-output-file' and
4203         `write-region'.
4204
4205 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
4206
4207         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
4208
4209 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
4210
4211         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
4212         instead of `smtp-via-smtp'.
4213
4214 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4215
4216         * wl-draft.el (toplevel): Delete defvar for sasl-*.
4217
4218 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4219
4220         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
4221         instead of `smtp-sasl-user-realm'.
4222
4223 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4224
4225         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
4226
4227 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4228
4229         * Version number is increased to 2.5.2.
4230
4231 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
4232
4233         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
4234         does not exist.
4235         (wl-biff-stop): Call `cancel-timer' if timer already exists.
4236         (wl-biff-start): Call `timer-activate' if timer already exists.
4237
4238         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
4239         only when it is bound as function.
4240
4241 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
4242
4243         * Version number is increased to 2.5.1.
4244
4245 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
4246
4247         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
4248         Print refile/copy destination.
4249
4250 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4251
4252         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
4253         queue-flush-only is non-nil.
4254
4255         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
4256
4257         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
4258         checking cache folder.
4259
4260 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4261
4262         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
4263         `regexp-quote'.
4264
4265 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4266
4267         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
4268         function.
4269         * wl-summary.el (wl-summary-write-current-folder-functions):
4270         Change default value.  Use it.
4271
4272 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4273
4274         * Version number is increased to 2.5.0.
4275
4276         * wl-version.el (wl-version): Changed codename.
4277
4278 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
4279
4280         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
4281         (wl-summary-supersedes-message): Ditto.
4282
4283 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4284
4285         * wl-refile.el (wl-refile-guess-functions): Renamed from
4286         `wl-refile-guess-func-list'.
4287
4288 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
4289
4290         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4291         Fixed problem when no rule was matched.
4292
4293 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
4294
4295         * wl-summary.el (wl-summary-get-mark): Fixed
4296         `wl-summary-buffer-target-mark' check logic.
4297
4298 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4299
4300         * wl-folder.el (wl-folder-write-current-folder): Added group
4301         folder check.
4302
4303         * wl-summary.el (wl-summary-write-current-folder): Renamed from
4304         `wl-summary-write-current-newsgroup'.
4305         (wl-summary-write-current-folder-functions): New variable.
4306         * wl-folder.el (wl-folder-get-newsgroups): New function.
4307         (wl-folder-guess-mailing-list-by-refile-rule): New function.
4308         (wl-folder-write-current-folder): Renamed from
4309         `wl-folder-write-current-newsgroup'.
4310
4311 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4312
4313         * Version number is increased to 2.3.93.
4314
4315 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4316
4317         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
4318         (wl-ldap-make-matched-value-list): Ditto.
4319         (wl-ldap-alias-safe-string): Split e-mail address.
4320
4321         * wl-summary.el (wl-summary-read-folder): Fixed problem when
4322         petname folder default was selected.
4323         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
4324         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
4325
4326 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
4327
4328         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
4329         to `wl-draft-config-exec'.
4330
4331         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
4332         instead of calling `wl-draft-config-exec';
4333         Process group-list and show recipients in minibuffer.
4334
4335         * tm-wl.el (wl-draft-preview-message): Ditto.
4336
4337 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4338
4339         * wl.el (toplevel): Added (C) to copyright notice, and
4340         sync Author header.
4341         * tm-wl.el (toplevel): Ditto.
4342         * wl-address.el (toplevel): Ditto.
4343         * wl-demo.el (toplevel): Ditto.
4344         * wl-dnd.el (toplevel): Ditto.
4345         * wl-draft.el (toplevel): Ditto.
4346         * wl-e21.el (toplevel): Ditto.
4347         * wl-expire.el (toplevel): Ditto.
4348         * wl-folder.el (toplevel): Ditto.
4349         * wl-highlight.el (toplevel): Ditto.
4350         * wl-message.el (toplevel): Ditto.
4351         * wl-mime.el (toplevel): Ditto.
4352         * wl-mule.el (toplevel): Ditto.
4353         * wl-nemacs.el (toplevel): Ditto.
4354         * wl-refile.el (toplevel): Ditto.
4355         * wl-score.el (toplevel): Ditto.
4356         * wl-summary.el (toplevel): Ditto.
4357         * wl-template.el (toplevel): Ditto.
4358         * wl-thread.el (toplevel): Ditto.
4359         * wl-util.el (toplevel): Ditto.
4360         * wl-vars.el (toplevel): Ditto.
4361         * wl-xmas.el (toplevel): Ditto.
4362
4363 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
4364
4365         * wl.el (wl-init): Added comment about `wl-init-hook'.
4366         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
4367         * wl-vars.el (wl-init-hook): Added docs.
4368         (wl-make-plugged-hook): Removed useless docs.
4369         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
4370         * wl-xmas.el (toplevel): Ditto.
4371
4372 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4373
4374         * wl-address.el (toplevel): Fixed multiple Author header format.
4375         * wl-demo.el (toplevel): Ditto.
4376         * wl-draft.el (toplevel): Ditto.
4377         * wl-folder.el (toplevel): Ditto.
4378         * wl-summary.el (toplevel): Ditto.
4379         * wl-thread.el (toplevel): Ditto.
4380         * wl-util.el (toplevel): Ditto.
4381         * wl-vars.el (toplevel): Ditto.
4382         * wl-version.el (toplevel): Ditto.
4383         * wl-xmas.el (toplevel): Ditto.
4384         * wl.el (toplevel): Ditto.
4385
4386         * wl-version.el (toplevel): Added require `elmo-version' for
4387         `product-version-as-string'.
4388
4389 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
4390
4391         * wl-vars.el (wl-draft-send-hook): Changed default value to
4392         '(wl-draft-config-exec).
4393
4394         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
4395         explicitly.
4396         (wl-draft): Set `wl-draft-config-exec-flag' before running
4397         `wl-mail-setup-hook'.
4398
4399         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
4400         `wl-biff-init-icons' to `wl-init-hook' instead of
4401         `wl-make-plugged-hook'.
4402         (Because if `wl-draft' command is invoked at first,
4403         they are not initialized)
4404         Updated copyright notice.
4405
4406         * wl-e21.el (toplevel): Ditto;
4407
4408         * wl-demo.el (toplevel): Updated copyright notice.
4409         * wl-address.el (toplevel): Ditto.
4410         * wl-draft.el (toplevel): Ditto.
4411         * wl-version.el (toplevel): Ditto.
4412         * wl-folder.el (toplevel): Ditto.
4413         * wl-summary.el (toplevel): Ditto.
4414         * wl-thread.el (toplevel): Ditto.
4415         * wl-util.el (toplevel): Ditto.
4416         * wl-vars.el (toplevel): Ditto.
4417         * wl.el (toplevel): Ditto.
4418
4419 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
4420
4421         * wl-highlight.el (wl-highlight-message): Fixed problem of
4422         highlighting failure which occured when the last field contains
4423         multiple lines in the draft buffer.
4424
4425         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
4426         `wl-biff-start' if plugged.
4427
4428         * wl-util.el (wl-biff-check-folder): New function.
4429         (wl-biff-check-folders): Don't set session name prefix.
4430         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
4431         (wl-biff-check-folder-async): Ditto.
4432
4433         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
4434         in email address.
4435
4436 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
4437
4438         * wl-vars.el (wl-subject-prefix-regexp): New variable.
4439
4440         * wl-draft.el (wl-draft-strip-subject-re): New function.
4441
4442         * wl-draft.el (wl-draft-reply): Use it.
4443
4444 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
4445
4446         * wl-message.el (wl-mmelmo-message-redisplay): Use
4447         `mime-display-message' instead of `wl-mime-display-message'.
4448
4449         * wl-mime.el (toplevel): Removed compatibility workaround
4450         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
4451         (wl-mime-display-message): Abolished.
4452         (wl-mime-entity-read-field): Ditto.
4453         (wl-mime-combine-message/partial-pieces): Use
4454         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
4455
4456 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
4457
4458         * wl-template.el: Doc fixes.
4459
4460 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
4461
4462         * wl-e21.el (wl-message-overload-functions): Do nothing if
4463         `current-local-map' is not available.
4464         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
4465
4466 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4467
4468         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
4469         representation.
4470
4471         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
4472         number.
4473         (wl-fldmgr-save-folders): Don't use `format' when insert
4474         `wl-fldmgr-folders-header'.
4475
4476 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
4477
4478         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
4479
4480 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4481
4482         * wl-highlight.el (wl-highlight-message):
4483         Use `std11-field-end' to detect end point of the header field.
4484         Refer `wl-highlight-max-header-size'.
4485
4486         * wl-vars.el (wl-highlight-max-header-size): New variable.
4487
4488         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
4489
4490         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
4491         Set `for-draft' argument of wl-highlight-headers.
4492         (wl-draft): Ditto.
4493         (wl-draft-reedit): Ditto.
4494         (wl-user-agent-compose-internal): Ditto.
4495
4496 2000-10-24   Daiki Ueno <ueno@unixuser.org>
4497
4498         * wl-message.el (wl-message-add-button): Use overlay.
4499
4500 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4501
4502         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
4503
4504         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
4505         problem when group-list content is nothing.
4506         (Reported by Mito <mit@nines.nec.co.jp>)
4507
4508 2000-10-18  SAITO Atsunori <sai@yedo.com>
4509
4510         * wl-summary.el (wl-summary-print-destination): Adjust line length.
4511
4512 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4513
4514         * tm-wl.el (toplevel): Use product-provide.
4515
4516 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
4517
4518         * Version number is increased to 2.3.92.
4519
4520 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
4521
4522         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
4523         title text, use `display' property for left margin under Emacs 21.
4524
4525         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
4526         properties.
4527         (wl-plugged-init-icons): Ditto.
4528
4529 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4530
4531         * wl.el (wl-save-status, wl-init): Remove last period in
4532         "...done." message.
4533         * tm-wl.el (wl-summary-burst): Ditto.
4534         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
4535         wl-summary-resume-cache-status,
4536         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
4537         wl-summary-sync-update3, wl-summary-highlight-msgs,
4538         wl-summary-flush-pending-append-operations,
4539         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
4540         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
4541         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
4542         wl-thread-open-all): Ditto.
4543         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4544         * wl-mime.el (wl-summary-burst): Ditto.
4545         * wl-highlight.el (wl-highlight-summary): Ditto.
4546         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
4547         wl-folder-open-all, wl-folder-update-access-group): Ditto.
4548         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
4549         * wl-address.el (wl-local-address-init): Ditto.
4550
4551 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
4552
4553         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
4554         `add-text-properties'.
4555         (wl-plugged-init-icons): Ditto.
4556         (wl-folder-init-icons): Use `propertize' instead of
4557         `put-text-property'.
4558         (wl-plugged-set-folder-icon): Ditto.
4559         (wl-e21-highlight-folder-group-line): Ditto.
4560
4561 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4562
4563         * wl-version.el (wl-version-status-alist): New variable.
4564         (wl-version-status): New function.
4565
4566         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
4567         "Cc" part of the case "Reply-To".
4568
4569         * wl-draft.el (wl-draft-reply): Use result of
4570         `eword-extract-address-components'.
4571
4572         * wl-demo.el (wl-demo-icon-name): New constant.
4573         (wl-logo-xpm): Use it.
4574         (wl-logo-xbm): Ditto.
4575         (wl-logo-bitmap): Ditto.
4576
4577         * Version number is increased to 2.3.91.
4578
4579 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4580
4581         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
4582         (wl-extended-emacs-version, wl-extended-emacs-version2,
4583         wl-extended-emacs-version3): Remove `interactive'.  Fixed
4584         docstring.
4585
4586         * wl-version.el (wl-generate-user-agent-string-1): New function.
4587         (wl-generate-user-agent-string): Use it.
4588
4589         * wl-version.el (wl-generate-user-agent-string-1): Ignore
4590         `mime-edit-insert-user-agent-field'.
4591         (wl-generate-user-agent-string): Check
4592         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
4593
4594         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
4595         instead of `if', when verbose case.
4596
4597 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
4598
4599         * wl-expire.el (wl-summary-expire): Fix.
4600
4601 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
4602
4603         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
4604         and `elmo-lost+found-folder' if 'wl-draft.
4605         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
4606
4607 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
4608
4609         * wl-expire.el (wl-summary-expire): Change messages.
4610         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
4611         `deleing-info' instead of "Deleting..."
4612
4613 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
4614
4615         * wl-summary.el (wl-summary-refile-subr): Fix.
4616
4617 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
4618
4619         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
4620         if pipe folder.
4621
4622 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
4623
4624         * wl-vars.el (wl-draft-use-cache): Default `nil'.
4625
4626 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
4627
4628         * wl-expire.el (wl-expire-hide): New function.
4629         (wl-summary-expire): Add `hide'.
4630
4631 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
4632
4633         * wl-vars.el (wl-draft-reply-without-argument-list):
4634         Changed default value to consider `Reply-To:'.
4635         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
4636
4637         * Version number is increased to 2.3.90.
4638
4639         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
4640         elmo-imap4-get-session with unwind-protect.
4641         Don't cause error.
4642         (wl-summary-sync-marks): Don't check plugged nor folder type.
4643         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
4644         (Always keep current buffer).
4645
4646 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
4647
4648         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
4649         Enclose with `save-excursion'.
4650
4651 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4652
4653         * wl-version.el (wl-version): Remove interactive.
4654
4655 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4656
4657         * wl-version.el (wl-generate-user-agent-string): Use
4658         `product-string-verbose' instead of `product-string-1'.
4659
4660 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
4661
4662         * wl-vars.el (wl-draft-use-cache): New variable.
4663         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
4664         if wl-draft-use-cache is non-nil.
4665
4666 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
4667
4668         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
4669         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
4670
4671 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
4672
4673         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
4674         (wl-thread-msg-mark-as-unread): Ditto.
4675
4676         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
4677         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
4678         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
4679         Don't set mark in summary if return value of `elmo-mark-as-read'
4680         is nil.
4681         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
4682         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
4683         instead of `wl-thread-msg-mark-as-read'.
4684         (wl-summary-mark-as-unread-region): Ditto.
4685         (wl-summary-target-mark-mark-as-read): Ditto.
4686
4687         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4688
4689 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4690
4691         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
4692
4693         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
4694
4695 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4696
4697         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
4698         face.
4699
4700 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
4701
4702         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
4703         `running-xemacs'.
4704
4705 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4706
4707         * wl-version.el (toplevel): Use `product-version-as-string' for
4708         set verstion-string, if defined.
4709
4710         * wl-version.el (wl-version-show): Insert string at point, when
4711         call with argument.
4712
4713         * wl-version.el (wl-generate-user-agent-string): Use
4714         `product-string-1' instead of `wl-appname', `wl-version' and
4715         `wl-codename'.
4716
4717 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4718
4719         * wl-address.el (toplevel): Use product-provide.
4720         * wl-demo.el (toplevel): Ditto.
4721         * wl-dnd.el (toplevel): Ditto.
4722         * wl-draft.el (toplevel): Ditto.
4723         * wl-e21.el (toplevel): Ditto.
4724         * wl-expire.el (toplevel): Ditto.
4725         * wl-fldmgr.el (toplevel): Ditto.
4726         * wl-folder.el (toplevel): Ditto.
4727         * wl-highlight.el (toplevel): Ditto.
4728         * wl-message.el (toplevel): Ditto.
4729         * wl-mime.el (toplevel): Ditto.
4730         * wl-mule.el (toplevel): Ditto.
4731         * wl-nemacs.el (toplevel): Ditto.
4732         * wl-refile.el (toplevel): Ditto.
4733         * wl-score.el (toplevel): Ditto.
4734         * wl-summary.el (toplevel): Ditto.
4735         * wl-template.el (toplevel): Ditto.
4736         * wl-thread.el (toplevel): Ditto.
4737         * wl-util.el (toplevel): Ditto.
4738         * wl-vars.el (toplevel): Ditto.
4739         * wl-xmas.el (toplevel): Ditto.
4740         * wl.el (toplevel): Ditto.
4741
4742 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4743
4744         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
4745         instead of product.
4746
4747         * wl-version.el (wl-version): Compile time evalution elmo-version.
4748
4749 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
4750
4751         * wl-summary.el (wl-summary-sync-force-update): Append queue
4752         `mark-as-read'if unplugged.
4753
4754 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4755
4756         * wl-version.el: New file.  Use product.el.
4757         * wl.el: add (require 'wl-version).
4758         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
4759         for ~/.folders header.
4760         (wl-fldmgr-folders-header): Changed.
4761         * wl-demo.el (wl-demo): Use product.el.
4762
4763         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
4764         wl-version.el.
4765         * wl-util.el (wl-version, wl-version-show): Ditto.
4766
4767         * wl-util.el (wl-generate-user-agent-string,
4768         wl-extended-emacs-version, wl-extended-emacs-version2,
4769         wl-extended-emacs-version3): Move to wl-version.el.
4770         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
4771         xemacs-codename, mime-edit-insert-user-agent-field,
4772         mime-edit-user-agent-value, mime-editor/version,
4773         mime-editor/codename): Compile warning killer move to
4774         wl-version.el
4775
4776 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
4777
4778         * wl-summary.el (wl-summary-refile-subr): Fix.
4779
4780 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
4781
4782         * wl-summary.el (wl-summary-sync-marks): Changed argument for
4783         `elmo-list-folder-unread' and `elmo-list-folder-important'.
4784
4785 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
4786
4787         * wl.el (wl-check-environment): Check too many `@'.
4788
4789 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
4790
4791         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
4792
4793 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4794
4795         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
4796         wl-draft-reply-myself-without-argument-list): Add variables.
4797         * wl-draft.el (wl-draft-reply): Use it.
4798
4799 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
4800
4801         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
4802         the 5th argument of `elmo-network-get-spec'.
4803
4804         * wl-thread.el (wl-thread-reparent-children): New inline function.
4805         (wl-thread-delete-message): Use it.
4806
4807         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
4808         (wl-summary-score-update-all-lines): Don't use `dolist'.
4809
4810 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4811
4812         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
4813         (require 'elmo-msgdb) for inline function.
4814
4815 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
4816
4817         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
4818
4819 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
4820
4821         * wl-score.el (wl-score-headers): Fix for the confusing macro
4822         `elmo-kill-buffer'.
4823
4824 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
4825
4826         * wl-summary.el: Don't use the 3rd argument of `require' because
4827         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
4828         * wl-util.el: Ditto.
4829         * wl-draft.el: Ditto.
4830
4831 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
4832
4833         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
4834         window system is not used.
4835
4836 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
4837
4838         * wl-thread.el: Don't use `mapcar' only for iteration.
4839         (wl-thread-resume-entity): Ditto.
4840         (wl-thread-delete-message): Ditto.
4841
4842         * wl-summary.el: Bind `dragdrop-drop-functions',
4843         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
4844         of `require' for `timezone', `easymenu' and `ps-print';
4845         don't use `mapcar' only for iteration.
4846
4847         * wl-util.el: Bind `mule-version', `nemacs-version',
4848         `emacs-beta-version', `xemacs-codename',
4849         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
4850         `mime-editor/version' and `mime-editor/codename'; specify 3rd
4851         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
4852         only for iteration.
4853
4854         * wl-score.el: Don't use `mapcar' only for iteration.
4855         (wl-score-simplify-buffer-fuzzy): Ditto.
4856         (wl-score-simplify-subject): Ditto.
4857         (wl-score-headers): Ditto.
4858         (wl-summary-score-update-all-lines): Ditto.
4859
4860         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
4861         `enable-multibyte-characters' and `mule-version'.
4862
4863         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
4864         `mapcar' only for iteration.
4865
4866         * wl-demo.el: Don't use `mapcar' only for iteration.
4867
4868         * wl-folder.el: Don't use `mapcar' only for iteration.
4869         (wl-folder-open-all): Ditto.
4870         (wl-folder-count-incorporates): Ditto.
4871
4872         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
4873         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
4874
4875         * wl-draft.el: Bind `x-face-add-x-face-version-header',
4876         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
4877         `smtp-connection-type'; specify 3rd argument of `require' for
4878         `timezone'; don't use `mapcar' only for iteration.
4879         (wl-draft-clone-local-variables): Don't use `mapcar'.
4880         (wl-draft-generate-clone-buffer): Ditto.
4881         (wl-user-agent-compose-internal): Ditto.
4882
4883         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
4884
4885         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
4886         (wl-save-status): Ditto.
4887
4888         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
4889         for iteration.
4890
4891 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
4892
4893         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
4894         removed `Date'.
4895         (wl-fldmgr-make-filter-default): New user option.
4896
4897         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
4898         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
4899         (wl-fldmgr-filter-completion-alist): Abolish.
4900
4901         * wl.el (wl): Don't check servers if arg is non-nil.
4902
4903         * wl-draft.el (wl-draft-reply): Set only message-id string to
4904         In-Reply-To field.
4905
4906 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4907
4908         * wl-summary.el (wl-summary-pick): Rewrite.
4909
4910         * wl-draft.el (wl-draft-forward): Get references field from
4911         original buffer.
4912         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
4913
4914 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
4915
4916         * wl-draft.el (wl-draft-forward): Add references field.
4917
4918 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4919
4920         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
4921         (wl-draft-reply): Use it.
4922
4923 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
4924
4925         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
4926         when Emacs 21 is running.
4927
4928         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
4929         bindings.
4930
4931 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
4932
4933         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
4934         XPM icons transparent.
4935
4936         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
4937         Emacs 21.
4938
4939 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
4940
4941         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
4942         nil.
4943
4944         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
4945         when it is persistent.
4946         (wl-summary-sync-marks): Changed argument for
4947         `elmo-list-folder-unread' and `elmo-list-folder-important'.
4948         (wl-summary-virtual): Use `elmo-read-search-condition'.
4949         (wl-summary-redisplay-internal): If folder is local, mark as read
4950         even when folder is plugged.
4951
4952 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
4953
4954         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
4955         of `tool-bar-lines' in the frame parameters.
4956         (after-make-frame-functions, post-command-hook): Don't modify the
4957         value.
4958         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
4959         wl-e21-tool-bar-lines): Removed.
4960
4961 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
4962
4963         * wl-highlight.el (wl-highlight-folder-path): Put overlay
4964         properties `evaporate' and `wl-momentary-overlay' as well.
4965         (wl-highlight-summary-displaying): Ditto.
4966         (wl-delete-all-overlays): Don't delete overlay which does not have
4967         a property `wl-momentary-overlay'.
4968
4969         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
4970         `display-mouse-p' and `display-graphic-p'.
4971         (wl-folder-init-icons): Don't search for XBM or the other files.
4972         (wl-plugged-set-folder-icon): Make icons if and only if
4973         `display-graphic-p' returns non-nil.
4974         (wl-highlight-plugged-current-line): Use `before-string' overlay
4975         property to show icon images.
4976         (wl-highlight-folder-current-line): Ditto.
4977         (wl-e21-highlight-folder-group-line): Ditto.
4978         (wl-e21-highlight-folder-by-numbers): Ditto.
4979         (wl-e21-insert-image): Removed.
4980         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
4981         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
4982         said.
4983         (wl-e21-switch-toolbar-after-make-frame): Renamed from
4984         `wl-e21-force-switch-toolbar'.
4985         (wl-e21-make-icon-image): Removed.
4986         (wl-e21-setup-toolbar): Don't search for XBM files.
4987         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
4988         the default value.
4989
4990 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
4991
4992         * wl-util.el (wl-biff-check-folder-async): Set
4993         `wl-biff-check-folders-running' even when it is not an IMAP folder.
4994
4995 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
4996
4997         * wl-e21.el (after-make-frame-functions): Add
4998         `wl-e21-force-switch-toolbar'.
4999         (wl-e21-force-switch-toolbar): New function force to switch the
5000         toolbar appearance automatically.
5001         (post-command-hook): Add `wl-e21-switch-toolbar'.
5002         (wl-e21-switch-toolbar): New function to switch the toolbar
5003         appearance automatically.
5004         (wl-e21-tool-bar-lines): New buffer local variable.
5005
5006 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5007
5008         * wl-util.el (wl-biff-check-folders-running): New variable.
5009         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
5010         (wl-biff-check-folder-async-callback):
5011         Set `wl-biff-check-folders-running'.
5012         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
5013         with unwind-protect.
5014
5015         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
5016         Enclose `wl-folder-auto-check' with unwind-protect.
5017
5018         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
5019         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
5020
5021         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
5022
5023         * wl-util.el (wl-biff-notify): New inline function.
5024         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
5025         locally.
5026         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
5027         folder-list' is 1.
5028         Use `wl-biff-notify'.
5029         (wl-biff-check-folder-async-callback): New function.
5030         (wl-biff-check-folder-async): Ditto.
5031
5032         * wl-folder.el (wl-folder): Don't check folders.
5033         (wl-folder-auto-check): New function.
5034
5035 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
5036
5037         * wl-util.el (wl-biff-start) [Emacs19+]:
5038         Use `timer-next-integral-multiple-of-time'.
5039         (wl-biff-check-folders): Use `wl-default-folder'
5040         if `wl-biff-check-folder-list' is nil.
5041
5042 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
5043
5044         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
5045         instead of `elmo-delete-lists'.
5046
5047 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
5048
5049         * wl.el (wl-plugged-toggle-all): Set the value of
5050         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
5051         (wl-plugged-toggle): Ditto.
5052         (wl-toggle-plugged): Ditto.
5053         (wl-plugged-init): Ditto.
5054
5055         * wl-xmas.el (wl-biff-init-icons): Set icons data to
5056         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
5057         instead of `wl-biff-state-indicator-off' and
5058         `wl-biff-state-indicator-on'; don't modify the value and the type
5059         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
5060         (wl-plugged-init-icons): Set icons data to
5061         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
5062         instead of `wl-plug-state-indicator-off' and
5063         `wl-plug-state-indicator-on'; don't modify the value and the type
5064         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
5065
5066         * wl-vars.el (wl-modeline-biff-state-off,
5067         wl-modeline-biff-state-on, wl-modeline-biff-status,
5068         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
5069         wl-modeline-plug-status): New internal variables.
5070         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
5071         wl-biff-check-interval, wl-biff-check-folder-list): Change
5072         customization group from `wl-folder' to `wl-highlight'.
5073         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
5074         wl-show-plug-status-on-modeline): Defcustomized.
5075
5076         * wl-util.el (wl-biff-check-folders): Set the value of the flag
5077         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
5078         (wl-mode-line-buffer-identification): Set both ON and OFF data with
5079         a flag to `mode-line-buffer-identification'.
5080
5081         * wl-e21.el (wl-biff-init-icons): Set icons data to
5082         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
5083         instead of `wl-biff-state-indicator-off' and
5084         `wl-biff-state-indicator-on'.
5085         (wl-plugged-init-icons): Set icons data to
5086         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
5087         instead of `wl-plug-state-indicator-off' and
5088         `wl-plug-state-indicator-on'.
5089
5090 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5091
5092         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
5093         excessive titles.
5094
5095 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5096
5097         * wl.el (wl-plugged-mode): Use revised
5098         `wl-mode-line-buffer-identification'.
5099         (wl-plugged-init): Don't use `force-mode-line-update'.
5100
5101         * wl-xmas.el (wl-draft-overload-functions): Use revised
5102         `wl-mode-line-buffer-identification'.
5103         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
5104         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
5105         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
5106         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
5107         `wl-make-plugged-hook';
5108         add `wl-folder-init-icons' and `wl-setup-folder' to
5109         `wl-folder-mode-hook'.
5110
5111         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
5112         19 as well.
5113         (wl-mode-line-display-priority-list): New user option.
5114         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
5115         Defcustomized.
5116         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
5117         Add docs.
5118
5119         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
5120         start.
5121         (wl-mode-line-buffer-identification): Revised as a function.
5122
5123         * wl-summary.el (wl-summary-mode): Use revised
5124         `wl-mode-line-buffer-identification'; don't call
5125         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
5126         (TopLevel): Don't bind `wl-e21-setup-summary' nor
5127         `wl-xmas-setup-summary'.
5128
5129         * wl-nemacs.el (wl-draft-overload-functions): Use revised
5130         `wl-mode-line-buffer-identification'.
5131
5132         * wl-mule.el (wl-draft-overload-functions): Use revised
5133         `wl-mode-line-buffer-identification'.
5134
5135         * wl-folder.el (wl-make-plugged-alist): Don't call
5136         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
5137         (wl-folder): Don't call `wl-folder-init-icons' directly.
5138         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
5139         `wl-xmas-setup-folder' directly;
5140         use revised `wl-mode-line-buffer-identification'.
5141         (TopLevel): Don't bind `wl-biff-init-icons',
5142         `wl-plugged-init-icons', `wl-folder-init-icons',
5143         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
5144
5145         * wl-e21.el (wl-draft-overload-functions): Use revised
5146         `wl-mode-line-buffer-identification'.
5147         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
5148         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
5149         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
5150         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
5151         `wl-make-plugged-hook';
5152         add `wl-folder-init-icons' and `wl-setup-folder' to
5153         `wl-folder-mode-hook'.
5154
5155 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
5156             Katsumi Yamaoka    <yamaoka@jpl.org>
5157
5158         * wl.el (wl): Call `wl-biff-start'.
5159         (wl-exit): Call `wl-biff-stop'.
5160         (wl-plugged-mode): Show biff in modeline.
5161         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
5162
5163         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
5164         (wl-biff-init-icons): New function.
5165         (wl-plugged-init-icons): Don't make too much keymaps.
5166         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
5167
5168         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
5169         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
5170         variables.
5171         (wl-biff-check-interval, wl-biff-check-folder-list): New user
5172         options.
5173
5174         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
5175         wl-biff-start, wl-biff-stop): New functions.
5176         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
5177         (wl-biff-timer-name): New variable.
5178
5179         * wl-summary.el (wl-summary-mode): Show biff in modeline.
5180
5181         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
5182         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
5183
5184         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
5185         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
5186
5187         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
5188         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
5189         `wl-folder-init-icons' to `ignore' if they are not available.
5190         (wl-folder-mode): Show biff in modeline.
5191
5192         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
5193         (wl-biff-init-icons): New function.
5194         (wl-plugged-init-icons): Don't make too much keymaps.
5195         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
5196
5197 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
5198
5199         * wl-vars.el (wl-strict-diff-folders): Customization Type
5200         and doc fix.  Define as a list of regular expressions for
5201         folders or nil.
5202         * wl-folder.el (wl-folder-check-one-entity): Use
5203         `wl-string-match-member' instead of `wl-string-member' for
5204         `wl-strict-diff-folders'.
5205
5206 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
5207
5208         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
5209         (wl-highlight-folder-current-line): Use it; new implementation.
5210         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
5211         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
5212         `defsubst' instead of `defun'.
5213
5214         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
5215         `wl-highlight-group-folder-by-numbers'; made it can also be a
5216         number.  See info for more details.
5217
5218         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
5219         running.
5220
5221         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
5222         to bind them.
5223
5224         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
5225         (wl-highlight-folder-current-line): New implementation.
5226
5227         * wl-highlight.el (wl-highlight-folder-group-line): New
5228         implementation.
5229         (wl-delete-all-overlays): Rewrite as a marco.
5230         (TopLevel): Require `wl-e21' when Emacs 21 is running.
5231
5232         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
5233         running.
5234         (wl-folder-*-glyph): No need to bind them.
5235
5236         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
5237         `wl-e21-highlight-folder-group-icon'; rewrite.
5238         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
5239         `defsubst' instead of `defun'.
5240         (wl-folder-mode-map): Bind it when compiling.
5241
5242 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5243
5244         * wl.el (wl): Initialize plug-related settings before `wl-init'.
5245
5246         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
5247
5248 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
5249
5250         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
5251
5252 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
5253
5254         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
5255         (wl-highlight-folder-current-line): Use it.
5256
5257         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
5258         in `id-name'.
5259
5260 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
5261
5262         * wl.el: Require `wl-e21' when Emacs 21 is running.
5263
5264         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
5265         default when Emacs 21 is running.
5266         (wl-use-highlight-mouse-line): Ditto.
5267         (wl-on-emacs21): New constant.
5268         (wl-on-emacs20): Removed.
5269
5270         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
5271         Emacs 21 is running.
5272
5273         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
5274         Emacs 21 is running.
5275
5276         * wl-e21.el: New file.
5277
5278 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
5279
5280         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
5281         (wl-toggle-plugged): Ditto.
5282         (wl-plugged-toggle): Ditto.
5283         (wl-plugged-toggle-all): Ditto.
5284
5285         * wl-vars.el (wl-plug-state-indicator): Refer
5286         `wl-plug-state-indicator-on' indirectly.
5287
5288 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5289
5290         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
5291         Call `wl-folder-confirm-existence'.
5292
5293         * wl-folder.el (wl-folder-confirm-existence): Added optional
5294         argument `force'.
5295
5296 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
5297
5298         * wl-summary.el (wl-summary-refile-subr): Assume
5299         `copy-or-refile' as symbol.
5300         (wl-summary-refile): Follow up above change.
5301         (wl-summary-copy): Ditto.  Doc fix.
5302
5303 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5304
5305         * wl-summary.el (wl-summary-pick): Don't bind
5306         `elmo-search-mime-charset'.
5307
5308         * wl-vars.el (wl-highlight-message-header-button-alist): Define
5309         default using old backquote style.
5310         (wl-search-mime-charset): Abolished.
5311
5312         * wl-highlight.el (wl-highlight-headers):
5313         Call `point' after `re-search-forward'(for Nemacs).
5314
5315         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
5316         for elmo-imap4.el.
5317
5318 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
5319
5320         * wl-message.el (wl-mmelmo-message-redisplay): Bind
5321         `wl-message-ignored-field-list' instead of
5322         `mime-view-ignored-field-list'.
5323
5324         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
5325         Add interactive spec.
5326         (wl-folder-goto-bottom-of-current-folder): Ditto.
5327         (wl-folder-mode-map): Bind them.
5328
5329         * wl-vars.el (wl-message-ignored-field-list): New variable.
5330         (wl-message-visible-field-list): New variable.
5331
5332         * wl-mime.el (wl-mime-header-presentation-method): New function.
5333         (wl-mime-setup): Set header-presentation-method.
5334
5335 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
5336
5337         * wl-nemacs.el (wl-draft-overload-functions): Set
5338         `mode-line-buffer-identification' instead of using
5339         `wl-make-modeline'.
5340
5341         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
5342         instead of using `wl-make-modeline'.
5343
5344         * wl-xmas.el (wl-plugged-init-icons): Set up
5345         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
5346         (wl-make-modeline): Abolish.
5347         (wl-draft-overload-functions): Set
5348         `mode-line-buffer-identification' instead of using
5349         `wl-make-modeline'.
5350
5351         * wl-util.el (wl-make-modeline-subr): Abolish.
5352         (wl-mode-line-buffer-identification): New alias.
5353
5354         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
5355         (wl-summary-make-modeline): Abolish.
5356         (wl-summary-buffer-set-folder): Set
5357         `wl-summary-buffer-folder-indicator'.
5358         (wl-summary-mode): Set `mode-line-buffer-identification' instead
5359         of using `wl-make-modeline'.
5360         (wl-summary-switch-to-clone-buffer): Don't set
5361         `mode-line-buffer-identification'.
5362         (wl-summary-goto-folder-subr): Ditto.
5363
5364         * wl-mule.el (wl-draft-overload-functions): Set
5365         `mode-line-buffer-identification' instead of using
5366         `wl-make-modeline'.
5367
5368         * wl-folder.el (wl-folder-mode): Set
5369         `mode-line-buffer-identification' instead of using
5370         `wl-make-modeline'.
5371         (wl-folder): Don't set `mode-line-buffer-identification'.
5372
5373 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
5374
5375         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
5376         instead of `member' for `wl-refile-guess-func-list' look-ups.
5377         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
5378
5379 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
5380
5381         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
5382         `wl-message-button-dispatcher'.
5383
5384         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
5385
5386         * wl-message.el (wl-message-button-dispatcher): Use it.
5387
5388         * wl-vars.el (wl-highlight-message-header-button-alist): Add
5389         "In-Reply-To".
5390
5391         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
5392         Bind `case-fold-search' to t.
5393
5394 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
5395
5396         * wl-xmas.el (wl-message-overload-functions): Initialize
5397         `wl-message-button-map'.
5398
5399         * wl-mule.el (wl-message-overload-functions): Initialize
5400         `wl-message-button-map'.
5401
5402         * wl-vars.el (wl-highlight-message-header-button-alist): New.
5403
5404         * wl-message.el (wl-message-button-map): New keymap.
5405         (wl-message-add-button): New function.
5406         (wl-message-button-dispatcher): New function.
5407         (wl-message-button-refer-article): New function.
5408
5409         * wl-highlight.el
5410         (wl-highlight-message-add-buttons-to-header): New function.
5411         (wl-highlight-headers): Use it.
5412
5413 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
5414
5415         * wl-summary.el (wl-summary-default-from): Use
5416         `wl-address-get-petname-1'.
5417         (wl-summary-simple-from): Ditto.
5418
5419         * wl-address.el (wl-address-get-petname-1): New inline function.
5420         (wl-address-get-petname): Use it.
5421
5422 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
5423
5424         * wl-summary.el (wl-summary-default-from): Return full-name part
5425         from the address if no petname was found.
5426         (wl-summary-simple-from): Ditto.
5427
5428         * wl-address.el (wl-address-get-petname): Return nil if no petname
5429         associated with the address was found.
5430
5431 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5432
5433         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
5434         display is finished.
5435
5436 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5437
5438         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
5439         `elmo-folder-exists-p' argument.
5440
5441 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
5442
5443         * wl-folder.el (wl-folder-confirm-existence): Check existence of
5444         the folder.
5445
5446 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
5447
5448         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
5449
5450         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5451         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
5452
5453 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
5454
5455         * wl-folder.el (wl-folder-create-subr): New function.
5456         (wl-folder-confirm-existence): Use it.
5457         (wl-folder-check-one-entity): Use it.
5458         Check the error symbol is derived from 'elmo-open-error.
5459
5460         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
5461         `ignore-error'.
5462
5463 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5464
5465         * wl-util.el (toplevel): Add (eval-when-compile (require
5466         'elmo-util)).  (Maybe `provide' is typo.)
5467
5468 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5469
5470         * wl-util.el (toplevel): Removed (provide 'elmo-util).
5471         (I don't know why this was needed.)
5472
5473         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
5474         Follow up changes for stream-type.
5475
5476         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
5477         (wl-draft-elmo-nntp-send): Ditto.
5478
5479         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
5480         (wl-nntp-posting-stream-type): Ditto.
5481         (wl-pop-before-smtp-ssl): Abolished.
5482         (wl-nntp-posting-ssl): Ditto.
5483
5484         * wl-address.el (wl-address-quote-specials): New function.
5485         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
5486
5487         * wl-draft.el (wl-draft-reply): Ditto.
5488
5489 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5490
5491         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
5492         use function `wl-string-match-assoc'.
5493
5494 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
5495
5496         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
5497
5498         * wl-draft.el (wl-draft-deduce-address-list): New function.
5499         (wl-draft-parse-mailbox-list): Ditto.
5500         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
5501         instead of `smtp-deduce-address-list'.
5502         (wl-draft-on-field-p): Follow group list.
5503
5504         * wl-address.el (wl-address-concat-token): New function.
5505         (wl-address-string-without-group-list-contents): Ditto.
5506         (wl-complete-field-body): Fixed problem of completion
5507         by japanese petname.
5508         (wl-address-make-completion-list): Rewrite.
5509
5510 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
5511
5512         * wl-address.el (wl-address-make-completion-list): Completion by
5513         petname.
5514         (wl-complete-field-body): Likewise.
5515
5516 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
5517
5518         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
5519         contains invalid address syntax.
5520
5521 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
5522
5523         * wl-folder.el (wl-folder-check-entity-async): Use
5524         `elmo-nntp-spec-hostname'.
5525
5526 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
5527
5528         * wl-summary.el (wl-summary-msgdb-load-async): Use
5529         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
5530
5531 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
5532
5533         * wl-draft.el (wl-draft-reply): Set argument
5534         `content-transfer-encoding' as nil.
5535
5536 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
5537
5538         * wl-refile.el (wl-refile-learn): Move hit element to the top of
5539         `wl-refile-alist'.
5540
5541 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
5542
5543         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
5544         (wl-draft-edit-string): Ditto.
5545         (wl-draft-forward): Ditto.
5546         * wl-summary.el (wl-summary-write): Ditto.
5547
5548 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5549
5550         * wl-summary.el (wl-summary-sync-update3): Call
5551         `wl-summary-buffer-number-column-detect'.
5552         (wl-summary-buffer-number-column-detect): Search from point-min.
5553
5554 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
5555
5556         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
5557         contains an address which is not included in original to or cc.
5558
5559 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
5560
5561         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
5562         begin-line does not exist.
5563         * wl-message.el (wl-message-uu-substring): Ditto.
5564
5565 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
5566
5567         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
5568         clear local variables.
5569         (wl-summary-exit): Call `elmo-commit'.
5570         (wl-summary-switch-to-clone-buffer): Call
5571         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
5572         (wl-summary-goto-folder-subr): Ditto.
5573
5574         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
5575         POP folder.
5576
5577 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5578
5579         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
5580         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
5581         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
5582         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
5583         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
5584         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
5585
5586         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
5587
5588 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
5589
5590         * wl-summary.el (wl-summary-search-by-subject):
5591         Search parent message from the latest one.
5592
5593 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
5594
5595         * wl-draft.el (wl-draft-reply): Insert address with full-name.
5596         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
5597
5598         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
5599         New user option.
5600
5601         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
5602         if elmo-nntp-use-killed-list is nil.
5603         Use `elmo-msgdb-append-to-killed-list'.
5604         (Append numbers confirmed as disappeared to the killed list.)
5605         (wl-summary-confirm-appends): Don't display negative number.
5606
5607 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
5608
5609         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
5610
5611 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
5612
5613         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
5614         range is `all'.
5615         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
5616         `elmo-list-bigger-diff'.
5617
5618 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5619
5620         * wl-summary.el (wl-summary-buffer-exit-func):
5621         New buffer local variable.
5622         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
5623
5624 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
5625
5626         * wl-demo.el (wl-demo): Fix the last change.
5627
5628 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
5629
5630         * wl-demo.el (wl-demo): Don't use `eval'.
5631
5632 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
5633
5634         * wl-summary.el (wl-summary-buffer-thread-modified):
5635         New buffer-local variable.
5636         (wl-summary-set-thread-modified): New function.
5637         (wl-summary-thread-modified-p): New function.
5638         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
5639         (wl-summary-yank-saved-message): Use function
5640         `wl-summary-set-thread-modified'
5641         (wl-summary-switch-to-clone-buffer): Add
5642         `wl-summary-buffer-thread-modified'.
5643
5644         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
5645         (wl-summary-buffer-mark-saved-hook): Ditto.
5646         * wl-summary.el (wl-summary-msgdb-save): New hook
5647         `wl-summary-buffer-message-saved-hook' and
5648         `wl-summary-buffer-mark-saved-hook'.
5649
5650 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
5651
5652         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
5653
5654 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
5655
5656         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
5657         don't hide scroll bars under FSF Emacsen because it may incur an
5658         undesirable redrawing.
5659
5660 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
5661
5662         * wl-draft.el (wl-draft-edit-string): Call
5663         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
5664
5665 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
5666
5667         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
5668
5669 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
5670
5671         * wl-summary.el (wl-summary-msgdb-load-async): Call
5672         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
5673
5674 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
5675
5676         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
5677         fringes in demo buffer; center bitmap logo correctly even if old
5678         Mule is used.
5679
5680 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
5681
5682         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
5683
5684         * wl-refile.el (wl-refile-subject-alist): New variable.
5685         (wl-refile-subject-alist-file-name): Ditto.
5686         (wl-refile-alist-setup): Rewrite.
5687         (wl-refile-alist-save): Use `elmo-object-save'.
5688         Eliminated arguments.
5689         (wl-refile-learn): Check `wl-refile-guess-func-list'.
5690         (wl-refile-guess-by-subject): New function.
5691         (wl-refile-guess-func-list): Added it.
5692
5693 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
5694
5695         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
5696         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
5697
5698 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
5699
5700         * wl-summary.el (wl-summary-buffer-prev-folder-func):
5701         New buffer-local variable.
5702         (wl-summary-buffer-next-folder-func): Ditto.
5703         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
5704         if non-nil.
5705         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
5706         if non-nil.
5707         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
5708         if non-nil.
5709         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
5710         if non-nil.
5711
5712 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
5713
5714         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
5715         permanently in the demo buffer.
5716
5717 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
5718
5719         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
5720         `mime-entity-fetch-field'.
5721
5722         * wl.el (wl-exit): Delete plugged buffer.
5723
5724         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
5725         XEmacs has menubar feature.
5726
5727 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
5728
5729         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
5730         cannot arrive at the beginning of the buffer under old Emacsen.
5731
5732 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5733
5734         * wl-address.el (wl-address-ldap-search):
5735         Call `ldap-search-entries' with `withdn' argument t.
5736         (wl-complete-field-body): Bind completion-ignore-case as t.
5737         Clear ldap search hash when it was sole completion.
5738         Use elmo-string for pattern string.
5739         (wl-ldap-alias-safe-string): Eliminated needless let.
5740
5741 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
5742
5743         * wl-address.el (wl-ldap-alias-dn-level): New variable.
5744         (wl-ldap-alias-sep): New constant.
5745         (wl-ldap-search-attribute-type-list): Ditto.
5746         (wl-ldap-get-value): New function.
5747         (wl-ldap-make-filter): Ditto.
5748         (wl-ldap-make-matched-value-list): Ditto.
5749         (wl-ldap-alias-safe-string): Ditto.
5750         (wl-ldap-register-dn-string): Ditto.
5751         (wl-address-ldap-search): Rewrite.
5752
5753 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5754
5755         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
5756         thread is deleted.
5757         (wl-thread-delete-line-from-buffer): Ditto.
5758         (wl-thread-get-exist-children): New function.
5759
5760 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
5761
5762         * wl-demo.el (wl-demo): Made it to select various image types.
5763         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
5764         from `wl-title-logo'.
5765         (wl-logo-ascii): New variable.
5766         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
5767         (wl-demo-copyright-notice): New constant.
5768
5769         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
5770
5771 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5772
5773         * wl-vars.el (wl-summary-target-above): Renamed from
5774         wl-summary-temp-above.
5775         * wl-score.el (wl-score-get-score-alist): Use it.
5776         (wl-summary-score-update-all-lines): Use it.
5777         * wl-summary.el: Ditto. (make-variable-buffer-local).
5778
5779 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5780
5781         * wl-vars.el (wl-ldap-port): New user option.
5782
5783         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
5784         Rewite whole implementation.
5785         (wl-complete-field-body): Fixed.
5786
5787 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
5788
5789         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
5790         Choose implementation at compile time.
5791
5792 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
5793
5794         * wl-address.el (wl-ldap-search-internal): New function.
5795         (wl-complete-field-to): Use it.
5796
5797 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
5798
5799         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
5800         Use `let' instead of `let*'.
5801         Require 'wl-vars.
5802
5803         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
5804         Define as defcustom.
5805         (wl-ldap-base): Ditto.
5806         (wl-use-ldap): Ditto.
5807
5808 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
5809
5810         * wl-address.el (wl-ldap-search): New function.
5811         (wl-complete-field-body): Use `wl-ldap-search'.
5812         (wl-ldap-server): New variable.
5813         (wl-ldap-base): Ditto.
5814         (wl-use-ldap): Ditto.
5815
5816 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
5817
5818         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
5819         (Pointed out by Mito <mit@nines.nec.co.jp>).
5820         * wl-summary.el (wl-summary-redisplay-no-mime): Update
5821         buffer-local variables like `wl-summary-redisplay-internal'.
5822         (wl-summary-redisplay-all-header): Likewise.  Update
5823         Summary view too.
5824
5825 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
5826
5827         * wl-summary.el (wl-summary-jump-to-parent-message):
5828         Consider prefix argument.
5829
5830         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
5831         when closed thread is deleted.
5832
5833 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
5834
5835         * wl-summary.el (wl-summary-jump-to-parent-message):
5836         Consider thread modification.
5837
5838 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
5839
5840         * wl-message.el (wl-message-normal-get-original-buffer): Use
5841         `save-excursion'.
5842
5843         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
5844         (wl-summary-showto-folder-regexp): Ditto.
5845
5846 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
5847
5848         * wl-util.el (wl-delete-alist): Doc fix.
5849         (wl-delete-associations): New function.
5850         (wl-inverse-alist): New function.
5851         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
5852         Split temporary variables. Use `wl-delete-associations'
5853         and `wl-inverse-alist'.
5854         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
5855
5856 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5857
5858         * wl-folder.el (wl-folder-prefetch-entity):
5859         Execute prefetching if new count is unknown.
5860
5861 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5862
5863         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
5864
5865         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
5866         delete entity.
5867         (wl-thread-set-parent): If insert as top, set linked as nil.
5868
5869         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
5870         `wl-thread-cleanup-symbols' when view mode is thread.
5871
5872 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
5873
5874         * wl-folder.el (wl-folder-create-folder-entity): Use
5875         with-current-buffer.
5876         (wl-local-folder-init): Call set-buffer to make sure we are in
5877         the Folder buffer. Don't touch buffer-local variables here.
5878         (wl-folder-mode): Initialize buffer-local variables here.
5879
5880         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
5881         (wl-folder-entity-assign-id): Ditto.
5882         (wl-folder-create-entity-hashtb): Ditto.
5883         (wl-local-folder-init): Ditto.
5884         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
5885
5886 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5887
5888         * wl-summary.el (wl-summary-default-from): Fix probrem when
5889         std11-extract-address-components return (nil "foo@bar").
5890
5891 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
5892
5893         * wl-draft.el (wl-draft-clone-local-variables):
5894         Remove redundant `setq'.
5895
5896 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5897
5898         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5899         Bind wl-highlight-x-face-func as nil while highlighting header.
5900
5901 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
5902
5903         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
5904
5905 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5906
5907         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
5908         elmo-msgdb-overview-hashtb from copy-variables.
5909         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
5910         instead of `elmo-msgdb-overview-get-entity-by-number'.
5911         (wl-summary-auto-refile): Ditto.
5912
5913         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
5914         `elmo-msgdb-overview-get-entity' instead of
5915         `elmo-msgdb-search-overview-entity'.  Use
5916         `elmo-msgdb-overview-get-entity' instead of
5917         `elmo-msgdb-overview-get-entity-by-number'.
5918         (wl-thread-insert-entity-sub): Ditto.
5919         (wl-thread-insert-message): Ditto.
5920
5921         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
5922         `elmo-msgdb-overview-get-entity'.
5923         (wl-normal-message-redisplay): Ditto.
5924
5925 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5926
5927         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
5928         `wl-thread-entities'.
5929         (wl-thread-delete-message): Fix remove top message from
5930         `wl-thread-entity-list'.
5931
5932         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
5933         wl-append(nconc), because update-list is broken on Meadow.
5934
5935         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
5936         updating process.
5937         (wl-summary-rescan): Ditto.
5938         (wl-summary-sync-update3): Ditto.
5939         * wl-thread.el (wl-thread-set-parent): Renamed from
5940         `wl-summary-set-parent'.
5941         (wl-thread-insert-message): Updating buffer faster.
5942         (wl-thread-delete-message): Updating buffer faster.
5943
5944         * wl-score.el (wl-summary-score-update-all-lines): Changed
5945         interval for display progress gauge.
5946
5947 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5948
5949         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
5950         folder always-sticky.
5951         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
5952         defmacro.
5953
5954 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
5955
5956         * wl-vars.el (wl-draft-add-references): New user option.
5957
5958         * wl-draft.el (wl-draft-add-references): New function.
5959         (wl-draft-yank-from-mail-reply-buffer): Use it.
5960         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
5961         as nil.
5962
5963 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5964
5965         * wl-thread.el (wl-thread-update-line-msgs): Called
5966         `wl-thread-update-line-on-buffer-sub'.
5967         (wl-thread-update-line-on-buffer): Delete routine of inserting
5968         thread.
5969         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
5970         moved from `wl-thread-update-line-on-buffer'.
5971         Add threshold for displaying progress gauge.
5972         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
5973         argument of `wl-thread-update-line-msgs'.
5974         Add threshold for displaying progress gauge.
5975         * wl-folder.el:
5976         Add threshold for displaying progress gauge.
5977         * wl-score.el: Ditto.
5978
5979         * wl-expire.el (wl-summary-expire): Display deleting info.
5980
5981 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
5982
5983         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
5984         `no-msg'.
5985         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
5986         argument of `wl-thread-update-line-msgs'.
5987         (wl-summary-set-parent): Added optional argument `parent-number'.
5988         (wl-summary-buffer-saved-message): New buffer local variable.
5989         (wl-summary-save-current-message): New command.
5990         (wl-summary-yank-saved-message): Ditto.
5991         (wl-summary-mode-map): Added key binding for
5992         `wl-summary-save-current-message' (\ew) and
5993         `wl-summary-yank-saved-message' (\C-y).
5994         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
5995
5996 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5997
5998         * wl-summary.el (wl-summary-mode-map): Added key binding for
5999         `wl-summary-set-parent' (ts).
6000
6001 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6002
6003         * wl-summary.el (wl-summary-insert-thread-entity): Search same
6004         subject faster. If thread number is reverse, delayed updating
6005         thread.
6006         (wl-summary-search-by-subject): Ditto.
6007         (wl-summary-put-alike): Ditto.
6008         (wl-summary-get-alike): Ditto.
6009         (wl-summary-insert-headers): Insert header of all overview in
6010         buffer.
6011         (wl-summary-rescan): Delayed updating thread. Kill search subject
6012         buffer for wl-summary-search-by-subject.
6013         (wl-summary-sync-update3): Ditto.
6014         (wl-summary-exit): Ditto.
6015         (wl-summary-goto-bottom-of-current-thread): Change for linked
6016         thread.
6017         (wl-summary-overview-create-summary-line): Change line for linked
6018         thread.
6019
6020         * wl-summary.el (wl-summary-update-thread): Use
6021         wl-thread-maybe-get-children-num.
6022         (wl-summary-set-parent): If change parent, move sub thread.
6023         (wl-summary-redisplay-internal): Add horizontal recenter.
6024         (wl-summary-redisplay-no-mime): Add horizontal recenter.
6025
6026         * wl-thread.el (wl-thread-entity-get-linked): New function.
6027         (wl-thread-entity-set-linked): New function.
6028         (wl-thread-create-entity): Add linked element.
6029         (wl-thread-entity-insert-as-top): Use wl-append.
6030         (wl-thread-maybe-get-children-num): If closing thread, return
6031         children msgs.
6032         (wl-thread-update-line-msgs): Displaying progress message.
6033         (wl-thread-update-line-on-buffer-sub): Use
6034         wl-thread-maybe-get-children-num.
6035         (wl-thread-update-line-on-buffer): If update line is not exists,
6036         insert thread.
6037         (wl-thread-delete-message): If delete top msg of thread, search
6038         parent by subject.
6039         (wl-thread-insert-entity): Use
6040         wl-thread-maybe-get-children-num.
6041
6042         * wl-highlight.el (wl-highlight-summary-current-line): change
6043         sregexp for linked thread.
6044         * wl-util.el (wl-count-lines): Count lines.
6045         (wl-horizontal-recenter): horizontal recenter.
6046         * wl-score.el (wl-score-put-alike): Use wl-count-lines
6047         (wl-score-get-alike): Ditto.
6048         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
6049         (wl-subject-length-limit): New variable.
6050         (wl-highlight-thread-indent-string-regexp): Changed for linked
6051         thread.
6052
6053 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6054
6055         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
6056         New variable (revival).
6057         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
6058         by subject matching if there's no in-reply-to nor references field
6059         (revival).
6060
6061 \f
6062 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6063
6064         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
6065         message.
6066
6067 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
6068
6069         * wl-summary.el (wl-summary-reply): Return t if there was a
6070         message at cursor point.
6071         Added unwind-protect.
6072         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
6073         returns t.
6074         (wl-summary-cancel-message): Do nothing when there's no message at
6075         cursor point.
6076         (wl-summary-forward): Ditto.
6077         (wl-summary-jump-to-parent-message): Ditto.
6078         (wl-summary-reedit): Ditto.
6079         (wl-summary-edit-addresses): Ditto.
6080         (wl-summary-pipe-message): Ditto.
6081         (wl-summary-print-message-with-ps-print): Ditto.
6082         (wl-summary-print-message): Ditto.
6083         (wl-summary-mark-as-important): Ditto.
6084         (wl-summary-mark-as-unread): Ditto.
6085
6086         * wl-summary.el (wl-summary-reply): Cause an error when there's no
6087         message at cursor point.
6088         (wl-summary-reply-with-citation): Remove unwind-protect.
6089
6090         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
6091         subject searching feature.
6092         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
6093         Eliminated.
6094
6095 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
6096
6097         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
6098         New variable.
6099         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
6100         by subject matching if there's no in-reply-to nor references field.
6101
6102         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
6103
6104         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
6105         when display is finished.
6106         (wl-folder-open-all): Ditto.
6107         (wl-folder-update-access-group): Ditto.
6108         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
6109         * wl-thread.el (wl-thread-close-all): Ditto.
6110
6111         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
6112         progress gauge only when it was displayed.
6113         * wl-folder.el (wl-folder-insert-entity): Ditto.
6114
6115 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6116
6117         * wl-summary.el (wl-summary-incorporate): Enclose
6118         `wl-summary-sync-force-update' with save-excursion.
6119
6120 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
6121
6122         * wl-summary.el (wl-summary-prefetch-region):
6123         Pass current cursor point to `pos-visible-in-window-p' after
6124         moving cursor to the started point.
6125
6126 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6127
6128         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
6129
6130         * wl-draft.el (wl-draft-insert-current-message): Delete useless
6131         fields from the forwarding message.
6132         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
6133         `ignored-fields'.
6134
6135 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
6136
6137         * wl-mime.el (wl-message-request-partial):
6138         Eliminated argument `msgdb'.
6139         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
6140         (wl-mime-combine-message/partial-pieces): Likewise.
6141         * tm-wl.el (wl-message-request-partial): Likewise.
6142         (wl-mime-combine-message/partial-pieces): Likewise.
6143
6144 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
6145
6146         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
6147         when display is finished.
6148
6149 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
6150
6151         * wl-summary.el (wl-summary-goto-folder-subr):
6152         Fix problem when wl-summary-partial-highlight-above-lines is nil.
6153
6154 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
6155
6156         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
6157         when cursor point is visible.
6158
6159 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
6160
6161         * wl-expire.el (wl-expire-archive-get-max-number):
6162         Don't use `file-name-directory'.
6163
6164 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
6165
6166         * wl-expire.el (wl-expire-archive-get-max-number):
6167         Use `file-name-directory'.
6168
6169 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6170
6171         * wl-summary.el (wl-summary-sync-marks): Re-display progress
6172         only when there is progress.
6173
6174 2000-04-13  Mito <mit@nines.nec.co.jp>
6175
6176         * wl-summary.el (wl-summary-sync-marks): Display progress.
6177
6178 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6179
6180         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
6181         (wl-summary-prev): Move cursor regardless of unread status.
6182         (wl-summary-next): Ditto.
6183
6184 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
6185
6186         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
6187         Added argument `target' and `number'.
6188         * tm-wl.el (wl-summary-burst-subr): New function.
6189         (wl-summary-burst): Use it.
6190
6191 2000-04-10  Mito <mit@nines.nec.co.jp>
6192
6193         * wl-mime.el (wl-burst): New function.
6194         (wl-summary-burst): Use it.
6195
6196 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
6197
6198         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
6199         as petname when there's no candidate.
6200
6201 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
6202
6203         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
6204         New variable.
6205         * wl-fldmgr.el (wl-fldmgr-add): Use it.
6206
6207         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
6208
6209         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
6210
6211 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
6212
6213         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
6214         Use substring of `original' instead of buffer-substring.
6215         (wl-refile-evaluate-rule):
6216         Set `original' argument of wl-refile-expand-newtext.
6217
6218         * wl-summary.el
6219         (wl-summary-auto-refile-check-refile-rule-alist-subr,
6220         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
6221         (wl-summary-auto-refile): Check existence of destination folder just
6222         before marking.
6223
6224 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6225
6226         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
6227         when wl-refile-get-field-value return nil.
6228
6229 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
6230
6231         * wl-refile.el
6232         (wl-refile-expand-newtext): New function imported from Gnus.
6233         (wl-refile-evaluate-rule): Use it.
6234
6235 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
6236
6237         * wl-summary.el (wl-summary-print-destination):
6238         Duplicate folder string to avoid putting text-property on
6239         original string.
6240
6241         * wl-refile.el (wl-refile-get-field-value): New function.
6242         (wl-refile-evaluate-rule): New function;
6243         Evaluate refile rule recursively.
6244         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
6245         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
6246         New function; Check existence of a target folder recursively.
6247         (wl-summary-auto-refile-check-refile-rule-alist):
6248         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
6249
6250 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
6251
6252         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
6253
6254         * wl-folder.el (wl-create-folder-entity-from-buffer):
6255         Fixed problem when '}' character is contained in folder name.
6256
6257         * wl-xmas.el (wl-make-modeline): Consider plugged status.
6258
6259 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
6260
6261         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
6262         (wl-fldmgr-add-completion-all-completions):
6263         Use wl-fldmgr-add-completion-hashtb.
6264
6265 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
6266
6267         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
6268         wl-fldmgr-add-completion-subr): New functions.
6269         * wl-folder.el (wl-folder-completion-func): New variable.
6270         * wl-summary.el (wl-summary-read-folder):
6271         Use wl-folder-completion-func.
6272
6273         * wl-refile.el: Eliminate throw & catch.
6274
6275         * wl.el (wl-plugged-sending-queue-status): Fixed.
6276
6277 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
6278
6279         * wl-draft.el (wl-draft): Put category property on
6280         mail-header-separator.