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