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