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