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