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