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