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