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