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