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