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