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