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