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