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