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