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