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