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