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