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