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