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