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