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