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