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