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