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