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