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