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