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