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