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