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