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