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