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