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