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