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