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