* wl-version.el (wl-generate-user-agent-string): Commentary.
[elisp/wanderlust.git] / wl / ChangeLog
1 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-version.el (wl-generate-user-agent-string): Commentary.
4         (wl-generate-user-agent-string-1): Use `when' for
5         one-branch conditional statement, instead of `and' and `if'.
6         (wl-extended-emacs-version, wl-extended-emacs-version2,
7         wl-extended-emacs-version3): Ditto.
8
9 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
10
11         * wl-summary.el (wl-summary-sync-all-init): New inline function.
12         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
13         condition-case; Remove initialization.
14         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
15         (wl-summary-sync-update3): Added argument `sync-all';
16         Eliminated local variable `msgdb';
17         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
18         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
19         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
20
21 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
22
23         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
24         connection before call `wl-draft-send-mail-with-smtp'.
25
26 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
27
28         * wl-version.el (wl-version): Changed codename to "Rio".
29
30 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
31
32         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
33         buffer as command specific.
34         (wl-folder-mark-as-read-all-entity): Ditto.
35         (wl-folder-prefetch-entity): Ditto.
36         (wl-folder-drop-unsync-entity): Ditto.
37
38         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
39         (wl-prog-uudecode-no-stdout-option): Changed default to t.
40         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
41
42         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
43         save-excursion.
44
45 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
46
47         * wl-version.el (wl-version): Changed codename to "Rio-pre3".
48
49         * wl-draft.el (wl-draft-smtp-send-buffer): New function
50         (for compatibility).
51         (wl-draft-send-mail-with-smtp): Use it.
52
53         * wl-summary.el (wl-summary-save-view-cache):
54         Delete duplicated `write-region';
55         Use `write-region-as-binary' instead of `as-binary-output-file' and
56         `write-region'.
57
58 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
59
60         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
61
62 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
63
64         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
65         does not exist.
66         (wl-biff-stop): Call `cancel-timer' if timer already exists.
67         (wl-biff-start): Call `timer-activate' if timer already exists.
68
69         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
70         only when it is bound as function.
71
72 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
73
74         * wl-version.el (wl-version): Changed codename to "Rio-pre2".
75
76 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
77
78         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
79         Print refile/copy destination.
80
81 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
82
83         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
84         queue-flush-only is non-nil.
85
86         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
87
88         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
89         checking cache folder.
90
91 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
92
93         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
94         `regexp-quote'.
95
96 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
97
98         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
99         function.
100         * wl-summary.el (wl-summary-write-current-folder-functions):
101         Change default value.  Use it.
102
103 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
104
105         * Version number is increased to 2.4.0.
106         * wl-version.el (wl-version): Changed codename.
107
108 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
109
110         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
111         (wl-summary-supersedes-message): Ditto.
112
113 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
114
115         * wl-refile.el (wl-refile-guess-functions): Renamed from
116         `wl-refile-guess-func-list'.
117
118 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
119
120         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
121         Fixed problem when no rule was matched.
122
123 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
124
125         * wl-summary.el (wl-summary-get-mark): Fixed
126         `wl-summary-buffer-target-mark' check logic.
127
128 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
129
130         * wl-folder.el (wl-folder-write-current-folder): Added group
131         folder check.
132
133         * wl-summary.el (wl-summary-write-current-folder): Renamed from
134         `wl-summary-write-current-newsgroup'.
135         (wl-summary-write-current-folder-functions): New variable.
136         * wl-folder.el (wl-folder-get-newsgroups): New function.
137         (wl-folder-guess-mailing-list-by-refile-rule): New function.
138         (wl-folder-write-current-folder): Renamed from
139         `wl-folder-write-current-newsgroup'.
140
141 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
142
143         * Version number is increased to 2.3.93.
144
145 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
146
147         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
148         (wl-ldap-make-matched-value-list): Ditto.
149         (wl-ldap-alias-safe-string): Split e-mail address.
150
151         * wl-summary.el (wl-summary-read-folder): Fixed problem when
152         petname folder default was selected.
153         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
154         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
155
156 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
157
158         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
159         to `wl-draft-config-exec'.
160
161         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
162         instead of calling `wl-draft-config-exec';
163         Process group-list and show recipients in minibuffer.
164
165         * tm-wl.el (wl-draft-preview-message): Ditto.
166
167 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
168
169         * wl.el (toplevel): Added (C) to copyright notice, and
170         sync Author header.
171         * tm-wl.el (toplevel): Ditto.
172         * wl-address.el (toplevel): Ditto.
173         * wl-demo.el (toplevel): Ditto.
174         * wl-dnd.el (toplevel): Ditto.
175         * wl-draft.el (toplevel): Ditto.
176         * wl-e21.el (toplevel): Ditto.
177         * wl-expire.el (toplevel): Ditto.
178         * wl-folder.el (toplevel): Ditto.
179         * wl-highlight.el (toplevel): Ditto.
180         * wl-message.el (toplevel): Ditto.
181         * wl-mime.el (toplevel): Ditto.
182         * wl-mule.el (toplevel): Ditto.
183         * wl-nemacs.el (toplevel): Ditto.
184         * wl-refile.el (toplevel): Ditto.
185         * wl-score.el (toplevel): Ditto.
186         * wl-summary.el (toplevel): Ditto.
187         * wl-template.el (toplevel): Ditto.
188         * wl-thread.el (toplevel): Ditto.
189         * wl-util.el (toplevel): Ditto.
190         * wl-vars.el (toplevel): Ditto.
191         * wl-xmas.el (toplevel): Ditto.
192
193 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
194
195         * wl.el (wl-init): Added comment about `wl-init-hook'.
196         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
197         * wl-vars.el (wl-init-hook): Added docs.
198         (wl-make-plugged-hook): Removed useless docs.
199         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
200         * wl-xmas.el (toplevel): Ditto.
201
202 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
203
204         * wl-address.el (toplevel): Fixed multiple Author header format.
205         * wl-demo.el (toplevel): Ditto.
206         * wl-draft.el (toplevel): Ditto.
207         * wl-folder.el (toplevel): Ditto.
208         * wl-summary.el (toplevel): Ditto.
209         * wl-thread.el (toplevel): Ditto.
210         * wl-util.el (toplevel): Ditto.
211         * wl-vars.el (toplevel): Ditto.
212         * wl-version.el (toplevel): Ditto.
213         * wl-xmas.el (toplevel): Ditto.
214         * wl.el (toplevel): Ditto.
215
216         * wl-version.el (toplevel): Added require `elmo-version' for
217         `product-version-as-string'.
218
219 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
220
221         * wl-vars.el (wl-draft-send-hook): Changed default value to
222         '(wl-draft-config-exec).
223
224         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
225         explicitly.
226         (wl-draft): Set `wl-draft-config-exec-flag' before running
227         `wl-mail-setup-hook'.
228
229         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
230         `wl-biff-init-icons' to `wl-init-hook' instead of
231         `wl-make-plugged-hook'.
232         (Because if `wl-draft' command is invoked at first,
233         they are not initialized)
234         Updated copyright notice.
235
236         * wl-e21.el (toplevel): Ditto;
237
238         * wl-demo.el (toplevel): Updated copyright notice.
239         * wl-address.el (toplevel): Ditto.
240         * wl-draft.el (toplevel): Ditto.
241         * wl-version.el (toplevel): Ditto.
242         * wl-folder.el (toplevel): Ditto.
243         * wl-summary.el (toplevel): Ditto.
244         * wl-thread.el (toplevel): Ditto.
245         * wl-util.el (toplevel): Ditto.
246         * wl-vars.el (toplevel): Ditto.
247         * wl.el (toplevel): Ditto.
248
249 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
250
251         * wl-highlight.el (wl-highlight-message): Fixed problem of
252         highlighting failure which occured when the last field contains
253         multiple lines in the draft buffer.
254
255         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
256         `wl-biff-start' if plugged.
257
258         * wl-util.el (wl-biff-check-folder): New function.
259         (wl-biff-check-folders): Don't set session name prefix.
260         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
261         (wl-biff-check-folder-async): Ditto.
262
263         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
264         in email address.
265
266 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
267
268         * wl-vars.el (wl-subject-prefix-regexp): New variable.
269
270         * wl-draft.el (wl-draft-strip-subject-re): New function.
271
272         * wl-draft.el (wl-draft-reply): Use it.
273
274 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
275
276         * wl-message.el (wl-mmelmo-message-redisplay): Use
277         `mime-display-message' instead of `wl-mime-display-message'.
278
279         * wl-mime.el (toplevel): Removed compatibility workaround
280         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
281         (wl-mime-display-message): Abolished.
282         (wl-mime-entity-read-field): Ditto.
283         (wl-mime-combine-message/partial-pieces): Use
284         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
285
286 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
287
288         * wl-template.el: Doc fixes.
289
290 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
291
292         * wl-e21.el (wl-message-overload-functions): Do nothing if
293         `current-local-map' is not available.
294         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
295
296 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
297
298         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
299         representation.
300
301         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
302         number.
303         (wl-fldmgr-save-folders): Don't use `format' when insert
304         `wl-fldmgr-folders-header'.
305
306 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
307
308         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
309
310 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
311
312         * wl-highlight.el (wl-highlight-message):
313         Use `std11-field-end' to detect end point of the header field.
314         Refer `wl-highlight-max-header-size'.
315
316         * wl-vars.el (wl-highlight-max-header-size): New variable.
317
318         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
319
320         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
321         Set `for-draft' argument of wl-highlight-headers.
322         (wl-draft): Ditto.
323         (wl-draft-reedit): Ditto.
324         (wl-user-agent-compose-internal): Ditto.
325
326 2000-10-24   Daiki Ueno <ueno@unixuser.org>
327
328         * wl-message.el (wl-message-add-button): Use overlay.
329
330 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
331
332         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
333
334         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
335         problem when group-list content is nothing.
336         (Reported by Mito <mit@nines.nec.co.jp>)
337
338 2000-10-18  SAITO Atsunori <sai@yedo.com>
339
340         * wl-summary.el (wl-summary-print-destination): Adjust line length.
341
342 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
343
344         * tm-wl.el (toplevel): Use product-provide.
345
346 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
347
348         * Version number is increased to 2.3.92.
349
350 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
351
352         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
353         title text, use `display' property for left margin under Emacs 21.
354
355         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
356         properties.
357         (wl-plugged-init-icons): Ditto.
358
359 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
360
361         * wl.el (wl-save-status, wl-init): Remove last period in
362         "...done." message.
363         * tm-wl.el (wl-summary-burst): Ditto.
364         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
365         wl-summary-resume-cache-status,
366         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
367         wl-summary-sync-update3, wl-summary-highlight-msgs,
368         wl-summary-flush-pending-append-operations,
369         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
370         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
371         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
372         wl-thread-open-all): Ditto.
373         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
374         * wl-mime.el (wl-summary-burst): Ditto.
375         * wl-highlight.el (wl-highlight-summary): Ditto.
376         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
377         wl-folder-open-all, wl-folder-update-access-group): Ditto.
378         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
379         * wl-address.el (wl-local-address-init): Ditto.
380
381 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
382
383         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
384         `add-text-properties'.
385         (wl-plugged-init-icons): Ditto.
386         (wl-folder-init-icons): Use `propertize' instead of
387         `put-text-property'.
388         (wl-plugged-set-folder-icon): Ditto.
389         (wl-e21-highlight-folder-group-line): Ditto.
390
391 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
392
393         * wl-version.el (wl-version-status-alist): New variable.
394         (wl-version-status): New function.
395
396         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
397         "Cc" part of the case "Reply-To".
398
399         * wl-draft.el (wl-draft-reply): Use result of
400         `eword-extract-address-components'.
401
402         * wl-demo.el (wl-demo-icon-name): New constant.
403         (wl-logo-xpm): Use it.
404         (wl-logo-xbm): Ditto.
405         (wl-logo-bitmap): Ditto.
406
407         * Version number is increased to 2.3.91.
408
409 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
410
411         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
412         (wl-extended-emacs-version, wl-extended-emacs-version2,
413         wl-extended-emacs-version3): Remove `interactive'.  Fixed
414         docstring.
415
416         * wl-version.el (wl-generate-user-agent-string-1): New function.
417         (wl-generate-user-agent-string): Use it.
418
419         * wl-version.el (wl-generate-user-agent-string-1): Ignore
420         `mime-edit-insert-user-agent-field'.
421         (wl-generate-user-agent-string): Check
422         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
423
424         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
425         instead of `if', when verbose case.
426
427 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
428
429         * wl-expire.el (wl-summary-expire): Fix.
430
431 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
432
433         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
434         and `elmo-lost+found-folder' if 'wl-draft.
435         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
436
437 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
438
439         * wl-expire.el (wl-summary-expire): Change messages.
440         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
441         `deleing-info' instead of "Deleting..."
442
443 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
444
445         * wl-summary.el (wl-summary-refile-subr): Fix.
446
447 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
448
449         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
450         if pipe folder.
451
452 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
453
454         * wl-vars.el (wl-draft-use-cache): Default `nil'.
455
456 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
457
458         * wl-expire.el (wl-expire-hide): New function.
459         (wl-summary-expire): Add `hide'.
460
461 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
462
463         * wl-vars.el (wl-draft-reply-without-argument-list):
464         Changed default value to consider `Reply-To:'.
465         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
466
467         * Version number is increased to 2.3.90.
468
469         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
470         elmo-imap4-get-session with unwind-protect.
471         Don't cause error.
472         (wl-summary-sync-marks): Don't check plugged nor folder type.
473         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
474         (Always keep current buffer).
475
476 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
477
478         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
479         Enclose with `save-excursion'.
480
481 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
482
483         * wl-version.el (wl-version): Remove interactive.
484
485 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
486
487         * wl-version.el (wl-generate-user-agent-string): Use
488         `product-string-verbose' instead of `product-string-1'.
489
490 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
491
492         * wl-vars.el (wl-draft-use-cache): New variable.
493         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
494         if wl-draft-use-cache is non-nil.
495
496 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
497
498         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
499         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
500
501 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
502
503         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
504         (wl-thread-msg-mark-as-unread): Ditto.
505
506         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
507         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
508         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
509         Don't set mark in summary if return value of `elmo-mark-as-read'
510         is nil.
511         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
512         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
513         instead of `wl-thread-msg-mark-as-read'.
514         (wl-summary-mark-as-unread-region): Ditto.
515         (wl-summary-target-mark-mark-as-read): Ditto.
516
517         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
518
519 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
520
521         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
522
523         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
524
525 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
526
527         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
528         face.
529
530 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
531
532         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
533         `running-xemacs'.
534
535 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
536
537         * wl-version.el (toplevel): Use `product-version-as-string' for
538         set verstion-string, if defined.
539
540         * wl-version.el (wl-version-show): Insert string at point, when
541         call with argument.
542
543         * wl-version.el (wl-generate-user-agent-string): Use
544         `product-string-1' instead of `wl-appname', `wl-version' and
545         `wl-codename'.
546
547 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
548
549         * wl-address.el (toplevel): Use product-provide.
550         * wl-demo.el (toplevel): Ditto.
551         * wl-dnd.el (toplevel): Ditto.
552         * wl-draft.el (toplevel): Ditto.
553         * wl-e21.el (toplevel): Ditto.
554         * wl-expire.el (toplevel): Ditto.
555         * wl-fldmgr.el (toplevel): Ditto.
556         * wl-folder.el (toplevel): Ditto.
557         * wl-highlight.el (toplevel): Ditto.
558         * wl-message.el (toplevel): Ditto.
559         * wl-mime.el (toplevel): Ditto.
560         * wl-mule.el (toplevel): Ditto.
561         * wl-nemacs.el (toplevel): Ditto.
562         * wl-refile.el (toplevel): Ditto.
563         * wl-score.el (toplevel): Ditto.
564         * wl-summary.el (toplevel): Ditto.
565         * wl-template.el (toplevel): Ditto.
566         * wl-thread.el (toplevel): Ditto.
567         * wl-util.el (toplevel): Ditto.
568         * wl-vars.el (toplevel): Ditto.
569         * wl-xmas.el (toplevel): Ditto.
570         * wl.el (toplevel): Ditto.
571
572 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
573
574         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
575         instead of product.
576
577         * wl-version.el (wl-version): Compile time evalution elmo-version.
578
579 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
580
581         * wl-summary.el (wl-summary-sync-force-update): Append queue
582         `mark-as-read'if unplugged.
583
584 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
585
586         * wl-version.el: New file.  Use product.el.
587         * wl.el: add (require 'wl-version).
588         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
589         for ~/.folders header.
590         (wl-fldmgr-folders-header): Changed.
591         * wl-demo.el (wl-demo): Use product.el.
592
593         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
594         wl-version.el.
595         * wl-util.el (wl-version, wl-version-show): Ditto.
596
597         * wl-util.el (wl-generate-user-agent-string,
598         wl-extended-emacs-version, wl-extended-emacs-version2,
599         wl-extended-emacs-version3): Move to wl-version.el.
600         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
601         xemacs-codename, mime-edit-insert-user-agent-field,
602         mime-edit-user-agent-value, mime-editor/version,
603         mime-editor/codename): Compile warning killer move to
604         wl-version.el
605
606 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
607
608         * wl-summary.el (wl-summary-refile-subr): Fix.
609
610 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
611
612         * wl-summary.el (wl-summary-sync-marks): Changed argument for
613         `elmo-list-folder-unread' and `elmo-list-folder-important'.
614
615 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
616
617         * wl.el (wl-check-environment): Check too many `@'.
618
619 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
620
621         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
622
623 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
624
625         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
626         wl-draft-reply-myself-without-argument-list): Add variables.
627         * wl-draft.el (wl-draft-reply): Use it.
628
629 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
630
631         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
632         the 5th argument of `elmo-network-get-spec'.
633
634         * wl-thread.el (wl-thread-reparent-children): New inline function.
635         (wl-thread-delete-message): Use it.
636
637         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
638         (wl-summary-score-update-all-lines): Don't use `dolist'.
639
640 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
641
642         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
643         (require 'elmo-msgdb) for inline function.
644
645 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
646
647         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
648
649 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
650
651         * wl-score.el (wl-score-headers): Fix for the confusing macro
652         `elmo-kill-buffer'.
653
654 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
655
656         * wl-summary.el: Don't use the 3rd argument of `require' because
657         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
658         * wl-util.el: Ditto.
659         * wl-draft.el: Ditto.
660
661 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
662
663         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
664         window system is not used.
665
666 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
667
668         * wl-thread.el: Don't use `mapcar' only for iteration.
669         (wl-thread-resume-entity): Ditto.
670         (wl-thread-delete-message): Ditto.
671
672         * wl-summary.el: Bind `dragdrop-drop-functions',
673         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
674         of `require' for `timezone', `easymenu' and `ps-print';
675         don't use `mapcar' only for iteration.
676
677         * wl-util.el: Bind `mule-version', `nemacs-version',
678         `emacs-beta-version', `xemacs-codename',
679         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
680         `mime-editor/version' and `mime-editor/codename'; specify 3rd
681         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
682         only for iteration.
683
684         * wl-score.el: Don't use `mapcar' only for iteration.
685         (wl-score-simplify-buffer-fuzzy): Ditto.
686         (wl-score-simplify-subject): Ditto.
687         (wl-score-headers): Ditto.
688         (wl-summary-score-update-all-lines): Ditto.
689
690         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
691         `enable-multibyte-characters' and `mule-version'.
692
693         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
694         `mapcar' only for iteration.
695
696         * wl-demo.el: Don't use `mapcar' only for iteration.
697
698         * wl-folder.el: Don't use `mapcar' only for iteration.
699         (wl-folder-open-all): Ditto.
700         (wl-folder-count-incorporates): Ditto.
701
702         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
703         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
704
705         * wl-draft.el: Bind `x-face-add-x-face-version-header',
706         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
707         `smtp-connection-type'; specify 3rd argument of `require' for
708         `timezone'; don't use `mapcar' only for iteration.
709         (wl-draft-clone-local-variables): Don't use `mapcar'.
710         (wl-draft-generate-clone-buffer): Ditto.
711         (wl-user-agent-compose-internal): Ditto.
712
713         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
714
715         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
716         (wl-save-status): Ditto.
717
718         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
719         for iteration.
720
721 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
722
723         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
724         removed `Date'.
725         (wl-fldmgr-make-filter-default): New user option.
726
727         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
728         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
729         (wl-fldmgr-filter-completion-alist): Abolish.
730
731         * wl.el (wl): Don't check servers if arg is non-nil.
732
733         * wl-draft.el (wl-draft-reply): Set only message-id string to
734         In-Reply-To field.
735
736 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
737
738         * wl-summary.el (wl-summary-pick): Rewrite.
739
740         * wl-draft.el (wl-draft-forward): Get references field from
741         original buffer.
742         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
743
744 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
745
746         * wl-draft.el (wl-draft-forward): Add references field.
747
748 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
749
750         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
751         (wl-draft-reply): Use it.
752
753 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
754
755         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
756         when Emacs 21 is running.
757
758         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
759         bindings.
760
761 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
762
763         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
764         XPM icons transparent.
765
766         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
767         Emacs 21.
768
769 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
770
771         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
772         nil.
773
774         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
775         when it is persistent.
776         (wl-summary-sync-marks): Changed argument for
777         `elmo-list-folder-unread' and `elmo-list-folder-important'.
778         (wl-summary-virtual): Use `elmo-read-search-condition'.
779         (wl-summary-redisplay-internal): If folder is local, mark as read
780         even when folder is plugged.
781
782 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
783
784         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
785         of `tool-bar-lines' in the frame parameters.
786         (after-make-frame-functions, post-command-hook): Don't modify the
787         value.
788         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
789         wl-e21-tool-bar-lines): Removed.
790
791 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
792
793         * wl-highlight.el (wl-highlight-folder-path): Put overlay
794         properties `evaporate' and `wl-momentary-overlay' as well.
795         (wl-highlight-summary-displaying): Ditto.
796         (wl-delete-all-overlays): Don't delete overlay which does not have
797         a property `wl-momentary-overlay'.
798
799         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
800         `display-mouse-p' and `display-graphic-p'.
801         (wl-folder-init-icons): Don't search for XBM or the other files.
802         (wl-plugged-set-folder-icon): Make icons if and only if
803         `display-graphic-p' returns non-nil.
804         (wl-highlight-plugged-current-line): Use `before-string' overlay
805         property to show icon images.
806         (wl-highlight-folder-current-line): Ditto.
807         (wl-e21-highlight-folder-group-line): Ditto.
808         (wl-e21-highlight-folder-by-numbers): Ditto.
809         (wl-e21-insert-image): Removed.
810         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
811         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
812         said.
813         (wl-e21-switch-toolbar-after-make-frame): Renamed from
814         `wl-e21-force-switch-toolbar'.
815         (wl-e21-make-icon-image): Removed.
816         (wl-e21-setup-toolbar): Don't search for XBM files.
817         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
818         the default value.
819
820 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
821
822         * wl-util.el (wl-biff-check-folder-async): Set
823         `wl-biff-check-folders-running' even when it is not an IMAP folder.
824
825 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
826
827         * wl-e21.el (after-make-frame-functions): Add
828         `wl-e21-force-switch-toolbar'.
829         (wl-e21-force-switch-toolbar): New function force to switch the
830         toolbar appearance automatically.
831         (post-command-hook): Add `wl-e21-switch-toolbar'.
832         (wl-e21-switch-toolbar): New function to switch the toolbar
833         appearance automatically.
834         (wl-e21-tool-bar-lines): New buffer local variable.
835
836 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
837
838         * wl-util.el (wl-biff-check-folders-running): New variable.
839         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
840         (wl-biff-check-folder-async-callback):
841         Set `wl-biff-check-folders-running'.
842         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
843         with unwind-protect.
844
845         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
846         Enclose `wl-folder-auto-check' with unwind-protect.
847
848         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
849         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
850
851         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
852
853         * wl-util.el (wl-biff-notify): New inline function.
854         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
855         locally.
856         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
857         folder-list' is 1.
858         Use `wl-biff-notify'.
859         (wl-biff-check-folder-async-callback): New function.
860         (wl-biff-check-folder-async): Ditto.
861
862         * wl-folder.el (wl-folder): Don't check folders.
863         (wl-folder-auto-check): New function.
864
865 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
866
867         * wl-util.el (wl-biff-start) [Emacs19+]:
868         Use `timer-next-integral-multiple-of-time'.
869         (wl-biff-check-folders): Use `wl-default-folder'
870         if `wl-biff-check-folder-list' is nil.
871
872 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
873
874         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
875         instead of `elmo-delete-lists'.
876
877 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
878
879         * wl.el (wl-plugged-toggle-all): Set the value of
880         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
881         (wl-plugged-toggle): Ditto.
882         (wl-toggle-plugged): Ditto.
883         (wl-plugged-init): Ditto.
884
885         * wl-xmas.el (wl-biff-init-icons): Set icons data to
886         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
887         instead of `wl-biff-state-indicator-off' and
888         `wl-biff-state-indicator-on'; don't modify the value and the type
889         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
890         (wl-plugged-init-icons): Set icons data to
891         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
892         instead of `wl-plug-state-indicator-off' and
893         `wl-plug-state-indicator-on'; don't modify the value and the type
894         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
895
896         * wl-vars.el (wl-modeline-biff-state-off,
897         wl-modeline-biff-state-on, wl-modeline-biff-status,
898         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
899         wl-modeline-plug-status): New internal variables.
900         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
901         wl-biff-check-interval, wl-biff-check-folder-list): Change
902         customization group from `wl-folder' to `wl-highlight'.
903         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
904         wl-show-plug-status-on-modeline): Defcustomized.
905
906         * wl-util.el (wl-biff-check-folders): Set the value of the flag
907         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
908         (wl-mode-line-buffer-identification): Set both ON and OFF data with
909         a flag to `mode-line-buffer-identification'.
910
911         * wl-e21.el (wl-biff-init-icons): Set icons data to
912         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
913         instead of `wl-biff-state-indicator-off' and
914         `wl-biff-state-indicator-on'.
915         (wl-plugged-init-icons): Set icons data to
916         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
917         instead of `wl-plug-state-indicator-off' and
918         `wl-plug-state-indicator-on'.
919
920 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
921
922         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
923         excessive titles.
924
925 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
926
927         * wl.el (wl-plugged-mode): Use revised
928         `wl-mode-line-buffer-identification'.
929         (wl-plugged-init): Don't use `force-mode-line-update'.
930
931         * wl-xmas.el (wl-draft-overload-functions): Use revised
932         `wl-mode-line-buffer-identification'.
933         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
934         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
935         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
936         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
937         `wl-make-plugged-hook';
938         add `wl-folder-init-icons' and `wl-setup-folder' to
939         `wl-folder-mode-hook'.
940
941         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
942         19 as well.
943         (wl-mode-line-display-priority-list): New user option.
944         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
945         Defcustomized.
946         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
947         Add docs.
948
949         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
950         start.
951         (wl-mode-line-buffer-identification): Revised as a function.
952
953         * wl-summary.el (wl-summary-mode): Use revised
954         `wl-mode-line-buffer-identification'; don't call
955         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
956         (TopLevel): Don't bind `wl-e21-setup-summary' nor
957         `wl-xmas-setup-summary'.
958
959         * wl-nemacs.el (wl-draft-overload-functions): Use revised
960         `wl-mode-line-buffer-identification'.
961
962         * wl-mule.el (wl-draft-overload-functions): Use revised
963         `wl-mode-line-buffer-identification'.
964
965         * wl-folder.el (wl-make-plugged-alist): Don't call
966         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
967         (wl-folder): Don't call `wl-folder-init-icons' directly.
968         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
969         `wl-xmas-setup-folder' directly;
970         use revised `wl-mode-line-buffer-identification'.
971         (TopLevel): Don't bind `wl-biff-init-icons',
972         `wl-plugged-init-icons', `wl-folder-init-icons',
973         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
974
975         * wl-e21.el (wl-draft-overload-functions): Use revised
976         `wl-mode-line-buffer-identification'.
977         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
978         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
979         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
980         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
981         `wl-make-plugged-hook';
982         add `wl-folder-init-icons' and `wl-setup-folder' to
983         `wl-folder-mode-hook'.
984
985 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
986             Katsumi Yamaoka    <yamaoka@jpl.org>
987
988         * wl.el (wl): Call `wl-biff-start'.
989         (wl-exit): Call `wl-biff-stop'.
990         (wl-plugged-mode): Show biff in modeline.
991         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
992
993         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
994         (wl-biff-init-icons): New function.
995         (wl-plugged-init-icons): Don't make too much keymaps.
996         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
997
998         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
999         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
1000         variables.
1001         (wl-biff-check-interval, wl-biff-check-folder-list): New user
1002         options.
1003
1004         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
1005         wl-biff-start, wl-biff-stop): New functions.
1006         (timer-next-integral-multiple-of-time): Defined with `defun-meybe'.
1007         (wl-biff-timer-name): New variable.
1008
1009         * wl-summary.el (wl-summary-mode): Show biff in modeline.
1010
1011         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
1012         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
1013
1014         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
1015         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
1016
1017         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
1018         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
1019         `wl-folder-init-icons' to `ignore' if they are not available.
1020         (wl-folder-mode): Show biff in modeline.
1021
1022         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
1023         (wl-biff-init-icons): New function.
1024         (wl-plugged-init-icons): Don't make too much keymaps.
1025         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
1026
1027 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
1028
1029         * wl-vars.el (wl-strict-diff-folders): Customization Type
1030         and doc fix.  Define as a list of regular expressions for
1031         folders or nil.
1032         * wl-folder.el (wl-folder-check-one-entity): Use
1033         `wl-string-match-member' instead of `wl-string-member' for
1034         `wl-strict-diff-folders'.
1035
1036 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
1037
1038         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
1039         (wl-highlight-folder-current-line): Use it; new implementation.
1040         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
1041         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
1042         `defsubst' instead of `defun'.
1043
1044         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
1045         `wl-highlight-group-folder-by-numbers'; made it can also be a
1046         number.  See info for more details.
1047
1048         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
1049         running.
1050
1051         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
1052         to bind them.
1053
1054         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
1055         (wl-highlight-folder-current-line): New implementation.
1056
1057         * wl-highlight.el (wl-highlight-folder-group-line): New
1058         implementation.
1059         (wl-delete-all-overlays): Rewrite as a marco.
1060         (TopLevel): Require `wl-e21' when Emacs 21 is running.
1061
1062         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
1063         running.
1064         (wl-folder-*-glyph): No need to bind them.
1065
1066         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
1067         `wl-e21-highlight-folder-group-icon'; rewrite.
1068         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
1069         `defsubst' instead of `defun'.
1070         (wl-folder-mode-map): Bind it when compiling.
1071
1072 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
1073
1074         * wl.el (wl): Initialize plug-related settings before `wl-init'.
1075
1076         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
1077
1078 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
1079
1080         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
1081
1082 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
1083
1084         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
1085         (wl-highlight-folder-current-line): Use it.
1086
1087         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
1088         in `id-name'.
1089
1090 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
1091
1092         * wl.el: Require `wl-e21' when Emacs 21 is running.
1093
1094         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
1095         default when Emacs 21 is running.
1096         (wl-use-highlight-mouse-line): Ditto.
1097         (wl-on-emacs21): New constant.
1098         (wl-on-emacs20): Removed.
1099
1100         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
1101         Emacs 21 is running.
1102
1103         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
1104         Emacs 21 is running.
1105
1106         * wl-e21.el: New file.
1107
1108 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
1109
1110         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
1111         (wl-toggle-plugged): Ditto.
1112         (wl-plugged-toggle): Ditto.
1113         (wl-plugged-toggle-all): Ditto.
1114
1115         * wl-vars.el (wl-plug-state-indicator): Refer
1116         `wl-plug-state-indicator-on' indirectly.
1117
1118 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1119
1120         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
1121         Call `wl-folder-confirm-existence'.
1122
1123         * wl-folder.el (wl-folder-confirm-existence): Added optional
1124         argument `force'.
1125
1126 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
1127
1128         * wl-summary.el (wl-summary-refile-subr): Assume
1129         `copy-or-refile' as symbol.
1130         (wl-summary-refile): Follow up above change.
1131         (wl-summary-copy): Ditto.  Doc fix.
1132
1133 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
1134
1135         * wl-summary.el (wl-summary-pick): Don't bind
1136         `elmo-search-mime-charset'.
1137
1138         * wl-vars.el (wl-highlight-message-header-button-alist): Define
1139         default using old backquote style.
1140         (wl-search-mime-charset): Abolished.
1141
1142         * wl-highlight.el (wl-highlight-headers):
1143         Call `point' after `re-search-forward'(for Nemacs).
1144
1145         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
1146         for elmo-imap4.el.
1147
1148 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
1149
1150         * wl-message.el (wl-mmelmo-message-redisplay): Bind
1151         `wl-message-ignored-field-list' instead of
1152         `mime-view-ignored-field-list'.
1153
1154         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
1155         Add interactive spec.
1156         (wl-folder-goto-bottom-of-current-folder): Ditto.
1157         (wl-folder-mode-map): Bind them.
1158
1159         * wl-vars.el (wl-message-ignored-field-list): New variable.
1160         (wl-message-visible-field-list): New variable.
1161
1162         * wl-mime.el (wl-mime-header-presentation-method): New function.
1163         (wl-mime-setup): Set header-presentation-method.
1164
1165 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
1166
1167         * wl-nemacs.el (wl-draft-overload-functions): Set
1168         `mode-line-buffer-identification' instead of using
1169         `wl-make-modeline'.
1170
1171         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
1172         instead of using `wl-make-modeline'.
1173
1174         * wl-xmas.el (wl-plugged-init-icons): Set up
1175         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
1176         (wl-make-modeline): Abolish.
1177         (wl-draft-overload-functions): Set
1178         `mode-line-buffer-identification' instead of using
1179         `wl-make-modeline'.
1180
1181         * wl-util.el (wl-make-modeline-subr): Abolish.
1182         (wl-mode-line-buffer-identification): New alias.
1183
1184         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
1185         (wl-summary-make-modeline): Abolish.
1186         (wl-summary-buffer-set-folder): Set
1187         `wl-summary-buffer-folder-indicator'.
1188         (wl-summary-mode): Set `mode-line-buffer-identification' instead
1189         of using `wl-make-modeline'.
1190         (wl-summary-switch-to-clone-buffer): Don't set
1191         `mode-line-buffer-identification'.
1192         (wl-summary-goto-folder-subr): Ditto.
1193
1194         * wl-mule.el (wl-draft-overload-functions): Set
1195         `mode-line-buffer-identification' instead of using
1196         `wl-make-modeline'.
1197
1198         * wl-folder.el (wl-folder-mode): Set
1199         `mode-line-buffer-identification' instead of using
1200         `wl-make-modeline'.
1201         (wl-folder): Don't set `mode-line-buffer-identification'.
1202
1203 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
1204
1205         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
1206         instead of `member' for `wl-refile-guess-func-list' look-ups.
1207         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
1208
1209 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
1210
1211         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
1212         `wl-message-button-dispatcher'.
1213
1214         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
1215
1216         * wl-message.el (wl-message-button-dispatcher): Use it.
1217
1218         * wl-vars.el (wl-highlight-message-header-button-alist): Add
1219         "In-Reply-To".
1220
1221         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
1222         Bind `case-fold-search' to t.
1223
1224 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
1225
1226         * wl-xmas.el (wl-message-overload-functions): Initialize
1227         `wl-message-button-map'.
1228
1229         * wl-mule.el (wl-message-overload-functions): Initialize
1230         `wl-message-button-map'.
1231
1232         * wl-vars.el (wl-highlight-message-header-button-alist): New.
1233
1234         * wl-message.el (wl-message-button-map): New keymap.
1235         (wl-message-add-button): New function.
1236         (wl-message-button-dispatcher): New function.
1237         (wl-message-button-refer-article): New function.
1238
1239         * wl-highlight.el
1240         (wl-highlight-message-add-buttons-to-header): New function.
1241         (wl-highlight-headers): Use it.
1242
1243 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
1244
1245         * wl-summary.el (wl-summary-default-from): Use
1246         `wl-address-get-petname-1'.
1247         (wl-summary-simple-from): Ditto.
1248
1249         * wl-address.el (wl-address-get-petname-1): New inline function.
1250         (wl-address-get-petname): Use it.
1251
1252 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
1253
1254         * wl-summary.el (wl-summary-default-from): Return full-name part
1255         from the address if no petname was found.
1256         (wl-summary-simple-from): Ditto.
1257
1258         * wl-address.el (wl-address-get-petname): Return nil if no petname
1259         associated with the address was found.
1260
1261 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
1262
1263         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
1264         display is finished.
1265
1266 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1267
1268         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
1269         `elmo-folder-exists-p' argument.
1270
1271 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
1272
1273         * wl-folder.el (wl-folder-confirm-existence): Check existence of
1274         the folder.
1275
1276 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1277
1278         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
1279
1280         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
1281         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
1282
1283 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
1284
1285         * wl-folder.el (wl-folder-create-subr): New function.
1286         (wl-folder-confirm-existence): Use it.
1287         (wl-folder-check-one-entity): Use it.
1288         Check the error symbol is derived from 'elmo-open-error.
1289
1290         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
1291         `ignore-error'.
1292
1293 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1294
1295         * wl-util.el (toplevel): Add (eval-when-compile (require
1296         'elmo-util)).  (Maybe `provide' is typo.)
1297
1298 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
1299
1300         * wl-util.el (toplevel): Removed (provide 'elmo-util).
1301         (I don't know why this was needed.)
1302
1303         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
1304         Follow up changes for stream-type.
1305
1306         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
1307         (wl-draft-elmo-nntp-send): Ditto.
1308
1309         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
1310         (wl-nntp-posting-stream-type): Ditto.
1311         (wl-pop-before-smtp-ssl): Abolished.
1312         (wl-nntp-posting-ssl): Ditto.
1313
1314         * wl-address.el (wl-address-quote-specials): New function.
1315         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
1316
1317         * wl-draft.el (wl-draft-reply): Ditto.
1318
1319 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1320
1321         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
1322         use function `wl-string-match-assoc'.
1323
1324 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
1325
1326         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
1327
1328         * wl-draft.el (wl-draft-deduce-address-list): New function.
1329         (wl-draft-parse-mailbox-list): Ditto.
1330         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
1331         instead of `smtp-deduce-address-list'.
1332         (wl-draft-on-field-p): Follow group list.
1333
1334         * wl-address.el (wl-address-concat-token): New function.
1335         (wl-address-string-without-group-list-contents): Ditto.
1336         (wl-complete-field-body): Fixed problem of completion
1337         by japanese petname.
1338         (wl-address-make-completion-list): Rewrite.
1339
1340 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
1341
1342         * wl-address.el (wl-address-make-completion-list): Completion by
1343         petname.
1344         (wl-complete-field-body): Likewise.
1345
1346 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
1347
1348         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
1349         contains invalid address syntax.
1350
1351 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
1352
1353         * wl-folder.el (wl-folder-check-entity-async): Use
1354         `elmo-nntp-spec-hostname'.
1355
1356 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
1357
1358         * wl-summary.el (wl-summary-msgdb-load-async): Use
1359         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
1360
1361 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
1362
1363         * wl-draft.el (wl-draft-reply): Set argument
1364         `content-transfer-encoding' as nil.
1365
1366 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
1367
1368         * wl-refile.el (wl-refile-learn): Move hit element to the top of
1369         `wl-refile-alist'.
1370
1371 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
1372
1373         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
1374         (wl-draft-edit-string): Ditto.
1375         (wl-draft-forward): Ditto.
1376         * wl-summary.el (wl-summary-write): Ditto.
1377
1378 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1379
1380         * wl-summary.el (wl-summary-sync-update3): Call
1381         `wl-summary-buffer-number-column-detect'.
1382         (wl-summary-buffer-number-column-detect): Search from point-min.
1383
1384 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1385
1386         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
1387         contains an address which is not included in original to or cc.
1388
1389 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
1390
1391         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
1392         begin-line does not exist.
1393         * wl-message.el (wl-message-uu-substring): Ditto.
1394
1395 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1396
1397         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
1398         clear local variables.
1399         (wl-summary-exit): Call `elmo-commit'.
1400         (wl-summary-switch-to-clone-buffer): Call
1401         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
1402         (wl-summary-goto-folder-subr): Ditto.
1403
1404         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
1405         POP folder.
1406
1407 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1408
1409         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
1410         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
1411         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
1412         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
1413         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
1414         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
1415
1416         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
1417
1418 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
1419
1420         * wl-summary.el (wl-summary-search-by-subject):
1421         Search parent message from the latest one.
1422
1423 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1424
1425         * wl-draft.el (wl-draft-reply): Insert address with full-name.
1426         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
1427
1428         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
1429         New user option.
1430
1431         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
1432         if elmo-nntp-use-killed-list is nil.
1433         Use `elmo-msgdb-append-to-killed-list'.
1434         (Append numbers confirmed as disappeared to the killed list.)
1435         (wl-summary-confirm-appends): Don't display negative number.
1436
1437 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
1438
1439         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
1440
1441 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
1442
1443         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
1444         range is `all'.
1445         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
1446         `elmo-list-bigger-diff'.
1447
1448 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
1449
1450         * wl-summary.el (wl-summary-buffer-exit-func):
1451         New buffer local variable.
1452         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
1453
1454 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
1455
1456         * wl-demo.el (wl-demo): Fix the last change.
1457
1458 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
1459
1460         * wl-demo.el (wl-demo): Don't use `eval'.
1461
1462 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
1463
1464         * wl-summary.el (wl-summary-buffer-thread-modified):
1465         New buffer-local variable.
1466         (wl-summary-set-thread-modified): New function.
1467         (wl-summary-thread-modified-p): New function.
1468         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
1469         (wl-summary-yank-saved-message): Use function
1470         `wl-summary-set-thread-modified'
1471         (wl-summary-switch-to-clone-buffer): Add
1472         `wl-summary-buffer-thread-modified'.
1473
1474         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
1475         (wl-summary-buffer-mark-saved-hook): Ditto.
1476         * wl-summary.el (wl-summary-msgdb-save): New hook
1477         `wl-summary-buffer-message-saved-hook' and
1478         `wl-summary-buffer-mark-saved-hook'.
1479
1480 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
1481
1482         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
1483
1484 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
1485
1486         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
1487         don't hide scroll bars under FSF Emacsen because it may incur an
1488         undesirable redrawing.
1489
1490 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
1491
1492         * wl-draft.el (wl-draft-edit-string): Call
1493         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
1494
1495 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
1496
1497         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
1498
1499 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
1500
1501         * wl-summary.el (wl-summary-msgdb-load-async): Call
1502         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
1503
1504 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
1505
1506         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
1507         fringes in demo buffer; center bitmap logo correctly even if old
1508         Mule is used.
1509
1510 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
1511
1512         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
1513
1514         * wl-refile.el (wl-refile-subject-alist): New variable.
1515         (wl-refile-subject-alist-file-name): Ditto.
1516         (wl-refile-alist-setup): Rewrite.
1517         (wl-refile-alist-save): Use `elmo-object-save'.
1518         Eliminated arguments.
1519         (wl-refile-learn): Check `wl-refile-guess-func-list'.
1520         (wl-refile-guess-by-subject): New function.
1521         (wl-refile-guess-func-list): Added it.
1522
1523 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
1524
1525         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
1526         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
1527
1528 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
1529
1530         * wl-summary.el (wl-summary-buffer-prev-folder-func):
1531         New buffer-local variable.
1532         (wl-summary-buffer-next-folder-func): Ditto.
1533         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
1534         if non-nil.
1535         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
1536         if non-nil.
1537         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
1538         if non-nil.
1539         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
1540         if non-nil.
1541
1542 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
1543
1544         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
1545         permanently in the demo buffer.
1546
1547 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
1548
1549         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
1550         `mime-entity-fetch-field'.
1551
1552         * wl.el (wl-exit): Delete plugged buffer.
1553
1554         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
1555         XEmacs has menubar feature.
1556
1557 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
1558
1559         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
1560         cannot arrive at the beginning of the buffer under old Emacsen.
1561
1562 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
1563
1564         * wl-address.el (wl-address-ldap-search):
1565         Call `ldap-search-entries' with `withdn' argument t.
1566         (wl-complete-field-body): Bind completion-ignore-case as t.
1567         Clear ldap search hash when it was sole completion.
1568         Use elmo-string for pattern string.
1569         (wl-ldap-alias-safe-string): Eliminated needless let.
1570
1571 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
1572
1573         * wl-address.el (wl-ldap-alias-dn-level): New variable.
1574         (wl-ldap-alias-sep): New constant.
1575         (wl-ldap-search-attribute-type-list): Ditto.
1576         (wl-ldap-get-value): New function.
1577         (wl-ldap-make-filter): Ditto.
1578         (wl-ldap-make-matched-value-list): Ditto.
1579         (wl-ldap-alias-safe-string): Ditto.
1580         (wl-ldap-register-dn-string): Ditto.
1581         (wl-address-ldap-search): Rewrite.
1582
1583 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
1584
1585         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
1586         thread is deleted.
1587         (wl-thread-delete-line-from-buffer): Ditto.
1588         (wl-thread-get-exist-children): New function.
1589
1590 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
1591
1592         * wl-demo.el (wl-demo): Made it to select various image types.
1593         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
1594         from `wl-title-logo'.
1595         (wl-logo-ascii): New variable.
1596         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
1597         (wl-demo-copyright-notice): New constant.
1598
1599         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
1600
1601 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1602
1603         * wl-vars.el (wl-summary-target-above): Renamed from
1604         wl-summary-temp-above.
1605         * wl-score.el (wl-score-get-score-alist): Use it.
1606         (wl-summary-score-update-all-lines): Use it.
1607         * wl-summary.el: Ditto. (make-variable-buffer-local).
1608
1609 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
1610
1611         * wl-vars.el (wl-ldap-port): New user option.
1612
1613         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
1614         Rewite whole implementation.
1615         (wl-complete-field-body): Fixed.
1616
1617 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
1618
1619         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
1620         Choose implementation at compile time.
1621
1622 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
1623
1624         * wl-address.el (wl-ldap-search-internal): New function.
1625         (wl-complete-field-to): Use it.
1626
1627 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
1628
1629         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
1630         Use `let' instead of `let*'.
1631         Require 'wl-vars.
1632
1633         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
1634         Define as defcustom.
1635         (wl-ldap-base): Ditto.
1636         (wl-use-ldap): Ditto.
1637
1638 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
1639
1640         * wl-address.el (wl-ldap-search): New function.
1641         (wl-complete-field-body): Use `wl-ldap-search'.
1642         (wl-ldap-server): New variable.
1643         (wl-ldap-base): Ditto.
1644         (wl-use-ldap): Ditto.
1645
1646 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
1647
1648         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
1649         (Pointed out by Mito <mit@nines.nec.co.jp>).
1650         * wl-summary.el (wl-summary-redisplay-no-mime): Update
1651         buffer-local variables like `wl-summary-redisplay-internal'.
1652         (wl-summary-redisplay-all-header): Likewise.  Update
1653         Summary view too.
1654
1655 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
1656
1657         * wl-summary.el (wl-summary-jump-to-parent-message):
1658         Consider prefix argument.
1659
1660         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
1661         when closed thread is deleted.
1662
1663 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
1664
1665         * wl-summary.el (wl-summary-jump-to-parent-message):
1666         Consider thread modification.
1667
1668 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
1669
1670         * wl-message.el (wl-message-normal-get-original-buffer): Use
1671         `save-excursion'.
1672
1673         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
1674         (wl-summary-showto-folder-regexp): Ditto.
1675
1676 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
1677
1678         * wl-util.el (wl-delete-alist): Doc fix.
1679         (wl-delete-associations): New function.
1680         (wl-inverse-alist): New function.
1681         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
1682         Split temporary variables. Use `wl-delete-associations'
1683         and `wl-inverse-alist'.
1684         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
1685
1686 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
1687
1688         * wl-folder.el (wl-folder-prefetch-entity):
1689         Execute prefetching if new count is unknown.
1690
1691 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
1692
1693         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
1694
1695         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
1696         delete entity.
1697         (wl-thread-set-parent): If insert as top, set linked as nil.
1698
1699         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
1700         `wl-thread-cleanup-symbols' when view mode is thread.
1701
1702 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
1703
1704         * wl-folder.el (wl-folder-create-folder-entity): Use
1705         with-current-buffer.
1706         (wl-local-folder-init): Call set-buffer to make sure we are in
1707         the Folder buffer. Don't touch buffer-local variables here.
1708         (wl-folder-mode): Initialize buffer-local variables here.
1709
1710         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
1711         (wl-folder-entity-assign-id): Ditto.
1712         (wl-folder-create-entity-hashtb): Ditto.
1713         (wl-local-folder-init): Ditto.
1714         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
1715
1716 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1717
1718         * wl-summary.el (wl-summary-default-from): Fix probrem when
1719         std11-extract-address-components return (nil "foo@bar").
1720
1721 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
1722
1723         * wl-draft.el (wl-draft-clone-local-variables):
1724         Remove redundant `setq'.
1725
1726 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
1727
1728         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
1729         Bind wl-highlight-x-face-func as nil while highlighting header.
1730
1731 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
1732
1733         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
1734
1735 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
1736
1737         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
1738         elmo-msgdb-overview-hashtb from copy-variables.
1739         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
1740         instead of `elmo-msgdb-overview-get-entity-by-number'.
1741         (wl-summary-auto-refile): Ditto.
1742
1743         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1744         `elmo-msgdb-overview-get-entity' instead of
1745         `elmo-msgdb-search-overview-entity'.  Use
1746         `elmo-msgdb-overview-get-entity' instead of
1747         `elmo-msgdb-overview-get-entity-by-number'.
1748         (wl-thread-insert-entity-sub): Ditto.
1749         (wl-thread-insert-message): Ditto.
1750
1751         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
1752         `elmo-msgdb-overview-get-entity'.
1753         (wl-normal-message-redisplay): Ditto.
1754
1755 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
1756
1757         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
1758         `wl-thread-entities'.
1759         (wl-thread-delete-message): Fix remove top message from
1760         `wl-thread-entity-list'.
1761
1762         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
1763         wl-append(nconc), because update-list is broken on Meadow.
1764
1765         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
1766         updating process.
1767         (wl-summary-rescan): Ditto.
1768         (wl-summary-sync-update3): Ditto.
1769         * wl-thread.el (wl-thread-set-parent): Renamed from
1770         `wl-summary-set-parent'.
1771         (wl-thread-insert-message): Updating buffer faster.
1772         (wl-thread-delete-message): Updating buffer faster.
1773
1774         * wl-score.el (wl-summary-score-update-all-lines): Changed
1775         interval for display progress gauge.
1776
1777 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1778
1779         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
1780         folder always-sticky.
1781         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
1782         defmacro.
1783
1784 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
1785
1786         * wl-vars.el (wl-draft-add-references): New user option.
1787
1788         * wl-draft.el (wl-draft-add-references): New function.
1789         (wl-draft-yank-from-mail-reply-buffer): Use it.
1790         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
1791         as nil.
1792
1793 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
1794
1795         * wl-thread.el (wl-thread-update-line-msgs): Called
1796         `wl-thread-update-line-on-buffer-sub'.
1797         (wl-thread-update-line-on-buffer): Delete routine of inserting
1798         thread.
1799         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
1800         moved from `wl-thread-update-line-on-buffer'.
1801         Add threshold for displaying progress gauge.
1802         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
1803         argument of `wl-thread-update-line-msgs'.
1804         Add threshold for displaying progress gauge.
1805         * wl-folder.el:
1806         Add threshold for displaying progress gauge.
1807         * wl-score.el: Ditto.
1808
1809         * wl-expire.el (wl-summary-expire): Display deleting info.
1810
1811 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
1812
1813         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
1814         `no-msg'.
1815         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
1816         argument of `wl-thread-update-line-msgs'.
1817         (wl-summary-set-parent): Added optional argument `parent-number'.
1818         (wl-summary-buffer-saved-message): New buffer local variable.
1819         (wl-summary-save-current-message): New command.
1820         (wl-summary-yank-saved-message): Ditto.
1821         (wl-summary-mode-map): Added key binding for
1822         `wl-summary-save-current-message' (\ew) and
1823         `wl-summary-yank-saved-message' (\C-y).
1824         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
1825
1826 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
1827
1828         * wl-summary.el (wl-summary-mode-map): Added key binding for
1829         `wl-summary-set-parent' (ts).
1830
1831 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
1832
1833         * wl-summary.el (wl-summary-insert-thread-entity): Search same
1834         subject faster. If thread number is reverse, delayed updating
1835         thread.
1836         (wl-summary-search-by-subject): Ditto.
1837         (wl-summary-put-alike): Ditto.
1838         (wl-summary-get-alike): Ditto.
1839         (wl-summary-insert-headers): Insert header of all overview in
1840         buffer.
1841         (wl-summary-rescan): Delayed updating thread. Kill search subject
1842         buffer for wl-summary-search-by-subject.
1843         (wl-summary-sync-update3): Ditto.
1844         (wl-summary-exit): Ditto.
1845         (wl-summary-goto-bottom-of-current-thread): Change for linked
1846         thread.
1847         (wl-summary-overview-create-summary-line): Change line for linked
1848         thread.
1849
1850         * wl-summary.el (wl-summary-update-thread): Use
1851         wl-thread-maybe-get-children-num.
1852         (wl-summary-set-parent): If change parent, move sub thread.
1853         (wl-summary-redisplay-internal): Add horizontal recenter.
1854         (wl-summary-redisplay-no-mime): Add horizontal recenter.
1855
1856         * wl-thread.el (wl-thread-entity-get-linked): New function.
1857         (wl-thread-entity-set-linked): New function.
1858         (wl-thread-create-entity): Add linked element.
1859         (wl-thread-entity-insert-as-top): Use wl-append.
1860         (wl-thread-maybe-get-children-num): If closing thread, return
1861         children msgs.
1862         (wl-thread-update-line-msgs): Displaying progress message.
1863         (wl-thread-update-line-on-buffer-sub): Use
1864         wl-thread-maybe-get-children-num.
1865         (wl-thread-update-line-on-buffer): If update line is not exists,
1866         insert thread.
1867         (wl-thread-delete-message): If delete top msg of thread, search
1868         parent by subject.
1869         (wl-thread-insert-entity): Use
1870         wl-thread-maybe-get-children-num.
1871
1872         * wl-highlight.el (wl-highlight-summary-current-line): change
1873         sregexp for linked thread.
1874         * wl-util.el (wl-count-lines): Count lines.
1875         (wl-horizontal-recenter): horizontal recenter.
1876         * wl-score.el (wl-score-put-alike): Use wl-count-lines
1877         (wl-score-get-alike): Ditto.
1878         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
1879         (wl-subject-length-limit): New variable.
1880         (wl-highlight-thread-indent-string-regexp): Changed for linked
1881         thread.
1882
1883 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
1884
1885         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
1886         New variable (revival).
1887         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
1888         by subject matching if there's no in-reply-to nor references field
1889         (revival).
1890
1891 \f
1892 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
1893
1894         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
1895         message.
1896
1897 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
1898
1899         * wl-summary.el (wl-summary-reply): Return t if there was a
1900         message at cursor point.
1901         Added unwind-protect.
1902         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
1903         returns t.
1904         (wl-summary-cancel-message): Do nothing when there's no message at
1905         cursor point.
1906         (wl-summary-forward): Ditto.
1907         (wl-summary-jump-to-parent-message): Ditto.
1908         (wl-summary-reedit): Ditto.
1909         (wl-summary-edit-addresses): Ditto.
1910         (wl-summary-pipe-message): Ditto.
1911         (wl-summary-print-message-with-ps-print): Ditto.
1912         (wl-summary-print-message): Ditto.
1913         (wl-summary-mark-as-important): Ditto.
1914         (wl-summary-mark-as-unread): Ditto.
1915
1916         * wl-summary.el (wl-summary-reply): Cause an error when there's no
1917         message at cursor point.
1918         (wl-summary-reply-with-citation): Remove unwind-protect.
1919
1920         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
1921         subject searching feature.
1922         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
1923         Eliminated.
1924
1925 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
1926
1927         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
1928         New variable.
1929         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
1930         by subject matching if there's no in-reply-to nor references field.
1931
1932         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
1933
1934         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
1935         when display is finished.
1936         (wl-folder-open-all): Ditto.
1937         (wl-folder-update-access-group): Ditto.
1938         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
1939         * wl-thread.el (wl-thread-close-all): Ditto.
1940
1941         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
1942         progress gauge only when it was displayed.
1943         * wl-folder.el (wl-folder-insert-entity): Ditto.
1944
1945 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
1946
1947         * wl-summary.el (wl-summary-incorporate): Enclose
1948         `wl-summary-sync-force-update' with save-excursion.
1949
1950 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
1951
1952         * wl-summary.el (wl-summary-prefetch-region):
1953         Pass current cursor point to `pos-visible-in-window-p' after
1954         moving cursor to the started point.
1955
1956 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
1957
1958         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
1959
1960         * wl-draft.el (wl-draft-insert-current-message): Delete useless
1961         fields from the forwarding message.
1962         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
1963         `ignored-fields'.
1964
1965 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
1966
1967         * wl-mime.el (wl-message-request-partial):
1968         Eliminated argument `msgdb'.
1969         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
1970         (wl-mime-combine-message/partial-pieces): Likewise.
1971         * tm-wl.el (wl-message-request-partial): Likewise.
1972         (wl-mime-combine-message/partial-pieces): Likewise.
1973
1974 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
1975
1976         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
1977         when display is finished.
1978
1979 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
1980
1981         * wl-summary.el (wl-summary-goto-folder-subr):
1982         Fix problem when wl-summary-partial-highlight-above-lines is nil.
1983
1984 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
1985
1986         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
1987         when cursor point is visible.
1988
1989 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
1990
1991         * wl-expire.el (wl-expire-archive-get-max-number):
1992         Don't use `file-name-directory'.
1993
1994 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
1995
1996         * wl-expire.el (wl-expire-archive-get-max-number):
1997         Use `file-name-directory'.
1998
1999 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
2000
2001         * wl-summary.el (wl-summary-sync-marks): Re-display progress
2002         only when there is progress.
2003
2004 2000-04-13  Mito <mit@nines.nec.co.jp>
2005
2006         * wl-summary.el (wl-summary-sync-marks): Display progress.
2007
2008 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
2009
2010         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
2011         (wl-summary-prev): Move cursor regardless of unread status.
2012         (wl-summary-next): Ditto.
2013
2014 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
2015
2016         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
2017         Added argument `target' and `number'.
2018         * tm-wl.el (wl-summary-burst-subr): New function.
2019         (wl-summary-burst): Use it.
2020
2021 2000-04-10  Mito <mit@nines.nec.co.jp>
2022
2023         * wl-mime.el (wl-burst): New function.
2024         (wl-summary-burst): Use it.
2025
2026 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
2027
2028         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
2029         as petname when there's no candidate.
2030
2031 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
2032
2033         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
2034         New variable.
2035         * wl-fldmgr.el (wl-fldmgr-add): Use it.
2036
2037         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
2038
2039         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
2040
2041 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
2042
2043         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
2044         Use substring of `original' instead of buffer-substring.
2045         (wl-refile-evaluate-rule):
2046         Set `original' argument of wl-refile-expand-newtext.
2047
2048         * wl-summary.el
2049         (wl-summary-auto-refile-check-refile-rule-alist-subr,
2050         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
2051         (wl-summary-auto-refile): Check existence of destination folder just
2052         before marking.
2053
2054 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2055
2056         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
2057         when wl-refile-get-field-value return nil.
2058
2059 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
2060
2061         * wl-refile.el
2062         (wl-refile-expand-newtext): New function imported from Gnus.
2063         (wl-refile-evaluate-rule): Use it.
2064
2065 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
2066
2067         * wl-summary.el (wl-summary-print-destination):
2068         Duplicate folder string to avoid putting text-property on
2069         original string.
2070
2071         * wl-refile.el (wl-refile-get-field-value): New function.
2072         (wl-refile-evaluate-rule): New function;
2073         Evaluate refile rule recursively.
2074         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
2075         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
2076         New function; Check existence of a target folder recursively.
2077         (wl-summary-auto-refile-check-refile-rule-alist):
2078         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
2079
2080 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
2081
2082         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
2083
2084         * wl-folder.el (wl-create-folder-entity-from-buffer):
2085         Fixed problem when '}' character is contained in folder name.
2086
2087         * wl-xmas.el (wl-make-modeline): Consider plugged status.
2088
2089 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
2090
2091         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
2092         (wl-fldmgr-add-completion-all-completions):
2093         Use wl-fldmgr-add-completion-hashtb.
2094
2095 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
2096
2097         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
2098         wl-fldmgr-add-completion-subr): New functions.
2099         * wl-folder.el (wl-folder-completion-func): New variable.
2100         * wl-summary.el (wl-summary-read-folder):
2101         Use wl-folder-completion-func.
2102
2103         * wl-refile.el: Eliminate throw & catch.
2104
2105         * wl.el (wl-plugged-sending-queue-status): Fixed.
2106
2107 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
2108
2109         * wl-draft.el (wl-draft): Put category property on
2110         mail-header-separator.