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