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