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