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