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