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