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