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