a7a2aba63da6db6101e4601eae3baf42a57a65cb
[elisp/wanderlust.git] / wl / ChangeLog
1 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
2
3         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4         and wl-folder-summary-line-format-alist contain %T and %P.
5
6         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
7         (wl-summary-mode-line-format): New user option.
8         (wl-summary-line-format-spec-alist): Added l, T, P, n.
9         (wl-summary-line-format): Changed default value.
10         (wl-summary-lazy-highlight): Changed default value.
11
12         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
13         change in wl-summary-create-line.
14         (wl-thread-insert-entity-sub): Ditto.
15
16         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
17         (wl-summary-buffer-unread-status): Ditto.
18         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
19         (wl-summary-buffer-persistent-mark-column): Ditto.
20         (wl-summary-buffer-mode-line-formatter): Ditto.
21         (wl-summary-buffer-mode-line): Ditto.
22         (wl-summary-message-regexp): Abolished.
23         (All other related portions are changed.)
24         (wl-summary-detect-mark-position): New function.
25         (wl-summary-buffer-set-folder): Setup
26         wl-summary-buffer-mode-line-formatter.
27         (wl-summary-mode): Setup selective-display;
28         Setup pre-idle-hook when xemacs.
29         (wl-summary-update-modeline): Rewrite.
30         (wl-summary-jump-to-msg): Define as function;
31         Changed regexp for searching messages.
32         (wl-summary-message-number): Rewrite.
33         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
34         Do rescan when old type summary cache.
35         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
36         (wl-summary-remove-destination): Use '\r' to detect EOL.
37         (wl-summary-print-destination): Ditto.
38         (wl-summary-temp-mark): New inline function.
39         (wl-summary-persistent-mark): Ditto.
40         (wl-summary-line-number): New function.
41         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
42         (wl-summary-line-list-count): New function.
43         (wl-summary-create-line): Added argument persistent-mark.
44         (All other related portions are changed)
45         (wl-summary-create-line): Insert '\r'.
46         (wl-summary-save-view-cache): Encode whth `unix' EOL.
47         (wl-summary-cursor-move-surface): New inline function.
48         (wl-summary-prev): Use it.
49         (wl-summary-next): Ditto.
50
51         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
52         wl-summary-message-regexp.
53         (wl-highlight-summary): Delete progress message.
54         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
55
56         * Version number is increased to 2.9.12.
57
58 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
59
60         * wl-summary.el (wl-summary-line-subject-minimum-length): New
61         variable (nil: no minimum).
62         (wl-summary-line-subject): Add some spaces after subject by
63         wl-summary-line-subject-minimum-length.
64
65 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
66
67         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
68         and removed `F'.
69         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
70         change above).
71
72 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
73
74         * wl-summary.el (wl-summary-line-list-count): Reverted.
75         (example setting in samples/*/dot.wl is also updated)
76
77 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
78
79         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
80
81         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
82
83         * wl-vars.el (wl-summary-line-format): Addes some description to the
84         docstring.
85
86         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
87         (wl-summary-line-close-bracket): Ditto.
88         (wl-summary-line-children-number): Ditto.
89         (wl-summary-line-thread-indent): Ditto.
90         (wl-summary-line-children-and-from): Ditto.
91
92         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
93         't', 'c', 'F' and added 'C'.
94
95         * wl-util.el (wl-set-string-width): Accept negative value.
96         (wl-line-parse-format): Added "%number(" and "%)".
97
98 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
99
100         * wl-summary.el (wl-summary-line-list-count): Change format of the
101         return value.
102
103 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
104
105         * wl-draft.el (wl-draft-beginning-of-line): New command imported
106         from the recent message.el.
107         (wl-draft-point-in-header-p): Ditto.
108         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
109         wl-draft-beginning-of-line.
110         * wl-e21.el (wl-draft-mode-map): Ditto.
111         * wl-xmas.el (wl-draft-mode-map): Ditto.
112
113         * wl-folder.el: Sort macrodefs by dependencies.
114
115 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
116
117         * wl-summary.el (wl-summary-prev): Fixed regexp.
118         (wl-summary-next): Ditto.
119
120 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
121
122         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
123
124 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
125
126         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
127         for backward compatibility.
128
129 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
130
131         * wl-summary.el (wl-summary-line-list-count): New function, merged
132         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
133         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
134         list counts.
135
136 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
137
138         * wl-summary.el (wl-summary-create-line): Ignore errors while
139         timezone-fix-time.
140
141         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
142
143         * wl-summary.el (wl-summary-sync-update): Ditto.
144         (wl-summary-default-from): Use wl-message-entity
145         instead of entity.
146
147         * wl-summary.el (wl-summary-create-line): Fix.
148
149         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
150         (wl-summary-line-format): New user option.
151         (wl-folder-summary-line-format-alist): Ditto.
152         (wl-summary-from-width): Abolished.
153
154         * wl-util.el (toplevel): Require 'bytecomp.
155         (wl-line-parse-format): New function.
156         (wl-line-formatter-setup): New macro.
157
158         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
159         (wl-summary-buffer-line-formatter): New buffer local variable.
160         (wl-summary-switch-to-clone-buffer): Follow the change above.
161         (wl-summary-message-regexp): Fix.
162         (wl-summary-from-func-internal): Abolished.
163         (wl-summary-subject-func-internal): Ditto.
164         (wl-summary-subject-filter-func-internal): Ditto.
165         (All other related portions are changed.)
166         (wl-summary-buffer-set-folder):
167         Set up wl-summary-buffer-number-column and 
168         wl-summary-buffer-line-formatter
169         (All other related portions are changed.)
170         (wl-summary-buffer-number-column-detect): Abolished.
171         (All other related portions are changed.)
172         (wl-summary-delete-all-status-marks-on-buffer): Removed.
173         (wl-summary-delete-all-temp-marks-on-buffer): Use
174         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
175         (wl-summary-target-mark-delete): Ditto.
176         (wl-summary-target-mark-refile-subr): Ditto.
177         (wl-summary-target-mark-mark-as-read): Ditto.
178         (wl-summary-target-mark-mark-as-unread): Ditto.
179         (wl-summary-target-mark-mark-as-important): Ditto.
180         (wl-summary-target-mark-save): Ditto.
181         (wl-summary-replace-status-marks): Renamed from
182         wl-summary-set-status-marks-on-buffer;
183         Use wl-summary-message-regexp instead of
184         wl-summary-buffer-number-regexp.
185         (wl-summary-sync-update): Follow the change above.
186         (wl-summary-goto-previous-message-beginning): New function.
187         (wl-summary-mark-as-unread): Use it.
188         (wl-summary-mark-as-important): Ditto.
189         (wl-summary-line-formatter): New variable.
190         (wl-summary-line-year): New function.
191         (wl-summary-line-day): Ditto.
192         (wl-summary-line-day-of-week): Ditto.
193         (wl-summary-line-hour): Ditto.
194         (wl-summary-line-minute): Ditto.
195         (wl-summary-line-open-bracket): Ditto.
196         (wl-summary-line-close-bracket): Ditto.
197         (wl-summary-line-children-number): Ditto.
198         (wl-summary-line-thread-indent): Ditto.
199         (wl-summary-line-size): Ditto.
200         (wl-summary-line-subject): Ditto.
201         (wl-summary-line-from): Ditto.
202         (wl-summary-line-children-and-from): Ditto.
203         (wl-summary-create-line): Rewritten.
204         (wl-summary-format-date): Abolished.
205
206         * wl-highlight.el (wl-highlight-summary-current-line): Use
207         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
208         Use thread structure to detect thread top message.
209
210         * wl-draft.el (wl-default-draft-cite): Don't use
211         wl-summary-from-func-internal.
212
213         * wl-refile.el (wl-refile-subject-learn): Don't use
214         wl-summary-subject-filter-func-internal.
215         (wl-refile-guess-by-subject): Ditto.
216
217         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
218         parameters.
219
220         * wl-thread.el (wl-thread-update-indent-string-region):
221         Use wl-thread-update-line-on-buffer instead of
222         wl-thread-update-indent-string.
223         (wl-thread-update-children-number): Redefine using
224         wl-thread-update-line-on-buffer.
225         (wl-thread-update-indent-string): Abolished.
226
227         * Version number is increased to 2.9.11.
228
229 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
230
231         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
232         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
233         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
234
235         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
236         as nil.
237
238         * wl-thread.el (wl-thread-open-all-unread): Use 
239         elmo-folder-list-messages-mark-match.
240         (wl-thread-insert-message): Removed argument `mark-alist'.
241         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
242         elmo-msgdb-set-mark.
243         (wl-thread-get-children-msgs-uncached): Likewise.
244         (wl-thread-get-exist-children): Added argument include-self.
245         (wl-thread-delete-message): Follow the change above.
246
247         * wl-summary.el (wl-summary-count-unread): Removed argument.
248         (wl-summary-rescan): Follow the change above.
249         (wl-summary-mark-as-read-region): Ditto
250         (wl-summary-mark-as-unread-region): Ditto.
251         (wl-summary-delete-messages-on-buffer): Ditto.
252         (wl-summary-sync-update): Ditto.
253         (wl-summary-switch-to-clone-buffer): Ditto.
254         (wl-summary-goto-folder-subr): Ditto.
255         (wl-summary-target-mark-mark-as-read): Ditto.
256         (wl-summary-target-mark-mark-as-unread): Ditto.
257         (wl-summary-target-mark-mark-as-important): Ditto.
258         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
259         (wl-summary-update-thread): Removed argument `mark-alist'.
260         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
261         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
262         (wl-summary-resume-cache-status): Likewise.
263         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
264         elmo-msgdb-set-mark.
265         (wl-summary-mark-as-read-all): Likewise.
266         (wl-summary-delete-cache): Ditto.
267         (wl-summary-auto-select-msg-p): Ditto.
268         (wl-summary-mark-as-unread): Ditto.
269         (wl-summary-no-auto-refile-message-p): Ditto.
270         (wl-summary-mark-as-read): Ditto.
271         (wl-summary-mark-as-important): Ditto.
272         (wl-summary-auto-refile): Follow the change above.
273         (wl-summary-delete-all-marks): Removed.
274         (wl-summary-resume-marks-and-highlight): Ditto.
275         (wl-summary-resume-marks): Ditto.
276         (wl-summary-delete-important-msgs-from-list): Ditto.
277         (wl-summary-delete-canceled-msgs-from-list): Ditto.
278
279         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
280         wl-summary-count-unread.
281
282         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
283         (wl-summary-score-update-all-lines): Use
284         elmo-msgdb-set-mark.
285
286 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
287
288         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
289         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
290         (wl-summary-create-line): Renamed from
291         wl-summary-overview-create-summary-line;
292         Argument rearrangement.
293         (wl-summary-update-thread): Follow the change above.
294
295         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
296         (wl-thread-insert-entity-sub): Likewise.
297
298         * wl-summary.el (wl-summary-append-message-func-internal): Removed
299         argument `overview', `mark-alist' and added `msgdb'.
300
301         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
302
303         * wl-summary.el (wl-summary-insert-summary): Changed argument.
304         (wl-summary-rescan): Follow the change above.
305         (wl-summary-sync-update): Ditto.
306         (wl-summary-insert-thread-entity): Ditto;
307         Don't use `let*' in every while loop;
308         Detect infinite loop of threads.
309         (wl-summary-update-thread): Removed argument `overview'.
310
311         * wl-thread.el (wl-thread-insert-message): Ditto.
312
313         * Version number is increased to 2.9.10.
314
315         * wl-message.el (wl-message-redisplay): Ignore errors while
316         wl-message-redisplay-hook.
317
318 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
319
320         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
321
322 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
323
324         * wl.el (wl): inhibit-quit while wl-folder.
325
326 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
327
328         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
329         while msgdb access.
330
331 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
332
333         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
334         even if no folder is not created.
335
336 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
337
338         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
339
340         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
341         implementation.
342         (wl-summary-target-mark-thread): Ditto.
343
344         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
345
346 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
347
348         * wl-util.el (wl-display-bytes): Remove unused function.
349
350 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
351
352         * wl.el (wl-check-environment): Cause error when wl-from is nil,
353         seems critical one (partially reverse the change in 2002/03/17).
354
355 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
356
357         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
358         * wl-draft.el (wl-draft-write-sendlog): Ditto.
359
360 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
361
362         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
363         is not writable.
364         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
365         plugged status instead of `'force' as 2nd argument.
366
367         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
368         is not creatable.
369
370         * Version number is increased to 2.9.9.
371
372 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
373
374         * wl-summary.el (wl-summary-suspend): New function.
375
376 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
377
378         * wl.el (wl): Do not check variables if check is nil.
379         * wl-utils.el (wl-collect-draft): New function.
380         * wl-folder.el (wl-folder-suspend): Put summary buffers
381         and draft buffers at the end of buffer list.
382         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
383
384 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
385
386         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
387         loop instead of recursive call.
388
389         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
390         2nd argument.
391
392 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
393
394         * wl-draft.el (wl-draft-create-contents): Don't take neither
395         (function . args) nor (string . something) any more.
396
397         * wl-version.el (wl-generate-user-agent-string): Return string
398         without header symbol.
399         * wl-draft.el (wl-draft-default-headers): Use it.
400
401         * wl-draft.el (wl-draft-trim-ccs): Renamed from
402         `wl-draft-insert-ccs' and return field value instead of inserting
403         the header. Abolish cc argument.
404         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
405
406         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
407         rather than one with string car.
408
409         * wl-vars.el (wl-draft-additional-header-alist): New variable.
410         * wl-draft.el (wl-draft-create-contents): Add it after the default
411         headers.
412
413         * wl-draft.el (wl-draft-create-contents): For the case of
414         (symbol-or-string . function) insert header only when the function
415         returns string value.
416
417 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
418
419         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
420         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
421
422 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
423
424         * wl.el (wl-check-environment): Don't check Message-ID when
425         `wl-insert-message-id' is nil.
426         Revive checking if `wl-message-id-domain' contains "@".
427
428 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
429
430         * wl.el (wl-check-environment): Merge examination for "@" at
431         inappropriate position into the first string-match.
432
433         * wl-summary.el (wl-summary-target-mark-print): New function.
434         (wl-summary-pipe-message-subr): Extracted from
435         `wl-summary-pipe-message'.
436         (wl-summary-target-mark-pipe): New function.
437         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
438         `wl-summary-target-mark-pipe'.
439
440 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
441
442         * wl.el (wl-check-environment): Rewrite around Message-ID check.
443
444 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
445
446         * wl.el (wl-check-environment): Use elmo-warning instead of
447         error for non-critical ones.
448         Remove trash folder check.
449         (wl): Don't ignore error in wl-check-environment.
450
451         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
452         check, which is moved from `wl-check-environment'.
453         (Adviced by Teranishi-san [X-Mail-Count: 9661])
454
455 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
456
457         * wl-summary.el (wl-summary-write-current-folder): If it cannot
458         guess anything, call wl-summary-write.
459         (wl-summary-write): Create draft with blank To field.
460         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
461
462 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
463
464         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
465         argument full as well for wl-folder-write-current-folder.
466         If wl-*-write-current-folder cannot guess addressee, add blank
467         To header.
468         Rewrite condition for positioning cursor.
469
470 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
471
472         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
473         summary buffer is present, use it.
474         (wl-folder-jump-to-previous-summary): Ditto.
475
476 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
477
478         * wl-draft.el (wl-draft-create-contents): Fix docstring.
479
480         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
481         wl-summary-previous-buffer and wl-summary-next-buffer.
482
483         * wl-folder.el (wl-folder-mode-map): Bind
484         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
485         (wl-folder-jump-to-next-summary): New function.
486         (wl-folder-jump-to-previous-summary): Ditto.
487
488         * wl-draft.el (wl-draft): Rearranged.
489
490 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
491
492         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
493         of header.
494         (wl-draft): Collect arguments for the header as header-alist.
495         (wl-draft-forward): Arrange arguments for wl-draft.
496         (wl-draft-reply): Ditto.
497         (wl-draft-edit-string): Ditto.
498         * wl-summary.el (wl-summary-write): Ditto.
499         (wl-summary-write-current-folder): Ditto.
500
501         * Version number is increased to 2.9.8.
502
503 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
504
505         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
506
507         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
508
509         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
510         even if the guess failed.
511
512         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
513         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
514         wl-summary-write-current-folder.
515         * wl-xmas.el: Ditto.
516
517 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
518
519         * wl-summary.el (wl-summary-next-page): Force display message if
520         message is not displayed yet.
521         (wl-summary-prev-page): Ditto.
522
523 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
524
525         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
526
527 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
528
529         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
530         add "Preview Message" and "Save Draft and Exit".
531
532 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
533
534         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
535         if addrmgr is called from draft in splitted window.
536
537         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
538         * wl-mule.el: Ditto.
539         * wl-xmas.el: Ditto.
540
541 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
542
543         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
544
545         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
546         * wl-xmas.el (wl-folder-toolbar): Ditto.
547
548 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
549
550         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
551         and wl-draft-save-and-exit.
552         (wl-draft-toolbar): Add wl-draft-save-and-exit.
553         * wl-xmas.el: Ditto.
554         * wl-mule.el: Ditto.
555
556         * wl-folder.el (wl-folder-goto-draft-folder): New function.
557         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
558
559 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
560
561         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
562         lists for saving buffer.
563
564 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
565
566         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
567         parent-folder argument instead of it.
568         (wl-draft-create-buffer): Ditto.
569         (wl-draft-forward): Ditto.
570         (wl-draft-reply): Ditto.
571         * wl-summary.el (wl-summary-write): Ditto.
572         (wl-summary-write-current-folder): Ditto.
573
574         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
575         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
576         Folder buffer after composing.
577
578 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
579
580         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
581         header if the file `wl-x-face-file' already contains it.
582
583 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
584
585         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
586         folder" entry.
587         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
588         * wl-e21.el (wl-folder-toolbar): Ditto.
589         * wl-xmas.el (wl-folder-toolbar): Ditto.
590
591 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
592
593         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
594         wl-folder-goto-folder with sticky argument.
595         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
596
597 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
598
599         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
600         and wl-summary-previous-buffer.
601         (wl-summary-next-buffer): New function.
602         (wl-summary-previous-buffer): Ditto.
603
604 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
605
606         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
607         wl-folder-jump-to-current-entity-with-arg.
608         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
609         `wl-folder-jump-to-current-entity'.
610         * wl-summary.el (wl-summary-mode-map): Bind "G" for
611         `wl-summary-goto-folder-sticky'.
612         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
613         `wl-summary-goto-folder'.
614         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
615         Unless force-exit, do not clean temp. marks for sticky summary.
616         (wl-summary-goto-folder): Now the prefix argument means force-exit.
617
618 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
619
620         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
621         not entire.
622
623 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
624
625         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
626         to `C-x C-s'.
627         (wl-summary-save-status): New command.
628         (wl-summary-exit): Don't clean-up temp marks when sticky.
629         (Applied patch from Nakayama-san [wl: 09548])
630         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
631         Do nothing when no mark data.
632         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
633         Call `wl-summary-delete-all-temp-marks' before saving.
634
635 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
636
637         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
638
639 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
640
641         * wl.el (wl-check-environment): Also cause error when (system-name)
642         returns "localhost.localdomain". (Although it doesn't affect because
643         of condition-case, see change in 2002-01-23 by Teranisi-san.)
644
645 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
646
647         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
648         instead of wl-match-member with wl-folder-hierarchy-access-folders.
649
650         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
651         value.
652
653 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
654
655         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
656         Likewise r-cc-list and r-ng-list.
657
658 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
659
660         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
661         only if it is bound as variable.
662
663         * wl-mime.el (wl-draft-preview-message): Ditto.
664
665 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
666
667         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
668         needless `goto-char'.
669
670         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
671         `wl-summary-redisplay-no-mime-internal' instead of
672         `wl-summary-redisplay-no-mime'.
673         (wl-summary-redisplay-no-mime): Changed argument;
674         Call `wl-summary-redisplay-no-mime-internal'.
675
676         * wl-mime.el (wl-draft-preview-message): Bind
677         `mime-header-encode-method-alist' locally.
678
679         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
680         (wl-draft-std11-parse-addresses): Added the first address check.
681         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
682
683         * Version number is increased to 2.9.7.
684
685 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
686
687         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
688
689 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
690
691         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
692         related to scrollbar support, if there is no such a feature
693         compiled in.
694
695 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
696
697         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
698         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
699         for prefetch.
700
701 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
702
703         * wl-summary.el (wl-summary-pick): Fix for no match.
704
705 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
706
707         * wl-draft.el (wl-draft-save):
708         Override `mime-header-encode-method-alist'.
709
710 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
711
712         * wl-folder.el (wl-folder-pick): New function.
713         Define key as "?".
714
715 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
716
717         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
718         Fix for unplugged.
719
720 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
721
722         * wl-folder.el (wl-folder-virtual): New function.
723         Define key as "V".
724
725 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
726
727         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
728         multi folder if entity is group.
729
730 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
731
732         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
733         is nil.
734
735 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
736
737         * wl-summary.el (wl-summary-pick): Fix for killed messages.
738         (wl-summary-target-mark-msgs): Return the number of marked messages.
739
740 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
741
742         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
743         "first:" is specified.
744
745 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
746
747         * wl-vars.el (wl-from): Use return value of function
748         user-full-name instead of the variable user-full-name since
749         XEmacs-20.4 doesn't set this variable.
750
751 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
752
753         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
754         call `wl' directly.
755
756 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
757
758         * wl-draft.el (wl-draft-reedit): Removed duplicated
759         switch-to-buffers.
760
761 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
762
763         * wl.el (wl-other-frame): Removed garbages.
764
765 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
766
767         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
768
769         * wl-xmas.el (wl-draft-key-setup): Ditto.
770
771         * wl-mule.el (wl-draft-key-setup): Ditto.
772
773         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
774         (wl-draft-reedit): Ditto.
775         (wl-draft-prepare-edit): Add `wl-draft-save' to
776         `local-write-file-hooks'.
777         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
778         (wl-draft-reedit): Set buffer-file-name.
779         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
780
781
782         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
783         call it.
784         (wl-delete-startup-frame-function): New variable.
785         (wl-other-frame): New function
786         (Original was written by Yamaoka san [wl: 09239]).
787
788         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
789         if `wl-folder-use-frame'.
790
791 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
792
793         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
794
795 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
796
797         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
798         New variable.
799         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
800         (wl-message-buffer-prefetch-get-next): Use them.
801         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
802
803 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
804
805         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
806         with unwind-protect.
807
808         * wl-draft.el (wl-draft-reedit): Rewrite.
809         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
810         (wl-draft-save): Insert header separator if it does not exist;
811         Removed condition-case.
812
813         * wl-summary.el (wl-summary-reedit): Revert last change.
814
815         * wl-draft.el (wl-draft-save): Rewrite.
816         (wl-draft-create-buffer): Set buffer-file-name as nil.
817
818         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
819
820         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
821
822         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
823         nil.
824
825 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
826
827         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
828         If count is nil, do not prefetch.
829         (wl-message-buffer-prefetch-next): Next.
830
831 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
832
833         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
834
835 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
836
837         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
838         `delete-backward-char'
839         (wl-draft-prepare-edit): Check major-mode.
840         (wl-draft-decode-header): Rewrite.
841         (wl-draft): Fix.
842
843 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
844
845         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
846
847 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
848
849         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
850         (wl-message-buffer-prefetch-get-next): Remove size checking.
851         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
852
853 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
854
855         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
856         (wl-draft-default-headers): Fix.
857
858 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
859
860         * wl-draft.el (wl-draft-default-headers): Insert return value of
861         `wl-generate-mailer-string-function'.
862
863 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
864
865         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
866         (wl-draft-insert-mail-header-separator): Ditto.
867
868         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
869         again (Reverted the change on 2002-01-17 by OKADA san).
870
871 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
872
873         * wl-draft.el (wl-draft): Rewrite.
874         (wl-draft-create-buffer): New function.
875         (wl-draft-create-contents): Ditto.
876         (wl-draft-prepare-edit): Ditto.
877         (wl-draft-decode-header): Ditto.
878         (wl-draft-decode-body): Ditto.
879         (wl-draft-check-new-line): Ditto.
880         (wl-draft-default-headers): Ditto.
881         (wl-draft-insert-mail-header-separator): Ditto.
882
883 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
884
885         * Version number is increased to 2.9.6.
886
887 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
888
889         * wl-draft.el (wl-draft-delete-field): Optional argument.
890         (wl-draft-delete-fields): Ditto.
891
892 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
893
894         * wl-message.el (toplevel): Eliminated byte-compile warning.
895         for `itimer-function', `delete-timer' and `itimer-list'.
896
897 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
898
899         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
900         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
901         `wl-message-buffer-prefetch-threshold'.
902         * wl-summary.el (wl-summary-redisplay-internal): Remove
903         the check of `wl-message-buffer-prefetch-depth'.
904
905 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
906
907         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
908         size of article.
909         (wl-message-buffer-prefetch-subr): Remove size check.
910
911 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
912
913         * wl-vars.el (wl-plugged): Make customizable.
914
915 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
916
917         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
918         (wl-message-buffer-prefetch-set-timer): New function.
919         (wl-message-buffer-prefetch-get-next): New function.
920         (wl-message-buffer-prefetch): New function.
921         (wl-message-buffer-prefetch-next): Rewrite.
922         (wl-message-buffer-prefetch-subr): Rewrite.
923         * wl-vars.el (wl-auto-prefetch-first): New variable.
924         * wl-summary.el (wl-summary-goto-folder-subr): Call
925         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
926
927 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
928
929         * wl-score.el (wl-summary-score-update-all-lines): Do not call
930         `wl-summary-unread-message-hook'.
931
932 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
933
934         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
935         (wl-summary-sync): Call `wl-summary-resume-cache-status'
936         if range is `cache-status'.
937
938 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
939
940         * wl-message.el (wl-message-buffer-prefetch-subr):
941         Improve debug message.
942
943 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
944
945         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
946         `wl-mail-send-pre-hook'.
947         (wl-draft-send-mail-with-qmail): Ditto.
948         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
949
950 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
951
952         * wl-message.el (wl-message-buffer-prefetch-subr):
953         Fix for cancel-function-timers bug.
954         (wl-message-buffer-prefetch-debug): Default value is t.
955
956 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
957
958         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
959         (wl-message-buffer-prefetch-subr): Rewrite.
960         Rename from `wl-message-buffer-prefetch'.
961
962 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
963
964         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
965         (wl-default-draft-cite-decorate-author): Ditto.
966
967         * wl-draft.el (wl-draft-cite-function): Removed.
968         (wl-default-draft-cite-decorate-author): Ditto.
969
970 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
971
972         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
973         (wl-default-draft-cite): Do not arrange author name if the value of
974         `wl-default-draft-cite-decorate-author' is nil.
975
976 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
977
978         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
979
980         * wl-folder.el (wl-folder-check-one-entity): Don't care
981         `elmo-folder-use-flag-p'.
982
983 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
984
985         * wl-folder (wl-folder-check-one-entity): Fix
986         problem if unread is nil.
987
988 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
989
990         * wl-address.el (wl-address-make-completion-list): Check whether
991         the address is a group list.
992         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
993
994 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
995
996         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
997         The number of the messages of new and unread does not count
998         correctly.
999
1000         * wl-summary.el (wl-summary-count-unread): Changed to return
1001         `(new . unread)' instead of total.
1002         (wl-summary-sync-update): Follow the change above.
1003
1004         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
1005
1006 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1007
1008         * wl-address.el (wl-address-make-completion-list): Do not enclose
1009         address by " <" and ">" if associated realname is "".
1010         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
1011         This is against the promblem with group list in .addresses pointed
1012         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
1013
1014 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1015
1016         * wl-draft.el (wl-draft-write-sendlog): The first argument of
1017         message is a format control string.
1018         * wl-expire.el (wl-expire-append-log): Ditto.
1019         * wl-mime.el (wl-summary-burst-subr): Ditto.
1020         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
1021         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
1022
1023 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
1024
1025         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
1026         wl.el (wl-check-variables): Rename from `wl-check-type'.
1027         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
1028         (wl-check-variables-2): New function.
1029         (wl): Call `wl-check-variables-2'.
1030
1031 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1032
1033         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
1034         after renaming folder in access group.
1035
1036 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
1037
1038         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
1039         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
1040         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
1041         (wl-message-buffer-prefetch): Rewrite.
1042         (wl-message-buffer-prefetch-idle-time): Removed.
1043         * wl-summary.el (wl-summary-redisplay-internal):
1044         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
1045         Error check for `wl-message-buffer-prefetch-depht'.
1046
1047 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
1048
1049         * Version number is increased to 2.9.5.
1050         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
1051
1052 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
1053
1054         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
1055         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
1056         Based on the patch written by
1057         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
1058
1059 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
1060
1061         * wl-draft.el (wl-draft-raw-send): Fix for
1062         `wl-news-send-pre-hook'
1063
1064 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1065
1066         * wl-utils.el (wl-message-id-function): New variable.
1067         * wl-draft.el (wl-draft-insert-required-fields):
1068         Use `wl-message-id-function'.
1069
1070 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1071
1072         * wl-vars.el (wl-message-id-use-wl-from): New variable.
1073         * wl-utils.el (wl-draft-make-message-id-string):
1074         Use `wl-from' for domain part of Message-ID
1075         if `wl-message-id-use-wl-from' if non-nil.
1076         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
1077
1078 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1079
1080         * wl.el (wl): Call `wl-check-type'
1081         Do not 'condition-case'.
1082
1083 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1084
1085         * wl.el (wl-check-type): New function.
1086         (wl-check-type-variables): New variable.
1087
1088 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1089
1090         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
1091
1092 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1093
1094         * wl-draft.el (wl-smtp-password-key): New function.
1095         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
1096         (wl-draft-send-mail-with-smtp): Ditto.
1097         (wl-draft-send-mail-with-pop-before-smtp): Fix.
1098
1099 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
1100
1101         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
1102         * wl-utils.el (wl-unique-id-suffix): Remove.
1103
1104 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
1105
1106         * Version number is increased to 2.9.4.
1107
1108 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
1109
1110         * wl-utils.el (wl-unique-id-suffix): New variable.
1111         (wl-unique-id): Use `wl-unique-id-suffix'
1112
1113 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1114
1115         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
1116         instead of `elmo-msgdb-search'.
1117
1118         * Version number is increased to 2.9.3.
1119
1120 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
1121
1122         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
1123
1124 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
1125
1126         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
1127         (wl-draft-dispatch-message): Changed for send-later.
1128         (wl-draft-queue-flush): Ditto.
1129         (wl-draft): Clear `wl-sent-message-queued'.
1130         (wl-draft-reedit): Ditto.
1131         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
1132         * wl-vars.el (wl-draft-force-queuing): New variable.
1133         (wl-draft-force-queuing-mail): New variable.
1134         (wl-draft-force-queuing-news): New variable.
1135
1136 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
1137
1138         * wl-draft.el (wl-draft-hide): Removed `interactive'.
1139         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
1140
1141 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1142
1143         * Version number is increased to 2.9.2.
1144
1145 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1146
1147         * wl-draft.el (wl-draft-elide-region): New user command.
1148         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
1149
1150         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
1151         command `wl-draft-elide-region'.
1152         * wl-mule.el: Ditto.
1153         * wl-xmas.el: Ditto.
1154
1155 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
1156
1157         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
1158         (wl-biff-check-folder-async): Removed needless let.
1159
1160 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
1161
1162         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
1163         wl-folder-get-elmo-folder.
1164         (wl-biff-check-folder): Set `biff' argument of
1165         `wl-folder-check-one-entity'.
1166         (wl-biff-check-folder-async): Setup `biff' slot of folder.
1167
1168         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
1169         (wl-folder-check-one-entity): Added `biff' argument;
1170         Setup `biff' slot of folder.
1171
1172         * Version number is increased to 2.9.1.
1173
1174 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
1175
1176         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
1177         comment out and fixed.
1178         (wl-fldmgr-add-completion-subr): Ditto.
1179
1180         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
1181         and msgdb.
1182
1183         * wl.el (wl-toggle-plugged): Save summary view.
1184
1185 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
1186
1187         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
1188
1189 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1190
1191         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
1192
1193 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1194
1195         * wl-e21.el (wl-e21-toolbar-configurations): Replace
1196         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
1197         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
1198
1199         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
1200         if it was failed.
1201         (wl-demo): Disable undo in the demo buffer.
1202
1203 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1204
1205         * wl-version.el (wl-version): Changed codename.
1206
1207         * Version number is increased to 2.9.0.
1208
1209 2001-12-14  Takuo KITAME <kitame@northeye.org>
1210
1211         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
1212         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
1213         (wl-folder-mark-as-read-all-current-entity): Ditto.
1214
1215 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
1216
1217         * wl-vars.el (wl-from-width): Define as obsolete variable.
1218         (wl-subject-length-limit): Ditto.
1219
1220         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
1221
1222         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
1223         wl-summary-save-view.
1224
1225         * wl.el (wl-save-status): Ditto.
1226         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
1227
1228         * wl-summary.el (wl-summary-save-view): Removed unused argument.
1229         (wl-summary-exit): Follow the change above.
1230         (wl-summary-goto-folder-subr): Ditto.
1231
1232         * wl-folder.el (wl-folder-create-subr): Don't use
1233         `elmo-folder-creatable-p'.
1234
1235 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1236
1237         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
1238
1239 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1240
1241         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
1242         rather than bitmap on Emacs 21.
1243         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
1244         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
1245         for xbm if the new redisplay engine is not available.
1246
1247 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1248
1249         * wl-folder.el (wl-folder-init-hook): New hook.
1250         (wl-folder-init): Run `wl-folder-init-hook'.
1251
1252 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1253
1254         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
1255
1256 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1257
1258         * wl-acap.el (wl-acap-cache-filename): New variable.
1259         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
1260         (wl-acap-init): Use cache if no ACAP server found.
1261
1262 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1263
1264         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
1265         `wl-acap-original-msgdb-dir'.
1266
1267         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
1268         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
1269
1270         * wl-mime.el (wl-mime-save-directory): Renamed from
1271         `wl-mime-save-dir'.
1272
1273 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1274
1275         * wl-vars.el (wl-icon-dir): Fixed the docstring.
1276
1277         * wl-demo.el: Require `path-util'.
1278         (wl-demo-bitmap-mule-available-p): New internal variable.
1279         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
1280         `module-installed-p' instead.
1281         (wl-demo-insert-image): Use *.img file for a bitmap image.
1282         (wl-demo): Don't call the ascii demo recursively.
1283
1284 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1285
1286         * Version number is increased to 2.7.7.
1287
1288 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1289
1290         * wl.el (wl-exit): Eliminated byte-compile warning.
1291
1292 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1293
1294         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
1295         obsolete variable using `elmo-define-obsolete-variable'.
1296         (wl-fetch-confirm-threshold): Ditto.
1297         (wl-cache-prefetch-folder-type-list): Ditto.
1298         (wl-cache-prefetch-folder-list): Ditto.
1299
1300 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1301
1302         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
1303         (wl-demo-icon-name): Use Xmas logo at the end of the year.
1304         (wl-demo-insert-image): New function.
1305         (wl-demo-insert-text): New function.
1306         (wl-demo-image-type-alist): Redefine as a function.
1307         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
1308         (wl-demo-with-temp-file-buffer): Removed.
1309         (wl-logo-xpm): Removed.
1310         (wl-logo-xbm): Removed.
1311         (wl-logo-bitmap): Removed.
1312
1313 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
1314
1315         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
1316         (wl-expire-localdir-get-folder-function): New user option.
1317         (wl-expire-localdir-get-folder): New function.
1318         (wl-expire-localdir-date): Ditto.
1319
1320 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1321
1322         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
1323         value.  Refactoring `wl-folder-notify-deleted' is nil case.
1324         Fixed unread number mismatch when all-unread < unread.
1325
1326 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
1327
1328         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
1329         (wl-fetch-confirm-threshold): Ditto.
1330
1331         * wl-summary.el (wl-summary-confirm-appends): Removed.
1332         (wl-summary-sync-update): Don't refer
1333         `wl-summary-update-confirm-threshold' (It is now abolished).
1334
1335         * wl-message.el (wl-message-display-internal): Don't refer
1336         `wl-fetch-confirm-threshold' (It is now abolished).
1337
1338 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1339
1340         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
1341
1342 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1343
1344         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
1345         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
1346         Change default value to nil.
1347         (wl-summary-indent-length-limit): The value can be nil, nil means
1348         unlimited.
1349
1350         * wl-summary.el: Don't set limit for indent length if the value of
1351         wl-summary-indent-length-limit is nil.
1352         If the value of wl-summary-width is nil, it means only that the width
1353         of summary is unlimited (nil doesn't mean that the indent length is
1354         unlimited).
1355
1356         * wl-thread.el: Ditto.
1357
1358 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
1359
1360         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
1361         be nil, nil means never confirm.
1362         * wl-summary.el (wl-summary-confirm-appends): Ditto.
1363
1364 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1365
1366         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
1367         means unlimited).
1368
1369 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
1370
1371         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
1372         Use `with-temp-buffer'.
1373
1374 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
1375
1376         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
1377         with new backquote style).
1378         (wl-folder-get-entity-from-buffer): Ditto.
1379
1380 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1381
1382         * wl-version.el (nemacs-version): Eliminated.
1383         (wl-extended-emacs-version2): Ignore nemacs.
1384         (wl-extended-emacs-version3): Ditto.
1385
1386 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
1387
1388         * wl-vars.el (wl-draft-add-references): Set default value as nil.
1389         (wl-draft-add-in-reply-to): New variable.
1390         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
1391         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
1392         (wl-draft-yank-from-mail-reply-buffer): Use
1393         `wl-draft-add-in-reply-to'.
1394         (wl-draft-insert-current-message): Ditto.
1395
1396 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1397
1398         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
1399         typo (kill->hide).
1400         (wl-message-buffer-prefetch-folder-type-list): Added elements
1401         `mark' and `cache' instead of `internal'.
1402
1403 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
1404
1405         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
1406         resume msgdb directory.
1407
1408 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
1409
1410         * wl.el (wl-exit): Call `wl-acap-exit'.
1411
1412         * wl-summary.el (wl-summary-message-string): New function.
1413         (wl-summary-reedit): Use it.
1414         (wl-summary-resend-bounced-mail): Remove needless let.
1415         (wl-summary-supersedes-message): Ditto.
1416         (wl-summary-save): Ditto.
1417
1418         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
1419         (wl-acap-init): Set it.
1420         (wl-acap-exit): New function.
1421
1422 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1423
1424         * wl.el (wl-init): Revert (require 'mime-setup). move from
1425         toplevel.
1426
1427 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1428
1429         * wl-summary.el (wl-summary-write-current-folder): Remove unused
1430         local variables.  Add error when guess function return invalid
1431         value.
1432
1433 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1434
1435         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
1436         Change local variable name.
1437         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
1438         (wl-folder-get-newsgroups): Return nil when non-news folder.
1439         * wl-summary.el (wl-summary-write-current-folder): State through
1440         when guess-list return nil.
1441         (wl-summary-write-current-folder-functions): Fixed docstring.
1442
1443         * wl.el (wl-exit): Changed confirm message.
1444
1445         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
1446         * wl-draft.el (wl-draft): Remove verbose `featurep'.
1447
1448         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
1449
1450 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1451
1452         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
1453         user option (Renamed from wl-cache-prefetch-folder-type-list).
1454         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
1455         from wl-cache-prefetch-folder-list).
1456
1457         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
1458         Move to wl-vars.el.
1459         (wl-message-buffer-prefetch-p): Changed to enable
1460         `wl-message-buffer-prefetch-folder-list'.
1461
1462         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
1463         `ignore-cache'.
1464
1465 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
1466
1467         * wl-draft.el (wl-draft-config-sub-func-alist): Added
1468         `part-top' and `part-bottom'.
1469         (wl-draft-config-sub-part-top): New function.
1470         (wl-draft-config-sub-part-bottom): New function.
1471
1472 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1473
1474         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
1475
1476 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
1477
1478         * wl-folder.el (wl-folder-get-newsgroups): Fix.
1479
1480 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1481
1482         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
1483
1484         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
1485         (wl-summary-write-current-folder): Ditto.
1486
1487 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
1488
1489         * wl-folder.el (wl-folder-get-newsgroups): Use
1490         `elmo-folder-newsgroups'.
1491
1492 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
1493
1494         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
1495         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
1496         `wl-draft-config-sub-header-bottom'.
1497
1498 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1499
1500         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
1501         localnews folder.
1502
1503 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1504
1505         * wl-summary.el (wl-summary-mode): Undo last change.
1506
1507         * wl-folder.el (wl-folder-mode): Ditto.
1508
1509 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1510
1511         * wl-summary.el (wl-summary-mode): Locally set
1512         truncate-partial-window-width to nil.
1513         (for XEmacs)
1514
1515         * wl-folder.el (wl-folder-mode): Ditto.
1516
1517 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1518
1519         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
1520
1521 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
1522
1523         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
1524         number.
1525
1526         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
1527
1528         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
1529
1530         * Version number is increased to 2.7.6.
1531
1532 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1533
1534         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
1535
1536 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
1537
1538         * wl-summary.el (wl-summary-sync-update): Enclose network
1539         related portion with `unwind-protect'.
1540
1541 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1542
1543         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
1544
1545 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
1546
1547         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
1548         element.
1549         * wl-vars.el (wl-message-body-button-alist): Ditto.
1550
1551         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
1552         max match length.
1553         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
1554
1555         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
1556         for the max match length;
1557         Use 4th element value for the button string regexp group.
1558
1559         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
1560         candidate exists, prompt to select.
1561
1562 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
1563
1564         * wl-summary.el (wl-summary-jump-to-msg): Search before
1565         calibration point by `beginning-of-line'.
1566
1567 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1568
1569         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
1570         for access group.
1571
1572 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
1573
1574         * wl-message.el (wl-message-display-internal): Bind
1575         `default-mime-charset'.
1576
1577         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
1578
1579         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
1580
1581         * Version number is increased to 2.7.5.
1582
1583 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1584
1585         * wl-expire.el (wl-summary-archive): Fixed;
1586         Use `elmo-folder-name-internal'.
1587
1588 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1589
1590         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
1591         from `elmo-folder-move-messages' caller.
1592         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1593
1594         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
1595         related portions are changed).
1596
1597 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1598
1599         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
1600         counter.
1601
1602 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1603
1604         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
1605         buffer local and set it to nil.
1606
1607         * wl-message.el (wl-message-redisplay): Ditto.
1608
1609 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1610
1611         * wl-summary.el (wl-summary-mark-as-important): If message is
1612         already cached, set messag as read, otherwise encache and mark as read.
1613
1614 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1615
1616         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
1617         point-min.
1618
1619 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1620
1621         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
1622         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
1623         a keymap.
1624
1625 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
1626
1627         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
1628         parent.
1629
1630         * wl-mule.el (wl-message-define-keymap): Ditto.
1631
1632         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
1633
1634         * wl-xmas.el (wl-message-display-internal-hook): Define.
1635         (wl-xmas-setup-message-toolbar): Define as function.
1636         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
1637         (wl-message-overload-functions): Abolished.
1638         (wl-message-define-keymap): New function.
1639
1640         * wl-vars.el (wl-message-display-internal-hook): New variable.
1641         (wl-message-header-button-alist): New variable (Renamed from
1642         wl-highlight-message-header-button-alist).
1643         (wl-message-body-button-alist): Ditto.
1644
1645         * wl-mule.el (wl-message-define-keymap): New function.
1646         (wl-message-overload-functions): Abolished.
1647
1648         * wl-message.el (wl-message-add-buttons-to-body): New function.
1649         (wl-message-redisplay): Don't call wl-message-overload-functions;
1650         Call wl-message-add-buttons-to-header and
1651         wl-message-add-buttons-to-body.
1652         (wl-message-display-internal): Set keymap argument for
1653         elmo-mime-display-as-is, elmo-mime-message-display;
1654         Run wl-message-display-internal-hook.
1655         (wl-message-refer-article-or-url): Abolished.
1656
1657         * wl-highlight.el (wl-highlight-headers): Don't call
1658         wl-highlight-message-add-buttons-to-header.
1659         (wl-highlight-message-add-buttons-to-header): Abolished.
1660
1661
1662         * wl-e21.el (wl-message-display-internal-hook): Define.
1663         (wl-e21-setup-toolbar): Deleted duplicated binding.
1664         (wl-e21-setup-message-toolbar): Define as function.
1665         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
1666         (wl-message-define-keymap): New function.
1667         (wl-message-overload-functions): Abolished.
1668
1669 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
1670
1671         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
1672         and elmo-folder-close.
1673
1674         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
1675
1676 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1677
1678         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
1679         boolean value.
1680         * wl-draft.el (wl-draft-do-fcc): Ditto.
1681
1682 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
1683
1684         * wl-vars.el (wl-fcc-force-as-read): New variable.
1685         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
1686         mark copied message as read.
1687
1688 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
1689
1690         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
1691
1692 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1693
1694         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
1695         `wl-summary-target-above' instead of obsolete variable
1696         `wl-summary-temp-above'.
1697
1698         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
1699         instead of `make-obsolete-variable'.
1700         * wl-refile.el (toplevel): Ditto.
1701
1702 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1703
1704         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
1705         with third argument t.
1706         (wl-draft): Set first argument for wl-plugged-init as t.
1707
1708         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
1709         definition.
1710
1711 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1712
1713         * wl-vars.el: Tabify.
1714         (wl-biff-notify-hook): Use `ding' instead of `beep'.
1715
1716         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
1717         message.
1718
1719 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1720
1721         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
1722         and set default to beep.
1723
1724 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1725
1726         * wl-vars.el (wl-draft-truncate-lines): New variable.
1727
1728         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
1729         instead of wl-message-truncate-lines for truncate-lines.
1730
1731 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
1732
1733         * wl-message.el (wl-message-display-internal): Call
1734         `wl-highlight-message' after `elmo-mime-display-as-is'.
1735
1736         * wl-mime.el (wl-mime-display-text/plain): New function.
1737         (wl-mime-display-header): Ditto.
1738         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
1739         body-presentation-method for text/plain;
1740         Register `wl-mime-display-header' as a header-presentation-method;
1741         Don't set up `elmo-message-text-content-inserted-hook' and
1742         `elmo-message-header-inserted-hook'.
1743
1744         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
1745         variable.
1746         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
1747         as t if flag is 'all-header;
1748         Don't bind `elmo-message-ignored-field-list',
1749         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
1750
1751 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1752
1753         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
1754         for xemacs with non-mule environment.
1755
1756 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1757
1758         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
1759         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
1760         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
1761
1762 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1763
1764         * wl-vars.el (wl-interactive-send): Set default value as t.
1765
1766 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1767
1768         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
1769         (wl-addrmgr-method-list): Abolished.
1770         (wl-addrmgr-change-method): Follow above change.
1771
1772         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
1773
1774 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1775
1776         * wl-vars.el (wl-message-truncate-lines): Change default value
1777         to default-truncate-lines.
1778
1779         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
1780
1781 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1782
1783         * wl-vars.el (wl-message-truncate-lines): New variable.
1784
1785         * wl-message.el (wl-message-redisplay): Set truncate-lines using
1786         wl-message-truncate-lines.
1787
1788 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1789
1790         * wl-acap.el (wl-acap-init): Remove period from error message.
1791         (wl-acap-find-acap-service): Remove period from message.
1792
1793 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
1794
1795         * wl.el (wl-check-environment): Undo last change.
1796
1797         * wl-vars.el (wl-from): Changed default value.
1798
1799         * wl-util.el (toplevel): Don't require tm-edit.
1800
1801         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
1802         `wl-folder-init';
1803         Don't set mark on mail body.
1804         (wl-draft-reedit): Ditto.
1805
1806         * wl-address.el (wl-address-quote-specials): Define as an alias for
1807         elmo-address-quote-specials.
1808
1809 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1810
1811         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
1812
1813         * wl-vars.el (wl-from): Set default value as nil.
1814         (wl-organization): Set default value as ORGANIZATION environment
1815         variable.
1816
1817         * wl-draft.el (wl-smtp-extension-bind): Check value of
1818         wl-smtp-connection-type.
1819
1820         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
1821         error.
1822
1823 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1824
1825         * Version number is increased to 2.7.4.
1826
1827         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
1828         arguments from `wl-highlight-x-face-function' caller.
1829         Use x-face-1.3.6.12 or later.
1830
1831 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
1832
1833         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
1834
1835 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
1836
1837         * wl-vars.el (wl-summary-width): Fix type to accept nil.
1838         (wl-fcc): Fix to accept function.
1839         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
1840
1841 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1842
1843         * wl-acap.el (toplevel): Added `product-provide' declare.
1844         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
1845
1846 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
1847
1848         * wl.el (wl): Changed order of calling `elmo-init'
1849         and `elmo-folder-init'.
1850
1851 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1852
1853         * wl-mime.el (wl-summary-burst): Extract message when content-type
1854         of root entity is not only `multipart' but also `message/rfc822'.
1855         (wl-summary-burst-subr): Ditto.
1856
1857 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
1858
1859         * wl-vars.el (toplevel): Require 'custom.
1860         (wl-trash-folder): Added to `wl-setting' group.
1861
1862         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
1863         exists.
1864         (wl-addrmgr-draw): Insert empty line when no entry exists.
1865
1866         * wl-mule.el (wl-message-wheel-up): Fixed.
1867         (wl-message-wheel-down): Ditto.
1868
1869 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1870
1871         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
1872         config is an anonymous lambda expression.
1873
1874 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1875
1876         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
1877         when Mule 2 is running.
1878
1879 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
1880
1881         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
1882
1883 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
1884
1885         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
1886         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
1887
1888         * wl-address.el (wl-address-specials-regexp): Eliminated.
1889         (wl-address-quote-specials): Rewrite.
1890
1891 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1892
1893         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
1894         shy-groups for regexp.
1895
1896         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
1897         character classes and Perl style shy-groups for regexp.
1898         (wl-highlight-plugged-current-line): Use Posix style character
1899         classes for regexp.
1900         (wl-e21-highlight-folder-by-numbers): Ditto.
1901         (wl-e21-display-image-p): Use `display-images-p' instead of
1902         `display-graphic-p'.
1903         (display-images-p): Make an alias to `display-graphic-p' if it is
1904         not available.  It is for Emacs version prior to 21.0.105.
1905
1906         * wl-demo.el (wl-demo): Use `display-images-p' instead of
1907         `display-graphic-p'.
1908         (wl-demo-image-type-alist): Ditto.
1909         (display-images-p): Make an alias to `display-graphic-p' if it is
1910         not available.  It is for Emacs version prior to 21.0.105.
1911
1912 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1913
1914         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
1915         support.
1916         (wl-generate-user-agent-string): Ditto.
1917
1918         * wl-version.el (wl-version): Update docsting.
1919         (wl-version-status): Ditto.
1920
1921 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1922
1923         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
1924         21.0.105.  For Emacs 21.0.104 or earlier.
1925
1926 2001-09-03  Takuo KITAME <kitame@northeye.org>
1927
1928         * wl-e21.el (wl-plugged-init-icons): Use
1929         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
1930         (wl-biff-init-icons): Ditto.
1931
1932 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1933
1934         * wl-highlight.el (wl-highlight-summary-current-line):
1935         Fixed highlighting refile/copy destination.
1936
1937         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
1938         (wl-acap-store): Encode string by wl-acap-coding-system.
1939
1940 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
1941
1942         * wl-acap.el (toplevel): Check and require 'un-define before
1943         'xemacs-ucs;
1944          Added checking for UTF-2000.
1945
1946 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
1947
1948         * wl-acap.el (toplevel): Require 'un-define before 'wl;
1949         Don't enclose with `eval-and-compile'.
1950
1951         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
1952         wl-init is non-nil.
1953
1954         * wl-draft.el (wl-draft): Ditto.
1955
1956         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
1957
1958         * wl-acap.el (toplevel): Require 'wl.
1959         (wl-acap-store): Call `elmo-init'.
1960
1961         * wl.el (wl): Changed position of `wl-check-environment'.
1962         (toplevel): Added autoload setting for wl-acap.
1963
1964         * wl-vars.el (wl-setting): New custom group.
1965         (wl-from): Added wl-setting group.
1966         (wl-user-mail-address-list): Ditto.
1967         (wl-organization): Ditto.
1968         (wl-subscribed-mailing-list): Ditto.
1969         (wl-envelope-from): Ditto.
1970         (wl-smtp-posting-user): Ditto.
1971         (wl-smtp-posting-server): Ditto.
1972         (wl-smtp-posting-port): Ditto.
1973         (wl-smtp-authenticate-type): Ditto.
1974         (wl-pop-before-smtp-user): Ditto.
1975         (wl-pop-before-smtp-server): Ditto.
1976         (wl-pop-before-smtp-port): Ditto.
1977         (wl-pop-before-smtp-authenticate-type): Ditto.
1978         (wl-nntp-posting-server): Ditto.
1979         (wl-nntp-posting-user): Ditto.
1980         (wl-nntp-posting-port): Ditto.
1981         (wl-fetch-confirm-threshold): Ditto.
1982         (wl-prefetch-threshold): Ditto.
1983         (wl-thread-insert-opened): Ditto.
1984         (wl-ldap-server): Ditto.
1985         (wl-ldap-port): Ditto.
1986         (wl-ldap-base): Ditto.
1987         (wl-ldap-objectclass): Ditto.
1988         (wl-use-ldap): Ditto.
1989         (wl-draft-config-alist): Ditto.
1990         (wl-draft-config-matchone): Ditto.
1991         (wl-template-alist): Ditto.
1992         (wl-message-sort-field-list): Ditto.
1993         (wl-message-ignored-field-list): Ditto.
1994         (wl-message-visible-field-list): Ditto.
1995         (wl-interactive-send): Ditto.
1996         (wl-summary-move-order): Ditto.
1997         (wl-auto-select-first): Ditto.
1998         (wl-auto-select-next): Ditto.
1999         (wl-interactive-save-folders): Ditto.
2000
2001         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
2002         Initialization codes are moved from wl-local-folder-init.
2003         (wl-local-folder-init): Follow the change above.
2004         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
2005
2006         * wl-acap.el: New file.
2007
2008         * Version number is increased to 2.7.3.
2009
2010 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
2011
2012         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
2013
2014 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
2015
2016         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
2017         (wl-addrmgr-address-entry-list): Ditto.
2018
2019 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
2020
2021         * wl-e21.el (wl-draft-mode-map): Removed binding for
2022         `wl-draft-insert-x-face-field'.
2023
2024         * wl-mule.el (wl-draft-mode-map): Ditto.
2025
2026         * wl-xmas.el (wl-draft-mode-map): Ditto.
2027
2028         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
2029         (wl-cs-autoconv): Ditto.
2030         (wl-cs-local): Ditto.
2031         (wl-use-scoring): Ditto.
2032         (wl-mime-charset): Ditto.
2033         (wl-folder-check-async): Ditto.
2034
2035         * wl.el (toplevel): Ignore nemacs and tm.
2036         (wl-exit): Ditto.
2037
2038         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
2039         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
2040         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
2041         instead of wl-address-petname-add-or-change.
2042         (wl-summary-edit-addresses-subr): Use wl-address-delete
2043         instead of wl-address-petname-delete.
2044
2045         * wl-util.el (wl-as-coding-system): Ignore nemacs.
2046
2047         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
2048         if error occured.
2049
2050         * wl-message.el (require): Remove tm support.
2051
2052         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
2053
2054         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
2055         (wl-folder-jump-to-current-entity): Ditto.
2056         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
2057
2058         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
2059         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
2060         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
2061
2062         * wl-mule.el (wl-draft-key-setup): Ditto.
2063
2064         * wl-xmas.el (wl-draft-key-setup): Ditto.
2065
2066         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
2067         (wl-draft-std11-parse-addresses): New function.
2068         (wl-draft-parse-mailbox-list): Use it.
2069         (wl-draft): Ignore nemacs.
2070         (wl-draft-reedit): Ditto.
2071
2072         * wl-addrmgr.el: New file.
2073         (Original is wl-rcpt.el written by
2074         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
2075         Thanks Kitamoto-san.)
2076
2077         * wl-address.el (wl-address-make-address-list): Modified parsing
2078         process.
2079         (wl-address-delete): Renamed from `wl-address-petname-delete';
2080         Modify wl-address-list too.
2081         (wl-address-add-or-change): Renamed from
2082         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
2083
2084 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
2085
2086         * wl-highlight.el (wl-highlight-summary-current-line):
2087           Work with transient-mark-mode
2088
2089 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
2090
2091         * Version number is increased to 2.7.2.
2092
2093         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
2094         instead of elmo-dop-queue-method.
2095
2096 2001-08-06  SAITO Atsunori <sai@yedo.com>
2097
2098         * wl-vars.el (wl-ldap-objectclass): New user option.
2099
2100         * wl-address.el (wl-ldap-make-filter): Use it.
2101
2102 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2103
2104         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
2105
2106 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2107
2108         * wl-folder.el (wl-folder): redisplay after folder insertion.
2109
2110         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
2111
2112         * wl-summary.el (wl-summary-sync-update):
2113         Change status mark only when new-msgdb exists.
2114         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
2115
2116 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
2117
2118         * wl-summary.el (wl-summary-open-folder): New function.
2119         (wl-summary-goto-folder-subr): Use it.
2120         (wl-summary-mark-as-important): Fix;
2121         Encache only when no cache exists.
2122
2123 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2124
2125         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
2126         Use with-current-buffer.
2127
2128 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2129
2130         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
2131         before call `get-buffer'. Fixed parenthesis.
2132         (wl-score-get-header-entry): Clear message and help window when
2133         keyboard quit.
2134         (wl-score-edit-insert-header): Ditto.
2135
2136 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2137
2138         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
2139         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
2140         (wl-default-draft-cite): Fix.
2141
2142         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
2143         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
2144
2145 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
2146
2147         * wl-message.el (wl-message-prev-page): Do same bahavior
2148         as summary when it is called in the message buffer.
2149         (wl-message-next-page): Ditto.
2150
2151 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
2152
2153         * wl-summary.el (wl-summary-forward): Use cache if it is not
2154         section cache.
2155
2156 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
2157
2158         * wl-vars.el: Changed file coding system to ISO-2022-JP.
2159         Removed redundant require of elmo-vars.
2160         (wl-biff-state-indicator-on): Changed default value for
2161         xemacs with non-mule environment.
2162
2163         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
2164         wl-message-buffer is nil;
2165         Hide progress bar after moving messages.
2166
2167 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
2168
2169         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
2170         message at cursor point is deleted.
2171
2172 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
2173
2174         * wl-vars.el: Changed file coding system to euc-japan.
2175         Added -*-coding:-*- magic to the first line.
2176
2177         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
2178         Search parent from the first message.
2179
2180         * Version number is increased to 2.7.1.
2181
2182 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
2183
2184         * wl-vars.el: Fix file coding system to ISO-2022-JP.
2185
2186 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
2187
2188         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
2189         refile/delete execution.
2190
2191         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
2192         Fixed docstring.
2193
2194 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
2195
2196         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
2197         do update process;
2198         Don't update marks when update process is interrupted.
2199
2200 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
2201
2202         * wl-summary.el (wl-summary-reply): Fixed problem when
2203         wl-draft-use-frame is non-nil.
2204         (wl-summary-forward): Ditto.
2205
2206         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
2207         as nil.
2208         (wl-folder-mark-as-read-all-entity): Ditto.
2209         (wl-folder-prefetch-entity): Ditto.
2210
2211         * wl.el (wl): Check environment before wl-init.
2212
2213         * wl-summary.el (wl-summary-collect-unread): Eliminated.
2214         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
2215         instead of wl-summary-collect-unread.
2216         (wl-summary-reply): Split message window.
2217
2218 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
2219
2220         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
2221         only if current language environment is japanese,
2222
2223         * wl-folder.el (wl-folder-jump-to-current-entity): Call
2224         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
2225         (wl-folder-goto-folder-subr): Ditto.
2226
2227         * wl-draft.el (wl-draft-dispatch-message): Call
2228         `elmo-file-cache-get-path'.
2229
2230 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
2231
2232         * wl-summary.el (wl-summary-cursor-move): If return value of
2233         wl-summary-next-message is not number, don't jump.
2234
2235 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
2236
2237         * wl-summary.el (wl-summary-buffer-next-message-function): New
2238         variable.
2239         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
2240         if it is bound.
2241
2242         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
2243         string.
2244
2245         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
2246         (wl-plugged-drawing): Ditto.
2247
2248 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
2249
2250         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
2251         process.
2252         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
2253         with unwind-protect.
2254
2255         * wl.el (wl-init): Require mime-setup.
2256         (wl-check-environment): Don't require mime-setup.
2257
2258         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
2259         instead of elmo-folder-type.
2260
2261         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
2262         value as nil.
2263
2264 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
2265
2266         * Version number is increased to 2.7.0.
2267
2268         * wl-version.el (wl-version): Changed codename.
2269
2270         * wl-summary.el (wl-summary-delete-cache): Fixed.
2271
2272         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
2273         Workaround for net folders.
2274         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
2275
2276         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
2277         value to nil (According to the patch from
2278         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
2279
2280         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
2281         of elmo-folder-close.
2282
2283 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
2284
2285         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
2286         for postfix.
2287
2288 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
2289
2290         * wl-summary.el (wl-summary-resend-message): Fixed.
2291
2292         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
2293         Call wl-draft with `from' argument if its address is included in
2294         `wl-user-mail-address-list'.
2295         (wl-draft): Added `from' argument.
2296
2297         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
2298         non-nil.
2299         (wl): Don't show demo if wl-demo is nil.
2300
2301         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
2302         wl-summary-use-frame.
2303
2304         * wl-vars.el (wl-summary-use-frame): New user option.
2305         (wl-folder-use-frame): Changed docstring.
2306
2307         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
2308         non-nil.
2309         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
2310         wl-summary-use-frame.
2311
2312         * wl-vars.el (wl-folder-use-frame): New user option.
2313
2314         * wl-summary.el (wl-summary-exit): Back to folder frame if
2315         wl-folder-use-frame is non-nil.
2316         (wl-summary-redisplay-internal): Ignore cache if current folder
2317         is draft folder,
2318         (wl-summary-redisplay-no-mime): Ditto.
2319         (wl-summary-redisplay-all-header): Ditto.
2320
2321         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
2322         if wl-folder-use-frame is non-nil.
2323
2324 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
2325
2326         * wl-summary.el (wl-summary-sync-update): Bind
2327         elmo-folder-update-threshold.
2328         (wl-summary-mark-as-important): Enclosed server mark processing
2329         with `save-match-data'.
2330
2331         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
2332         only when it is already defined.
2333
2334 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
2335
2336         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
2337         name of folder exclude localdir is wrong.
2338         * wl-folder.el (wl-folder-sync-entity):
2339         Set `wl-summary-always-sticky-folder-list' as nil.
2340         (wl-folder-mark-as-read-all-entity): Ditto.
2341         (wl-folder-prefetch-entity): Ditto.
2342
2343 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
2344
2345         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
2346         instead of `wl-summary-write-current-newsgroup'.
2347
2348 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
2349
2350         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
2351         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
2352         non-nil and selected message is important, do not display.
2353
2354 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
2355
2356         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
2357
2358 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
2359
2360         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
2361
2362         * wl-summary.el (wl-summary-mark-as-important): Set message number
2363         using wl-summary-message-number.
2364
2365 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2366
2367         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
2368         destination folder is 'null.
2369
2370 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
2371
2372         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
2373         New function.
2374         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
2375         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
2376         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
2377
2378 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
2379
2380         * wl-mime.el (wl-mime-setup): Added setting for
2381         `mime-setup-signature-key-alist' to avoid overriding key bind for
2382         `wl-draft-send'.
2383
2384         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
2385         for `wl-draft-send'.
2386         * wl-mule.el (wl-draft-overload-functions): Ditto.
2387         * wl-xmas.el (wl-draft-overload-functions): Ditto.
2388         * wl-draft.el (wl-draft-send): Ditto.
2389
2390         * wl-message.el (wl-message-display-internal):
2391         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
2392         (Patch is provided by <kita@coe.nttdata.co.jp>).
2393
2394 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
2395
2396         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
2397
2398 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
2399
2400         * wl.el (wl): Fix for wl-demo.
2401
2402 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
2403
2404         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
2405
2406 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
2407
2408         * wl-folder.el (wl-folder-prefetch-entity): Use
2409         `wl-folder-get-elmo-folder'.
2410         (wl-folder-count-incorporates): Do not use
2411         `wl-folder-get-elmo-folder'.
2412
2413 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
2414
2415         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
2416         instead of `elmo-folder-get-type'.
2417
2418 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2419
2420         * wl-summary.el (wl-summary-write-current-folder): Set cursor
2421         position on Subject: field.
2422         (Advised by Mito <mit@nines.nec.co.jp>)
2423
2424 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2425
2426         * wl-folder.el (wl-folder-prefetch-entity): Use
2427         `wl-folder-get-elmo-folder'.
2428
2429 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
2430
2431         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
2432
2433         * wl-summary.el (wl-summary-buffer-set-folder): Set up
2434         `process-duplicates' slot.
2435
2436         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
2437         if detection failed.
2438
2439 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2440
2441         * wl-version.el (wl-version-status): Set to "alpha".
2442
2443 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
2444
2445         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
2446         Check wl-message-buffer lives before set-buffer.
2447
2448 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
2449
2450         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
2451         called in folder mode.
2452         * wl-var.el (wl-summary-exit-pre-hook): New variable.
2453         * wl-summary.el (wl-summary-exit-pre-hook): Run
2454         `wl-summary-exit-pre-hook' before exit summary mode.
2455
2456 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2457
2458         * wl-version.el (wl-version-status): New variable.
2459         (wl-version-status-alist): Removed.
2460         (wl-version-status): Rule included.
2461
2462 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
2463
2464         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
2465         @sponichi.
2466
2467         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
2468         when `mail-reply-buffer' is buffer-local variable.
2469         (Reported by <kita@coe.nttdata.co.jp>).
2470
2471 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
2472
2473         * wl-vars.el (toplevel): Require 'elmo-util.
2474
2475 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
2476
2477         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
2478         (All other related portions are changed)
2479
2480         * wl.el (wl-plugged-change): Use '<' instead of '<='.
2481
2482         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
2483
2484 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2485
2486         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
2487
2488 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
2489
2490         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
2491         Delete other windows to avoid an error.
2492         Use `point-marker' instead of `point' to remember the start point
2493         of body.
2494
2495         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
2496
2497         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
2498         number not to exceed all message number.
2499
2500 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2501
2502         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
2503         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
2504
2505 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
2506
2507         * wl-summary.el (wl-summary-sync-force-update): Added argument
2508         no-check.
2509         (wl-summary-sync-update): Ditto.
2510         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
2511         with `no-check'.
2512
2513         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
2514         (wl-message-buffer-prefetch-next): Don't run timer if timer is
2515         already running.
2516
2517 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
2518
2519         * wl-expire.el (wl-expire-archive-get-folder): Added argument
2520         `dst-folder-arg'.
2521         (wl-expire-archive-number1): Diito.
2522         (wl-expire-archive-number2): Diito.
2523         (wl-expire-archive-Date): Diito.
2524         (wl-archive-number1): Diito.
2525         (wl-archive-number2): Diito.
2526         (wl-archive-date): Diito.
2527         (wl-archive-folder-p): New function.
2528         (wl-summary-expire): Support of expand folder name at
2529         wl-expire-alist.
2530         * wl-util.el (wl-expand-newtext): Renamed from
2531         `wl-refile-expand-newtext'.
2532
2533 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2534
2535         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
2536         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
2537         `(elmo-msgdb-get-overview msgdb)'.
2538         (wl-summary-prefetch): Bind match data before call
2539         `wl-summay-prefetch-msg'.
2540         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
2541         'off if `wl-summary-buffer-disp-msg' is non-nil.
2542         Fixed problem that couldn't show only one new or unread message when
2543         enter folder.
2544         (wl-summary-reply): Don't call `split-window-vertically' and other
2545         window.
2546
2547 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
2548
2549         * wl-expire.el (wl-expire-refile): Fixed.
2550
2551 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2552
2553         * wl-vars.el (wl-biff-unnotify-hook): New variable.
2554
2555         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
2556         biff notification is removed.
2557
2558         * wl.el (wl): Changed position of `elmo-init'.
2559
2560         * wl-draft.el (wl-default-draft-cite): Use date field
2561         on the citation buffer.
2562
2563         * wl-vars.el (wl-shimbun-folder-icon): New variable.
2564
2565         * wl-xmas.el (wl-folder-internal-icon-list): Added
2566         `wl-folder-shimbun-image'.
2567
2568         * wl-e21.el (wl-folder-internal-icon-list): Added
2569         `wl-folder-shimbun-image'.
2570
2571 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
2572
2573         * wl.el (wl-init): Eliminated argument.
2574         (wl): Rewrite.
2575
2576         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
2577         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
2578         instead of `elmo-folder-msgdb-internal'.
2579         (wl-summary-sync-update): Ditto.
2580         (wl-summary-flush-pending-append-operations): Eliminated.
2581         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
2582         (wl-summary-goto-folder-subr): Set load-msgdb argument of
2583         `elmo-folder-open'.
2584
2585         * wl-mime.el (wl-summary-burst): Fixed.
2586
2587         * wl-folder.el (wl-folder-info-save): Check data type.
2588
2589         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
2590         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
2591         instead of `elmo-folder-msgdb-internal'.
2592         (wl-expire-hide): Ditto.
2593
2594
2595         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
2596
2597 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2598
2599         * wl-folder.el (wl-folder-write-current-folder): Support petname.
2600
2601 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
2602
2603         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
2604
2605 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2606
2607         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
2608         Fixed `match-beginning' argument mismatch.
2609
2610 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
2611
2612         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
2613         the default value.
2614
2615 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
2616
2617         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
2618         instead of `elmo-nntp-default-port'.
2619
2620         * wl-vars.el: Fixed some doc strings.
2621
2622 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
2623
2624         * wl-summary.el (wl-summary-prefetch-msg): Use
2625         `elmo-msgdb-overview-get-entity' instead of `assoc'.
2626
2627         * wl-vars.el: Define *-func as obsolete variable using
2628         `elmo-define-obsolete-variable'.
2629
2630         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
2631         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
2632         instead of `wl-message-buffer-prefetch-threshold'.
2633
2634         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
2635
2636         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
2637
2638         * wl-draft.el (wl-caesar-region-func): Ditto.
2639
2640         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
2641         Keep unread status in elmo-folder-move-messages.
2642         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
2643
2644 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2645
2646         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
2647         `wl-summary-buffer-exit-func'
2648         (wl-summary-buffer-message-redisplay-function): Renamed from
2649         `wl-summary-buffer-message-redisplay-func'
2650         (wl-summary-buffer-next-folder-function): Renamed from
2651         `wl-summary-buffer-next-folder-func'.
2652         (wl-summary-buffer-prev-folder-function): Renamed from
2653         `wl-summary-buffer-prev-folder-func'.
2654         (wl-summary-get-petname-function): Renamed from
2655         `wl-summary-get-petname-func'.
2656
2657         * wl-score.el (wl-score-edit-exit-function): Renamed from
2658         `wl-score-edit-exit-func'.
2659
2660         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
2661         Renamed from `wl-message-buffer-prefetch-get-next-function'.
2662
2663         * wl-util.el (wl-load-profile-function): Renamed from
2664         `wl-load-profile-func'.
2665
2666         * wl-folder.el (wl-folder-completion-function): Renamed from
2667         `wl-folder-completion-func'.
2668         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
2669
2670         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
2671         `wl-expire-archive-get-folder-func'.
2672         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
2673         (wl-draft-send-mail-function): Renamed from
2674         `wl-draft-send-mail-func'.
2675         (wl-draft-send-news-function): Renamed from
2676         `wl-draft-send-news-func'.
2677         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
2678         (wl-generate-mailer-string-function): Renamed from
2679         `wl-generate-mailer-string-func'.
2680         (wl-highlight-signature-search-function): Renamed from
2681         `wl-highlight-signature-search-func'.
2682         (wl-highlight-x-face-function): Renamed from
2683         `wl-highlight-x-face-func'
2684         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
2685         (wl-ps-print-buffer-function): Renamed from
2686         `wl-ps-print-buffer-func'
2687         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
2688         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
2689         (wl-summary-subject-filter-function): Renamed from
2690         `wl-summary-subject-filter-func'.
2691
2692         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
2693         `wl-draft-queue-flush-send-func'
2694         (wl-draft-cite-function): Renamed from
2695         `wl-draft-cite-func'
2696
2697         * wl-address.el (wl-address-init-function): Renamed from
2698         `wl-address-init-func'.
2699
2700 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
2701
2702         * wl-draft.el (wl-draft-queue-flush): Don't call
2703         `elmo-dop-unlock-message'.
2704         * wl-draft.el (wl-draft-queue-append): Don't call
2705         `elmo-dop-lock-message'.
2706
2707         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
2708         (wl-summary-buffer-folder-name): Ditto.
2709         (wl-summary-message-regexp): Added '-' (all other related portions
2710         are changed).
2711         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
2712         wl-summary-buffer-folder-name.
2713
2714 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
2715
2716         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
2717         the number of mails in the folder buffer is not updated by wl-biff.
2718
2719 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
2720
2721         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
2722         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
2723
2724 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
2725
2726         * wl-summary.el (wl-summary-next-message):
2727         Return next message number when wl-summary-move-order is nil.
2728
2729 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
2730
2731         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
2732         `wl-summary-move-spec-alist'.
2733         (wl-summary-move-spec-unplugged-alist): New variable
2734         (Move spec for unplugged status).
2735         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
2736         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
2737
2738 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
2739
2740         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
2741         * wl-mule.el (wl-draft-overload-menubar): Ditto.
2742
2743 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
2744
2745         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
2746         simple quotation to quote the anonymous function.
2747         * tm-wl.el (wl-draft-preview-message): Ditto.
2748
2749 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
2750
2751         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
2752         Eliminate redundant `save-excursion'.
2753         (wl-highlight-summary-current-line): Ditto.
2754
2755         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
2756         accessing match data when `looking-at' failed.
2757
2758         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
2759         `elmo-match-string' where users don't care about the speed.
2760         (wl-draft-save): Ditto.
2761
2762 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
2763
2764         * wl-util.el (wl-regexp-opt): New function.
2765
2766         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
2767         number from `wl-summary-buffer-number-list'.
2768         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
2769         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
2770         (wl-summary-move-spec-alist): Changed default setting.
2771
2772 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2773
2774         * wl-vars.el (wl-biff-notify-hook): New hook.
2775         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
2776         the arrival of new mail.
2777         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
2778         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
2779
2780 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
2781
2782         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
2783
2784 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
2785
2786         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
2787
2788         * Version number is increased to 2.5.8.
2789
2790         * wl-thread.el (toplevel): require 'cl.
2791         (wl-thread-resume-entity): Call wl-thread-make-number-list.
2792         (wl-thread-make-number-list): New function.
2793         (wl-thread-entity-make-number-list-from-children): Ditto.
2794         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
2795         (wl-thread-entity-insert-as-children): Likewise.
2796         (wl-thread-delete-message): Likewise.
2797         (wl-meaning-of-mark): Eliminated.
2798         (wl-thread-next-failure-mark-p): Ditto.
2799         (wl-thread-entity-get-mark): Ditto.
2800         (wl-thread-meaning-alist-get-result): Ditto.
2801         (wl-thread-entity-check-prev-mark): Ditto.
2802         (wl-thread-entity-check-next-mark): Ditto.
2803         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
2804         (wl-thread-entity-get-prev-marked-entity): Ditto.
2805         (wl-thread-get-prev-unread): Ditto.
2806         (wl-thread-jump-to-prev-unread): Ditto.
2807         (wl-thread-get-next-unread): Ditto.
2808         (wl-thread-jump-to-next-unread): Ditto.
2809         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
2810         (wl-thread-entity-get-next-marked-entity): Ditto.
2811
2812         * wl-summary.el (wl-summary-buffer-number-list):
2813         New bufer-local variable.
2814         (wl-summary-switch-to-clone-buffer): Clone
2815         `wl-summary-buffer-number-list'.
2816         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
2817         (wl-summary-cursor-move-regex): Eliminated.
2818         (wl-summary-cursor-up): Rewrite.
2819         (wl-summary-cursor-down): Ditto.
2820         (wl-summary-mode-spec-alist): New variable.
2821         (wl-summary-next-message): New inline function.
2822         (wl-summary-cursor-move): New function.
2823         (wl-summary-default-get-next-msg): Rewrite.
2824         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
2825         (wl-summary-rescan): Ditto.
2826         (wl-summary-sync-all-init): Ditto.
2827         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
2828         summary is not thread view.
2829         (wl-summary-sync-update): Ditto.
2830         (wl-summary-rescan): Ditto.
2831         (wl-summary-make-number-list): New function.
2832
2833         * wl-draft.el: "FCC" -> "Fcc".
2834
2835 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
2836
2837         * wl-highlight.el (wl-highlight-summary-window):
2838         Call `set-buffer-modified-p'.
2839
2840         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
2841         (wl): Call `elmo-init' and fix.
2842
2843         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
2844         Use new variables.
2845
2846         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
2847
2848 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
2849
2850         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
2851
2852 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
2853
2854         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
2855
2856 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
2857
2858         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
2859         `wl-use-toolbar' nor `display-graphic-p'.
2860         (wl-e21-setup-message-toolbar): Ditto.
2861         (wl-e21-setup-summary-toolbar): Ditto.
2862         (wl-e21-setup-folder-toolbar): Ditto.
2863
2864         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
2865         (wl-plugged-init-icons): Ditto.
2866
2867         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
2868         `display-graphic-p'.
2869         (wl-plugged-set-folder-icon): Ditto.
2870         (wl-highlight-plugged-current-line): Ditto.
2871         (wl-highlight-folder-current-line): Ditto.
2872         (wl-e21-highlight-folder-group-line): Ditto.
2873         (wl-e21-setup-toolbar): Ditto.
2874         (wl-e21-display-image-p): New macro.
2875
2876         * wl-demo.el (wl-demo): Simplified.
2877         (wl-demo-image-type-alist): Use `image-type-available-p' for
2878         checking whether the image type `xbm' is available.
2879
2880 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
2881
2882         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
2883         (wl-summary-input-range): Ditto.
2884
2885 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
2886
2887         * wl-summary.el (wl-summary-edit-addresses): Use
2888         `wl-summary-get-original-buffer'
2889         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
2890         (wl-summary-jump-to-msg-by-message-id-via-nntp):
2891         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
2892         (wl-summary-get-newsgroups): Eliminated.
2893         (wl-summary-set-crosspost): Ditto.
2894         (wl-summary-is-crosspost-folder): Ditto.
2895         (wl-crosspost-alist-load): Ditto.
2896         (wl-crosspost-alist-save): Ditto.
2897
2898         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
2899         `elmo-setup-subscribed-newsgroups' instead of
2900         `elmo-nntp-make-groups-hashtb'.
2901         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
2902         instead of `wl-crosspost-alist-save'.
2903
2904         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
2905         of `elmo-folder-message-appendable-p'.
2906         (wl-mime-header-presentation-method): Eliminated.
2907
2908         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
2909         (Error occurs in emacs21).
2910
2911         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
2912         the current buffer).
2913
2914         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
2915         instead of `wl-crosspost-alist-save'.
2916         (wl-init): `elmo-crosspost-message-alist-load'
2917         instead of `wl-crosspost-alist-load'
2918
2919         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
2920         (wl-parse-newsgroups): Likewise.
2921         (wl-biff-notify): Run `wl-biff-notify-hook'.
2922
2923 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
2924
2925         * wl-vars.el (wl-summary-lazy-highlight): New variable.
2926
2927         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
2928         when `wl-summary-lazy-highlight' is non-nil.
2929         (wl-summary-goto-folder-subr): Highlight only when
2930         `wl-summary-lazy-highlight' is non-nil.
2931
2932         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
2933         Don't display progress and highlight temp-mark when
2934         `wl-summary-lazy-highlight' is non-nil.
2935         (wl-highlight-summary-window): New function.
2936         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
2937
2938 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
2939
2940         * wl-summary.el (wl-summary-sync): Change `all-visible'
2941         from `all-shown'
2942         (wl-summary-input-range): Ditto.
2943
2944 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
2945
2946         * wl-e21.el (wl-highlight-folder-current-line): Call
2947         `wl-folder-init-icons' when folder icons have not been initialized.
2948
2949         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
2950
2951         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
2952         (wl-demo-image-type-alist): New macro.
2953
2954 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
2955
2956         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
2957         display does not support graphics.
2958         (wl-plugged-init-icons): Ditto.
2959         (wl-folder-init-icons): Ditto.
2960
2961         * wl-demo.el (wl-demo): Chech closely whether the display
2962         supports graphics.
2963
2964 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2965
2966         * wl-summary.el (wl-summary-get-original-buffer): New function.
2967         (wl-summary-set-crosspost): Use it.
2968         (wl-summary-target-mark-uudecode): Ditto.
2969         (wl-summary-reedit): Ditto.
2970         (wl-summary-resend-bounced-mail): Ditto.
2971         (wl-summary-update-crosspost): Eliminated (It may be incorporated
2972         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
2973
2974         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
2975         (wl-message-display-internal): Ditto.
2976
2977 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
2978
2979         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
2980
2981 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
2982
2983         * wl-summary.el (wl-summary-save-view): Renamed from
2984         `wl-summary-save-status'.
2985
2986 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
2987
2988         * wl-summary.el (wl-summary-sync): Added `all-shown'
2989
2990 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
2991
2992         * wl-summary.el (wl-summary-input-range): Added `all-shown'
2993
2994 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
2995
2996         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
2997
2998 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
2999
3000         * wl-highlight.el (wl-highlight-summary-line-string): Use
3001         `zerop' instead of `= 0'.
3002         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
3003
3004         * wl-template.el (wl-template-next): Use `=' instead of `eq'
3005         for comparing numbers.
3006         (wl-template-prev): Use `zerop' instead of `eq 0'.
3007
3008         * wl-draft.el (wl-draft-insert-current-message): Use
3009         `with-current-buffer' instead of `save-excursion'.
3010         Use `zerop' instead of `eq 0'.
3011
3012 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
3013
3014         * wl-draft.el (wl-draft-insert-ccs): New function.
3015         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
3016         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
3017
3018 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
3019
3020         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
3021
3022 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
3023
3024         * wl-expire.el (wl-expire-refile): Don't call
3025         elmo-msgdb-add-msgs-to-seen-list;
3026         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
3027         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3028
3029 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
3030
3031         * wl-message.el (wl-message-prev-page): Ignore errors while
3032         scroll-down.
3033
3034 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
3035
3036         * wl-mime.el: Use elmo-original-message-mode instead of
3037         mmelmo-original-mode.
3038
3039         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
3040         `elmo-folder-get-spec';
3041         (wl-fldmgr-add-completion-all-completions):
3042         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
3043
3044         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
3045         of `elmo-folder-get-type'.
3046
3047         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
3048         `elmo-folder-get-spec';
3049         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
3050         Use `elmo-folder-append-message' instead of `elmo-append-msg';
3051         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
3052         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
3053         `elmo-read-msg-no-cache';
3054         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
3055         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
3056         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
3057         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
3058         `elmo-cache-save';
3059         (wl-draft-reedit): Use `elmo-message-file-name'.
3060
3061         * wl-expire.el: Use `elmo-folder-name-internal';
3062         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
3063         Use macro `wl-summary-buffer-msgdb' instead of variable
3064         `wl-summary-buffer-msgdb';
3065         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
3066         Use macro `wl-summary-buffer-folder-name' instead of variable
3067         `wl-summary-buffer-folder-name'.
3068         * wl-score.el: Likewise.
3069
3070         * wl-message.el: Rewrite for new message buffer cache mechanism.
3071         (wl-message-buffer-cache-buffer-get): New macro.
3072         (wl-message-buffer-cache-folder-get): Ditto.
3073         (wl-message-buffer-cache-message-get): Ditto.
3074         (wl-message-buffer-cache-entry-make): Ditto.
3075         (wl-message-buffer-cache-hit): Ditto.
3076         (wl-message-buffer-cache-sort): New function.
3077         (wl-message-buffer-cache-add): Ditto.
3078         (wl-message-buffer-cache-delete): Ditto.
3079         (wl-message-buffer-cache-clean-up): Ditto.
3080         (wl-message-buffer-window): Rewrite.
3081         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
3082         (wl-message-buffer-display): New function.
3083         (wl-message-display-internal): New function.
3084
3085 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
3086
3087         * wl-folder.el: Use `elmo-folder-name-internal';
3088         Use `wl-folder-get-elmo-folder';
3089         Use `elmo-folder-list-messages' instead of
3090         `elmo-list-folder';
3091         Use `elmo-folder-get-primitive-list' instead of
3092         `elmo-folder-get-primitive-spec-list';
3093         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
3094         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
3095         Use `elmo-folder-create' instead of `elmo-create-folder'.
3096         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
3097         (wl-folder-get-elmo-folder): New macro.
3098         (wl-folder-elmo-folder-cache-get): Ditto.
3099         (wl-folder-elmo-folder-cache-put): Ditto.
3100         (wl-folder-suspend): Call `elmo-quit'.
3101
3102         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
3103         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
3104         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
3105         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
3106         (toplevel): require 'cl.
3107         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
3108
3109         * wl-summary.el: Rewrite to use new elmo interface.
3110
3111 \f
3112 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
3113
3114         * wl-mime.el (wl-draft-preview-message):
3115         Run `wl-draft-send-hook' before collecting recipients information;
3116         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
3117
3118         * tm-wl.el (wl-draft-preview-message): Ditto.
3119
3120 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
3121
3122         * wl-mime.el (wl-draft-preview-message): Fixed problem that
3123         wrong receipients are displayed when forwarded message.
3124
3125 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
3126
3127         * Version number is increased to 2.5.7.
3128
3129 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
3130
3131         * wl-message.el (wl-message-next-page): Bind
3132         `window-pixel-scroll-increment' to nil while scrolling up.
3133
3134 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3135
3136         * wl-vars.el (wl-save-hook): New hook.
3137         * wl.el (wl-save): Call `wl-save-hook'.
3138
3139 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3140
3141         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
3142         Argument WITH-ARG instead of NO-ARG (negative mean).
3143         (wl-draft-reply): WITH-ARG instead of NO-ARG.
3144         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
3145         * wl-message.el (wl-message-follow-current-entity): Likewise.
3146
3147 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3148
3149         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
3150         FROM was optional argument.
3151         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
3152
3153 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3154
3155         * Version number is increased to 2.5.6.
3156
3157 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3158
3159         * wl-version.el (wl-version-show): Removed.
3160         (wl-version): Add `interactive'.
3161
3162 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
3163
3164         * wl-summary.el (wl-summary-get-petname-func): New variable.
3165         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
3166         instead of `wl-address-get-petname-1'.
3167         (wl-summary-simple-from): Ditto.
3168
3169         * wl-address.el (wl-address-get-petname-1): Define as function.
3170
3171 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
3172
3173         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
3174         field in the original message.
3175         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
3176
3177 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
3178
3179         * wl-expire.el (wl-expire-hide):
3180         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
3181
3182 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
3183
3184         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
3185         find decoder for To, Cc, and Subject.
3186
3187 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
3188
3189         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
3190         for checking `elmo-use-buffer-cache'.
3191         (wl-summary-mark-as-important): Fixed typo in comment.
3192
3193 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
3194
3195         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
3196         field in the original message.
3197         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
3198
3199 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
3200
3201         * wl-expire.el (wl-expire-hide):
3202         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
3203
3204 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
3205
3206         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
3207         find decoder for To, Cc, and Subject.
3208
3209 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
3210
3211         * Version number is increased to 2.5.5.
3212
3213         * wl-address.el (wl-address-specials-regexp): New constant.
3214         (wl-address-quote-specials): Use it.
3215
3216 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
3217
3218         * wl-summary.el (wl-summary-rescan):
3219         Call `wl-summary-buffer-number-column-detect'.
3220         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
3221
3222         * wl-message.el (wl-message-mode-map): Define.
3223         (wl-message-decode): Use it as local-map.
3224
3225 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
3226
3227         * wl-score.el (wl-score-guess-like-gnus): Abolished.
3228         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
3229
3230 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
3231
3232         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
3233
3234         * wl-mule.el (wl-read-event-char): Ditto.
3235
3236         * wl-e21.el (wl-read-event-char): Ditto.
3237
3238         * wl-nemacs.el (wl-read-event-char): Ditto.
3239         (read-event): Removed.
3240
3241         * wl-util.el (toplevel): Removed dummy definition of
3242         `read-event'.
3243         (wl-read-event-char, wl-xmas-read-event-char): Removed.
3244
3245 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
3246
3247         * wl-nemacs.el (elmo-archive-call-process): Moved to
3248         elmo-archive.el.
3249
3250 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3251
3252         * wl-draft.el (wl-draft-reply-list-symbol): New function.
3253         (wl-draft-reply): Use it.  Fixed "No match field" error message.
3254
3255         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
3256         instead of magic-number 6.  Use `not' instead of `null' for symbol
3257         `nil' check (not empty list).
3258         (wl-draft-insert-x-face-field): Fixed paren style.
3259
3260         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
3261         one-branch conditional statement, instead of `and' and `if'.
3262         (wl-draft-forward): Likewise.
3263         (wl-draft-add-references): Likewise.
3264         (wl-draft-yank-from-mail-reply-buffer): Likewise.
3265
3266         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
3267         conditional steatment.  Use `cond' instead of `if'.
3268         (wl-draft-confirm): Likewise.
3269
3270 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3271
3272         * wl-version.el (wl-version-show): Use `product-string-1'
3273         instead of `wl-version'.
3274         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
3275
3276         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
3277
3278 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3279
3280         * wl-highlight.el (wl-highlight-headers): Revert
3281         `wl-highlight-x-face-func' argument (`beg' and `end').
3282
3283 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3284
3285         * wl.el (toplevel): Move `product-provide' declare.
3286         * wl-demo.el (toplevel): Ditto.
3287         * wl-dnd.el (toplevel): Ditto.
3288         * wl-highlight.el (toplevel): Ditto.
3289         * wl-message.el (toplevel): Ditto.
3290         * wl-refile.el (toplevel): Ditto.
3291         * wl-util.el (toplevel): Ditto.
3292
3293 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
3294
3295         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
3296         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
3297         (wl-thread-close-all): keep cursor position.
3298
3299 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3300
3301         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
3302         (eq x 0).
3303         (wl-generate-user-agent-string-1): Fix conditional statement.
3304
3305 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
3306
3307         * wl.el (wl-check-environment): Additional check for
3308         'wl-local-domain' and `wl-message-id-domain'.
3309
3310 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
3311
3312         * wl-draft.el (toplevel): Delete defvar for sasl-*.
3313
3314 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
3315
3316         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
3317         instead of `smtp-sasl-user-realm'.
3318
3319 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
3320
3321         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
3322
3323 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
3324
3325         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
3326         to the default value as well as `eword-lexical-analyzer'.
3327
3328 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3329
3330         * wl-version.el (wl-extended-emacs-version,
3331         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
3332         `elmo-match-string' instead of `wl-match-string'.
3333
3334 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3335
3336         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
3337         docstring.
3338
3339 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
3340
3341         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
3342
3343 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3344
3345         * wl-highlight.el (wl-highlight-headers): Remove
3346         `wl-highlight-x-face-func' argument (`beg' and `end').
3347
3348 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
3349
3350         * wl-summary.el (wl-summary-mark-as-important):
3351         Remove cache if folder is local.
3352
3353 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
3354
3355         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
3356         to get existing e-mail address string.
3357
3358 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3359
3360         * wl-version.el (wl-generate-user-agent-string): Commentary.
3361         (wl-generate-user-agent-string-1): Use `when' for
3362         one-branch conditional statement, instead of `and' and `if'.
3363         (wl-extended-emacs-version, wl-extended-emacs-version2,
3364         wl-extended-emacs-version3): Ditto.
3365
3366 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3367
3368         * wl-summary.el (wl-summary-sync-all-init): New inline function.
3369         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
3370         condition-case; Remove initialization.
3371         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
3372         (wl-summary-sync-update3): Added argument `sync-all';
3373         Eliminated local variable `msgdb';
3374         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
3375         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
3376         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
3377
3378 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
3379
3380         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
3381         connection before call `wl-draft-send-mail-with-smtp'.
3382
3383 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
3384
3385         * Version number is increased to 2.5.4.
3386
3387 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
3388
3389         * wl.el (wl-check-environment): Additional check for
3390         'wl-local-domain' and `wl-message-id-domain'.
3391
3392 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
3393
3394         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
3395         buffer as command specific.
3396         (wl-folder-mark-as-read-all-entity): Ditto.
3397         (wl-folder-prefetch-entity): Ditto.
3398         (wl-folder-drop-unsync-entity): Ditto.
3399
3400         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
3401         (wl-prog-uudecode-no-stdout-option): Changed default to t.
3402         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
3403
3404         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
3405         save-excursion.
3406
3407 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
3408
3409         * Version number is increased to 2.5.3.
3410
3411         * wl-summary.el (wl-summary-save-view-cache):
3412         Delete duplicated `write-region';
3413         Use `write-region-as-binary' instead of `as-binary-output-file' and
3414         `write-region'.
3415
3416 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
3417
3418         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
3419
3420 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
3421
3422         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
3423         instead of `smtp-via-smtp'.
3424
3425 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
3426
3427         * wl-draft.el (toplevel): Delete defvar for sasl-*.
3428
3429 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
3430
3431         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
3432         instead of `smtp-sasl-user-realm'.
3433
3434 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
3435
3436         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
3437
3438 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
3439
3440         * Version number is increased to 2.5.2.
3441
3442 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
3443
3444         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
3445         does not exist.
3446         (wl-biff-stop): Call `cancel-timer' if timer already exists.
3447         (wl-biff-start): Call `timer-activate' if timer already exists.
3448
3449         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
3450         only when it is bound as function.
3451
3452 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
3453
3454         * Version number is increased to 2.5.1.
3455
3456 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
3457
3458         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
3459         Print refile/copy destination.
3460
3461 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3462
3463         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
3464         queue-flush-only is non-nil.
3465
3466         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
3467
3468         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
3469         checking cache folder.
3470
3471 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3472
3473         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
3474         `regexp-quote'.
3475
3476 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3477
3478         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
3479         function.
3480         * wl-summary.el (wl-summary-write-current-folder-functions):
3481         Change default value.  Use it.
3482
3483 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
3484
3485         * Version number is increased to 2.5.0.
3486
3487         * wl-version.el (wl-version): Changed codename.
3488
3489 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
3490
3491         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
3492         (wl-summary-supersedes-message): Ditto.
3493
3494 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3495
3496         * wl-refile.el (wl-refile-guess-functions): Renamed from
3497         `wl-refile-guess-func-list'.
3498
3499 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
3500
3501         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
3502         Fixed problem when no rule was matched.
3503
3504 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
3505
3506         * wl-summary.el (wl-summary-get-mark): Fixed
3507         `wl-summary-buffer-target-mark' check logic.
3508
3509 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3510
3511         * wl-folder.el (wl-folder-write-current-folder): Added group
3512         folder check.
3513
3514         * wl-summary.el (wl-summary-write-current-folder): Renamed from
3515         `wl-summary-write-current-newsgroup'.
3516         (wl-summary-write-current-folder-functions): New variable.
3517         * wl-folder.el (wl-folder-get-newsgroups): New function.
3518         (wl-folder-guess-mailing-list-by-refile-rule): New function.
3519         (wl-folder-write-current-folder): Renamed from
3520         `wl-folder-write-current-newsgroup'.
3521
3522 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3523
3524         * Version number is increased to 2.3.93.
3525
3526 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
3527
3528         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
3529         (wl-ldap-make-matched-value-list): Ditto.
3530         (wl-ldap-alias-safe-string): Split e-mail address.
3531
3532         * wl-summary.el (wl-summary-read-folder): Fixed problem when
3533         petname folder default was selected.
3534         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
3535         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
3536
3537 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
3538
3539         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
3540         to `wl-draft-config-exec'.
3541
3542         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
3543         instead of calling `wl-draft-config-exec';
3544         Process group-list and show recipients in minibuffer.
3545
3546         * tm-wl.el (wl-draft-preview-message): Ditto.
3547
3548 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3549
3550         * wl.el (toplevel): Added (C) to copyright notice, and
3551         sync Author header.
3552         * tm-wl.el (toplevel): Ditto.
3553         * wl-address.el (toplevel): Ditto.
3554         * wl-demo.el (toplevel): Ditto.
3555         * wl-dnd.el (toplevel): Ditto.
3556         * wl-draft.el (toplevel): Ditto.
3557         * wl-e21.el (toplevel): Ditto.
3558         * wl-expire.el (toplevel): Ditto.
3559         * wl-folder.el (toplevel): Ditto.
3560         * wl-highlight.el (toplevel): Ditto.
3561         * wl-message.el (toplevel): Ditto.
3562         * wl-mime.el (toplevel): Ditto.
3563         * wl-mule.el (toplevel): Ditto.
3564         * wl-nemacs.el (toplevel): Ditto.
3565         * wl-refile.el (toplevel): Ditto.
3566         * wl-score.el (toplevel): Ditto.
3567         * wl-summary.el (toplevel): Ditto.
3568         * wl-template.el (toplevel): Ditto.
3569         * wl-thread.el (toplevel): Ditto.
3570         * wl-util.el (toplevel): Ditto.
3571         * wl-vars.el (toplevel): Ditto.
3572         * wl-xmas.el (toplevel): Ditto.
3573
3574 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
3575
3576         * wl.el (wl-init): Added comment about `wl-init-hook'.
3577         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
3578         * wl-vars.el (wl-init-hook): Added docs.
3579         (wl-make-plugged-hook): Removed useless docs.
3580         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
3581         * wl-xmas.el (toplevel): Ditto.
3582
3583 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3584
3585         * wl-address.el (toplevel): Fixed multiple Author header format.
3586         * wl-demo.el (toplevel): Ditto.
3587         * wl-draft.el (toplevel): Ditto.
3588         * wl-folder.el (toplevel): Ditto.
3589         * wl-summary.el (toplevel): Ditto.
3590         * wl-thread.el (toplevel): Ditto.
3591         * wl-util.el (toplevel): Ditto.
3592         * wl-vars.el (toplevel): Ditto.
3593         * wl-version.el (toplevel): Ditto.
3594         * wl-xmas.el (toplevel): Ditto.
3595         * wl.el (toplevel): Ditto.
3596
3597         * wl-version.el (toplevel): Added require `elmo-version' for
3598         `product-version-as-string'.
3599
3600 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
3601
3602         * wl-vars.el (wl-draft-send-hook): Changed default value to
3603         '(wl-draft-config-exec).
3604
3605         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
3606         explicitly.
3607         (wl-draft): Set `wl-draft-config-exec-flag' before running
3608         `wl-mail-setup-hook'.
3609
3610         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
3611         `wl-biff-init-icons' to `wl-init-hook' instead of
3612         `wl-make-plugged-hook'.
3613         (Because if `wl-draft' command is invoked at first,
3614         they are not initialized)
3615         Updated copyright notice.
3616
3617         * wl-e21.el (toplevel): Ditto;
3618
3619         * wl-demo.el (toplevel): Updated copyright notice.
3620         * wl-address.el (toplevel): Ditto.
3621         * wl-draft.el (toplevel): Ditto.
3622         * wl-version.el (toplevel): Ditto.
3623         * wl-folder.el (toplevel): Ditto.
3624         * wl-summary.el (toplevel): Ditto.
3625         * wl-thread.el (toplevel): Ditto.
3626         * wl-util.el (toplevel): Ditto.
3627         * wl-vars.el (toplevel): Ditto.
3628         * wl.el (toplevel): Ditto.
3629
3630 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
3631
3632         * wl-highlight.el (wl-highlight-message): Fixed problem of
3633         highlighting failure which occured when the last field contains
3634         multiple lines in the draft buffer.
3635
3636         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
3637         `wl-biff-start' if plugged.
3638
3639         * wl-util.el (wl-biff-check-folder): New function.
3640         (wl-biff-check-folders): Don't set session name prefix.
3641         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
3642         (wl-biff-check-folder-async): Ditto.
3643
3644         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
3645         in email address.
3646
3647 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
3648
3649         * wl-vars.el (wl-subject-prefix-regexp): New variable.
3650
3651         * wl-draft.el (wl-draft-strip-subject-re): New function.
3652
3653         * wl-draft.el (wl-draft-reply): Use it.
3654
3655 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
3656
3657         * wl-message.el (wl-mmelmo-message-redisplay): Use
3658         `mime-display-message' instead of `wl-mime-display-message'.
3659
3660         * wl-mime.el (toplevel): Removed compatibility workaround
3661         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
3662         (wl-mime-display-message): Abolished.
3663         (wl-mime-entity-read-field): Ditto.
3664         (wl-mime-combine-message/partial-pieces): Use
3665         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
3666
3667 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
3668
3669         * wl-template.el: Doc fixes.
3670
3671 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
3672
3673         * wl-e21.el (wl-message-overload-functions): Do nothing if
3674         `current-local-map' is not available.
3675         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
3676
3677 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3678
3679         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
3680         representation.
3681
3682         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
3683         number.
3684         (wl-fldmgr-save-folders): Don't use `format' when insert
3685         `wl-fldmgr-folders-header'.
3686
3687 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
3688
3689         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
3690
3691 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3692
3693         * wl-highlight.el (wl-highlight-message):
3694         Use `std11-field-end' to detect end point of the header field.
3695         Refer `wl-highlight-max-header-size'.
3696
3697         * wl-vars.el (wl-highlight-max-header-size): New variable.
3698
3699         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
3700
3701         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
3702         Set `for-draft' argument of wl-highlight-headers.
3703         (wl-draft): Ditto.
3704         (wl-draft-reedit): Ditto.
3705         (wl-user-agent-compose-internal): Ditto.
3706
3707 2000-10-24   Daiki Ueno <ueno@unixuser.org>
3708
3709         * wl-message.el (wl-message-add-button): Use overlay.
3710
3711 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3712
3713         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
3714
3715         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
3716         problem when group-list content is nothing.
3717         (Reported by Mito <mit@nines.nec.co.jp>)
3718
3719 2000-10-18  SAITO Atsunori <sai@yedo.com>
3720
3721         * wl-summary.el (wl-summary-print-destination): Adjust line length.
3722
3723 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3724
3725         * tm-wl.el (toplevel): Use product-provide.
3726
3727 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
3728
3729         * Version number is increased to 2.3.92.
3730
3731 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
3732
3733         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
3734         title text, use `display' property for left margin under Emacs 21.
3735
3736         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
3737         properties.
3738         (wl-plugged-init-icons): Ditto.
3739
3740 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3741
3742         * wl.el (wl-save-status, wl-init): Remove last period in
3743         "...done." message.
3744         * tm-wl.el (wl-summary-burst): Ditto.
3745         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
3746         wl-summary-resume-cache-status,
3747         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
3748         wl-summary-sync-update3, wl-summary-highlight-msgs,
3749         wl-summary-flush-pending-append-operations,
3750         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
3751         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
3752         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
3753         wl-thread-open-all): Ditto.
3754         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3755         * wl-mime.el (wl-summary-burst): Ditto.
3756         * wl-highlight.el (wl-highlight-summary): Ditto.
3757         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
3758         wl-folder-open-all, wl-folder-update-access-group): Ditto.
3759         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
3760         * wl-address.el (wl-local-address-init): Ditto.
3761
3762 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
3763
3764         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
3765         `add-text-properties'.
3766         (wl-plugged-init-icons): Ditto.
3767         (wl-folder-init-icons): Use `propertize' instead of
3768         `put-text-property'.
3769         (wl-plugged-set-folder-icon): Ditto.
3770         (wl-e21-highlight-folder-group-line): Ditto.
3771
3772 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3773
3774         * wl-version.el (wl-version-status-alist): New variable.
3775         (wl-version-status): New function.
3776
3777         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
3778         "Cc" part of the case "Reply-To".
3779
3780         * wl-draft.el (wl-draft-reply): Use result of
3781         `eword-extract-address-components'.
3782
3783         * wl-demo.el (wl-demo-icon-name): New constant.
3784         (wl-logo-xpm): Use it.
3785         (wl-logo-xbm): Ditto.
3786         (wl-logo-bitmap): Ditto.
3787
3788         * Version number is increased to 2.3.91.
3789
3790 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3791
3792         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
3793         (wl-extended-emacs-version, wl-extended-emacs-version2,
3794         wl-extended-emacs-version3): Remove `interactive'.  Fixed
3795         docstring.
3796
3797         * wl-version.el (wl-generate-user-agent-string-1): New function.
3798         (wl-generate-user-agent-string): Use it.
3799
3800         * wl-version.el (wl-generate-user-agent-string-1): Ignore
3801         `mime-edit-insert-user-agent-field'.
3802         (wl-generate-user-agent-string): Check
3803         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
3804
3805         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
3806         instead of `if', when verbose case.
3807
3808 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
3809
3810         * wl-expire.el (wl-summary-expire): Fix.
3811
3812 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
3813
3814         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
3815         and `elmo-lost+found-folder' if 'wl-draft.
3816         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
3817
3818 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
3819
3820         * wl-expire.el (wl-summary-expire): Change messages.
3821         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3822         `deleing-info' instead of "Deleting..."
3823
3824 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
3825
3826         * wl-summary.el (wl-summary-refile-subr): Fix.
3827
3828 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
3829
3830         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
3831         if pipe folder.
3832
3833 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
3834
3835         * wl-vars.el (wl-draft-use-cache): Default `nil'.
3836
3837 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
3838
3839         * wl-expire.el (wl-expire-hide): New function.
3840         (wl-summary-expire): Add `hide'.
3841
3842 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
3843
3844         * wl-vars.el (wl-draft-reply-without-argument-list):
3845         Changed default value to consider `Reply-To:'.
3846         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
3847
3848         * Version number is increased to 2.3.90.
3849
3850         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
3851         elmo-imap4-get-session with unwind-protect.
3852         Don't cause error.
3853         (wl-summary-sync-marks): Don't check plugged nor folder type.
3854         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
3855         (Always keep current buffer).
3856
3857 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
3858
3859         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
3860         Enclose with `save-excursion'.
3861
3862 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3863
3864         * wl-version.el (wl-version): Remove interactive.
3865
3866 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3867
3868         * wl-version.el (wl-generate-user-agent-string): Use
3869         `product-string-verbose' instead of `product-string-1'.
3870
3871 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
3872
3873         * wl-vars.el (wl-draft-use-cache): New variable.
3874         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
3875         if wl-draft-use-cache is non-nil.
3876
3877 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
3878
3879         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
3880         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
3881
3882 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
3883
3884         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
3885         (wl-thread-msg-mark-as-unread): Ditto.
3886
3887         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
3888         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
3889         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
3890         Don't set mark in summary if return value of `elmo-mark-as-read'
3891         is nil.
3892         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
3893         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
3894         instead of `wl-thread-msg-mark-as-read'.
3895         (wl-summary-mark-as-unread-region): Ditto.
3896         (wl-summary-target-mark-mark-as-read): Ditto.
3897
3898         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3899
3900 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3901
3902         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
3903
3904         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
3905
3906 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
3907
3908         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
3909         face.
3910
3911 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
3912
3913         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
3914         `running-xemacs'.
3915
3916 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3917
3918         * wl-version.el (toplevel): Use `product-version-as-string' for
3919         set verstion-string, if defined.
3920
3921         * wl-version.el (wl-version-show): Insert string at point, when
3922         call with argument.
3923
3924         * wl-version.el (wl-generate-user-agent-string): Use
3925         `product-string-1' instead of `wl-appname', `wl-version' and
3926         `wl-codename'.
3927
3928 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3929
3930         * wl-address.el (toplevel): Use product-provide.
3931         * wl-demo.el (toplevel): Ditto.
3932         * wl-dnd.el (toplevel): Ditto.
3933         * wl-draft.el (toplevel): Ditto.
3934         * wl-e21.el (toplevel): Ditto.
3935         * wl-expire.el (toplevel): Ditto.
3936         * wl-fldmgr.el (toplevel): Ditto.
3937         * wl-folder.el (toplevel): Ditto.
3938         * wl-highlight.el (toplevel): Ditto.
3939         * wl-message.el (toplevel): Ditto.
3940         * wl-mime.el (toplevel): Ditto.
3941         * wl-mule.el (toplevel): Ditto.
3942         * wl-nemacs.el (toplevel): Ditto.
3943         * wl-refile.el (toplevel): Ditto.
3944         * wl-score.el (toplevel): Ditto.
3945         * wl-summary.el (toplevel): Ditto.
3946         * wl-template.el (toplevel): Ditto.
3947         * wl-thread.el (toplevel): Ditto.
3948         * wl-util.el (toplevel): Ditto.
3949         * wl-vars.el (toplevel): Ditto.
3950         * wl-xmas.el (toplevel): Ditto.
3951         * wl.el (toplevel): Ditto.
3952
3953 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3954
3955         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
3956         instead of product.
3957
3958         * wl-version.el (wl-version): Compile time evalution elmo-version.
3959
3960 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
3961
3962         * wl-summary.el (wl-summary-sync-force-update): Append queue
3963         `mark-as-read'if unplugged.
3964
3965 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3966
3967         * wl-version.el: New file.  Use product.el.
3968         * wl.el: add (require 'wl-version).
3969         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
3970         for ~/.folders header.
3971         (wl-fldmgr-folders-header): Changed.
3972         * wl-demo.el (wl-demo): Use product.el.
3973
3974         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
3975         wl-version.el.
3976         * wl-util.el (wl-version, wl-version-show): Ditto.
3977
3978         * wl-util.el (wl-generate-user-agent-string,
3979         wl-extended-emacs-version, wl-extended-emacs-version2,
3980         wl-extended-emacs-version3): Move to wl-version.el.
3981         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
3982         xemacs-codename, mime-edit-insert-user-agent-field,
3983         mime-edit-user-agent-value, mime-editor/version,
3984         mime-editor/codename): Compile warning killer move to
3985         wl-version.el
3986
3987 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
3988
3989         * wl-summary.el (wl-summary-refile-subr): Fix.
3990
3991 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
3992
3993         * wl-summary.el (wl-summary-sync-marks): Changed argument for
3994         `elmo-list-folder-unread' and `elmo-list-folder-important'.
3995
3996 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
3997
3998         * wl.el (wl-check-environment): Check too many `@'.
3999
4000 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
4001
4002         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
4003
4004 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4005
4006         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
4007         wl-draft-reply-myself-without-argument-list): Add variables.
4008         * wl-draft.el (wl-draft-reply): Use it.
4009
4010 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
4011
4012         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
4013         the 5th argument of `elmo-network-get-spec'.
4014
4015         * wl-thread.el (wl-thread-reparent-children): New inline function.
4016         (wl-thread-delete-message): Use it.
4017
4018         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
4019         (wl-summary-score-update-all-lines): Don't use `dolist'.
4020
4021 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4022
4023         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
4024         (require 'elmo-msgdb) for inline function.
4025
4026 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
4027
4028         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
4029
4030 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
4031
4032         * wl-score.el (wl-score-headers): Fix for the confusing macro
4033         `elmo-kill-buffer'.
4034
4035 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
4036
4037         * wl-summary.el: Don't use the 3rd argument of `require' because
4038         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
4039         * wl-util.el: Ditto.
4040         * wl-draft.el: Ditto.
4041
4042 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
4043
4044         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
4045         window system is not used.
4046
4047 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
4048
4049         * wl-thread.el: Don't use `mapcar' only for iteration.
4050         (wl-thread-resume-entity): Ditto.
4051         (wl-thread-delete-message): Ditto.
4052
4053         * wl-summary.el: Bind `dragdrop-drop-functions',
4054         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
4055         of `require' for `timezone', `easymenu' and `ps-print';
4056         don't use `mapcar' only for iteration.
4057
4058         * wl-util.el: Bind `mule-version', `nemacs-version',
4059         `emacs-beta-version', `xemacs-codename',
4060         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
4061         `mime-editor/version' and `mime-editor/codename'; specify 3rd
4062         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
4063         only for iteration.
4064
4065         * wl-score.el: Don't use `mapcar' only for iteration.
4066         (wl-score-simplify-buffer-fuzzy): Ditto.
4067         (wl-score-simplify-subject): Ditto.
4068         (wl-score-headers): Ditto.
4069         (wl-summary-score-update-all-lines): Ditto.
4070
4071         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
4072         `enable-multibyte-characters' and `mule-version'.
4073
4074         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
4075         `mapcar' only for iteration.
4076
4077         * wl-demo.el: Don't use `mapcar' only for iteration.
4078
4079         * wl-folder.el: Don't use `mapcar' only for iteration.
4080         (wl-folder-open-all): Ditto.
4081         (wl-folder-count-incorporates): Ditto.
4082
4083         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
4084         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
4085
4086         * wl-draft.el: Bind `x-face-add-x-face-version-header',
4087         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
4088         `smtp-connection-type'; specify 3rd argument of `require' for
4089         `timezone'; don't use `mapcar' only for iteration.
4090         (wl-draft-clone-local-variables): Don't use `mapcar'.
4091         (wl-draft-generate-clone-buffer): Ditto.
4092         (wl-user-agent-compose-internal): Ditto.
4093
4094         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
4095
4096         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
4097         (wl-save-status): Ditto.
4098
4099         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
4100         for iteration.
4101
4102 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
4103
4104         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
4105         removed `Date'.
4106         (wl-fldmgr-make-filter-default): New user option.
4107
4108         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
4109         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
4110         (wl-fldmgr-filter-completion-alist): Abolish.
4111
4112         * wl.el (wl): Don't check servers if arg is non-nil.
4113
4114         * wl-draft.el (wl-draft-reply): Set only message-id string to
4115         In-Reply-To field.
4116
4117 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4118
4119         * wl-summary.el (wl-summary-pick): Rewrite.
4120
4121         * wl-draft.el (wl-draft-forward): Get references field from
4122         original buffer.
4123         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
4124
4125 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
4126
4127         * wl-draft.el (wl-draft-forward): Add references field.
4128
4129 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4130
4131         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
4132         (wl-draft-reply): Use it.
4133
4134 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
4135
4136         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
4137         when Emacs 21 is running.
4138
4139         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
4140         bindings.
4141
4142 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
4143
4144         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
4145         XPM icons transparent.
4146
4147         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
4148         Emacs 21.
4149
4150 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
4151
4152         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
4153         nil.
4154
4155         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
4156         when it is persistent.
4157         (wl-summary-sync-marks): Changed argument for
4158         `elmo-list-folder-unread' and `elmo-list-folder-important'.
4159         (wl-summary-virtual): Use `elmo-read-search-condition'.
4160         (wl-summary-redisplay-internal): If folder is local, mark as read
4161         even when folder is plugged.
4162
4163 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
4164
4165         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
4166         of `tool-bar-lines' in the frame parameters.
4167         (after-make-frame-functions, post-command-hook): Don't modify the
4168         value.
4169         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
4170         wl-e21-tool-bar-lines): Removed.
4171
4172 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
4173
4174         * wl-highlight.el (wl-highlight-folder-path): Put overlay
4175         properties `evaporate' and `wl-momentary-overlay' as well.
4176         (wl-highlight-summary-displaying): Ditto.
4177         (wl-delete-all-overlays): Don't delete overlay which does not have
4178         a property `wl-momentary-overlay'.
4179
4180         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
4181         `display-mouse-p' and `display-graphic-p'.
4182         (wl-folder-init-icons): Don't search for XBM or the other files.
4183         (wl-plugged-set-folder-icon): Make icons if and only if
4184         `display-graphic-p' returns non-nil.
4185         (wl-highlight-plugged-current-line): Use `before-string' overlay
4186         property to show icon images.
4187         (wl-highlight-folder-current-line): Ditto.
4188         (wl-e21-highlight-folder-group-line): Ditto.
4189         (wl-e21-highlight-folder-by-numbers): Ditto.
4190         (wl-e21-insert-image): Removed.
4191         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
4192         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
4193         said.
4194         (wl-e21-switch-toolbar-after-make-frame): Renamed from
4195         `wl-e21-force-switch-toolbar'.
4196         (wl-e21-make-icon-image): Removed.
4197         (wl-e21-setup-toolbar): Don't search for XBM files.
4198         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
4199         the default value.
4200
4201 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
4202
4203         * wl-util.el (wl-biff-check-folder-async): Set
4204         `wl-biff-check-folders-running' even when it is not an IMAP folder.
4205
4206 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
4207
4208         * wl-e21.el (after-make-frame-functions): Add
4209         `wl-e21-force-switch-toolbar'.
4210         (wl-e21-force-switch-toolbar): New function force to switch the
4211         toolbar appearance automatically.
4212         (post-command-hook): Add `wl-e21-switch-toolbar'.
4213         (wl-e21-switch-toolbar): New function to switch the toolbar
4214         appearance automatically.
4215         (wl-e21-tool-bar-lines): New buffer local variable.
4216
4217 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4218
4219         * wl-util.el (wl-biff-check-folders-running): New variable.
4220         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
4221         (wl-biff-check-folder-async-callback):
4222         Set `wl-biff-check-folders-running'.
4223         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
4224         with unwind-protect.
4225
4226         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
4227         Enclose `wl-folder-auto-check' with unwind-protect.
4228
4229         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
4230         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
4231
4232         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
4233
4234         * wl-util.el (wl-biff-notify): New inline function.
4235         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
4236         locally.
4237         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
4238         folder-list' is 1.
4239         Use `wl-biff-notify'.
4240         (wl-biff-check-folder-async-callback): New function.
4241         (wl-biff-check-folder-async): Ditto.
4242
4243         * wl-folder.el (wl-folder): Don't check folders.
4244         (wl-folder-auto-check): New function.
4245
4246 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
4247
4248         * wl-util.el (wl-biff-start) [Emacs19+]:
4249         Use `timer-next-integral-multiple-of-time'.
4250         (wl-biff-check-folders): Use `wl-default-folder'
4251         if `wl-biff-check-folder-list' is nil.
4252
4253 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
4254
4255         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
4256         instead of `elmo-delete-lists'.
4257
4258 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
4259
4260         * wl.el (wl-plugged-toggle-all): Set the value of
4261         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
4262         (wl-plugged-toggle): Ditto.
4263         (wl-toggle-plugged): Ditto.
4264         (wl-plugged-init): Ditto.
4265
4266         * wl-xmas.el (wl-biff-init-icons): Set icons data to
4267         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
4268         instead of `wl-biff-state-indicator-off' and
4269         `wl-biff-state-indicator-on'; don't modify the value and the type
4270         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
4271         (wl-plugged-init-icons): Set icons data to
4272         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
4273         instead of `wl-plug-state-indicator-off' and
4274         `wl-plug-state-indicator-on'; don't modify the value and the type
4275         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
4276
4277         * wl-vars.el (wl-modeline-biff-state-off,
4278         wl-modeline-biff-state-on, wl-modeline-biff-status,
4279         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
4280         wl-modeline-plug-status): New internal variables.
4281         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
4282         wl-biff-check-interval, wl-biff-check-folder-list): Change
4283         customization group from `wl-folder' to `wl-highlight'.
4284         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
4285         wl-show-plug-status-on-modeline): Defcustomized.
4286
4287         * wl-util.el (wl-biff-check-folders): Set the value of the flag
4288         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
4289         (wl-mode-line-buffer-identification): Set both ON and OFF data with
4290         a flag to `mode-line-buffer-identification'.
4291
4292         * wl-e21.el (wl-biff-init-icons): Set icons data to
4293         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
4294         instead of `wl-biff-state-indicator-off' and
4295         `wl-biff-state-indicator-on'.
4296         (wl-plugged-init-icons): Set icons data to
4297         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
4298         instead of `wl-plug-state-indicator-off' and
4299         `wl-plug-state-indicator-on'.
4300
4301 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4302
4303         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
4304         excessive titles.
4305
4306 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
4307
4308         * wl.el (wl-plugged-mode): Use revised
4309         `wl-mode-line-buffer-identification'.
4310         (wl-plugged-init): Don't use `force-mode-line-update'.
4311
4312         * wl-xmas.el (wl-draft-overload-functions): Use revised
4313         `wl-mode-line-buffer-identification'.
4314         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
4315         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
4316         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
4317         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
4318         `wl-make-plugged-hook';
4319         add `wl-folder-init-icons' and `wl-setup-folder' to
4320         `wl-folder-mode-hook'.
4321
4322         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
4323         19 as well.
4324         (wl-mode-line-display-priority-list): New user option.
4325         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
4326         Defcustomized.
4327         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
4328         Add docs.
4329
4330         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
4331         start.
4332         (wl-mode-line-buffer-identification): Revised as a function.
4333
4334         * wl-summary.el (wl-summary-mode): Use revised
4335         `wl-mode-line-buffer-identification'; don't call
4336         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
4337         (TopLevel): Don't bind `wl-e21-setup-summary' nor
4338         `wl-xmas-setup-summary'.
4339
4340         * wl-nemacs.el (wl-draft-overload-functions): Use revised
4341         `wl-mode-line-buffer-identification'.
4342
4343         * wl-mule.el (wl-draft-overload-functions): Use revised
4344         `wl-mode-line-buffer-identification'.
4345
4346         * wl-folder.el (wl-make-plugged-alist): Don't call
4347         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
4348         (wl-folder): Don't call `wl-folder-init-icons' directly.
4349         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
4350         `wl-xmas-setup-folder' directly;
4351         use revised `wl-mode-line-buffer-identification'.
4352         (TopLevel): Don't bind `wl-biff-init-icons',
4353         `wl-plugged-init-icons', `wl-folder-init-icons',
4354         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
4355
4356         * wl-e21.el (wl-draft-overload-functions): Use revised
4357         `wl-mode-line-buffer-identification'.
4358         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
4359         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
4360         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
4361         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
4362         `wl-make-plugged-hook';
4363         add `wl-folder-init-icons' and `wl-setup-folder' to
4364         `wl-folder-mode-hook'.
4365
4366 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
4367             Katsumi Yamaoka    <yamaoka@jpl.org>
4368
4369         * wl.el (wl): Call `wl-biff-start'.
4370         (wl-exit): Call `wl-biff-stop'.
4371         (wl-plugged-mode): Show biff in modeline.
4372         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
4373
4374         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
4375         (wl-biff-init-icons): New function.
4376         (wl-plugged-init-icons): Don't make too much keymaps.
4377         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
4378
4379         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
4380         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
4381         variables.
4382         (wl-biff-check-interval, wl-biff-check-folder-list): New user
4383         options.
4384
4385         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
4386         wl-biff-start, wl-biff-stop): New functions.
4387         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
4388         (wl-biff-timer-name): New variable.
4389
4390         * wl-summary.el (wl-summary-mode): Show biff in modeline.
4391
4392         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
4393         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
4394
4395         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
4396         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
4397
4398         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
4399         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
4400         `wl-folder-init-icons' to `ignore' if they are not available.
4401         (wl-folder-mode): Show biff in modeline.
4402
4403         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
4404         (wl-biff-init-icons): New function.
4405         (wl-plugged-init-icons): Don't make too much keymaps.
4406         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
4407
4408 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
4409
4410         * wl-vars.el (wl-strict-diff-folders): Customization Type
4411         and doc fix.  Define as a list of regular expressions for
4412         folders or nil.
4413         * wl-folder.el (wl-folder-check-one-entity): Use
4414         `wl-string-match-member' instead of `wl-string-member' for
4415         `wl-strict-diff-folders'.
4416
4417 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
4418
4419         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
4420         (wl-highlight-folder-current-line): Use it; new implementation.
4421         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
4422         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
4423         `defsubst' instead of `defun'.
4424
4425         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
4426         `wl-highlight-group-folder-by-numbers'; made it can also be a
4427         number.  See info for more details.
4428
4429         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
4430         running.
4431
4432         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
4433         to bind them.
4434
4435         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
4436         (wl-highlight-folder-current-line): New implementation.
4437
4438         * wl-highlight.el (wl-highlight-folder-group-line): New
4439         implementation.
4440         (wl-delete-all-overlays): Rewrite as a marco.
4441         (TopLevel): Require `wl-e21' when Emacs 21 is running.
4442
4443         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
4444         running.
4445         (wl-folder-*-glyph): No need to bind them.
4446
4447         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
4448         `wl-e21-highlight-folder-group-icon'; rewrite.
4449         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
4450         `defsubst' instead of `defun'.
4451         (wl-folder-mode-map): Bind it when compiling.
4452
4453 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4454
4455         * wl.el (wl): Initialize plug-related settings before `wl-init'.
4456
4457         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
4458
4459 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
4460
4461         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
4462
4463 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
4464
4465         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
4466         (wl-highlight-folder-current-line): Use it.
4467
4468         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
4469         in `id-name'.
4470
4471 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
4472
4473         * wl.el: Require `wl-e21' when Emacs 21 is running.
4474
4475         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
4476         default when Emacs 21 is running.
4477         (wl-use-highlight-mouse-line): Ditto.
4478         (wl-on-emacs21): New constant.
4479         (wl-on-emacs20): Removed.
4480
4481         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
4482         Emacs 21 is running.
4483
4484         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
4485         Emacs 21 is running.
4486
4487         * wl-e21.el: New file.
4488
4489 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
4490
4491         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
4492         (wl-toggle-plugged): Ditto.
4493         (wl-plugged-toggle): Ditto.
4494         (wl-plugged-toggle-all): Ditto.
4495
4496         * wl-vars.el (wl-plug-state-indicator): Refer
4497         `wl-plug-state-indicator-on' indirectly.
4498
4499 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
4500
4501         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
4502         Call `wl-folder-confirm-existence'.
4503
4504         * wl-folder.el (wl-folder-confirm-existence): Added optional
4505         argument `force'.
4506
4507 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
4508
4509         * wl-summary.el (wl-summary-refile-subr): Assume
4510         `copy-or-refile' as symbol.
4511         (wl-summary-refile): Follow up above change.
4512         (wl-summary-copy): Ditto.  Doc fix.
4513
4514 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
4515
4516         * wl-summary.el (wl-summary-pick): Don't bind
4517         `elmo-search-mime-charset'.
4518
4519         * wl-vars.el (wl-highlight-message-header-button-alist): Define
4520         default using old backquote style.
4521         (wl-search-mime-charset): Abolished.
4522
4523         * wl-highlight.el (wl-highlight-headers):
4524         Call `point' after `re-search-forward'(for Nemacs).
4525
4526         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
4527         for elmo-imap4.el.
4528
4529 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
4530
4531         * wl-message.el (wl-mmelmo-message-redisplay): Bind
4532         `wl-message-ignored-field-list' instead of
4533         `mime-view-ignored-field-list'.
4534
4535         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
4536         Add interactive spec.
4537         (wl-folder-goto-bottom-of-current-folder): Ditto.
4538         (wl-folder-mode-map): Bind them.
4539
4540         * wl-vars.el (wl-message-ignored-field-list): New variable.
4541         (wl-message-visible-field-list): New variable.
4542
4543         * wl-mime.el (wl-mime-header-presentation-method): New function.
4544         (wl-mime-setup): Set header-presentation-method.
4545
4546 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
4547
4548         * wl-nemacs.el (wl-draft-overload-functions): Set
4549         `mode-line-buffer-identification' instead of using
4550         `wl-make-modeline'.
4551
4552         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
4553         instead of using `wl-make-modeline'.
4554
4555         * wl-xmas.el (wl-plugged-init-icons): Set up
4556         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
4557         (wl-make-modeline): Abolish.
4558         (wl-draft-overload-functions): Set
4559         `mode-line-buffer-identification' instead of using
4560         `wl-make-modeline'.
4561
4562         * wl-util.el (wl-make-modeline-subr): Abolish.
4563         (wl-mode-line-buffer-identification): New alias.
4564
4565         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
4566         (wl-summary-make-modeline): Abolish.
4567         (wl-summary-buffer-set-folder): Set
4568         `wl-summary-buffer-folder-indicator'.
4569         (wl-summary-mode): Set `mode-line-buffer-identification' instead
4570         of using `wl-make-modeline'.
4571         (wl-summary-switch-to-clone-buffer): Don't set
4572         `mode-line-buffer-identification'.
4573         (wl-summary-goto-folder-subr): Ditto.
4574
4575         * wl-mule.el (wl-draft-overload-functions): Set
4576         `mode-line-buffer-identification' instead of using
4577         `wl-make-modeline'.
4578
4579         * wl-folder.el (wl-folder-mode): Set
4580         `mode-line-buffer-identification' instead of using
4581         `wl-make-modeline'.
4582         (wl-folder): Don't set `mode-line-buffer-identification'.
4583
4584 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
4585
4586         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
4587         instead of `member' for `wl-refile-guess-func-list' look-ups.
4588         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
4589
4590 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
4591
4592         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
4593         `wl-message-button-dispatcher'.
4594
4595         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
4596
4597         * wl-message.el (wl-message-button-dispatcher): Use it.
4598
4599         * wl-vars.el (wl-highlight-message-header-button-alist): Add
4600         "In-Reply-To".
4601
4602         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
4603         Bind `case-fold-search' to t.
4604
4605 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
4606
4607         * wl-xmas.el (wl-message-overload-functions): Initialize
4608         `wl-message-button-map'.
4609
4610         * wl-mule.el (wl-message-overload-functions): Initialize
4611         `wl-message-button-map'.
4612
4613         * wl-vars.el (wl-highlight-message-header-button-alist): New.
4614
4615         * wl-message.el (wl-message-button-map): New keymap.
4616         (wl-message-add-button): New function.
4617         (wl-message-button-dispatcher): New function.
4618         (wl-message-button-refer-article): New function.
4619
4620         * wl-highlight.el
4621         (wl-highlight-message-add-buttons-to-header): New function.
4622         (wl-highlight-headers): Use it.
4623
4624 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
4625
4626         * wl-summary.el (wl-summary-default-from): Use
4627         `wl-address-get-petname-1'.
4628         (wl-summary-simple-from): Ditto.
4629
4630         * wl-address.el (wl-address-get-petname-1): New inline function.
4631         (wl-address-get-petname): Use it.
4632
4633 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
4634
4635         * wl-summary.el (wl-summary-default-from): Return full-name part
4636         from the address if no petname was found.
4637         (wl-summary-simple-from): Ditto.
4638
4639         * wl-address.el (wl-address-get-petname): Return nil if no petname
4640         associated with the address was found.
4641
4642 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
4643
4644         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
4645         display is finished.
4646
4647 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4648
4649         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
4650         `elmo-folder-exists-p' argument.
4651
4652 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
4653
4654         * wl-folder.el (wl-folder-confirm-existence): Check existence of
4655         the folder.
4656
4657 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
4658
4659         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
4660
4661         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4662         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
4663
4664 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
4665
4666         * wl-folder.el (wl-folder-create-subr): New function.
4667         (wl-folder-confirm-existence): Use it.
4668         (wl-folder-check-one-entity): Use it.
4669         Check the error symbol is derived from 'elmo-open-error.
4670
4671         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
4672         `ignore-error'.
4673
4674 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4675
4676         * wl-util.el (toplevel): Add (eval-when-compile (require
4677         'elmo-util)).  (Maybe `provide' is typo.)
4678
4679 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4680
4681         * wl-util.el (toplevel): Removed (provide 'elmo-util).
4682         (I don't know why this was needed.)
4683
4684         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
4685         Follow up changes for stream-type.
4686
4687         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
4688         (wl-draft-elmo-nntp-send): Ditto.
4689
4690         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
4691         (wl-nntp-posting-stream-type): Ditto.
4692         (wl-pop-before-smtp-ssl): Abolished.
4693         (wl-nntp-posting-ssl): Ditto.
4694
4695         * wl-address.el (wl-address-quote-specials): New function.
4696         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
4697
4698         * wl-draft.el (wl-draft-reply): Ditto.
4699
4700 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4701
4702         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
4703         use function `wl-string-match-assoc'.
4704
4705 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
4706
4707         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
4708
4709         * wl-draft.el (wl-draft-deduce-address-list): New function.
4710         (wl-draft-parse-mailbox-list): Ditto.
4711         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
4712         instead of `smtp-deduce-address-list'.
4713         (wl-draft-on-field-p): Follow group list.
4714
4715         * wl-address.el (wl-address-concat-token): New function.
4716         (wl-address-string-without-group-list-contents): Ditto.
4717         (wl-complete-field-body): Fixed problem of completion
4718         by japanese petname.
4719         (wl-address-make-completion-list): Rewrite.
4720
4721 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
4722
4723         * wl-address.el (wl-address-make-completion-list): Completion by
4724         petname.
4725         (wl-complete-field-body): Likewise.
4726
4727 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
4728
4729         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
4730         contains invalid address syntax.
4731
4732 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
4733
4734         * wl-folder.el (wl-folder-check-entity-async): Use
4735         `elmo-nntp-spec-hostname'.
4736
4737 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
4738
4739         * wl-summary.el (wl-summary-msgdb-load-async): Use
4740         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
4741
4742 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
4743
4744         * wl-draft.el (wl-draft-reply): Set argument
4745         `content-transfer-encoding' as nil.
4746
4747 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
4748
4749         * wl-refile.el (wl-refile-learn): Move hit element to the top of
4750         `wl-refile-alist'.
4751
4752 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
4753
4754         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
4755         (wl-draft-edit-string): Ditto.
4756         (wl-draft-forward): Ditto.
4757         * wl-summary.el (wl-summary-write): Ditto.
4758
4759 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4760
4761         * wl-summary.el (wl-summary-sync-update3): Call
4762         `wl-summary-buffer-number-column-detect'.
4763         (wl-summary-buffer-number-column-detect): Search from point-min.
4764
4765 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4766
4767         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
4768         contains an address which is not included in original to or cc.
4769
4770 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
4771
4772         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
4773         begin-line does not exist.
4774         * wl-message.el (wl-message-uu-substring): Ditto.
4775
4776 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4777
4778         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
4779         clear local variables.
4780         (wl-summary-exit): Call `elmo-commit'.
4781         (wl-summary-switch-to-clone-buffer): Call
4782         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
4783         (wl-summary-goto-folder-subr): Ditto.
4784
4785         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
4786         POP folder.
4787
4788 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4789
4790         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
4791         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
4792         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
4793         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
4794         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
4795         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
4796
4797         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
4798
4799 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
4800
4801         * wl-summary.el (wl-summary-search-by-subject):
4802         Search parent message from the latest one.
4803
4804 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4805
4806         * wl-draft.el (wl-draft-reply): Insert address with full-name.
4807         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
4808
4809         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
4810         New user option.
4811
4812         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
4813         if elmo-nntp-use-killed-list is nil.
4814         Use `elmo-msgdb-append-to-killed-list'.
4815         (Append numbers confirmed as disappeared to the killed list.)
4816         (wl-summary-confirm-appends): Don't display negative number.
4817
4818 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
4819
4820         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
4821
4822 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
4823
4824         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
4825         range is `all'.
4826         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
4827         `elmo-list-bigger-diff'.
4828
4829 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
4830
4831         * wl-summary.el (wl-summary-buffer-exit-func):
4832         New buffer local variable.
4833         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
4834
4835 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
4836
4837         * wl-demo.el (wl-demo): Fix the last change.
4838
4839 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
4840
4841         * wl-demo.el (wl-demo): Don't use `eval'.
4842
4843 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
4844
4845         * wl-summary.el (wl-summary-buffer-thread-modified):
4846         New buffer-local variable.
4847         (wl-summary-set-thread-modified): New function.
4848         (wl-summary-thread-modified-p): New function.
4849         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
4850         (wl-summary-yank-saved-message): Use function
4851         `wl-summary-set-thread-modified'
4852         (wl-summary-switch-to-clone-buffer): Add
4853         `wl-summary-buffer-thread-modified'.
4854
4855         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
4856         (wl-summary-buffer-mark-saved-hook): Ditto.
4857         * wl-summary.el (wl-summary-msgdb-save): New hook
4858         `wl-summary-buffer-message-saved-hook' and
4859         `wl-summary-buffer-mark-saved-hook'.
4860
4861 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
4862
4863         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
4864
4865 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
4866
4867         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
4868         don't hide scroll bars under FSF Emacsen because it may incur an
4869         undesirable redrawing.
4870
4871 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
4872
4873         * wl-draft.el (wl-draft-edit-string): Call
4874         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
4875
4876 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
4877
4878         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
4879
4880 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
4881
4882         * wl-summary.el (wl-summary-msgdb-load-async): Call
4883         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
4884
4885 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
4886
4887         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
4888         fringes in demo buffer; center bitmap logo correctly even if old
4889         Mule is used.
4890
4891 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
4892
4893         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
4894
4895         * wl-refile.el (wl-refile-subject-alist): New variable.
4896         (wl-refile-subject-alist-file-name): Ditto.
4897         (wl-refile-alist-setup): Rewrite.
4898         (wl-refile-alist-save): Use `elmo-object-save'.
4899         Eliminated arguments.
4900         (wl-refile-learn): Check `wl-refile-guess-func-list'.
4901         (wl-refile-guess-by-subject): New function.
4902         (wl-refile-guess-func-list): Added it.
4903
4904 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
4905
4906         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
4907         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
4908
4909 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
4910
4911         * wl-summary.el (wl-summary-buffer-prev-folder-func):
4912         New buffer-local variable.
4913         (wl-summary-buffer-next-folder-func): Ditto.
4914         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
4915         if non-nil.
4916         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
4917         if non-nil.
4918         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
4919         if non-nil.
4920         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
4921         if non-nil.
4922
4923 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
4924
4925         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
4926         permanently in the demo buffer.
4927
4928 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
4929
4930         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
4931         `mime-entity-fetch-field'.
4932
4933         * wl.el (wl-exit): Delete plugged buffer.
4934
4935         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
4936         XEmacs has menubar feature.
4937
4938 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
4939
4940         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
4941         cannot arrive at the beginning of the buffer under old Emacsen.
4942
4943 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4944
4945         * wl-address.el (wl-address-ldap-search):
4946         Call `ldap-search-entries' with `withdn' argument t.
4947         (wl-complete-field-body): Bind completion-ignore-case as t.
4948         Clear ldap search hash when it was sole completion.
4949         Use elmo-string for pattern string.
4950         (wl-ldap-alias-safe-string): Eliminated needless let.
4951
4952 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
4953
4954         * wl-address.el (wl-ldap-alias-dn-level): New variable.
4955         (wl-ldap-alias-sep): New constant.
4956         (wl-ldap-search-attribute-type-list): Ditto.
4957         (wl-ldap-get-value): New function.
4958         (wl-ldap-make-filter): Ditto.
4959         (wl-ldap-make-matched-value-list): Ditto.
4960         (wl-ldap-alias-safe-string): Ditto.
4961         (wl-ldap-register-dn-string): Ditto.
4962         (wl-address-ldap-search): Rewrite.
4963
4964 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
4965
4966         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
4967         thread is deleted.
4968         (wl-thread-delete-line-from-buffer): Ditto.
4969         (wl-thread-get-exist-children): New function.
4970
4971 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
4972
4973         * wl-demo.el (wl-demo): Made it to select various image types.
4974         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
4975         from `wl-title-logo'.
4976         (wl-logo-ascii): New variable.
4977         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
4978         (wl-demo-copyright-notice): New constant.
4979
4980         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
4981
4982 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4983
4984         * wl-vars.el (wl-summary-target-above): Renamed from
4985         wl-summary-temp-above.
4986         * wl-score.el (wl-score-get-score-alist): Use it.
4987         (wl-summary-score-update-all-lines): Use it.
4988         * wl-summary.el: Ditto. (make-variable-buffer-local).
4989
4990 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
4991
4992         * wl-vars.el (wl-ldap-port): New user option.
4993
4994         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
4995         Rewite whole implementation.
4996         (wl-complete-field-body): Fixed.
4997
4998 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
4999
5000         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
5001         Choose implementation at compile time.
5002
5003 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
5004
5005         * wl-address.el (wl-ldap-search-internal): New function.
5006         (wl-complete-field-to): Use it.
5007
5008 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
5009
5010         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
5011         Use `let' instead of `let*'.
5012         Require 'wl-vars.
5013
5014         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
5015         Define as defcustom.
5016         (wl-ldap-base): Ditto.
5017         (wl-use-ldap): Ditto.
5018
5019 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
5020
5021         * wl-address.el (wl-ldap-search): New function.
5022         (wl-complete-field-body): Use `wl-ldap-search'.
5023         (wl-ldap-server): New variable.
5024         (wl-ldap-base): Ditto.
5025         (wl-use-ldap): Ditto.
5026
5027 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
5028
5029         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
5030         (Pointed out by Mito <mit@nines.nec.co.jp>).
5031         * wl-summary.el (wl-summary-redisplay-no-mime): Update
5032         buffer-local variables like `wl-summary-redisplay-internal'.
5033         (wl-summary-redisplay-all-header): Likewise.  Update
5034         Summary view too.
5035
5036 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
5037
5038         * wl-summary.el (wl-summary-jump-to-parent-message):
5039         Consider prefix argument.
5040
5041         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
5042         when closed thread is deleted.
5043
5044 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
5045
5046         * wl-summary.el (wl-summary-jump-to-parent-message):
5047         Consider thread modification.
5048
5049 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
5050
5051         * wl-message.el (wl-message-normal-get-original-buffer): Use
5052         `save-excursion'.
5053
5054         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
5055         (wl-summary-showto-folder-regexp): Ditto.
5056
5057 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
5058
5059         * wl-util.el (wl-delete-alist): Doc fix.
5060         (wl-delete-associations): New function.
5061         (wl-inverse-alist): New function.
5062         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
5063         Split temporary variables. Use `wl-delete-associations'
5064         and `wl-inverse-alist'.
5065         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
5066
5067 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5068
5069         * wl-folder.el (wl-folder-prefetch-entity):
5070         Execute prefetching if new count is unknown.
5071
5072 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5073
5074         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
5075
5076         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
5077         delete entity.
5078         (wl-thread-set-parent): If insert as top, set linked as nil.
5079
5080         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
5081         `wl-thread-cleanup-symbols' when view mode is thread.
5082
5083 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
5084
5085         * wl-folder.el (wl-folder-create-folder-entity): Use
5086         with-current-buffer.
5087         (wl-local-folder-init): Call set-buffer to make sure we are in
5088         the Folder buffer. Don't touch buffer-local variables here.
5089         (wl-folder-mode): Initialize buffer-local variables here.
5090
5091         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
5092         (wl-folder-entity-assign-id): Ditto.
5093         (wl-folder-create-entity-hashtb): Ditto.
5094         (wl-local-folder-init): Ditto.
5095         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
5096
5097 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5098
5099         * wl-summary.el (wl-summary-default-from): Fix probrem when
5100         std11-extract-address-components return (nil "foo@bar").
5101
5102 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
5103
5104         * wl-draft.el (wl-draft-clone-local-variables):
5105         Remove redundant `setq'.
5106
5107 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5108
5109         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5110         Bind wl-highlight-x-face-func as nil while highlighting header.
5111
5112 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
5113
5114         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
5115
5116 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5117
5118         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
5119         elmo-msgdb-overview-hashtb from copy-variables.
5120         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
5121         instead of `elmo-msgdb-overview-get-entity-by-number'.
5122         (wl-summary-auto-refile): Ditto.
5123
5124         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
5125         `elmo-msgdb-overview-get-entity' instead of
5126         `elmo-msgdb-search-overview-entity'.  Use
5127         `elmo-msgdb-overview-get-entity' instead of
5128         `elmo-msgdb-overview-get-entity-by-number'.
5129         (wl-thread-insert-entity-sub): Ditto.
5130         (wl-thread-insert-message): Ditto.
5131
5132         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
5133         `elmo-msgdb-overview-get-entity'.
5134         (wl-normal-message-redisplay): Ditto.
5135
5136 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5137
5138         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
5139         `wl-thread-entities'.
5140         (wl-thread-delete-message): Fix remove top message from
5141         `wl-thread-entity-list'.
5142
5143         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
5144         wl-append(nconc), because update-list is broken on Meadow.
5145
5146         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
5147         updating process.
5148         (wl-summary-rescan): Ditto.
5149         (wl-summary-sync-update3): Ditto.
5150         * wl-thread.el (wl-thread-set-parent): Renamed from
5151         `wl-summary-set-parent'.
5152         (wl-thread-insert-message): Updating buffer faster.
5153         (wl-thread-delete-message): Updating buffer faster.
5154
5155         * wl-score.el (wl-summary-score-update-all-lines): Changed
5156         interval for display progress gauge.
5157
5158 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5159
5160         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
5161         folder always-sticky.
5162         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
5163         defmacro.
5164
5165 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
5166
5167         * wl-vars.el (wl-draft-add-references): New user option.
5168
5169         * wl-draft.el (wl-draft-add-references): New function.
5170         (wl-draft-yank-from-mail-reply-buffer): Use it.
5171         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
5172         as nil.
5173
5174 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5175
5176         * wl-thread.el (wl-thread-update-line-msgs): Called
5177         `wl-thread-update-line-on-buffer-sub'.
5178         (wl-thread-update-line-on-buffer): Delete routine of inserting
5179         thread.
5180         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
5181         moved from `wl-thread-update-line-on-buffer'.
5182         Add threshold for displaying progress gauge.
5183         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
5184         argument of `wl-thread-update-line-msgs'.
5185         Add threshold for displaying progress gauge.
5186         * wl-folder.el:
5187         Add threshold for displaying progress gauge.
5188         * wl-score.el: Ditto.
5189
5190         * wl-expire.el (wl-summary-expire): Display deleting info.
5191
5192 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
5193
5194         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
5195         `no-msg'.
5196         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
5197         argument of `wl-thread-update-line-msgs'.
5198         (wl-summary-set-parent): Added optional argument `parent-number'.
5199         (wl-summary-buffer-saved-message): New buffer local variable.
5200         (wl-summary-save-current-message): New command.
5201         (wl-summary-yank-saved-message): Ditto.
5202         (wl-summary-mode-map): Added key binding for
5203         `wl-summary-save-current-message' (\ew) and
5204         `wl-summary-yank-saved-message' (\C-y).
5205         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
5206
5207 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5208
5209         * wl-summary.el (wl-summary-mode-map): Added key binding for
5210         `wl-summary-set-parent' (ts).
5211
5212 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5213
5214         * wl-summary.el (wl-summary-insert-thread-entity): Search same
5215         subject faster. If thread number is reverse, delayed updating
5216         thread.
5217         (wl-summary-search-by-subject): Ditto.
5218         (wl-summary-put-alike): Ditto.
5219         (wl-summary-get-alike): Ditto.
5220         (wl-summary-insert-headers): Insert header of all overview in
5221         buffer.
5222         (wl-summary-rescan): Delayed updating thread. Kill search subject
5223         buffer for wl-summary-search-by-subject.
5224         (wl-summary-sync-update3): Ditto.
5225         (wl-summary-exit): Ditto.
5226         (wl-summary-goto-bottom-of-current-thread): Change for linked
5227         thread.
5228         (wl-summary-overview-create-summary-line): Change line for linked
5229         thread.
5230
5231         * wl-summary.el (wl-summary-update-thread): Use
5232         wl-thread-maybe-get-children-num.
5233         (wl-summary-set-parent): If change parent, move sub thread.
5234         (wl-summary-redisplay-internal): Add horizontal recenter.
5235         (wl-summary-redisplay-no-mime): Add horizontal recenter.
5236
5237         * wl-thread.el (wl-thread-entity-get-linked): New function.
5238         (wl-thread-entity-set-linked): New function.
5239         (wl-thread-create-entity): Add linked element.
5240         (wl-thread-entity-insert-as-top): Use wl-append.
5241         (wl-thread-maybe-get-children-num): If closing thread, return
5242         children msgs.
5243         (wl-thread-update-line-msgs): Displaying progress message.
5244         (wl-thread-update-line-on-buffer-sub): Use
5245         wl-thread-maybe-get-children-num.
5246         (wl-thread-update-line-on-buffer): If update line is not exists,
5247         insert thread.
5248         (wl-thread-delete-message): If delete top msg of thread, search
5249         parent by subject.
5250         (wl-thread-insert-entity): Use
5251         wl-thread-maybe-get-children-num.
5252
5253         * wl-highlight.el (wl-highlight-summary-current-line): change
5254         sregexp for linked thread.
5255         * wl-util.el (wl-count-lines): Count lines.
5256         (wl-horizontal-recenter): horizontal recenter.
5257         * wl-score.el (wl-score-put-alike): Use wl-count-lines
5258         (wl-score-get-alike): Ditto.
5259         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
5260         (wl-subject-length-limit): New variable.
5261         (wl-highlight-thread-indent-string-regexp): Changed for linked
5262         thread.
5263
5264 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5265
5266         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
5267         New variable (revival).
5268         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
5269         by subject matching if there's no in-reply-to nor references field
5270         (revival).
5271
5272 \f
5273 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5274
5275         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
5276         message.
5277
5278 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5279
5280         * wl-summary.el (wl-summary-reply): Return t if there was a
5281         message at cursor point.
5282         Added unwind-protect.
5283         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
5284         returns t.
5285         (wl-summary-cancel-message): Do nothing when there's no message at
5286         cursor point.
5287         (wl-summary-forward): Ditto.
5288         (wl-summary-jump-to-parent-message): Ditto.
5289         (wl-summary-reedit): Ditto.
5290         (wl-summary-edit-addresses): Ditto.
5291         (wl-summary-pipe-message): Ditto.
5292         (wl-summary-print-message-with-ps-print): Ditto.
5293         (wl-summary-print-message): Ditto.
5294         (wl-summary-mark-as-important): Ditto.
5295         (wl-summary-mark-as-unread): Ditto.
5296
5297         * wl-summary.el (wl-summary-reply): Cause an error when there's no
5298         message at cursor point.
5299         (wl-summary-reply-with-citation): Remove unwind-protect.
5300
5301         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
5302         subject searching feature.
5303         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
5304         Eliminated.
5305
5306 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
5307
5308         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
5309         New variable.
5310         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
5311         by subject matching if there's no in-reply-to nor references field.
5312
5313         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
5314
5315         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
5316         when display is finished.
5317         (wl-folder-open-all): Ditto.
5318         (wl-folder-update-access-group): Ditto.
5319         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
5320         * wl-thread.el (wl-thread-close-all): Ditto.
5321
5322         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
5323         progress gauge only when it was displayed.
5324         * wl-folder.el (wl-folder-insert-entity): Ditto.
5325
5326 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5327
5328         * wl-summary.el (wl-summary-incorporate): Enclose
5329         `wl-summary-sync-force-update' with save-excursion.
5330
5331 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
5332
5333         * wl-summary.el (wl-summary-prefetch-region):
5334         Pass current cursor point to `pos-visible-in-window-p' after
5335         moving cursor to the started point.
5336
5337 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5338
5339         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
5340
5341         * wl-draft.el (wl-draft-insert-current-message): Delete useless
5342         fields from the forwarding message.
5343         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
5344         `ignored-fields'.
5345
5346 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
5347
5348         * wl-mime.el (wl-message-request-partial):
5349         Eliminated argument `msgdb'.
5350         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
5351         (wl-mime-combine-message/partial-pieces): Likewise.
5352         * tm-wl.el (wl-message-request-partial): Likewise.
5353         (wl-mime-combine-message/partial-pieces): Likewise.
5354
5355 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
5356
5357         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
5358         when display is finished.
5359
5360 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
5361
5362         * wl-summary.el (wl-summary-goto-folder-subr):
5363         Fix problem when wl-summary-partial-highlight-above-lines is nil.
5364
5365 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
5366
5367         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
5368         when cursor point is visible.
5369
5370 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
5371
5372         * wl-expire.el (wl-expire-archive-get-max-number):
5373         Don't use `file-name-directory'.
5374
5375 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
5376
5377         * wl-expire.el (wl-expire-archive-get-max-number):
5378         Use `file-name-directory'.
5379
5380 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5381
5382         * wl-summary.el (wl-summary-sync-marks): Re-display progress
5383         only when there is progress.
5384
5385 2000-04-13  Mito <mit@nines.nec.co.jp>
5386
5387         * wl-summary.el (wl-summary-sync-marks): Display progress.
5388
5389 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5390
5391         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
5392         (wl-summary-prev): Move cursor regardless of unread status.
5393         (wl-summary-next): Ditto.
5394
5395 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
5396
5397         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
5398         Added argument `target' and `number'.
5399         * tm-wl.el (wl-summary-burst-subr): New function.
5400         (wl-summary-burst): Use it.
5401
5402 2000-04-10  Mito <mit@nines.nec.co.jp>
5403
5404         * wl-mime.el (wl-burst): New function.
5405         (wl-summary-burst): Use it.
5406
5407 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
5408
5409         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
5410         as petname when there's no candidate.
5411
5412 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
5413
5414         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
5415         New variable.
5416         * wl-fldmgr.el (wl-fldmgr-add): Use it.
5417
5418         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
5419
5420         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
5421
5422 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
5423
5424         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
5425         Use substring of `original' instead of buffer-substring.
5426         (wl-refile-evaluate-rule):
5427         Set `original' argument of wl-refile-expand-newtext.
5428
5429         * wl-summary.el
5430         (wl-summary-auto-refile-check-refile-rule-alist-subr,
5431         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
5432         (wl-summary-auto-refile): Check existence of destination folder just
5433         before marking.
5434
5435 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5436
5437         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
5438         when wl-refile-get-field-value return nil.
5439
5440 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
5441
5442         * wl-refile.el
5443         (wl-refile-expand-newtext): New function imported from Gnus.
5444         (wl-refile-evaluate-rule): Use it.
5445
5446 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
5447
5448         * wl-summary.el (wl-summary-print-destination):
5449         Duplicate folder string to avoid putting text-property on
5450         original string.
5451
5452         * wl-refile.el (wl-refile-get-field-value): New function.
5453         (wl-refile-evaluate-rule): New function;
5454         Evaluate refile rule recursively.
5455         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
5456         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
5457         New function; Check existence of a target folder recursively.
5458         (wl-summary-auto-refile-check-refile-rule-alist):
5459         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
5460
5461 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
5462
5463         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
5464
5465         * wl-folder.el (wl-create-folder-entity-from-buffer):
5466         Fixed problem when '}' character is contained in folder name.
5467
5468         * wl-xmas.el (wl-make-modeline): Consider plugged status.
5469
5470 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
5471
5472         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
5473         (wl-fldmgr-add-completion-all-completions):
5474         Use wl-fldmgr-add-completion-hashtb.
5475
5476 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
5477
5478         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
5479         wl-fldmgr-add-completion-subr): New functions.
5480         * wl-folder.el (wl-folder-completion-func): New variable.
5481         * wl-summary.el (wl-summary-read-folder):
5482         Use wl-folder-completion-func.
5483
5484         * wl-refile.el: Eliminate throw & catch.
5485
5486         * wl.el (wl-plugged-sending-queue-status): Fixed.
5487
5488 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
5489
5490         * wl-draft.el (wl-draft): Put category property on
5491         mail-header-separator.