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