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