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