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