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