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