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