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