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