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