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