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