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