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