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