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