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