797651d4b96ae3f439abfab169c01e9756d042c9
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
2
3         * wl-draft.el (wl-draft-kill-flags): Avoid error when
4         `wl-draft-parent-folder' is "".
5
6 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
7
8         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
9         (wl-summary-digit-jump): New function.
10         (Adviced by John Owens and Hiroya Murata)
11
12         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
13         (Adviced by John Owens)
14
15         * wl-xmas.el (wl-message-define-keymap): Ditto.
16
17         * wl-mule.el (wl-message-define-keymap): Ditto.
18
19 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
20
21         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
22         change of return value of elmo-folder-count-flags.
23
24         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
25         (wl-summary-mark-as-read-internal): Ditto.
26         (wl-summary-set-persistent-mark-internal): Ditto.
27         (wl-summary-folder-info-update): Ditto.
28         (wl-summary-sync-update): Fixed the last change.
29
30         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
31
32 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
33
34         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
35         (wl-draft-kill-flags): Fixed docstring.
36
37         * wl-draft.el (wl-draft-kill-flags): New function.
38         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
39
40 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
41
42         * wl-vars.el (wl-reply-hook): Abolish.
43         (wl-draft-reply-hook): New hook.
44         (wl-summary-reply-hook): Ditto.
45         (wl-draft-forward-hook): Ditto.
46         (wl-summary-forward-hook): Ditto.
47         (wl-draft-kill-flags): New variable.
48
49         * wl-summary.el (wl-summary-mark-as-answered-region): Use
50         wl-summary-set-persistent-mark-internal.
51         (wl-summary-sync-marks): Use elmo-preserved-flags.
52         (wl-summary-update-persistent-mark): Make it interactive.
53         (wl-summary-set-persistent-mark-internal): New inline function.
54         (wl-summary-mark-as-answered): Use it.
55         (wl-summary-mark-as-unanswered): Ditto.
56         (wl-summary-unset-persistent-mark): New function.
57         (wl-summary-set-persistent-mark): Ditto.
58         (wl-summary-reply): Don't set answered flag;
59         Run wl-summary-reply-hook instead.
60         (wl-summary-forward): Call wl-draft-forward with number.
61         Run wl-summary-forward-hook.
62
63         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
64         (wl-highlight-summary-line-face-spec): Use it as a default
65         persistent mark face.
66
67         * wl-draft.el (wl-draft-forward): Added optional argument number;
68         Set wl-draft-parent-number; Run wl-draft-forward-hook.
69         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
70         (wl-draft-kill): Use wl-draft-kill-flags.
71
72         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
73
74         * wl-folder.el (wl-folder-check-one-entity): Follow the change
75         of return value of elmo-folder-count-flags.
76
77         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
78
79         * wl-summary.el (wl-summary-count-unread): Ditto.
80         (wl-summary-sync-update): Follow the change above.
81         (wl-summary-force-prefetch): New function.
82
83 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
84
85         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
86         variable `buf' with `let' instead of `setq'.
87
88 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
89
90         * wl-mime.el (wl-message-delete-current-part): If filename exists,
91         add Content-Disposition heaeder on the deleted part.
92
93 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
94
95         * wl-draft.el (wl-draft-save): Encode address list under edit by
96         `eword-encode-unstructured-field-body'.
97
98         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
99
100 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
101
102         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
103         wl-current-summary-buffer.
104
105 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
106
107         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
108         `numbers' is ignored.
109
110 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
111
112         * wl-folder.el (wl-folder-open-folder): Avoid error.
113         Reported by John Owens, [wl-en:815]
114
115         * wl.el (wl): Set timer for biff process even if prefix argument
116         is given or auto-checking is quitted.
117
118         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
119         immediately.
120         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
121         (wl-toggle-plugged): Ditto.
122
123         * wl-vars.el (wl-biff-use-idle-timer): New variable.
124         * wl-util.el (wl-biff-start): Use idle timer if
125         `wl-biff-use-idle-timer' is non-nil.
126
127 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
128
129         * wl-highlight.el (wl-highlight-message): Fix description.
130
131 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
132
133         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
134         tty.
135
136 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
137
138         * wl-action.el (wl-summary-exec): Print failure count.
139
140 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
141
142         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
143         to `defun', remove interactive form.
144         Set elmo-message-fetch-confirm when force-reload is non-nil.
145
146 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
147
148         * wl-summary.el (toplevel): Removed unnecessary autoload.
149
150 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
151
152         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
153         the buffer is generated from another message buffer.
154
155 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
156
157         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
158         extracted from `wl-fldmgr-save-folders'.
159         (wl-fldmgr-delete): Call it after deletion.
160
161 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
162
163         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
164         multi-tty support.
165
166 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
167
168         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
169
170 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
171
172         * wl-summary.el (wl-summary-rescan): Remove unused variables.
173         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
174
175 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
176
177         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
178         unsubscribe list only if argument CLEAR is nil.
179
180 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
181
182         * wl-draft.el (wl-draft-reply): Decode subject before removing
183         Re: prefix.
184
185 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
186
187         * wl-summary.el (wl-summary-sort-by-size): New command.
188
189 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
190
191         * wl-summary.el (wl-summary-number-list-from-region): New
192         function.
193         (wl-summary-mark-as-read-region): Use it.
194         (wl-summary-mark-as-unread-region): Ditto.
195         (wl-summary-set-flags-region): Ditto and add optional argument
196         remove.
197         (wl-summary-mark-as-answered-region): Ditto.
198         (wl-summary-mark-as-important-region): Ditto.
199         (wl-summary-target-mark-mark-as-important): Added optional
200         argument remove.
201         (wl-summary-target-mark-mark-as-answered): Ditto.
202         (wl-summary-target-mark-set-flags): Ditto.
203
204 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
205
206         * wl-summary.el (wl-summary-set-flags-region): Call
207         `wl-summary-set-flags-internal' with number list instead of call
208         one by each message.
209         (wl-summary-target-mark-set-flags): Likewise.
210
211 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
212
213         * wl-summary.el (wl-summary-target-mark-operation): Add optional
214         argument `inverse' and use `wl-summary-delete-all-target-marks'.
215         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
216         (wl-summary-target-mark-mark-as-answered): Likewise.
217
218 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
219
220         * wl-summary.el (wl-summary-target-mark-forward): Use
221         `wl-summary-delete-all-target-marks' instead of
222         `wl-summary-delete-all-temp-marks'.
223         (wl-summary-target-mark-reply-with-citation): Ditto.
224         (wl-summary-target-mark-uudecode): Ditto.
225         (wl-summary-target-mark-set-flags): Ditto and remove needless
226         cursor move.
227
228 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
229
230         * wl-summary.el (wl-summary-target-mark-forward): Protect
231         wl-summary-buffer-target-mark-list from nreverse.
232         (wl-summary-target-mark-reply-with-citation): Ditto.
233
234 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
235
236         * wl-thread.el (wl-thread-update-indent-string-thread): Use
237         `elmo-display-progress-threshold'.
238
239 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
240
241         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
242         check `wl-summary-highlight'.
243         (wl-summary-window-scroll-functions): Respect value of
244         `wl-summary-highlight'.
245         (wl-summary-sync-update): Run hooks
246         `wl-summary-buffer-window-scroll-functions' at any time.
247
248 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
249
250         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
251         from `wl-summary-cleanup-temp-marks'.
252         (wl-summary-cleanup-temp-marks): Abolish argument.
253         * wl.el (wl-save-status): Revert previous change.
254         (wl-execute-temp-marks): New function, call
255         `wl-summary-exec-with-confirmation'.
256         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
257         (wl-folder-save-and-exec-marks): Abolished.
258
259 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
260
261         * wl-e21.el (wl-e21-display-image-p): Respect
262         `wl-highlight-folder-with-icon'.
263         (wl-e21-highlight-folder-group-line): Highlight mouse line
264         even if wl-e21-display-image-p is nil.
265
266         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
267         Respect value of `wl-summary-highlight'.
268
269         * wl.el (wl-save-status): Remove unused variable.
270
271         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
272         (wl-folder-mode-map): Bind it to "x".
273
274 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
275
276         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
277
278         * wl-thread.el (wl-thread-get-parent-list): Don't check
279         disconnected ancestors, neglecting needless work in
280         `wl-thread-update-indent-string-thread'.
281
282         * wl.el (wl-save): Take prefix argument to execute remaining marks.
283         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
284         argument, add argument default-keep to keep marks by default.
285
286         * Version number is increased to 2.11.30.
287
288         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
289         customization type and docstring.
290         (wl-draft-reply-without-argument-list): Ditto.
291
292 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
293
294         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
295
296         * wl-spam.el (wl-spam-mark-action-list): Ditto.
297
298 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
299
300         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
301
302 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
303
304         * wl-draft.el (wl-draft-config-exec): Narrow the range of
305         save-excursion so as not to include run-hooks.
306
307 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
308
309         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
310         Clarify that marks are going to be cleared.
311
312 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
313
314         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
315         according to 3rd element of wl-summary-flag-mark.
316
317         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
318
319 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
320
321         * wl-action.el (wl-summary-target-mark-all): Don't set
322         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
323
324 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
325
326         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
327         (wl-forward-subject-prefix): Ditto.
328         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
329         (wl-draft-reply-make-subject): Ditto.
330
331         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
332         `wl-draft-forward'.
333         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
334
335 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
336
337         * wl-action.el (wl-summary-target-mark-set-action): Stop if
338         target message does not exist.
339
340 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
341
342         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
343         `wl-subject-prefix-regexp'.
344         (wl-subject-forward-prefix-regexp): New variable.
345         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
346         `wl-draft-strip-subject-re' and take regexp as argument.
347         (wl-draft-forward): Use it.
348         (wl-draft-reply): Ditto.
349
350 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
351
352         * wl-e21.el (wl-highlight-plugged-current-line): Change for
353         emacs multi-tty support.
354
355 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
356
357         * wl-e21.el (wl-e21-display-image-p): Don't call
358         `display-images-p'.
359         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
360         support.
361         (wl-highlight-folder-current-line): Ditto.
362         (wl-folder-init-icons): Ditto.
363
364 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
365
366         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
367         the last line of summary in unplugged mode.
368
369 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
370
371         * wl-vars.el (wl-refile-rule-alist): Doc fix.
372
373 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
374
375         * wl-vars.el (wl-user-mail-address-regexp): New variable.
376         * wl-address.el (wl-address-user-mail-address-p): Use it.
377         (wl-address-delete-user-mail-addresses): Ditto.
378         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
379
380         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
381         (wl-address-delete-user-mail-addresses): Ditto.
382
383         * wl-address.el (wl-address-delete-user-mail-addresses): New
384         function.
385         * wl-refile.el (wl-refile-guess-by-history): Use it.
386         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
387         (wl-draft-make-mail-followup-to): Ditto and fix logic.
388
389         * wl-draft.el (wl-draft-edit-string): To judge sender address,
390         use wl-address-user-mail-address-p.
391
392 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
393
394         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
395         after opening group.
396
397 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
398
399         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
400         of elmo-set-buffer-multibyte.
401
402         * wl-message.el (wl-original-message-mode): Ditto.
403
404         * wl-score.el (wl-score-insert-header): Ditto.
405
406         * wl-summary.el
407         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
408         (wl-summary-goto-folder-subr): Ditto.
409         (wl-summary-insert-headers): Ditto.
410
411         * wl-util.el (wl-set-string-width): Ditto.
412
413         * Version number is increased to 2.11.29.
414
415 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
416
417         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
418         (wl-highlight-summary-line-help-echo-alist): New variable.
419         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
420         into `wl-highlight-summary-line-help-echo' and
421         `wl-highlight-flag-folder-help-echo'.
422         (wl-highlight-summary-line-string): Change accordingly.
423         (wl-highlight-summary-current-line): Ditto.
424
425 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
426
427         * wl-highlight.el (wl-highlight-message): Ignore white spaces
428         at the beginning of field body (Thanks to Markus Knittig).
429
430         * wl-draft.el (wl-draft-insert-current-message): Also check
431         summary buffer, remove unnecessary tag.
432
433 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
434
435         * wl-draft.el (wl-draft-insert-current-message): Cause error also
436         when wl-message-buffer is nil.
437
438         * wl-folder.el (wl-folder): Abolish unused argument.
439         Call wl-folder-init when wl-folder-entity is nil.
440         * wl.el (wl): Change accordingly.
441
442 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
443
444         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
445         multibyte string before insert into draft buffer.
446         (wl-draft-create-buffer): Always enable multibyte characters for
447         draft buffer.
448
449         * Version number is increased to 2.11.28.
450
451 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
452
453         * wl-folder.el (wl-folder-open-close): Handle blank line.
454         (wl-folder-jump-to-current-entity): Ditto.
455
456 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
457
458         * Version number is increased to 2.11.27.
459
460 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
461
462         * wl-thread.el (wl-thread-insert-message): When the thread is
463         devided by wl-summary-max-thread-depth, insert line at the end of
464         buffer.
465
466 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
467
468         * Version number is increased to 2.11.26.
469
470 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
471
472         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
473
474 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
475
476         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
477         value of stream-type and session.
478
479 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
480
481         * Version number is increased to 2.11.25.
482
483 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
484
485         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
486         in a quit message.
487
488 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
489
490         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
491         (wl-summary-redisplay-no-mime-internal): Ditto.
492
493 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
494
495         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
496         * wl-vars.el (wl-smtp-connection-type): Ditto.
497
498 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
499
500         * wl-highlight.el (wl-highlight-message): Change to strict regexp
501         for the separator line and quote mail-header-separator.
502
503 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
504
505         * wl-spam.el (wl-message-check-spam): Fixed problem no display
506         result message.
507
508         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
509         `elmo-multiple-fields-body-list' with boundary as
510         mail-header-separator.
511
512 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
513
514         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
515
516 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
517
518         * wl-util.el (wl-list-diff): Remove unused function.
519
520         * wl-draft.el (wl-draft-send-confirm): Discard input before
521         confirmation.
522
523 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
524
525         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
526         order of flag and new.
527
528 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
529
530         * wl-vars.el (wl-refile-policy-alist): Abolished.
531
532         * wl-action.el (wl-summary-set-action-refile): Follow the change
533         above.
534
535 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
536
537         * wl-highlight.el (wl-highlight-signature-search): Don't use
538         re-search-backward for a long word since it is possible to crash
539         XEmacs because of a bug.
540
541 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
542
543         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
544
545 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
546
547         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
548         argument for wl-summary-sync-force-update.
549
550 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
551
552         * wl-summary.el (wl-summary-mode-map): Revival of
553         wl-summary-mark-as-important related bindings;
554         Bind 'F','tF','mF','rF','m&'.
555         (wl-summary-mark-as-important-region): Revival.
556         (wl-summary-target-mark-mark-as-important): Ditto.
557         (wl-summary-target-mark-operation): New function.
558         (wl-summary-target-mark-mark-as-answered): Use it.
559         (wl-summary-decide-flag): Don't set Important as default.
560         (wl-summary-mark-as-important-internal): Revival.
561         (wl-summary-mark-as-important): Ditto.
562
563         * wl-thread.el (wl-thread-mark-as-important): Ditto.
564
565         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
566         instead of facep.
567
568 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
569
570         * wl-dnd.el (wl-dnd-drop-func): Fix.
571
572         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
573         mouse-set-point instead of posn-point.
574
575         * wl-xmas.el (wl-completing-read-multiple): Define as function.
576
577         * wl-mule.el (wl-completing-read-multiple): Ditto.
578
579 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
580
581         * wl-demo.el (face-background-name): Defalias to avoid compile
582         warning.
583
584 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
585
586         * wl-summary.el (wl-summary-decide-flag): Use
587         wl-completing-read-multiple instead of completing-read-multiple.
588
589         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
590         New alias.
591
592         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
593         Use face-background-name instead of face-background.
594
595         * wl-vars.el (wl-summary-save-file-suffix): New user option.
596
597         * wl-summary.el (wl-summary-save): Use it.
598         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
599
600         * wl-mime.el (wl-mime-save-content): Fix last change.
601
602 2004-02-10  Len Trigg <lenbok@myrealbox.com>
603
604         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
605         New function.
606         (wl-summary-sort-specs): Added sort.
607         * wl-mime.el (wl-mime-save-content): Expand file name.
608
609 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
610
611         * wl-mime.el (wl-draft-preview-message): Fixed typo.
612
613         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
614
615 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
616
617         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
618         for flag if it is not defined.
619
620 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
621
622         * wl-e21.el (wl-highlight-folder-current-line): Use
623         elmo-folder-type-internal when elmo-folder-type returns nil.
624
625         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
626
627         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
628
629         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
630
631         * wl-e21.el (wl-summary-toolbar): Ditto.
632
633         * wl-vars.el (wl-demo-background-color): Abolished.
634         (wl-summary-persistent-mark-priority-list): Renamed from
635         wl-summary-flag-priority-list.
636         (wl-summary-flag-alist): New user option.
637         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
638         (wl-message-mode-line-format-spec-alist): Added 'F'.
639         (wl-message-mode-line-format): Likewise.
640         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
641         instead of wl-summary-important-mark.
642         (wl-file-folder-icon): New variable.
643
644         * wl-thread.el (wl-thread-set-flags): Renamed from
645         wl-thread-mark-as-important.
646
647         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
648         warning.
649         (wl-summary-mode-menu-spec): Follow the change of 
650         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
651         (wl-summary-mode-map): Follow the change of
652         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
653         (wl-summary-detect-mark-position): Follow the variable name change.
654         (wl-summary-set-flags-region): New function for the replacement of
655         wl-summary-mark-as-important-region.
656         (wl-summary-sync-marks): Sync all global-flags.
657         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
658         instead of elmo-message-flagged-p.
659         (wl-summary-persistent-mark-string): Follow the variable name change;
660         Put wl-summary-flag-mark if the message has global-flag.
661         (wl-summary-target-mark-set-flags): Renamed from 
662         wl-summary-target-mark-mark-as-important.
663         (wl-summary-decide-flag): New function.
664         (wl-summary-set-flags-internal): Renamed from
665         wl-summary-mark-as-important-internal.
666         (wl-summary-add-flags-internal): New function.
667         (wl-summary-remove-flags-internal): Ditto.
668         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
669         (wl-summary-mark-as-unimportant): Abolish.
670         (wl-summary-move-spec-alist): Changed `important' to `digest'.
671         (wl-summary-next-message): List flagged messages in the msgdb.
672
673         * wl-score.el (wl-summary-score-update-all-lines): Use
674         wl-summary-add-flags-internal instead of 
675
676         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
677
678         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
679         from wl-message-buffer-cur-flag (To avoid misunderstanding).
680         (wl-message-buffer-require-all-header): Renamed from
681         wl-message-buffer-all-header-flag (Ditto).
682         (wl-message-buffer-flag-indicator): New variable.
683         (wl-message-redisplay): Changed local varibale name from `flag' to
684         `display-type'; Set up wl-message-buffer-flag-indicator.
685         (wl-message-buffer-display): Changed varibale name from `flag' to
686         `display-type'.
687         (wl-message-display-internal): Likewise.
688
689         * wl-highlight.el (wl-highlight-demo-face): Define default background
690         color.
691         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
692
693         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
694
695         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
696         (wl-demo-setup-properties): Renamed from
697         `wl-demo-set-background-color'.
698         (wl-demo): Follow the change above.
699         
700         * Version number is increased to 2.11.24.
701
702 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
703
704         * wl-summary.el (wl-summary-toggle-thread): Call
705         `wl-summary-rescan' with disable-thread as non-nil.
706         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
707
708 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
709
710         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
711         foreground property of the face.
712         (wl-demo-insert-text): Don't set up face property here.
713         (wl-demo): Call wl-demo-set-background-color, anyway.
714
715 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
716
717         * wl-vars.el (wl-demo-background-color): The value can be nil.
718
719 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
720
721         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
722         to wl-summary-wheel-dispatcher.
723
724         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
725         wl-message-wheel-dispatcher.
726         (wl-message-wheel-dispatcher): New function.
727         (wl-summary-wheel-dispatcher): Ditto.
728
729 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
730
731         * wl-action.el (wl-summary-target-mark-all): List messages which are
732         not in the killed-list.
733
734         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
735         only when the folder is 'flag/important.
736
737         * wl-address.el (wl-complete-field-body): Complete if the last
738         character is a space.
739
740 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
741
742         * wl-folder.el (wl-folder-clear-entity-info): Use
743         elmo-clear-hash-val.
744
745         * wl-fldmgr.el (wl-fldmgr-rename): Set
746         wl-folder-info-alist-modified as t.
747
748 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
749
750         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
751
752 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
753
754         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
755         (wl-folder-buffer-last-visited-entity-id): New buffer local
756         variable.
757         (wl-folder-revisit-last-visited-folder): New function.
758         (wl-folder-mode-map): Bind it to "C-i".
759         (wl-folder-set-current-entity-id): Set last visited folder.
760         * wl-summary.el (wl-summary-exit): Ditto.
761
762 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
763
764         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
765         before calling `recenter' in order to cope with an XEmacs bug.
766
767 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
768
769         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
770         to the default value.
771
772 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
773
774         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
775         change.
776         (wl-summary-sync-marks): Ditto.
777         (wl-summary-mark-as-read-internal): Ditto.
778         (wl-summary-mark-as-answered-internal): Ditto.
779         (wl-summary-mark-as-important-internal): Ditto.
780         (wl-summary-reply): Ditto.
781
782         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
783         instead of `elmo-folder-unflag-answered'.
784
785         * Version number is increased to 2.11.23.
786
787         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
788         the last change.
789
790 2004-01-11  Kenichi Okada  <okada@opaopa.org>
791
792         * wl-spam.el (wl-summary-exec-action-refile-with-register):
793         Specify "spam" or "good".
794
795 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
796
797         * wl-spam.el (wl-summary-exec-action-spam): Call
798         wl-folder-confirm-existence for spam folder.
799         (wl-spam-setup): Bind "mk".
800
801 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
802
803         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
804
805 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
806
807         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
808         destination folder is empty.
809
810 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
811
812         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
813         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
814
815         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
816         (wl-summary-refile-prev-destination-region): New function.
817         (wl-thread-refile-prev-destination): Ditto.
818         (wl-summary-target-mark-refile-prev-destination): Ditto.
819
820 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
821
822         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
823         (wl-demo-background-color): Changed default value.
824
825         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
826         color.
827
828         * wl-demo.el (wl-demo-set-background-color): New function.
829         (wl-demo): Call it.
830
831 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
832
833         * wl-address.el (wl-address-delete): Avoid mis-deleting.
834         * wl-address.el (wl-address-add-or-change): Don't add empty
835         address.
836
837 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
838
839         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
840
841 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
842
843         * wl-vars.el (wl-demo-image-filter-alist): New variable
844         (wl-demo-background-color): Ditto.
845
846         * wl-demo.el (wl-demo-xpm-set-background): New function.
847         (wl-demo-image-filter): Ditto.
848         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
849
850         * wl-vars.el (wl-demo-icon-name-alist): New variable.
851
852         * wl-demo.el (wl-demo-icon-name): Define as function.
853         (wl-demo-insert-image): Use it.
854
855 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
856
857         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
858
859 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
860
861         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
862
863 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
864
865         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
866
867 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
868
869         * wl-thread.el (wl-thread-mark-as-answered): New function.
870
871         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
872         answered" entry.
873         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
874         "r&" and wl-thread-mark-as-answered to "t&".
875         (wl-summary-mark-as-important-region): Refine to toggle mark.
876         (wl-summary-mark-as-answered-region): New function.
877         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
878         and 3rd argument.
879         (wl-summary-mark-as-important-internal): Likewise.
880
881 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
882
883         * wl-template.el (wl-template-preview): New internal variable.
884         (wl-template-preview-p): New function.
885         (wl-template-show): Bind `wl-template-preview' as t.
886
887 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
888
889         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
890         `elmo-message-entity-field' with 3rd argument which is non-nil.
891
892 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
893
894         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
895         Removed duplicate local bind `folder'.
896
897 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
898
899         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
900
901 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
902
903         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
904         duplicate definition.
905
906 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
907
908         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
909         non-nil, use it; Don't fetch message if there's no message in the
910         current cursor position.
911
912 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
913
914         * wl-util.el (wl-region-exists-p): Use region-active-p.
915         (wl-deactivate-region): New function.
916         * wl-message.el (wl-message-redisplay): Deactivate region.
917
918         * wl-summary.el (wl-summary-reply): Call
919         `wl-summary-set-message-buffer-or-redisplay' instead of
920         `wl-summary-redisplay-internal', don't move point.
921
922 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
923
924         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
925         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
926         by regexp.
927
928 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
929
930         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
931         if no need.
932
933 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
934
935         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
936         default value to nil.
937         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
938         `wl-summary-prepare-hook'; Replace refile action to
939         `wl-summary-exec-action-refile-with-register'.
940
941         * Version number is increased to 2.11.22.
942
943 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
944
945         * wl-summary.el (wl-summary-detect-mark-position): Set
946         `wl-summary-buffer-weekday-name-lang'.
947
948 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
949
950         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
951         (wl-summary-mark-as-read-all): Ditto.
952         (wl-summary-delete-messages-on-buffer): Ditto.
953         (wl-summary-sync-update): Ditto.
954         (wl-summary-mark-as-read-internal): Ditto.
955         (wl-summary-mark-as-answered-internal): Ditto.
956         (wl-summary-update-folder-info): Abolished.
957
958 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
959
960         * wl-summary.el (wl-summary-mark-as-read-all): Use
961         `wl-summary-update-folder-info' instead of
962         `wl-folder-update-unread'.
963
964 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
965
966         * wl-summary.el (wl-summary-update-folder-info): New function derived from
967         `wl-summary-folder-info-update'.
968         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
969         instead of `wl-summary-folder-info-update'.
970         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
971         `wl-folder-set-folder-updated'.
972         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
973         instead of `wl-folder-update-unread'.
974         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
975         the value of `wl-summary-buffer-unread-count' for the second parameter of
976         `wl-folder-update-unread'.
977
978         * Version number is increased to 2.11.21.
979
980 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
981
982         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
983         a local variable.
984
985 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
986
987         * wl-spam.el (wl-summary-mark-spam): Show message only if call
988         interactively.
989
990         * wl-summary.el (wl-summary-mark-as-important-internal): New
991         internal function.
992         (wl-summary-mark-as-important): Use it.
993         (wl-summary-mark-as-unimportant): New function.
994         (wl-summary-sync-marks): Follow the API change.
995
996         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
997
998         * wl-mime.el (wl-summary-burst): Check target folder is writable.
999
1000 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1001
1002         * wl-folder.el (wl-folder-update-unread): Re-indent.
1003         Narrow the scope of a local variable.
1004
1005 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1006
1007         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1008         (wl-addrmgr-merge-entries): Ditto.
1009         (wl-addrmgr): Added to address entry which exists in draft buffer
1010         if no entry is in original.
1011
1012 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1013
1014         * wl-batch.el: New file.
1015
1016 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1017
1018         * wl-vars.el (wl-use-semi): Remove unused variable.
1019
1020 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1021
1022         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1023         "?".
1024
1025 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1026
1027         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1028         wl-summary-new-mark.
1029         (wl-summary-new-cached-mark): New user option.
1030         (wl-summary-score-marks): Follow the change above.
1031         (wl-summary-auto-refile-skip-marks): Ditto.
1032         (wl-summary-incorporate-marks): Ditto.
1033         (wl-summary-expire-reserve-marks): Ditto.
1034
1035         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1036
1037         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1038         (wl-summary-persistent-mark-string): Distinguished between cached
1039         and uncached mark when the message is new.
1040
1041 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1042
1043         * wl-spam.el (wl-spam-domain): Renamed from
1044         `wl-spam-folder-guess-domain'.
1045         (wl-summary-exec-action-spam): Register as spam if domain of the
1046         source folder is good.
1047         (wl-summary-exec-action-refile-with-register): Register message if
1048         domain of the source folder is not undecided.
1049
1050 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1051
1052         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1053         detect thread loop.
1054
1055 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1056
1057         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1058         and wl-summary-skip-mark-list.
1059
1060 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1061
1062         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1063
1064         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1065
1066         * wl-spam.el (toplevel): Require wl-highlight.
1067         (wl-spam-auto-check-policy-alist): Abolish.
1068         (wl-spam-auto-check-folder-regexp-list): New user option.
1069         (wl-spam-auto-check-marks): Ditto.
1070         (wl-spam-mark-action-list): Ditto.
1071         (wl-highlight-summary-spam-face): New face.
1072         (wl-spam-auto-check-message-p): New function.
1073         (wl-spam-map-spam-messages): Fixed message.
1074         (wl-spam-register-spam-messages): Ditto.
1075         (wl-spam-register-good-messages): Ditto.
1076         (wl-summary-spam-map): Add and remove keybind.
1077         (wl-summary-target-mark-spam): Abolish.
1078         (wl-summary-refile-spam): Ditto.
1079         (wl-summary-test-spam): New function.
1080         (wl-summary-mark-spam): Ditto.
1081         (wl-summary-auto-check-spam): Follow the above change.
1082         (wl-summary-exec-action-spam): New function.
1083         (wl-summary-exec-action-refile-with-register): Fixed message.
1084         (wl-message-check-spam): New function.
1085         (wl-spam-setup): Ditto.
1086         (toplevel): Call it if this file is loaded interactivity.
1087
1088         * Version number is increased to 2.11.20.
1089
1090 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1091
1092         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1093         when new optional argument `force' is non nil or modified.
1094
1095 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1096
1097         * wl.el (toplevel): Require wl-spam when compile.
1098         (wl-save-status): Call wl-spam-save-status.
1099
1100         * wl-spam.el (wl-spam-register-spam-messages): New function.
1101         (wl-spam-register-good-messages): Ditto.
1102         (wl-spam-save-status): Ditto.
1103         (wl-summary-mode-map): Bind
1104         wl-summary-target-mark-register-as-spam to "ms" and
1105         wl-summary-target-mark-register-as-good to "mn".
1106         (wl-summary-register-as-spam): Abolish optional argument; Use
1107         wl-spam-register-spam-messages.
1108         (wl-summary-register-as-spam-all): Use
1109         wl-spam-register-spam-messages.
1110         (wl-summary-register-as-good): Abolish optional argument; Use
1111         wl-spam-register-good-messages.
1112         (wl-summary-register-as-good-all): Use
1113         wl-spam-register-good-messages.
1114         (wl-summary-target-mark-register-as-spam): New funtion.
1115         (wl-summary-target-mark-register-as-good): Ditto.
1116
1117 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1118
1119         * wl-spam.el: New file.
1120
1121 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1122
1123         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1124
1125         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1126         (wl-summary-auto-refile): Call wl-refile-guess with
1127         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1128
1129 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1130
1131         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1132         with disable-thread argument non-nil.
1133
1134 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1135
1136         * wl-summary.el (wl-summary-rescan): Added optional argument
1137         disable-thread.
1138         (wl-summary-sync): Call wl-summary-rescan with argument
1139         disable-thread.
1140         (wl-summary-input-range): Added new range `rescan-thread'.
1141
1142 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1143
1144         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1145
1146 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1147
1148         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1149         internal variable.
1150         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1151         wl-summary-search-parent-by-subject-regexp and
1152         wl-summary-divide-thread-when-subject-changed as nil.
1153         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1154         (wl-summary-insert-thread): Search parent entity from
1155         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1156         thread loop.
1157
1158 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1159
1160         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1161
1162         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1163
1164         * wl-util.el (wl-require-update-all-folder-p): New function.
1165         (wl-get-assoc-list-value): Added `function' to match directive.
1166         (wl-collect-draft): Rewrite.
1167
1168         * wl-summary.el (wl-summary-sync-update): Clear faces
1169         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1170         are non-nil.
1171         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1172         argument as function.
1173         (wl-summary-input-range): Ditto.
1174
1175         * wl-folder.el (wl-draft-get-folder): New function.
1176         (wl-folder-get-elmo-folder): Consider draft folder.
1177
1178         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1179         (wl-draft-buffer-message-number): New buffer local variable.
1180         (wl-draft-folder-internal): New internal variable.
1181         (wl-draft-delete): Rewrite.
1182         (wl-draft-save): Ditto.
1183         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1184         wl-folder-get-elmo-folder.
1185         (wl-draft-config-info-operation): Ditto.
1186         (wl-jump-to-draft-folder): Ditto.
1187         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1188         (wl-draft-reedit): Rewrite.
1189
1190         * Version number is increased to 2.11.19.
1191         
1192 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1193
1194         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1195         variable.
1196
1197 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1198
1199         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1200         Use ignore-errors instead of unwind-protect.
1201
1202 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1203
1204         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1205         for updating `wl-thread-entity-list'.
1206
1207 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1208
1209         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1210         parameter from calling `wl-thread-entity-get-older-brothers' and
1211         `wl-thread-entity-get-younger-brothers'.
1212         Replace nested `append' with a single one.
1213
1214 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1215
1216         * wl-summary.el (wl-summary-mode): Don't use the return value of
1217         `make-local-hook'.
1218
1219 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1220
1221         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1222         instead of `let*'.
1223         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1224         of local variables.
1225
1226 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1227
1228         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1229         Renamed from wl-summary-window-scroll-functions.
1230         (wl-summary-window-scroll-functions): Don't set to variable.
1231         (wl-summary-display-top): Use run-hooks.
1232         (wl-summary-display-bottom): Ditto.
1233         (wl-summary-toggle-disp-msg): Ditto.
1234         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1235         Use it instead of wl-summary-window-scroll-functions.
1236         (wl-summary-goto-folder-subr): Don't call
1237         wl-summary-window-scroll-functions, use
1238         wl-summary-buffer-window-scroll-functions instead.
1239
1240 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1241
1242         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1243         make-local-variable.
1244
1245 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1246
1247         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1248         set-buffer-modified-p.
1249         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1250         (wl-summary-display-bottom): Ditto.
1251         (wl-summary-toggle-disp-msg): Ditto.
1252
1253 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1254
1255         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1256
1257         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1258         (wl-summary-forward): Use elmo-message-entity-field instead of
1259         elmo-message-field.
1260
1261         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1262
1263 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1264
1265         * wl-summary.el (wl-summary-window-scroll-functions): No use
1266         `append'.
1267
1268 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1269
1270         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1271         function.
1272         (wl-summary-window-scroll-functions): Call it when both
1273         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1274         (wl-summary-temp-mark): Added optional argument number.
1275         (wl-summary-message-mark): Added optional argument flag.
1276         (wl-summary-persistent-mark): Added optional argument number and flag.
1277         (wl-summary-update-persistent-mark): Ditto.
1278         (wl-summary-update-status-marks): Set "r" for interactive spec.
1279
1280         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1281         argument number and flag.
1282
1283         * wl-action.el (wl-summary-registered-temp-mark): 
1284         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1285
1286 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1287
1288         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1289         internal variable (buffer local).
1290         (wl-summary-window-scroll-functions): New function.
1291         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1292         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1293         as nil.
1294         (wl-summary-update-status-marks): Added arguments beg, end and
1295         check.
1296         (wl-summary-update-mark-window): Use function.
1297         (wl-summary-sync-update): Follow the change above.
1298         (wl-summary-switch-to-clone-buffer): Copy
1299         wl-summary-buffer-unsync-mark-number-list.
1300         (wl-summary-goto-folder-subr): Set
1301         wl-summary-buffer-unsync-mark-number-list and
1302         use wl-summary-window-scroll-functions instead of
1303         wl-summary-lazy-highlight.
1304
1305         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1306
1307 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1308
1309         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1310
1311         * wl-summary.el (wl-summary-update-persistent-mark): Call
1312         wl-summary-set-message-modified.
1313
1314         * wl-summary.el (wl-summary-sync-update): Don't call
1315         wl-summary-update-status-marks.
1316
1317         * Version number is increased to 2.11.18.
1318
1319 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1320
1321         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1322         (wl-message-next-page): Ditto.
1323
1324 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1325
1326         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1327         local variable.  Change the order of a collected list into the
1328         same as the specified range.  Remove nil from a collected list.
1329
1330 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1331
1332         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1333         argument for elmo-folder-list-messages.
1334
1335 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1336
1337         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1338         change (wl-summary-count-unreads return a list instead of a cons
1339         cell).
1340
1341 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1342
1343         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1344         `wl-summary-folder-info-update'.
1345
1346 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1347
1348         * wl-summary.el (wl-summary-set-message-modified): No use
1349         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1350         (wl-summary-set-mark-modified): Abolish.
1351         (wl-summary-mark-modified-p): Ditto.
1352         (wl-summary-save-view): Follow the change above.
1353
1354         * wl-expire.el (wl-summary-expire): Likewise.
1355
1356 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1357
1358         * wl-summary.el (wl-summary-detect-mark-position): Use
1359         modb-entity-handler.
1360         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1361
1362         * Version number is increased to 2.11.17.
1363
1364 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1365
1366         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1367         entity field value.
1368         (wl-summary-prefetch-msg): Ditto.
1369         (wl-summary-print-message-with-ps-print): Ditto.
1370
1371 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1372
1373         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1374         for dummy entity.
1375         (wl-summary-insert-thread): Use elmo-message-entity-field.
1376         (wl-summary-update-thread): Use elmo-message-entity-field and
1377         elmo-message-entity-number.
1378         (wl-summary-line-number):  Use elmo-message-entity-number.
1379         (wl-summary-line-size): Use elmo-message-entity-field.
1380         (wl-summary-line-subject): Ditto.
1381         (wl-summary-line-from): Ditto.
1382         (wl-summary-line-attached): Ditto.
1383         (wl-summary-create-line): Ditto.
1384         (wl-summary-create-line): Use elmo-message-entity-number.
1385         (wl-summary-print-message-with-ps-print): Use
1386         elmo-message-entity-field.
1387
1388 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1389
1390         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1391         change in elmo-msgdb-make-message-entity.
1392         (wl-summary-buffer-set-folder): Don't call
1393         wl-summary-detect-mark-position here.
1394         (wl-summary-rescan): Call elmo-message-entity-number.
1395         (wl-summary-sync-update): Ditto.
1396         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1397
1398         * wl-score.el (wl-score-header-index): Redefine 2th element.
1399         (wl-score-overview-entity-get-extra): Abolish.
1400         (wl-score-ov-entity-get): Rewrite.
1401         (wl-score-string-index<, wl-score-string-func<): Abolish.
1402         (wl-score-string<): New function.
1403         (wl-score-string-sort): Use it.
1404
1405         * wl-refile.el (wl-refile-guess-by-history): Use
1406         elmo-message-entity-field.
1407         (wl-refile-guess-by-from): Ditto.
1408         (wl-refile-guess-by-msgid): Ditto.
1409
1410         * Version number is increased to 2.11.16.
1411
1412 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1413
1414         * wl-folder.el (wl-folder-confirm-existence): Don't call
1415         file-exists-p if msgdb-path is nil.
1416         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1417         `wl-read-folder-hist' to `wl-read-folder-history'.
1418
1419 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1420
1421         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1422         `y-or-n-p'.
1423
1424 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1425
1426         * wl-score.el (wl-score-headers): Don't use
1427         elmo-folder-do-each-message-entity.
1428
1429         * Version number is increased to 2.11.15.
1430
1431 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1432
1433         * wl-summary.el (wl-summary-delete-all-msgs): Use
1434         elmo-folder-move-messages instead of elmo-folder-delete-messages
1435         and elmo-folder-detach-messages.
1436         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1437
1438         * wl-expire.el (wl-expire-delete): Ditto.
1439         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1440
1441 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1442
1443         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1444         (wl-message-header-narrowing-fields): Ditto.
1445         (wl-message-header-narrowing-lines): Ditto.
1446         (wl-message-header-narrowing-string): Ditto.
1447
1448         * wl-summary.el (wl-summary-mode-map): Bind
1449         wl-summary-toggle-header-narrowing to "C-cC-f".
1450         (wl-summary-toggle-header-narrowing): New function.
1451
1452         * wl-message.el (wl-message-buffer-create): Call
1453         wl-message-header-narrowing-setup.
1454         (wl-message-redisplay): Call wl-message-header-narrowing.
1455         (wl-message-header-narrowing): New function.
1456         (wl-message-header-narrowing-map): New keymap.
1457         (wl-message-header-narrowing-widen-map): New keymap.
1458         (wl-message-header-narrowing-again-at-mouse): New function.
1459         (wl-message-header-narrowing-1): Ditto.
1460         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1461         (wl-message-header-narrowing-setup): Ditto.
1462         (wl-message-header-narrowing-toggle): Ditto.
1463         
1464         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1465
1466         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1467         'flag as all.
1468         (wl-use-flag-folder-help-echo): New user option.
1469
1470         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1471         wl-summary-highlight as nil.
1472         (wl-summary-set-mark-modified): Follow the API change.
1473         (wl-summary-mark-modified-p): Ditto.
1474         (wl-summary-mark-as-read-all): Ditto.
1475         (wl-summary-sync-marks): Don't call
1476         elmo-folder-list-messages-with-global-mark.
1477         (wl-summary-mark-as-read-internal): Follow the API change.
1478         (wl-summary-mark-as-answered-internal): Ditto.
1479         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1480         Follow the API change.
1481         (wl-summary-create-line): Call with number argument.
1482         (wl-summary-reply): Follow the API change.
1483
1484         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1485         function.
1486         (wl-highlight-summary-line-string): Call it when
1487         wl-use-flag-folder-help-echo is non-nil.
1488         (wl-highlight-summary-current-line): Ditto.
1489         (elmo-flag-folder-referrer): Added autoload setting.
1490
1491         * wl-draft.el (wl-draft-kill): Follow the API change.
1492
1493         * Version number is increased to 2.11.14.
1494         
1495 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1496
1497         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1498
1499 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1500
1501         * Version number is increased to 2.11.13.
1502
1503 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1504
1505         * wl-draft.el (wl-draft-previous-history-element): Fixed
1506         unbalanced parenthesis and bind unbound local variables.
1507
1508 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1509
1510         * wl-draft.el (wl-draft-previous-history-element): New function.
1511         (wl-draft-next-history-element): Ditto.
1512         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1513         them to M-p and M-n.
1514
1515 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1516
1517         * Version number is increased to 2.11.12.
1518
1519 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1520
1521         * wl-draft.el (wl-draft-hide): Select buffer-window.
1522
1523 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1524
1525         * wl-summary.el (wl-summary-narrow-to-region): New function.
1526         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1527         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1528         (wl-summary-save-region): Use it.
1529         * wl-action.el (wl-summary-collect-numbers-region)
1530         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1531
1532 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1533
1534         * wl-folder.el (wl-folder-count-incorporates): Don't use
1535         `elmo-msgdb-mark-load'
1536
1537         * Version number is increased to 2.11.11.
1538
1539 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1540
1541         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1542         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1543
1544 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1545
1546         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1547
1548 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1549
1550         * Version number is increased to 2.11.10.
1551
1552 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1553
1554         * wl-mime.el (wl-draft-attribute-value): Fixed.
1555
1556 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1557
1558         * wl-util.el (wl-copy-local-variables): New function.
1559
1560         * wl-mime.el (wl-draft-attribute-recipients): New function.
1561         (wl-draft-attribute-envelope-from): Ditto.
1562         (wl-draft-attribute-smtp-posting-server): Ditto.
1563         (wl-draft-attribute-smtp-posting-port): Ditto.
1564         (wl-draft-attribute-value): Ditto.
1565         (wl-draft-preview-message): Use it to get value for
1566         attributes. Reflect result of `wl-draft-config'.
1567
1568         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1569         and call `wl-summary-mark-as-read' before to call
1570         `wl-summary-unset-mark'.
1571         (wl-summary-target-mark-mark-as-unread): Likewise.
1572         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1573
1574 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1575
1576         * wl-mime.el (wl-draft-preview-message): Use actual value for
1577         attributes; Fix for small window.
1578
1579 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1580
1581         * wl-refile.el (wl-refile-get-field-value): Call
1582         `elmo-message-entity-field' with 3rd argument is non-nil.
1583
1584 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1585
1586         * wl-vars.el (wl-draft-preview-attributes): New user option.
1587         (wl-draft-preview-attributes-list): Ditto.
1588         (wl-draft-preview-attributes-buffer-lines): Ditto.
1589         (wl-draft-preview-attributes-buffer-name): Ditto.
1590
1591         * wl-mime.el (wl-draft-preview-message): Display attributes.
1592
1593 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1594
1595         * wl-summary.el (wl-summary-detect-mark-position): Bind
1596         wl-summary-flag-priority-list to '(new).
1597
1598 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1599
1600         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1601         funtion.
1602         (wl-highlight-summary-line-string): Use it.
1603         (wl-highlight-summary-current-line): Ditto.
1604
1605 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1606
1607         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1608         line even when the mark string is not changed.
1609
1610         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1611         argument change in the wl-summary-create-line.
1612         (wl-thread-insert-entity-sub): Ditto.
1613
1614         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1615         argument change in the wl-summary-create-line.
1616         (wl-summary-insert-sequential): Ditto.
1617         (wl-summary-update-thread): Ditto.
1618         (wl-summary-persistent-mark-string): New inline function.
1619         (wl-summary-message-mark): Use it.
1620         (wl-summary-create-line): Abolish argument wl-persistent-mark
1621         and added wl-flags, wl-cached.
1622
1623         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1624         mark to flags.
1625         (wl-highlight-summary-current-line): Decide the face not by the 
1626         persistent mark but flags.
1627
1628 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1629
1630         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1631         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1632         wl-summary-read-uncached-mark): Revive.
1633         (wl-summary-answered-cached-mark,
1634         wl-summary-answered-uncached-mark): New user option.
1635         (wl-summary-score-marks): Follow the change above.
1636         (wl-summary-auto-refile-skip-marks): Ditto.
1637         (wl-summary-incorporate-marks): Ditto.
1638         (wl-summary-expire-reserve-marks): Ditto.
1639         (wl-summary-flag-priority-list): New user option.
1640
1641         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1642         changes.
1643         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1644         of elmo-message-mark.
1645         (wl-summary-mark-as-read-internal): Ditto.
1646         (wl-summary-mark-as-answered): Ditto.
1647         (wl-summary-mark-as-important): Ditto.
1648         (wl-summary-redisplay-internal): Ditto.
1649         (wl-summary-redisplay-no-mime-internal): Ditto.
1650         (wl-summary-message-mark): New function.
1651         (wl-summary-insert-sequential): Use wl-summary-message-mark
1652         instead of elmo-message-mark.
1653         (wl-summary-update-thread): Ditto.
1654         (wl-summary-persistent-mark): Ditto.
1655         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1656         instead of elmo-message-mark.
1657
1658         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1659         wl-summary-message-mark instead of elmo-message-mark.
1660         (wl-thread-insert-entity-sub): Ditto.
1661         (wl-thread-get-children-msgs-uncached): Ditto.
1662
1663         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1664         variable name changes.
1665         (wl-highlight-summary-current-line): Ditto.
1666
1667         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1668         wl-summary-message-mark instead of elmo-message-mark.
1669
1670         * wl-expire.el (wl-expire-message-p): Ditto.
1671
1672         * wl-score.el (wl-score-headers): Ditto.
1673
1674         * Version number is increased to 2.11.9.
1675
1676         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1677         (wl-summary-sync-update): Follow the change above.
1678         (wl-summary-switch-to-clone-buffer): Ditto.
1679         (wl-summary-open-folder): Ditto.
1680
1681 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1682
1683         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1684         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1685
1686         * Version number is increased to 2.11.8.
1687
1688         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1689
1690         * wl-expire.el (wl-expire-refile): Follow the API change on
1691         `elmo-folder-move-messages'.
1692         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1693
1694         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1695         (wl-summary-exec-action-refile): Ditto.
1696         (wl-summary-exec-action-copy): Ditto.
1697         (wl-summary-no-auto-refile-message-p): No use
1698         `wl-summary-buffer-msgdb'.
1699         (wl-summary-auto-refile): Ditto.
1700
1701 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1702
1703         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1704
1705 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1706
1707         * wl-summary.el (wl-summary-sync): Treat no-sync.
1708
1709         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1710         (wl-default-sync-range): Ditto.
1711
1712 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1713
1714         * wl-refile.el (wl-refile-subject-learn): Call
1715         `elmo-message-entity-field' with 3rd argument is non-nil.
1716         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1717         instead of `elmo-msgdb-overview-entity-get-subject'.
1718
1719 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1720
1721         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1722         scan-type is rescan.
1723         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1724         new optional argument force is non-nil.
1725         (wl-summary-save-view-cache): Call it with force argument non-nil.
1726
1727         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1728
1729 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1730
1731         * wl-action.el (wl-summary-print-argument): Fixed last change.
1732
1733 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1734
1735         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1736         simplified.
1737         (wl-summary-target-mark-mark-as-unread): Likewise.
1738         (wl-summary-target-mark-mark-as-important): Likewise.
1739
1740 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1741
1742         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1743         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1744         (wl-summary-mark-as-important-region): Change accordingly.
1745         (wl-summary-target-mark-mark-as-important): Ditto.
1746
1747 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1748
1749         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1750
1751         * wl-action.el (wl-summary-print-argument): Print argument to
1752         right side of window if `wl-summary-print-argument-within-window'
1753         is non-nil.
1754
1755 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1756
1757         * wl-action.el (wl-summary-set-mark): Use
1758         `wl-summary-message-visible-p' to check visibility of the message
1759         and jump to message only when the message line is visible and have
1760         different number; Call wl-summary-unset-mark with number argument.
1761         (wl-summary-unset-mark): 
1762         Use `wl-summary-message-visible-p'
1763         to check visibility of the message and jump to message only when
1764         the message line is visible and have different number;
1765
1766 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1767
1768         * Version number is increased to 2.11.7.
1769
1770         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1771         and wl-folder-summary-line-format.
1772
1773         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1774         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1775         (wl-summary-set-score-mark): Use it.
1776         (wl-summary-target-mark-mark-as-read): Ditto.
1777         (wl-summary-target-mark-mark-as-unread): Ditto.
1778         (wl-summary-target-mark-mark-as-important): Ditto.
1779         (wl-summary-target-mark-msgs): Simplified.
1780         (wl-summary-detect-mark-position): Fixed problem when
1781         summary-line-format no contain persisten/temp mark spec.
1782         (wl-summary-temp-mark): Ditto.
1783         (wl-summary-persistent-mark): Ditto.
1784         (wl-summary-update-persistent-mark): Ditto.
1785
1786         * wl-action.el (wl-summary-set-mark): Ditto.
1787         (wl-summary-unset-mark): Ditto.
1788         All other related portions are changed.
1789
1790 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1791
1792         * Version number is increased to 2.11.6.
1793
1794 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1795
1796         * wl-util.el (wl-current-message-buffer): Define as function;
1797         Don't use the value of wl-messge-buffer.
1798
1799         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1800         persistent mark.
1801
1802         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1803         no current message, cause an error.
1804
1805 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1806
1807         * wl-summary.el (wl-summary-set-message-modified): Use
1808         elmo-folder-set-message-modified instead of
1809         elmo-folder-set-message-modified-internal.
1810
1811 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1812
1813         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1814         interactively.
1815         (wl-summary-sync): nokill->entirely.
1816         (wl-summary-sync-marks): Fixed message.
1817         (wl-summary-input-range): Added mark, nokill->entirely.
1818
1819         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1820         messages as read.
1821
1822 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1823
1824         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1825         update-noscore.
1826         (wl-summary-sync): Follow the change above.
1827
1828 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1829
1830         * wl-action.el (wl-summary-target-mark-all): Use
1831         elmo-folder-list-messages.
1832
1833 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1834
1835         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1836         (wl-summary-rescan): Set wl-summary-scored as nil.
1837         (wl-summary-sync-force-update): Follow the change above.
1838         (wl-summary-sync): Ditto.
1839         (wl-summary-sync-update): Added argument disable-killed.
1840         (wl-summary-insert-headers): Set visible-only argument for
1841         elmo-folder-list-messages.
1842         (wl-summary-input-range): Added update-nokill, update-noscore,
1843         all-nokill, all-noscore and mark.
1844
1845         * Version number is increased to 2.11.5.
1846
1847         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1848
1849 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1850
1851         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1852         (wl-summary-prefetch-region-no-mark): Change accordingly.
1853         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1854
1855 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1856
1857         * wl-address.el (wl-complete-field-to): Abolished.
1858         (wl-complete-address): Completion function for completing-read.
1859         * wl-action.el (wl-summary-get-resend-address): Use it.
1860
1861         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1862         wl-summary-update-mark and abolish unused argument.
1863         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1864         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1865         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1866         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1867         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1868         * wl-draft.el (wl-draft-kill): Ditto.
1869
1870         * wl-summary.el: Remove unused binding of case-fold-search.
1871         (wl-summary-replace-status-marks): Abolished.
1872
1873 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1874
1875         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1876         is specified or folder length is zero.
1877
1878 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1879
1880         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1881         (wl-folder-archive-current-entity): Ditto.
1882
1883 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1884
1885         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1886         retrieving message mark.
1887         (wl-summary-redisplay-internal): Ditto.
1888
1889         * wl-message.el (wl-message-buffer-display): Ignore errors while
1890         retrieving message-id field.
1891
1892         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1893         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1894         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1895         order of the arguments for `wl-expire-message-p'.
1896         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1897
1898         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1899         Check return value of wl-summary-reply.
1900         (wl-summary-reply): Recover window configuration when an error occured.
1901
1902 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1903
1904         * wl-summary.el (wl-summary-resend-message): Abolished, the
1905         feature is inherited by wl-summary-resend (put resend mark).
1906
1907 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1908
1909         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1910         wl-message-buffer to nil when the message is hide.
1911
1912 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1913
1914         * .cvsignore: New file.
1915
1916 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1917
1918         * wl-action.el (wl-summary-action-docstring): Add more info.
1919         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1920         duplicate definition.
1921         (wl-summary-define-mark-action): Functions wl-summary-*-region
1922         keep current position.
1923         (wl-summary-unregister-target-mark): Store result to the variable.
1924
1925 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1926
1927         * Version number is increased to 2.11.4.
1928
1929 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1930
1931         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1932         wl-summary-delete-all-temp-marks.
1933         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1934
1935         * wl-action.el (wl-summary-set-mark): Changed terminology
1936         refile-destination -> action-argument.
1937         (wl-summary-unset-mark): Ditto.
1938         (wl-summary-remove-argument): Ditto.
1939         (wl-summary-print-argument): Ditto.
1940
1941         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1942         (wl-thread-remove-argument-region): Ditto.
1943         (wl-thread-print-argument-region): Ditto.
1944         (wl-thread-close): Ditto.
1945         (wl-thread-open): Ditto.
1946
1947         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1948         (wl-highlight-refile-destination-face is abolished)
1949         (wl-highlight-action-argument-string): Ditto.
1950         (wl-highlight-summary-current-line): Highlight action argument.
1951
1952         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1953         color for light backgrounds.
1954         (wl-highlight-summary-answered-face): Ditto.
1955
1956 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1957
1958         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1959
1960         * wl-score.el (wl-summary-score-update-all-lines): Use
1961         wl-summary-set-mark.
1962         (wl-summary-score-update-all-lines): Kill expunged messages.
1963
1964         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1965
1966 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1967
1968         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1969         directly.
1970         (wl-score-overview-entity-get-lines): Ditto.
1971         (wl-score-overview-entity-get-xref): Ditto.
1972         (wl-score-get-latest-msgs): Ditto.
1973         (wl-summary-rescore): Ditto.
1974
1975         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1976         to "&".
1977         (wl-summary-mark-as-answered-internal): New inline function.
1978         (wl-summary-mark-as-answered): New function.
1979         (wl-summary-mark-as-unanswered): Ditto.
1980         (wl-summary-sync-marks): Modified for answered-mark synching.
1981
1982 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1983
1984         * wl-action.el (wl-summary-set-mark): Fixed last change.
1985
1986 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1987
1988         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1989         behavior of wl-summary-unread-message-hook
1990         (Pointed out by akira yamada <akira@arika.org>).
1991
1992 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1993
1994         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1995         wl-summary-delete.
1996         * wl-xmas.el (wl-summary-toolbar): Ditto.
1997
1998         * wl-action.el (wl-summary-set-mark): Don't override current
1999         temp-mark.
2000
2001         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2002
2003 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2004
2005         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2006         (wl-refile-msgid-learn): Ditto.
2007         (wl-refile-get-field-value): Ditto.
2008
2009         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2010
2011         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2012         (wl-expire-delete-reserved-messages): Renamed from
2013         wl-expire-reserve-marked-msgs-from-list.
2014         (wl-expire-delete): Removed argument `msgdb'.
2015         (wl-expire-refile): Ditto.
2016         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2017         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2018         mark-alist as argument.
2019         (wl-expire-archive-number1): Removed argument `msgdb'.
2020         (wl-expire-archive-number2): Ditto.
2021         (wl-expire-archive-date): Ditto.
2022         (wl-expire-localdir-date): Ditto.
2023         (wl-expire-hide): Ditto.
2024         (wl-archive-number1): Ditto.
2025         (wl-archive-number2): Ditto.
2026         (wl-archive-date): Ditto.
2027         (wl-archive-folder): Ditto.
2028         All other related portions are changed.
2029
2030 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2031
2032         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2033         mean move up and down. (suggested by Takashi Kawachi)
2034
2035 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2036
2037         * wl-acap.el (toplevel): Don't require un-define.
2038
2039 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2040
2041         * wl-thread.el (wl-thread-delete-message): Always update
2042         wl-summary-buffer-number-list.
2043
2044         * wl-action.el (wl-summary-print-destination): 
2045         Do nothing when folder is nil.
2046
2047 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2048
2049         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2050         persistent mark when prefetch is succeeded.
2051
2052 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2053
2054         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2055         instead of elmo-msgdb-delete-msgs.
2056         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2057         (wl-expire-hide): Ditto.
2058
2059         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2060
2061         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2062         elmo-msgdb interface.
2063         (wl-thread-get-exist-children): Likewise.
2064         (wl-thread-insert-message): Likewise.
2065         (wl-thread-msg-mark-as-important): Likewise.
2066         (wl-thread-insert-entity-sub): Likewise.
2067         (wl-thread-get-children-msgs-uncached): Likewise.
2068
2069         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2070         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2071         (wl-summary-sync-update): Likewise.
2072         (wl-summary-auto-select-msg-p): Likewise.
2073         (wl-summary-update-thread): Likewise.
2074         (wl-summary-mark-as-important): Likewise.
2075         (wl-summary-jump-to-msg-internal): Likewise.
2076         (wl-summary-redisplay-internal): Likewise.
2077         (wl-summary-print-message-with-ps-print): Likewise.
2078         (wl-summary-folder-info-update): Likewise.
2079
2080         * wl-folder.el (wl-folder-check-one-entity):
2081         elmo-folder-count-flags instead of wl-summary-count-unread.
2082
2083         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2084
2085         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2086
2087         * wl-summary.el (wl-summary-set-message-modified): 
2088         Call wl-summary-set-mark-modified.
2089         (wl-summary-delete-messages-on-buffer): Call
2090         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2091         (wl-summary-sync-update): Call elmo-folder-length instead of
2092         elmo-folder-messages.
2093         (wl-summary-insert-headers): Don't call
2094         elmo-folder-list-message-entities.
2095
2096 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2097
2098         * wl-action.el (wl-summary-define-mark-action): Call
2099         `wl-summary-set-mark' with argument `data'.
2100         (wl-summary-auto-refile): Fixed order of arguments when call
2101         `wl-summary-refile'.
2102
2103 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2104
2105         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2106
2107         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2108
2109         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2110         (Renamed from wl-highlight-summary-deleted-face).
2111         (wl-highlight-summary-resend-face): New face.
2112
2113         (wl-highlight-summary-deleted-face): Renamed from
2114         wl-highlight-summary-erased-face.
2115
2116         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2117
2118         * wl-action.el (wl-summary-get-resend-address): New function.
2119         (wl-summary-exec-action-resend): Ditto.
2120         (wl-summary-exec-action-resend-subr): Ditto.
2121
2122         * w-thread.el (wl-thread-copy): Removed definition.
2123         (wl-thread-refile): Ditto.
2124         (wl-thread-delete): Ditto.
2125         (wl-thread-target-mark): Ditto.
2126
2127         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2128         (wl-summary-target-mark-set-action): Fixed.
2129         (wl-summary-define-mark-action): Fixed quotation.
2130         (wl-summary-move-mark-list-messages): Display message.
2131         (wl-summary-define-mark-action): Define thread functions.
2132         (wl-summary-exec-action-refile): Changed message.
2133         (wl-summary-exec): Ditto.
2134
2135 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2136         
2137         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2138         '%%'.
2139
2140 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2141
2142         * wl.el (toplevel): Require wl-action.
2143         (wl-init): Call wl-summary-define-mark-action.
2144
2145         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2146
2147         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2148         wl-summary-delete and wl-summary-erase.
2149         (wl-summary-mode-map): Ditto.
2150
2151         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2152         wl-delete-folder-alist.
2153
2154         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2155         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2156         (toplevel): Moved mark & action related functions to the wl-action.el.
2157
2158         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2159         in wl-summary-mark-action-list.
2160         (wl-highlight-summary-current-line): Ditto.
2161
2162         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2163         empty lines.
2164
2165         * wl-action.el: New file. 
2166
2167 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2168
2169         * wl-summary.el (wl-summary-target-mark-replace): New function.
2170         (wl-summary-target-mark-prefetch): Use it.
2171         (wl-summary-target-mark-delete): Ditto.
2172         (toplevel): Rearranged definition order.
2173         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2174         (wl-summary-target-mark-erase): Rewrite.
2175         (wl-summary-erase-region): New function.
2176         (wl-summary-exec-action-erase): Changed message.
2177         (wl-summary-move-mark-list-messages): New function.
2178         (wl-summary-exec-action-delete): Use it.
2179         (wl-summary-exec-action-erase): Ditto.
2180
2181         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2182         (wl-summary-skip-mark-list): Added "d".
2183
2184         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2185         while searching.
2186
2187         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2188         and define using defcustom;
2189         Define 4th element as a face.
2190         
2191         * wl-summary.el (wl-summary-incorporate): Use 
2192         `wl-summary-prefetch-region-no-mark' instead of
2193         `wl-summary-prefetch-region'.
2194         (wl-summary-prefetch-region-no-mark): Revival of old
2195         `wl-summary-prefetch-region'.
2196         (wl-summary-mark-action-list): Moved to wl-vars.el
2197
2198         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2199         face according to the `wl-summary-mark-action-list'.
2200         (wl-highlight-summary-current-line): Ditto;
2201         Removed destination highlighting.
2202
2203         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2204         (wl-highlight-summary-line-string): Highlight for "i" mark.
2205         (wl-highlight-summary-current-line): Ditto.
2206
2207         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2208         no destination.
2209
2210         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2211         exists, just go ahead.
2212         (wl-summary-prefetch-region): Rewrite.
2213         (wl-summary-prefetch): Ditto.
2214         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2215         (wl-summary-exec-action-prefetch): New function.
2216         (wl-summary-target-mark-prefetch): Rewrite.
2217
2218 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2219
2220         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2221         (wl-highlight-summary-line-string): Added "d" and "D".
2222         (wl-highlight-summary-current-line): Ditto.
2223
2224         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2225         in wl-summary.el.
2226         (wl-thread-insert-entity-sub): Ditto.
2227         (wl-thread-remove-destination-region): Ditto.
2228         (wl-thread-print-destination-region): Ditto.
2229
2230         * wl-summary.el (wl-summary-buffer-refile-list,
2231         wl-summary-buffer-delete-list,
2232         wl-summary-buffer-copy-list): Abolish.
2233         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2234         All other related portions are changed.
2235         (wl-summary-mark-action-list): New variable.
2236         (wl-summary-set-mark): New function.
2237         (wl-summary-register-target-mark): Ditto.
2238         (wl-summary-unregister-target-mark): Ditto.
2239         (wl-summary-have-target-mark-p): Ditto.
2240         (wl-summary-register-temp-mark): Ditto.
2241         (wl-summary-unregister-temp-mark): Ditto.
2242         (wl-summary-registered-temp-mark): Ditto.
2243         (wl-summary-collect-temp-mark): Ditto.
2244         (wl-summary-unset-mark): Ditto.
2245         (wl-summary-set-target-mark): Ditto.
2246         (wl-summary-unset-target-mark): Ditto.
2247         (wl-summary-set-action-generic): Ditto.
2248         (wl-summary-unset-action-generic): Ditto.
2249         (wl-summary-exec-action-delete): Ditto.
2250         (wl-summary-exec-action-erase): Ditto.
2251         (wl-summary-set-action-refile): Ditto.
2252         (wl-summary-set-action-refile-subr): Ditto.
2253         (wl-summary-unset-action-refile): Ditto.
2254         (wl-summary-make-destination-numbers-list): Ditto.
2255         (wl-summary-exec-action-refile): Ditto.
2256         (wl-summary-set-action-copy): Ditto.
2257         (wl-summary-unset-action-copy): Ditto.
2258         (wl-summary-exec-action-copy): Ditto.
2259         (wl-summary-collect-numbers-region): Ditto.
2260         (wl-summary-delete): Rewrite.
2261         (wl-summary-erase): Ditto.
2262         (wl-summary-remove-destination): Ditto.
2263         (wl-summary-exec): Ditto.
2264         (wl-summary-exec-region): Ditto.
2265         (wl-summary-target-mark-erase): Ditto.
2266         (wl-summary-refile): Ditto.
2267         (wl-summary-copy): Ditto.
2268         (wl-summary-unmark): Ditto.
2269         (wl-summary-delete-all-mark): Ditto.
2270         (wl-summary-mark-line): Don't highlight.
2271         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2272         (wl-summary-target-mark-refile-subr): Rewrite.
2273
2274         (wl-summary-copy-prev-destination): Abolish.
2275
2276 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2277
2278         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2279         default values along the value of wl-on-mule.
2280         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2281         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2282         It is not used anywhere.
2283
2284 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2285
2286         * wl-summary.el (wl-summary-print-destination): Keep position.
2287         (wl-summary-cursor-move-surface): Keep horizontal position.
2288
2289 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2290
2291         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2292         write sendlog.
2293
2294 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2295
2296         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2297         `wl-summary-highlight'.
2298
2299 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2300
2301         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2302         trivial condition for temp-mark.
2303
2304 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2305
2306         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2307         when it hits killed buffer.
2308
2309 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2310
2311         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2312         * wl-news.el.in: `message' and `error' take format string.
2313
2314 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2315
2316         * wl-folder (wl-folder-insert-entity): Display a message,
2317         `...done', when the work finish.
2318         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2319
2320 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2321
2322         * wl-message.el (wl-message-redisplay): Remove unused local
2323         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2324
2325 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2326
2327         * wl-summary.el (wl-summary-replace-status-marks): Disable
2328         interactive use.
2329         (wl-summary-reedit): Check message existence at first.
2330         (wl-summary-mark-line): Fix doc, return value is indefinite.
2331
2332         * wl-highlight.el (wl-highlight-message): Arranged.
2333
2334         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2335         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2336         check temp-mark by wl-summary-temp-mark always.
2337         (wl-highlight-summary): Change accordingly.
2338         * wl-summary.el (wl-summary-mark-as-read-all)
2339         (wl-summary-delete-cache, wl-summary-set-score-mark)
2340         (wl-summary-mark-as-unread, wl-summary-unmark)
2341         (wl-summary-mark-line, wl-summary-mark-as-read)
2342         (wl-summary-mark-as-important): Ditto.
2343
2344         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2345         end of the window if possible.
2346         * wl-summary.el (wl-summary-sync-update): Support lazy
2347         highlighting.
2348         (wl-summary-toggle-disp-msg): Ditto.
2349
2350 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2351
2352         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2353
2354 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2355
2356         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2357         change.
2358
2359 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2360
2361         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2362         API.
2363         (wl-summary-sync-update): Ditto.
2364
2365         * wl-score.el (wl-score-get-score-alist): Changed argument.
2366         (wl-summary-rescore-msgs): Likewise.
2367         (wl-summary-score-headers): Likewise.
2368         (wl-score-headers): Likewise;
2369         Use elmo-folder-do-each-message-entity, etc.
2370         (wl-summary-score-effect): Follow the changes above.
2371         (wl-summary-rescore): Ditto.
2372         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2373         (wl-score-get-overview): Abolish.
2374
2375         * wl-summary.el (wl-summary-default-from): Follow the API change in
2376         elmo-msgdb.
2377         (wl-summary-count-unread): Ditto.
2378         (wl-summary-detect-mark-position): Ditto.
2379         (wl-summary-overview-entity-compare-by-date): Ditto.
2380         (wl-summary-overview-entity-compare-by-number): Ditto.
2381         (wl-summary-overview-entity-compare-by-from): Ditto.
2382         (wl-summary-overview-entity-compare-by-subject): Ditto.
2383         (wl-summary-get-list-info): Ditto.
2384         (wl-summary-rescan): Ditto.
2385         (wl-summary-jump-to-msg-by-message-id): Ditto.
2386         (wl-summary-sync-update): Ditto; Removed comment.
2387         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2388         (wl-summary-insert-message): Use wl-summary-insert
2389         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2390         (wl-summary-insert-headers): Changed argument overview to folder.
2391         (wl-summary-search-by-subject): Likewise.
2392         (wl-summary-insert-thread): Renamed from 
2393         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2394
2395         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2396         too.
2397
2398         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2399         wl-string-member.
2400
2401 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2402
2403         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2404         elmo-folder-append-buffer.
2405         (wl-draft-queue-append): Likewise.
2406
2407         * wl-mime.el (wl-message-delete-current-part): Ditto.
2408         (wl-summary-burst-subr): Ditto.
2409
2410         * wl-news.el.in (wl-news-send-news): Ditto.
2411
2412 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2413
2414         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2415         function.
2416         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2417         (wl-summary-update-mark): Enclose with save-excursion.
2418         (wl-summary-mark-as-read-internal): Fixed last change.
2419         (wl-summary-mark-as-important): Use 3rd argument of
2420         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2421         Don't use elmo-msgdb-set-mark.
2422         (wl-summary-redisplay-internal): If msgdb flag is already read,
2423         just update the mark on buffer.
2424
2425 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2426
2427         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2428         cut visible folder when elmo-folder-delete returns non-nil value.
2429
2430 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2431
2432         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2433         by Kenichi OKADA <okada@opaopa.org>).
2434
2435 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2436
2437         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2438
2439 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2440
2441         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2442         Fixed the last change, search group entity by its real name.
2443         (Thanks to: KOBAYASHI Shinji)
2444
2445 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2446
2447         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2448         (wl-fldmgr-access-display-all): Don't refer visible name.
2449         * wl-expire.el (wl-folder-archive-current-entity)
2450         (wl-folder-expire-current-entity): Ditto.
2451         * wl-folder.el (wl-folder-jump-to-current-entity)
2452         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2453         (wl-folder-open-folder-sub,wl-folder-open-all)
2454         (wl-folder-write-current-folder): Ditto.
2455         (wl-folder-insert-entity): Don't use petname for normal group.
2456         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2457         is the real name.
2458         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2459         Abolished.
2460
2461 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2462
2463         * wl-draft.el (wl-draft-create-buffer): Add
2464         `wl-summary-reply-with-citation'
2465
2466 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2467
2468         * wl-draft.el (wl-draft-reply): Fixed.
2469
2470 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2471
2472         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2473         when `wl-draft-send-confirm-with-preview' is non-nil.
2474         You can scroll up/down by j/k.
2475         (wl-draft-send-confirm-with-preview): New variable (default=t).
2476
2477 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2478
2479         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2480         (wl-fldmgr-save-folders): Fix comment.
2481
2482 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2483
2484         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2485         along the last change in `wl-folder-buffer-group-p'.
2486
2487 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2488
2489         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2490         folder.
2491
2492         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2493         the default value.
2494
2495         * wl-mime.el (wl-summary-burst): Update summary only when target
2496         folder equals current folder.
2497
2498 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2499
2500         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2501
2502 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2503
2504         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2505         value.
2506
2507 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2508
2509         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2510         `map-extents' instead of `extent-at' repeatedly.
2511         (wl-highlight-folder-current-line): Ditto.
2512
2513         * wl-highlight.el: Remove useless dummy functions.
2514
2515 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2516
2517         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2518         (wl-folder-put-folder-property): New function to put text property.
2519         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2520         (wl-folder-insert-entity, wl-folder-update-diff-line)
2521         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2522         * wl-e21.el, wl-xmas.el, wl-mule.el
2523         (wl-highlight-folder-current-line): Ditto.
2524         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2525         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2526         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2527         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2528
2529 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2530
2531         * Version number is increased to 2.11.3.
2532
2533 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2534
2535         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2536         Resume current-buffer since it is assumed by remaining tasks.
2537
2538 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2539
2540         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2541         (wl-folder-completion-function): Abolished.
2542         (wl-folder-complete-folder): New function.
2543         (wl-folder-complete-filter-condition): Ditto.
2544         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2545         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2546
2547 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2548
2549         * wl-draft.el (wl-draft-send-confirm): New function.
2550         (wl-draft-send): Use it.
2551
2552         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2553         cursor-in-echo-area while confirming.
2554
2555         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2556
2557         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2558         searching via nntp if wl-summary-search-via-nntp is 'force.
2559         Otherwise, invoke searching in nntp folder only.
2560         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2561
2562         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2563         explicitly for mime-make-text-tag.
2564
2565 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2566
2567         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2568         `mime-make-text-tag' instead of `mime-create-tag'.
2569
2570 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2571
2572         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2573         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2574
2575 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2576
2577         * wl-score.el (wl-score-save): Bind print-length and print-level.
2578         (wl-score-pretty-print): Ditto.
2579         (wl-score-edit-insert-header-entry): Ditto.
2580
2581         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2582         "From" entry to be treated with wl-draft-eword-encode-address-list.
2583         * wl-mime.el (wl-draft-preview-message): Ditto.
2584
2585         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2586         (wl-summary-mark-as-unread): Ditto.
2587         (wl-summary-mark-as-read-region): Change accordingly.
2588         (wl-summary-mark-as-unread-region): Ditto.
2589         (wl-summary-target-mark-mark-as-read): Ditto.
2590         (wl-summary-target-mark-mark-as-unread): Ditto.
2591
2592 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2593
2594         * Version number is increased to 2.11.2.
2595
2596 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2597
2598         * wl-news.el.in (wl-news-previous-version-save): Bind
2599         print-length and print-level.
2600         * wl-thread.el (wl-thread-save-entities): Ditto.
2601         (wl-thread-save-top-list): Bind print-length.
2602
2603 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2604
2605         * wl-highlight.el (wl-highlight-summary-line-string): Use
2606         wl-summary-score-below-mark, wl-summary-score-over-mark.
2607         (wl-highlight-summary-current-line): Ditto.
2608
2609 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2610
2611         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2612         insert it.
2613
2614 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2615
2616         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2617
2618 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2619
2620         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2621         message without msgid.
2622         Rewrite with elmo-folder-move-messages.
2623         Set wl-message-buffer to nil.
2624
2625         * wl-summary.el (wl-summary-erase-subr): New function. Use
2626         elmo-folder-move-messages.
2627         (wl-summary-erase): Call it.
2628         (wl-summary-target-mark-erase): Ditto.
2629
2630 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2631
2632         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2633         it is not up-tp-date.
2634
2635 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2636
2637         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2638         buffer after calling `wl-summary-goto-folder-subr' without the
2639         argument `interactive'.
2640         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2641
2642 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2643
2644         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2645         `mime-create-tag'. Use `string=' instead of `looking-at'.
2646
2647 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2648
2649         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2650         to avoid compile warning.
2651
2652         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2653         entity-id when folder is given.
2654         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2655         save-excursion, use save-selected-window instead.
2656         Select folder buffer window if exists.
2657         (To correct behavior with wl-folder-move-cur-folder.)
2658
2659 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2660
2661         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2662
2663 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2664
2665         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2666         list-count instead of %d.
2667
2668 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2669
2670         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2671         (wl-news): Set it.
2672         (wl-news-append-to-folder): Use it.
2673
2674         * wl-news.el.in (wl-news-send-news): Append to specified folder
2675         instead of wl-default-folder.
2676         (wl-news-append-to-folder): Show error message with specified folder.
2677
2678         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2679                 In most major modes, Emacs assumes that any opening
2680                 delimiter found at the left margin is the start of a
2681                 top-level definition, or defun. Therefore, *never put an
2682                 opening delimiter at the left margin unless it should have
2683                 that significance.*
2684
2685         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2686
2687 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2688
2689         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2690
2691 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2692
2693         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2694
2695 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2696
2697         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2698         for sequential numbering case.
2699
2700 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2701
2702         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2703         value.
2704         (wl-draft-reply-without-argument-list): Ditto.
2705         (wl-draft-reply-myself-with-argument-list): Abolish.
2706         (wl-draft-reply-myself-without-argument-list): Ditto.
2707         * wl-draft.el (wl-draft-self-reply-p): New function.
2708         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2709
2710 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2711
2712         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2713         (avoid error for the case without byte-compiling)
2714
2715 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2716
2717         * wl-news.el.in (wl-news-append-to-folder): New function.
2718         (wl-news-exit): Rewrite.
2719         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2720
2721 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2722
2723         * wl-draft.el (wl-draft-reply-position): New function.
2724         (wl-draft-reply-position): Fix.
2725         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2726         (wl-summary-target-mark-reply-with-citation): Ditto.
2727         (wl-summary-reply-with-citation): Ditto.
2728         * wl-vars.el (wl-draft-reply-default-position): New variable.
2729
2730 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2731
2732         * wl-draft.el (wl-draft-send): Preview when interactive send.
2733
2734 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2735
2736         * wl-draft.el (wl-draft-reply): Set default position.
2737         * wl-summary.el (wl-summary-reply): Ditto.
2738         (wl-summary-reply-with-citation): Ditto.
2739         (wl-summary-target-mark-reply-with-citation): Ditto.
2740
2741 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2742
2743         * wl-news.el.in (wl-news-lang): Set default value according to
2744         current-language-environment.
2745         (wl-news-append-news): Do nothing when news-list is nil.
2746
2747 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2748
2749         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2750         (wl-news): Change message.
2751         (wl-news-exit): Check buffer.
2752         (wl-news-force-exit): New function.
2753         (wl-news-show-all): New function.
2754         (wl-news-discard-and-exit): Fix.
2755
2756 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2757
2758         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2759         according to current-language-environment.
2760
2761         * wl-news.el.in (wl-news): If arg, show all NEWS after
2762         wl-news-default-previous-version.
2763
2764 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2765
2766         * wl-news.el.in (wl-news-check): Rewritten.
2767         (wl-news-previous-version-load): Change data type.
2768         (wl-news-previous-version-save): Change data type.
2769         (wl-news-append-news): Add return value.
2770         (wl-news-check-news): New function.
2771         (wl-news-already-current-p): New function.
2772         (wl-news-send-news): Rewritten.
2773         (wl-news-mode-map): Add new keybind.
2774         (wl-news): Rewritten.
2775         (wl-news-exit): Rewritten.
2776         (wl-news-discard-and-mail): New function.
2777         (wl-news-send-to-address): Abolished.
2778         * wl.el (wl-init): Delete a message.
2779
2780 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2781
2782         * wl-news.el.in (wl-news-exit): Update previous version.
2783         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2784
2785 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2786
2787         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2788
2789 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2790
2791         * wl-news.el.in (wl-news): New function.
2792         (wl-news-mode): New function.
2793         (wl-news-next-line): New function.
2794         (wl-news-next-page): New function.
2795         (wl-news-exit): New function.
2796         (wl-news-buf-name): New variable.
2797         (wl-news-mode-map): New variable.
2798         (wl-news-winconf): New variable.
2799         (wl-news-append-news): Add an option.
2800
2801 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2802
2803         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2804
2805 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2806
2807         * wl-news.el.in (wl-news-send-to-address): New variable.
2808         (wl-news-send-news): Use it.
2809         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2810         Return updating status.
2811         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2812
2813 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2814
2815         * wl-news.el.in (wl-news-send-news): Delete
2816         Organization and X-Face.
2817
2818 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2819
2820         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2821         (wl-news-append-news): New function.
2822         (wl-news-send-news): New function.
2823
2824 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2825
2826         * Version number is increased to 2.11.1.
2827
2828 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2829
2830         * wl-news.el.in : New file.
2831
2832 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2833
2834         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2835         default value.
2836         (wl-draft-reply-without-argument-list): Ditto.
2837
2838 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2839
2840         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2841         (wl-message-buffer-prefetch-idle-time): Ditto.
2842         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2843
2844 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2845
2846         * wl-thread.el (wl-thread-insert-message): Use
2847         wl-summary-max-thread-depth.
2848
2849         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2850         loop detection.
2851
2852         * wl-message.el (wl-message-buffer-display): Back to the first page
2853         when cache is hit.
2854
2855 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2856
2857         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2858
2859         * wl-summary.el (wl-summary-insert-thread-entity):
2860         If the thread depth is reached to wl-summary-max-thread-depth,
2861         divide the thread.
2862
2863 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2864
2865         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2866         for elmo-remove-passwd.
2867
2868 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2869
2870         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2871         folder is sticky.
2872         (wl-folder-mark-as-read-all-entity): Ditto.
2873         (wl-folder-prefetch-entity): Ditto.
2874
2875 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2876
2877         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2878
2879 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2880
2881         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2882         Delete messages on buffer for unplugged operation.
2883         (wl-summary-erase): Ditto.
2884
2885 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2886
2887         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2888         take nil so as not to search parent by subject.
2889
2890 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2891
2892         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2893         (wl-folder-get-next-folder): Ditto.
2894         (wl-folder-get-path): Ditto.
2895
2896 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2897
2898         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2899         system and encode the region with it before verifying.
2900
2901 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2902
2903         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2904         system of the echo buffer before decoding.
2905
2906 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2907
2908         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2909         original contents.
2910
2911 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2912
2913         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2914         with argument 'any-exists.
2915
2916 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2917
2918         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2919         Use `wl-cs-autoconv'.
2920
2921 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2922
2923         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2924         by `mime-view-automatic-conversion'.
2925
2926         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2927         (wl-message-verify-pgp-nonmime): Ditto.
2928         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2929         Bind them to C-c:d and C-c:v respectively.
2930
2931         Merge following code by Teranishi-san from [wl-en:00167].
2932         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2933         (wl-mime-preview-application/pgp-encrypted): Ditto.
2934         (wl-mime-setup): Add entry.
2935
2936 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2937
2938         * wl-summary.el (wl-summary-target-mark-erase): New function.
2939         Bind it to "mD".
2940
2941 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2942
2943         * wl-vars.el (wl-draft-write-file-function): Fix.
2944         (wl-draft-reedit-hook): Changed default value.
2945
2946         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2947         wl-draft-reedit-hook.
2948         (wl-draft-remove-text-plain-tag): New function.
2949         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2950
2951         * wl-vars.el (wl-draft-write-file-function): New user option.
2952
2953         * wl-draft.el (wl-draft-prepare-edit): Use it for
2954         local-write-file-hooks.
2955         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2956
2957         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2958         (wl-draft-insert-mail-header-separator): Return the body beginning
2959         point.
2960         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2961         text/plain.
2962         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2963
2964 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2965
2966         * wl-summary.el (wl-summary-erase): New function to erase message
2967         without moving it to trash. Bind to "D".
2968
2969         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2970         as `keep' unless switch-function.
2971
2972 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2973
2974         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2975         message buffer by using `wl-summary-toggle-disp-msg'.
2976         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2977         buffer window.
2978         (wl-summary-supresedes-message): Ditto.
2979
2980         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2981         Do not delete other windows.
2982         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2983         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2984         (wl-draft-create-buffer): Set reply-or-forward also for target
2985         mark commands.
2986
2987 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2988
2989         * wl-draft.el (wl-user-agent-compose): Delete special case for
2990         switch-to-buffer-other-window.
2991
2992         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2993         (wl-summary-forward): Ditto.
2994
2995         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2996         function.
2997         (wl-draft-buffer-style): New use option.
2998
2999         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3000         (wl-draft): Follow the change above.
3001         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3002         wl-draft-buffer-style.
3003         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3004         switch-function.
3005
3006 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3007
3008         * wl-draft.el (wl-user-agent-compose): Delete special case for
3009         switch-to-buffer-other-window.
3010
3011         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3012         (wl-summary-forward): Ditto.
3013
3014         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3015         function.
3016         (wl-draft-buffer-style): New use option.
3017
3018         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3019         (wl-draft): Follow the change above.
3020         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3021         wl-draft-buffer-style.
3022         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3023         switch-function.
3024
3025 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3026
3027         * wl-address.el (wl-address-make-completion-entry): Extracted from
3028         `wl-address-make-completion-list'.
3029         (wl-address-enable-strict-loading): New variable.
3030         (wl-address-make-completion-list): Revive petname duplication
3031         inquiry, and enable it if `wl-address-enable-strict-loading'.
3032         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3033
3034 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3035
3036         * wl-message.el (wl-message-get-original-buffer): Avoid
3037         'Selecting deleted buffer' error when original buffer is killed.
3038
3039 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3040
3041         * wl-summary.el (wl-summary-next-message): Use
3042         elmo-message-accessible-p instead of elmo-message-cached-p.
3043
3044 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3045
3046         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3047
3048         * wl-thread.el (wl-thread-open-all-unread): Use
3049         elmo-folder-list-flagged instead of
3050         elmo-folder-list-messages-mark-match.
3051
3052         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3053         instead of elmo-folder-list-messages-mark-match.
3054         (wl-summary-move-spec-alist): New variable.
3055         (wl-summary-move-spec-plugged-alist,
3056         wl-summary-move-spec-unplugged-alist): Abolish.
3057         (wl-summary-next-message): Follow the change above.
3058         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3059         with 'no-msg' argument.
3060
3061         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3062         variable.
3063         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3064         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3065         (wl-message-buffer-prefetch-get-next): Follow the change above.
3066
3067 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3068
3069         * wl-version.el (wl-version): Changed codename.
3070
3071         * Version number is increased to 2.11.0.
3072
3073 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3074
3075         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3076         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3077         `wl-draft-config-variables'.
3078         (wl-draft-kill): Fixed problem when the draft is reedit.
3079
3080 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3081
3082         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3083         buffer-modified status (Thanks to
3084         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3085
3086 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3087
3088         * wl-util.el (wl-region-exists-p): New function.
3089
3090         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3091         Remove defvars for byte-compile warnings.
3092
3093 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3094
3095         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3096         defvar-maybe. Removed unused bind.
3097
3098 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3099
3100         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3101         summary buffer window before creating new frame.
3102         (wl-draft-reply): Ditto.
3103
3104 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3105
3106         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3107
3108 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3109
3110         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3111
3112 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3113
3114         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3115         instead of `kill-region'.
3116
3117 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3118
3119         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3120         (wl-highlight-summary-line-string): Use it.
3121         (wl-highlight-summary-current-line): Ditto.
3122
3123         * wl-mime.el (wl-message-delete-current-part): Check the class of
3124         mime-entity.
3125
3126         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3127
3128         * wl-summary.el (wl-summary-make-number-list): Initialize.
3129         (wl-summary-update-mark): New function.
3130         (wl-summary-reply): Put `answered' mark on the message.
3131         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3132
3133         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3134         (wl-draft-reply): Added optional argument `number';
3135         Set wl-draft-parent-number.
3136         (wl-draft-kill): Delete answered mark if it is a reply.
3137
3138 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3139
3140         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3141         that originates in mime-preview-follow-current-entity.
3142         (wl-draft-yank-current-message-entity): Use it if region is active.
3143
3144         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3145         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3146         `wl-message-delete-current-part'.
3147         * wl-mule.el (wl-message-define-keymap): Ditto.
3148         * wl-xmas.el (wl-message-define-keymap): Ditto.
3149
3150 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3151
3152         * wl-mime.el (wl-message-delete-current-part): New function.
3153         (wl-mime-node-id-to-string): Ditto.
3154
3155         * wl-mime.el (wl-message-delete-current-part): Use existing
3156         original buffer which corresponds current mime-view buffer.
3157         (fetched buffer might have different structure, possibly)
3158
3159         * wl-mime.el (wl-message-delete-current-part): Quit if the
3160         message content differs from the actual message.
3161
3162 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3163
3164         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3165         order.
3166         (wl-summary-search-by-subject): Search parent message from tail;
3167         Check the existence of the parent message on the current thread tree.
3168         (wl-summary-update-thread): Check whether the line is inserted.
3169
3170 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3171
3172         * wl-vars.el (wl-summary-line-format): Undo last change.
3173         * wl-summary.el (wl-summary-print-destination): Do not put
3174         invisible property when `wl-summary-width' is nil.
3175         (wl-summary-line-subject-minimum-length): Abolished.
3176         (wl-summary-line-subject): Ditto.
3177
3178 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3179
3180         * wl-vars.el (wl-summary-line-format): Change default value.
3181         (wl-summary-subject-length-limit): Abolished.
3182         * wl-summary.el (wl-summary-line-subject): Ditto.
3183
3184 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3185
3186         * wl-template.el (wl-template-select): Added optional argument.
3187         If optional argument is specified, reverse
3188         `wl-template-visible-select'.
3189
3190 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3191
3192         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3193         Take prefix argument to force asking the destination folder.
3194
3195 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3196
3197         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3198         count and update status.
3199
3200 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3201
3202         * wl-summary.el (wl-summary-redisplay-internal): If
3203         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3204         after fetching.
3205
3206 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3207
3208         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3209         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3210
3211         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3212
3213 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3214
3215         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3216         (All other related portions are changed).
3217         (wl-summary-mark-as-read-all): Rewrite.
3218
3219 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3220
3221         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3222         `wl-summary-mark-as-read'.
3223         (wl-summary-mark-as-unread): Rewrite.
3224         (wl-summary-mark-as-read): Added no-modeline argument.
3225         (wl-summary-resume-cache-status): Rewrite.
3226         (wl-summary-exec-subr): Remove unused local variable.
3227
3228 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3229
3230         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3231         logic to call `wl-summary-buffer-prev-folder-function'.
3232         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3233
3234 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3235
3236         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3237         is nil.
3238
3239 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3240
3241         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3242         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3243         (wl-mime-setup): Add its entry.
3244
3245 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3246
3247         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3248         (wl-summary-delete-cache): Likewise.
3249         (wl-summary-mark-as-read): Rewrite.
3250
3251 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3252
3253         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3254         `wl-summary-count-unread'.
3255
3256         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3257
3258         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3259
3260 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3261
3262         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3263         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3264         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3265         Renamed to the elmo-msgdb-*-mark.
3266         (wl-summary-score-marks): Follow the change above.
3267         (wl-summary-auto-refile-skip-marks): Ditto.
3268         (wl-summary-incorporate-marks): Ditto.
3269         (wl-summary-expire-reserve-marks): Ditto.
3270
3271         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3272         changes.
3273         (wl-thread-insert-top): Changed updating message.
3274
3275         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3276         variable.
3277         (wl-summary-count-unread): Count answered marks.
3278         (wl-summary-rescan): Call wl-summary-insert-message instead of
3279         wl-summary-append-message-func-internal.
3280         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3281         (wl-summary-prefetch-msg): Follow the variable name changes.
3282         (wl-summary-prefetch-region): Ditto.
3283         (wl-summary-mark-as-read-all): Follow the API changes;
3284         Don't call elmo-folder-replace-marks.
3285         (wl-summary-delete-cache): Follow the variable name changes.
3286         (wl-summary-resume-cache-status): Ditto.
3287         (wl-summary-update-status-marks): New function.
3288         (wl-summary-insert-message): New function.
3289         (wl-summary-sync-marks): Follow the variable name changes.
3290         (wl-summary-sync-update): Synchronize to the msgdb, too;
3291         Changed update messages.
3292         (wl-summary-make-number-list): Rewrite.
3293         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3294         (wl-summary-mark-as-unread): Follow the API changes.
3295         (wl-summary-exec-subr): Follow the variable name changes.
3296         (wl-summary-mark-as-read): Ditto.
3297         (wl-summary-move-spec-plugged-alist): Ditto.
3298         (wl-summary-move-spec-unplugged-alist): Ditto.
3299         (wl-summary-cursor-move-surface): Ditto.
3300
3301         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3302         variable name changes.
3303         (wl-highlight-summary-current-line): Ditto.
3304
3305         * wl-expire.el (wl-expire-refile): Follow the API change in
3306         elmo-folder-move-messages.
3307         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3308         (wl-summary-archive): Use elmo-folder-msgdb instead of
3309         elmo-msgdb-load.
3310
3311 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3312
3313         * wl-mime.el (wl-draft-preview-message): Restore the position
3314         before evaluating wl-draft-send-hook in preview buffer.
3315
3316 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3317
3318         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3319         when it creates new draft buffer.
3320
3321         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3322         without argument.
3323
3324         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3325         Evaluate content and if the value is string, insert it.
3326         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3327         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3328         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3329         wl-draft-config-sub-part-bottom): Use it.
3330
3331         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3332         with the folder name. The question was unintelligible when it is
3333         called from wl-save-status.
3334
3335 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3336
3337         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3338         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3339         cannot take second argument).
3340
3341 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3342
3343         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3344         as t. Since type and subtype are not case sensitive (RFC 2045).
3345
3346 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3347
3348         * wl-vars.el (wl-message-mode-line-format): New variable.
3349         (wl-message-mode-line-format-spec-alist): Ditto.
3350         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3351         (wl-message-redisplay): Use wl-message-mode-line-format.
3352
3353 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3354
3355         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3356
3357 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3358
3359         * wl-summary.el (wl-summary-default-from): Write description.
3360
3361 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3362
3363         * wl-vars.el (wl-ldap-objectclass): Abolish.
3364
3365         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3366         (wl-ldap-make-filter): Removed condition for objectclass.
3367         (wl-ldap-make-matched-value-list): Remove meaningless process.
3368         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3369         (wl-address-ldap-search): Don't add `*' to `pat' string;
3370         use ignore-errors; added `email';
3371         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3372         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3373         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3374
3375
3376 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3377
3378         * wl-draft.el (wl-draft-parent-folder): Write description.
3379         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3380
3381 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3382
3383         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3384         as "" (zero-length string) if no parent.
3385         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3386
3387 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3388
3389         * wl-address.el (wl-address-make-completion-list): Skip duplication
3390         checking.
3391         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3392         `append'.
3393
3394 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3395
3396         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3397         instead of `beginning-of-buffer'.
3398
3399 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3400
3401         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3402
3403 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3404
3405         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3406         Refer wl-message-buffer-name.
3407         (wl-message-wheel-down): Ditto.
3408
3409 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3410
3411         * wl-vars.el (wl-message-buffer-name): New user option.
3412
3413         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3414         directly instead of making alist dinamically.
3415
3416         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3417         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3418         wl-message-buffer-cache-name.
3419         (wl-message-buffer-cache-clean-up): Ditto.
3420
3421         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3422
3423         * Version number is increased to 2.9.15.
3424
3425 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3426
3427         * wl-vars.el (wl-summary-default-view-alist): New user option.
3428
3429         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3430
3431         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3432         while deleting address.
3433         (wl-draft-delete-myself-from-cc): Ditto.
3434
3435         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3436         If optional argument is specified, reverse sort order.
3437
3438         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3439
3440 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3441
3442         * wl-thread.el (wl-thread-insert-message): Return parent number if
3443         exists.
3444         (wl-thread-update-indent-string-region): Use
3445         wl-thread-update-line-on-buffer-sub instead of
3446         wl-thread-update-line-on-buffer.
3447
3448 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3449
3450         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3451         (wl-folder-close-all): Ditto.
3452
3453 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3454
3455         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3456         and mailing-list:.
3457         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3458         value.
3459         (wl-summary-line-list-info): Print mailing-list name even when 
3460         list-number is empty.
3461
3462 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3463
3464         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3465
3466         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3467         (wl-draft-open-file): Ditto.
3468         (wl-draft-random-alphabet): Ditto.
3469
3470         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3471         bindings.
3472
3473 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3474
3475         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3476         * wl-vars.el (wl-draft-config-alist): Ditto.
3477
3478 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3479
3480         * Version number is increased to 2.9.14.
3481
3482         * wl.el (wl): Don't set wl-init as nil when error occured while
3483         auto-checking folders.
3484
3485         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3486         `elmo-expand-newtext'.
3487
3488 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3489
3490         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3491         `this-command' so that `wl-folder-goto-folder' contained in
3492         `wl-summary-keep-cursor-command' work.
3493
3494 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3495
3496         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3497         message buffer displaying state.
3498
3499 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3500
3501         * wl-vars.el (wl-summary-default-view): New variable to specify
3502         default value for `wl-summary-buffer-view' instead of using
3503         set-default.
3504         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3505
3506 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3507
3508         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3509
3510         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3511
3512 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3513
3514         * wl-vars.el (wl-forward-subject-prefix): New variable.
3515         * wl-draft.el (wl-draft-forward): Use it.
3516
3517 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3518
3519         * wl-message.el (wl-message-prev-page): When it is called without
3520         lines argument, scroll down by wl-message-scroll-amount lines.
3521         (wl-message-next-page): Ditto.
3522         * wl-vars.el (wl-message-scroll-amount): Change default value
3523         to preserve current behavior.
3524
3525 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3526
3527         * wl-summary.el (wl-summary-prefetch-msg): Bind
3528         `wl-message-entity' to call `wl-summary-from-function'.
3529
3530 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3531
3532         * wl-message.el (wl-message-buffer-create): Run
3533         wl-message-buffer-created-hook.
3534
3535 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3536
3537         * wl-summary.el (wl-summary-sort-specs): New variable.
3538         (wl-summary-default-sort-spec): Ditto.
3539         (wl-summary-sort): Rewrite.
3540         (wl-summary-sort-by-list-info): New function.
3541
3542 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3543
3544         * wl-summary.el (wl-summary-get-list-info): New function.
3545         (wl-summary-sort): Rewrite.
3546         (wl-summary-line-list-info): Ditto.
3547         (wl-summary-line-list-count): Ditto.
3548         (wl-summary-refile-region): Fixed docstring.
3549
3550 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3551
3552         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3553         `wl-folder-entity-hashtb' as completion table.
3554
3555 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3556
3557         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3558         only when this command is called interactively; silence the byte-
3559         compiler.
3560
3561 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3562
3563         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3564         active in XEmacs.
3565
3566 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3567
3568         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3569         plural lines.
3570
3571 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3572
3573         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3574         of current line when the cursor is on the header name.
3575         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3576
3577 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3578
3579         * wl-util.el (wl-read-directory-name): Return displayed directory
3580         as the default value also on XEmacs.
3581
3582 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3583
3584         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3585         formatting.
3586
3587 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3588
3589         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3590         argument and when it is non-nil, check face property before
3591         highlighting for each line.
3592         (wl-highlight-summary-window): Set it.
3593
3594 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3595
3596         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3597         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3598
3599         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3600         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3601         (wl-draft-get-fcc-list): Likewise.
3602
3603 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3604
3605         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3606         (wl-thread-entity-cur): Ditto.
3607         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3608         wl-thread-indent-regexp setting.
3609         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3610
3611         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3612         wl-summary-lazy-highlight.
3613         (wl-summary-display-bottom): Ditto.
3614
3615         * wl-thread.el (wl-thread-open-close): Likewise.
3616
3617         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3618         from and subject;
3619         Bind wl-draft-use-frame;
3620         Enclose with save-window-excursion;
3621         Use wl-draft-create-buffer instead of with-temp-buffer;
3622         Use wl-draft-prepare-edit;
3623         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3624         Use wl-draft-send instead of wl-draft-raw-send.
3625
3626 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3627
3628         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3629         of using wl-from.
3630
3631 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3632
3633         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3634         insert-buffer instead of clone-buffer.
3635         (wl-draft-doing-mime-bcc): New variable.
3636         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3637         infinite loop.
3638         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3639
3640         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3641         (wl-draft-mime-bcc-body): Ditto.
3642
3643         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3644         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3645         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3646         wl-draft-do-mime-bcc.
3647         (wl-draft-mime-bcc-field): New function.
3648         (wl-draft-do-mime-bcc): Ditto.
3649
3650         * wl-address.el (wl-address-complete-header-list): New variable.
3651         (wl-address-complete-header-regexp): Changed default value.
3652
3653         * Version number is increased to 2.9.13.
3654
3655 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3656
3657         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3658         it is differed.
3659
3660 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3661
3662         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3663         (wl-summary-line-list-count): Ditto.
3664
3665 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3666
3667         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3668         (wl-nntp-posting-function): New variable.
3669         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3670         `wl-nntp-posting-config-alist'.
3671
3672 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3673
3674         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3675         FLIM.
3676
3677 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3678
3679         * wl-summary.el (wl-summary-target-mark-refile-sub):
3680         Remove a nuisance funcall.
3681
3682 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3683
3684         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3685         as t for `try-completion'.
3686
3687 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3688
3689         * wl-summary.el (wl-summary-default-from): Use
3690         wl-address-header-extract-address instead of
3691         std11-extract-address-components.
3692         (wl-summary-simple-from): Ditto.
3693         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3694         (wl-summary-insert-headers): Show message.
3695         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3696         for whole line.
3697         (wl-summary-default-from): Revert last change.
3698         (wl-summary-simple-from): Ditto.
3699         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3700         (wl-summary-mark-as-read-region): Follow the change above.
3701         (wl-summary-sync-marks): Ditto.
3702         (wl-summary-target-mark-mark-as-read): Ditto.
3703         (wl-summary-redisplay-internal): Ditto.
3704         (wl-summary-redisplay-no-mime-internal): Ditto.
3705         (wl-summary-redisplay-all-header): Ditto.
3706         (wl-summary-mark-as-read): Removed argument `cached';
3707         Use current cache status to set cache mark.
3708         (wl-summary-redisplay-internal): Follow the change above.
3709         (wl-summary-redisplay-no-mime-internal): Ditto.
3710         (wl-summary-redisplay-all-header): Ditto.
3711
3712         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3713
3714         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3715         Don't call itself recursively (Adviced by Yamaoka-san).
3716
3717 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3718
3719         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3720         bind wl-summary-highlight as nil to avoid error caused by missing
3721         local variables.
3722
3723 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3724
3725         * wl-vars.el (wl-invalid-character-message): New user option.
3726
3727         * wl-util.el (wl-set-string-width): If truncated string-width is
3728         larger than specified width, use `wl-invalid-character-message'.
3729
3730 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3731
3732         * wl-summary.el (wl-summary-prefetch-msg): 
3733         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3734
3735 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3736
3737         * wl-vars.el (wl-summary-check-line-format): New user option.
3738         (wl-summary-line-format-file): Ditto.
3739
3740         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3741         variable.
3742         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3743         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3744         and `wl-summary-view-old-p' to check whether do a rescan or not.
3745         (wl-summary-view-old-p): New function.
3746         (wl-summary-line-format-changed-p): Ditto.
3747         (wl-summary-line-format-save): Ditto.
3748         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3749
3750         * wl-util.el (wl-set-string-width): Avoid using negative number
3751         for make-string.
3752
3753 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3754
3755         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3756         return value.
3757
3758         * wl-util.el (wl-set-string-width): Added optional argument
3759         `padding' (All other related portions are changed).
3760         (wl-line-parse-format): If the first letter of column number is
3761         `0', zero-padding the result (ex: "%05l").
3762
3763         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3764
3765 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3766
3767         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3768         sequential summary view.
3769
3770 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3771
3772         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3773         if it doesn't have a -unix version.
3774
3775 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3776
3777         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3778
3779 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3780
3781         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3782         content.
3783         (wl-draft): Follow the change above.
3784
3785         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3786
3787         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3788         and wl-folder-summary-line-format-alist contain %T and %P.
3789
3790         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3791         (wl-summary-mode-line-format): New user option.
3792         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3793         (wl-summary-line-format): Changed default value.
3794         (wl-summary-lazy-highlight): Changed default value.
3795
3796         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3797         change in wl-summary-create-line.
3798         (wl-thread-insert-entity-sub): Ditto.
3799
3800         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3801         (wl-summary-buffer-unread-status): Ditto.
3802         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3803         (wl-summary-buffer-persistent-mark-column): Ditto.
3804         (wl-summary-buffer-mode-line-formatter): Ditto.
3805         (wl-summary-buffer-mode-line): Ditto.
3806         (wl-summary-message-regexp): Abolished.
3807         (All other related portions are changed.)
3808         (wl-summary-detect-mark-position): New function.
3809         (wl-summary-buffer-set-folder): Setup
3810         wl-summary-buffer-mode-line-formatter.
3811         (wl-summary-mode): Setup selective-display;
3812         Setup pre-idle-hook when xemacs.
3813         (wl-summary-update-modeline): Rewrite.
3814         (wl-summary-jump-to-msg): Define as function;
3815         Changed regexp for searching messages.
3816         (wl-summary-message-number): Rewrite.
3817         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3818         Do rescan when old type summary cache.
3819         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3820         (wl-summary-remove-destination): Use '\r' to detect EOL.
3821         (wl-summary-print-destination): Ditto.
3822         (wl-summary-temp-mark): New inline function.
3823         (wl-summary-persistent-mark): Ditto.
3824         (wl-summary-line-number): New function.
3825         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3826         (wl-summary-line-list-count): New function.
3827         (wl-summary-create-line): Added argument persistent-mark.
3828         (All other related portions are changed)
3829         (wl-summary-create-line): Insert '\r'.
3830         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3831         (wl-summary-cursor-move-surface): New inline function.
3832         (wl-summary-prev): Use it.
3833         (wl-summary-next): Ditto.
3834
3835         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3836         wl-summary-message-regexp.
3837         (wl-highlight-summary): Delete progress message.
3838         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3839
3840         * Version number is increased to 2.9.12.
3841
3842 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3843
3844         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3845         variable (nil: no minimum).
3846         (wl-summary-line-subject): Add some spaces after subject by
3847         wl-summary-line-subject-minimum-length.
3848
3849 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3850
3851         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3852         and removed `F'.
3853         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3854         change above).
3855
3856 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3857
3858         * wl-summary.el (wl-summary-line-list-count): Reverted.
3859         (example setting in samples/*/dot.wl is also updated)
3860
3861 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3862
3863         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3864
3865         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3866
3867         * wl-vars.el (wl-summary-line-format): Addes some description to the
3868         docstring.
3869
3870         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3871         (wl-summary-line-close-bracket): Ditto.
3872         (wl-summary-line-children-number): Ditto.
3873         (wl-summary-line-thread-indent): Ditto.
3874         (wl-summary-line-children-and-from): Ditto.
3875
3876         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3877         't', 'c', 'F' and added 'C'.
3878
3879         * wl-util.el (wl-set-string-width): Accept negative value.
3880         (wl-line-parse-format): Added "%number(" and "%)".
3881
3882 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3883
3884         * wl-summary.el (wl-summary-line-list-count): Change format of the
3885         return value.
3886
3887 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3888
3889         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3890         from the recent message.el.
3891         (wl-draft-point-in-header-p): Ditto.
3892         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3893         wl-draft-beginning-of-line.
3894         * wl-e21.el (wl-draft-mode-map): Ditto.
3895         * wl-xmas.el (wl-draft-mode-map): Ditto.
3896
3897         * wl-folder.el: Sort macrodefs by dependencies.
3898
3899 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3900
3901         * wl-summary.el (wl-summary-prev): Fixed regexp.
3902         (wl-summary-next): Ditto.
3903
3904 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3905
3906         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3907
3908 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3909
3910         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3911         for backward compatibility.
3912
3913 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3914
3915         * wl-summary.el (wl-summary-line-list-count): New function, merged
3916         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3917         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3918         list counts.
3919
3920 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3921
3922         * wl-summary.el (wl-summary-create-line): Ignore errors while
3923         timezone-fix-time.
3924
3925         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3926
3927         * wl-summary.el (wl-summary-sync-update): Ditto.
3928         (wl-summary-default-from): Use wl-message-entity
3929         instead of entity.
3930
3931         * wl-summary.el (wl-summary-create-line): Fix.
3932
3933         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3934         (wl-summary-line-format): New user option.
3935         (wl-folder-summary-line-format-alist): Ditto.
3936         (wl-summary-from-width): Abolished.
3937
3938         * wl-util.el (toplevel): Require 'bytecomp.
3939         (wl-line-parse-format): New function.
3940         (wl-line-formatter-setup): New macro.
3941
3942         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3943         (wl-summary-buffer-line-formatter): New buffer local variable.
3944         (wl-summary-switch-to-clone-buffer): Follow the change above.
3945         (wl-summary-message-regexp): Fix.
3946         (wl-summary-from-func-internal): Abolished.
3947         (wl-summary-subject-func-internal): Ditto.
3948         (wl-summary-subject-filter-func-internal): Ditto.
3949         (All other related portions are changed.)
3950         (wl-summary-buffer-set-folder):
3951         Set up wl-summary-buffer-number-column and 
3952         wl-summary-buffer-line-formatter
3953         (All other related portions are changed.)
3954         (wl-summary-buffer-number-column-detect): Abolished.
3955         (All other related portions are changed.)
3956         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3957         (wl-summary-delete-all-temp-marks-on-buffer): Use
3958         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3959         (wl-summary-target-mark-delete): Ditto.
3960         (wl-summary-target-mark-refile-subr): Ditto.
3961         (wl-summary-target-mark-mark-as-read): Ditto.
3962         (wl-summary-target-mark-mark-as-unread): Ditto.
3963         (wl-summary-target-mark-mark-as-important): Ditto.
3964         (wl-summary-target-mark-save): Ditto.
3965         (wl-summary-replace-status-marks): Renamed from
3966         wl-summary-set-status-marks-on-buffer;
3967         Use wl-summary-message-regexp instead of
3968         wl-summary-buffer-number-regexp.
3969         (wl-summary-sync-update): Follow the change above.
3970         (wl-summary-goto-previous-message-beginning): New function.
3971         (wl-summary-mark-as-unread): Use it.
3972         (wl-summary-mark-as-important): Ditto.
3973         (wl-summary-line-formatter): New variable.
3974         (wl-summary-line-year): New function.
3975         (wl-summary-line-day): Ditto.
3976         (wl-summary-line-day-of-week): Ditto.
3977         (wl-summary-line-hour): Ditto.
3978         (wl-summary-line-minute): Ditto.
3979         (wl-summary-line-open-bracket): Ditto.
3980         (wl-summary-line-close-bracket): Ditto.
3981         (wl-summary-line-children-number): Ditto.
3982         (wl-summary-line-thread-indent): Ditto.
3983         (wl-summary-line-size): Ditto.
3984         (wl-summary-line-subject): Ditto.
3985         (wl-summary-line-from): Ditto.
3986         (wl-summary-line-children-and-from): Ditto.
3987         (wl-summary-create-line): Rewritten.
3988         (wl-summary-format-date): Abolished.
3989
3990         * wl-highlight.el (wl-highlight-summary-current-line): Use
3991         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3992         Use thread structure to detect thread top message.
3993
3994         * wl-draft.el (wl-default-draft-cite): Don't use
3995         wl-summary-from-func-internal.
3996
3997         * wl-refile.el (wl-refile-subject-learn): Don't use
3998         wl-summary-subject-filter-func-internal.
3999         (wl-refile-guess-by-subject): Ditto.
4000
4001         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4002         parameters.
4003
4004         * wl-thread.el (wl-thread-update-indent-string-region):
4005         Use wl-thread-update-line-on-buffer instead of
4006         wl-thread-update-indent-string.
4007         (wl-thread-update-children-number): Redefine using
4008         wl-thread-update-line-on-buffer.
4009         (wl-thread-update-indent-string): Abolished.
4010
4011         * Version number is increased to 2.9.11.
4012
4013 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4014
4015         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4016         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4017         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4018
4019         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4020         as nil.
4021
4022         * wl-thread.el (wl-thread-open-all-unread): Use 
4023         elmo-folder-list-messages-mark-match.
4024         (wl-thread-insert-message): Removed argument `mark-alist'.
4025         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4026         elmo-msgdb-set-mark.
4027         (wl-thread-get-children-msgs-uncached): Likewise.
4028         (wl-thread-get-exist-children): Added argument include-self.
4029         (wl-thread-delete-message): Follow the change above.
4030
4031         * wl-summary.el (wl-summary-count-unread): Removed argument.
4032         (wl-summary-rescan): Follow the change above.
4033         (wl-summary-mark-as-read-region): Ditto
4034         (wl-summary-mark-as-unread-region): Ditto.
4035         (wl-summary-delete-messages-on-buffer): Ditto.
4036         (wl-summary-sync-update): Ditto.
4037         (wl-summary-switch-to-clone-buffer): Ditto.
4038         (wl-summary-goto-folder-subr): Ditto.
4039         (wl-summary-target-mark-mark-as-read): Ditto.
4040         (wl-summary-target-mark-mark-as-unread): Ditto.
4041         (wl-summary-target-mark-mark-as-important): Ditto.
4042         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4043         (wl-summary-update-thread): Removed argument `mark-alist'.
4044         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4045         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4046         (wl-summary-resume-cache-status): Likewise.
4047         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4048         elmo-msgdb-set-mark.
4049         (wl-summary-mark-as-read-all): Likewise.
4050         (wl-summary-delete-cache): Ditto.
4051         (wl-summary-auto-select-msg-p): Ditto.
4052         (wl-summary-mark-as-unread): Ditto.
4053         (wl-summary-no-auto-refile-message-p): Ditto.
4054         (wl-summary-mark-as-read): Ditto.
4055         (wl-summary-mark-as-important): Ditto.
4056         (wl-summary-auto-refile): Follow the change above.
4057         (wl-summary-delete-all-marks): Removed.
4058         (wl-summary-resume-marks-and-highlight): Ditto.
4059         (wl-summary-resume-marks): Ditto.
4060         (wl-summary-delete-important-msgs-from-list): Ditto.
4061         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4062
4063         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4064         wl-summary-count-unread.
4065
4066         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4067         (wl-summary-score-update-all-lines): Use
4068         elmo-msgdb-set-mark.
4069
4070 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4071
4072         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4073         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4074         (wl-summary-create-line): Renamed from
4075         wl-summary-overview-create-summary-line;
4076         Argument rearrangement.
4077         (wl-summary-update-thread): Follow the change above.
4078
4079         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4080         (wl-thread-insert-entity-sub): Likewise.
4081
4082         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4083         argument `overview', `mark-alist' and added `msgdb'.
4084
4085         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4086
4087         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4088         (wl-summary-rescan): Follow the change above.
4089         (wl-summary-sync-update): Ditto.
4090         (wl-summary-insert-thread-entity): Ditto;
4091         Don't use `let*' in every while loop;
4092         Detect infinite loop of threads.
4093         (wl-summary-update-thread): Removed argument `overview'.
4094
4095         * wl-thread.el (wl-thread-insert-message): Ditto.
4096
4097         * Version number is increased to 2.9.10.
4098
4099         * wl-message.el (wl-message-redisplay): Ignore errors while
4100         wl-message-redisplay-hook.
4101
4102 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4103
4104         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4105
4106 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4107
4108         * wl.el (wl): inhibit-quit while wl-folder.
4109
4110 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4111
4112         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4113         while msgdb access.
4114
4115 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4116
4117         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4118         even if no folder is not created.
4119
4120 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4121
4122         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4123
4124         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4125         implementation.
4126         (wl-summary-target-mark-thread): Ditto.
4127
4128         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4129
4130 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4131
4132         * wl-util.el (wl-display-bytes): Remove unused function.
4133
4134 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4135
4136         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4137         seems critical one (partially reverse the change in 2002/03/17).
4138
4139 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4140
4141         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4142         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4143
4144 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4145
4146         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4147         is not writable.
4148         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4149         plugged status instead of `'force' as 2nd argument.
4150
4151         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4152         is not creatable.
4153
4154         * Version number is increased to 2.9.9.
4155
4156 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4157
4158         * wl-summary.el (wl-summary-suspend): New function.
4159
4160 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4161
4162         * wl.el (wl): Do not check variables if check is nil.
4163         * wl-utils.el (wl-collect-draft): New function.
4164         * wl-folder.el (wl-folder-suspend): Put summary buffers
4165         and draft buffers at the end of buffer list.
4166         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4167
4168 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4169
4170         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4171         loop instead of recursive call.
4172
4173         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4174         2nd argument.
4175
4176 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4177
4178         * wl-draft.el (wl-draft-create-contents): Don't take neither
4179         (function . args) nor (string . something) any more.
4180
4181         * wl-version.el (wl-generate-user-agent-string): Return string
4182         without header symbol.
4183         * wl-draft.el (wl-draft-default-headers): Use it.
4184
4185         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4186         `wl-draft-insert-ccs' and return field value instead of inserting
4187         the header. Abolish cc argument.
4188         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4189
4190         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4191         rather than one with string car.
4192
4193         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4194         * wl-draft.el (wl-draft-create-contents): Add it after the default
4195         headers.
4196
4197         * wl-draft.el (wl-draft-create-contents): For the case of
4198         (symbol-or-string . function) insert header only when the function
4199         returns string value.
4200
4201 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4202
4203         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4204         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4205
4206 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4207
4208         * wl.el (wl-check-environment): Don't check Message-ID when
4209         `wl-insert-message-id' is nil.
4210         Revive checking if `wl-message-id-domain' contains "@".
4211
4212 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4213
4214         * wl.el (wl-check-environment): Merge examination for "@" at
4215         inappropriate position into the first string-match.
4216
4217         * wl-summary.el (wl-summary-target-mark-print): New function.
4218         (wl-summary-pipe-message-subr): Extracted from
4219         `wl-summary-pipe-message'.
4220         (wl-summary-target-mark-pipe): New function.
4221         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4222         `wl-summary-target-mark-pipe'.
4223
4224 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4225
4226         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4227
4228 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4229
4230         * wl.el (wl-check-environment): Use elmo-warning instead of
4231         error for non-critical ones.
4232         Remove trash folder check.
4233         (wl): Don't ignore error in wl-check-environment.
4234
4235         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4236         check, which is moved from `wl-check-environment'.
4237         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4238
4239 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4240
4241         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4242         guess anything, call wl-summary-write.
4243         (wl-summary-write): Create draft with blank To field.
4244         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4245
4246 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4247
4248         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4249         argument full as well for wl-folder-write-current-folder.
4250         If wl-*-write-current-folder cannot guess addressee, add blank
4251         To header.
4252         Rewrite condition for positioning cursor.
4253
4254 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4255
4256         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4257         summary buffer is present, use it.
4258         (wl-folder-jump-to-previous-summary): Ditto.
4259
4260 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4261
4262         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4263
4264         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4265         wl-summary-previous-buffer and wl-summary-next-buffer.
4266
4267         * wl-folder.el (wl-folder-mode-map): Bind
4268         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4269         (wl-folder-jump-to-next-summary): New function.
4270         (wl-folder-jump-to-previous-summary): Ditto.
4271
4272         * wl-draft.el (wl-draft): Rearranged.
4273
4274 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4275
4276         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4277         of header.
4278         (wl-draft): Collect arguments for the header as header-alist.
4279         (wl-draft-forward): Arrange arguments for wl-draft.
4280         (wl-draft-reply): Ditto.
4281         (wl-draft-edit-string): Ditto.
4282         * wl-summary.el (wl-summary-write): Ditto.
4283         (wl-summary-write-current-folder): Ditto.
4284
4285         * Version number is increased to 2.9.8.
4286
4287 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4288
4289         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4290
4291         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4292
4293         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4294         even if the guess failed.
4295
4296         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4297         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4298         wl-summary-write-current-folder.
4299         * wl-xmas.el: Ditto.
4300
4301 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4302
4303         * wl-summary.el (wl-summary-next-page): Force display message if
4304         message is not displayed yet.
4305         (wl-summary-prev-page): Ditto.
4306
4307 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4308
4309         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4310
4311 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4312
4313         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4314         add "Preview Message" and "Save Draft and Exit".
4315
4316 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4317
4318         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4319         if addrmgr is called from draft in splitted window.
4320
4321         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4322         * wl-mule.el: Ditto.
4323         * wl-xmas.el: Ditto.
4324
4325 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4326
4327         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4328
4329         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4330         * wl-xmas.el (wl-folder-toolbar): Ditto.
4331
4332 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4333
4334         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4335         and wl-draft-save-and-exit.
4336         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4337         * wl-xmas.el: Ditto.
4338         * wl-mule.el: Ditto.
4339
4340         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4341         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4342
4343 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4344
4345         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4346         lists for saving buffer.
4347
4348 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4349
4350         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4351         parent-folder argument instead of it.
4352         (wl-draft-create-buffer): Ditto.
4353         (wl-draft-forward): Ditto.
4354         (wl-draft-reply): Ditto.
4355         * wl-summary.el (wl-summary-write): Ditto.
4356         (wl-summary-write-current-folder): Ditto.
4357
4358         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4359         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4360         Folder buffer after composing.
4361
4362 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4363
4364         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4365         header if the file `wl-x-face-file' already contains it.
4366
4367 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4368
4369         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4370         folder" entry.
4371         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4372         * wl-e21.el (wl-folder-toolbar): Ditto.
4373         * wl-xmas.el (wl-folder-toolbar): Ditto.
4374
4375 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4376
4377         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4378         wl-folder-goto-folder with sticky argument.
4379         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4380
4381 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4382
4383         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4384         and wl-summary-previous-buffer.
4385         (wl-summary-next-buffer): New function.
4386         (wl-summary-previous-buffer): Ditto.
4387
4388 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4389
4390         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4391         wl-folder-jump-to-current-entity-with-arg.
4392         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4393         `wl-folder-jump-to-current-entity'.
4394         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4395         `wl-summary-goto-folder-sticky'.
4396         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4397         `wl-summary-goto-folder'.
4398         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4399         Unless force-exit, do not clean temp. marks for sticky summary.
4400         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4401
4402 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4403
4404         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4405         not entire.
4406
4407 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4408
4409         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4410         to `C-x C-s'.
4411         (wl-summary-save-status): New command.
4412         (wl-summary-exit): Don't clean-up temp marks when sticky.
4413         (Applied patch from Nakayama-san [wl: 09548])
4414         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4415         Do nothing when no mark data.
4416         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4417         Call `wl-summary-delete-all-temp-marks' before saving.
4418
4419 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4420
4421         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4422
4423 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4424
4425         * wl.el (wl-check-environment): Also cause error when (system-name)
4426         returns "localhost.localdomain". (Although it doesn't affect because
4427         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4428
4429 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4430
4431         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4432         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4433
4434         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4435         value.
4436
4437 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4438
4439         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4440         Likewise r-cc-list and r-ng-list.
4441
4442 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4443
4444         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4445         only if it is bound as variable.
4446
4447         * wl-mime.el (wl-draft-preview-message): Ditto.
4448
4449 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4450
4451         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4452         needless `goto-char'.
4453
4454         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4455         `wl-summary-redisplay-no-mime-internal' instead of
4456         `wl-summary-redisplay-no-mime'.
4457         (wl-summary-redisplay-no-mime): Changed argument;
4458         Call `wl-summary-redisplay-no-mime-internal'.
4459
4460         * wl-mime.el (wl-draft-preview-message): Bind
4461         `mime-header-encode-method-alist' locally.
4462
4463         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4464         (wl-draft-std11-parse-addresses): Added the first address check.
4465         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4466
4467         * Version number is increased to 2.9.7.
4468
4469 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4470
4471         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4472
4473 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4474
4475         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4476         related to scrollbar support, if there is no such a feature
4477         compiled in.
4478
4479 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4480
4481         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4482         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4483         for prefetch.
4484
4485 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4486
4487         * wl-summary.el (wl-summary-pick): Fix for no match.
4488
4489 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4490
4491         * wl-draft.el (wl-draft-save):
4492         Override `mime-header-encode-method-alist'.
4493
4494 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4495
4496         * wl-folder.el (wl-folder-pick): New function.
4497         Define key as "?".
4498
4499 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4500
4501         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4502         Fix for unplugged.
4503
4504 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4505
4506         * wl-folder.el (wl-folder-virtual): New function.
4507         Define key as "V".
4508
4509 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4510
4511         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4512         multi folder if entity is group.
4513
4514 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4515
4516         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4517         is nil.
4518
4519 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4520
4521         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4522         (wl-summary-target-mark-msgs): Return the number of marked messages.
4523
4524 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4525
4526         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4527         "first:" is specified.
4528
4529 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4530
4531         * wl-vars.el (wl-from): Use return value of function
4532         user-full-name instead of the variable user-full-name since
4533         XEmacs-20.4 doesn't set this variable.
4534
4535 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4536
4537         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4538         call `wl' directly.
4539
4540 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4541
4542         * wl-draft.el (wl-draft-reedit): Removed duplicated
4543         switch-to-buffers.
4544
4545 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * wl.el (wl-other-frame): Removed garbages.
4548
4549 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4550
4551         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4552
4553         * wl-xmas.el (wl-draft-key-setup): Ditto.
4554
4555         * wl-mule.el (wl-draft-key-setup): Ditto.
4556
4557         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4558         (wl-draft-reedit): Ditto.
4559         (wl-draft-prepare-edit): Add `wl-draft-save' to
4560         `local-write-file-hooks'.
4561         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4562         (wl-draft-reedit): Set buffer-file-name.
4563         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4564
4565
4566         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4567         call it.
4568         (wl-delete-startup-frame-function): New variable.
4569         (wl-other-frame): New function
4570         (Original was written by Yamaoka san [wl: 09239]).
4571
4572         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4573         if `wl-folder-use-frame'.
4574
4575 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4576
4577         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4578
4579 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4580
4581         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4582         New variable.
4583         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4584         (wl-message-buffer-prefetch-get-next): Use them.
4585         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4586
4587 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4588
4589         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4590         with unwind-protect.
4591
4592         * wl-draft.el (wl-draft-reedit): Rewrite.
4593         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4594         (wl-draft-save): Insert header separator if it does not exist;
4595         Removed condition-case.
4596
4597         * wl-summary.el (wl-summary-reedit): Revert last change.
4598
4599         * wl-draft.el (wl-draft-save): Rewrite.
4600         (wl-draft-create-buffer): Set buffer-file-name as nil.
4601
4602         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4603
4604         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4605
4606         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4607         nil.
4608
4609 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4610
4611         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4612         If count is nil, do not prefetch.
4613         (wl-message-buffer-prefetch-next): Next.
4614
4615 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4616
4617         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4618
4619 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4620
4621         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4622         `delete-backward-char'
4623         (wl-draft-prepare-edit): Check major-mode.
4624         (wl-draft-decode-header): Rewrite.
4625         (wl-draft): Fix.
4626
4627 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4628
4629         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4630
4631 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4632
4633         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4634         (wl-message-buffer-prefetch-get-next): Remove size checking.
4635         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4636
4637 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4638
4639         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4640         (wl-draft-default-headers): Fix.
4641
4642 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4643
4644         * wl-draft.el (wl-draft-default-headers): Insert return value of
4645         `wl-generate-mailer-string-function'.
4646
4647 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4648
4649         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4650         (wl-draft-insert-mail-header-separator): Ditto.
4651
4652         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4653         again (Reverted the change on 2002-01-17 by OKADA san).
4654
4655 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4656
4657         * wl-draft.el (wl-draft): Rewrite.
4658         (wl-draft-create-buffer): New function.
4659         (wl-draft-create-contents): Ditto.
4660         (wl-draft-prepare-edit): Ditto.
4661         (wl-draft-decode-header): Ditto.
4662         (wl-draft-decode-body): Ditto.
4663         (wl-draft-check-new-line): Ditto.
4664         (wl-draft-default-headers): Ditto.
4665         (wl-draft-insert-mail-header-separator): Ditto.
4666
4667 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4668
4669         * Version number is increased to 2.9.6.
4670
4671 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4672
4673         * wl-draft.el (wl-draft-delete-field): Optional argument.
4674         (wl-draft-delete-fields): Ditto.
4675
4676 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4677
4678         * wl-message.el (toplevel): Eliminated byte-compile warning.
4679         for `itimer-function', `delete-timer' and `itimer-list'.
4680
4681 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4682
4683         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4684         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4685         `wl-message-buffer-prefetch-threshold'.
4686         * wl-summary.el (wl-summary-redisplay-internal): Remove
4687         the check of `wl-message-buffer-prefetch-depth'.
4688
4689 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4690
4691         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4692         size of article.
4693         (wl-message-buffer-prefetch-subr): Remove size check.
4694
4695 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4696
4697         * wl-vars.el (wl-plugged): Make customizable.
4698
4699 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4700
4701         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4702         (wl-message-buffer-prefetch-set-timer): New function.
4703         (wl-message-buffer-prefetch-get-next): New function.
4704         (wl-message-buffer-prefetch): New function.
4705         (wl-message-buffer-prefetch-next): Rewrite.
4706         (wl-message-buffer-prefetch-subr): Rewrite.
4707         * wl-vars.el (wl-auto-prefetch-first): New variable.
4708         * wl-summary.el (wl-summary-goto-folder-subr): Call
4709         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4710
4711 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4712
4713         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4714         `wl-summary-unread-message-hook'.
4715
4716 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4717
4718         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4719         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4720         if range is `cache-status'.
4721
4722 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4723
4724         * wl-message.el (wl-message-buffer-prefetch-subr):
4725         Improve debug message.
4726
4727 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4728
4729         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4730         `wl-mail-send-pre-hook'.
4731         (wl-draft-send-mail-with-qmail): Ditto.
4732         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4733
4734 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4735
4736         * wl-message.el (wl-message-buffer-prefetch-subr):
4737         Fix for cancel-function-timers bug.
4738         (wl-message-buffer-prefetch-debug): Default value is t.
4739
4740 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4741
4742         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4743         (wl-message-buffer-prefetch-subr): Rewrite.
4744         Rename from `wl-message-buffer-prefetch'.
4745
4746 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4747
4748         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4749         (wl-default-draft-cite-decorate-author): Ditto.
4750
4751         * wl-draft.el (wl-draft-cite-function): Removed.
4752         (wl-default-draft-cite-decorate-author): Ditto.
4753
4754 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4755
4756         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4757         (wl-default-draft-cite): Do not arrange author name if the value of
4758         `wl-default-draft-cite-decorate-author' is nil.
4759
4760 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4761
4762         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4763
4764         * wl-folder.el (wl-folder-check-one-entity): Don't care
4765         `elmo-folder-use-flag-p'.
4766
4767 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4768
4769         * wl-folder (wl-folder-check-one-entity): Fix
4770         problem if unread is nil.
4771
4772 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4773
4774         * wl-address.el (wl-address-make-completion-list): Check whether
4775         the address is a group list.
4776         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4777
4778 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4779
4780         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4781         The number of the messages of new and unread does not count
4782         correctly.
4783
4784         * wl-summary.el (wl-summary-count-unread): Changed to return
4785         `(new . unread)' instead of total.
4786         (wl-summary-sync-update): Follow the change above.
4787
4788         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4789
4790 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4791
4792         * wl-address.el (wl-address-make-completion-list): Do not enclose
4793         address by " <" and ">" if associated realname is "".
4794         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4795         This is against the promblem with group list in .addresses pointed
4796         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4797
4798 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4799
4800         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4801         message is a format control string.
4802         * wl-expire.el (wl-expire-append-log): Ditto.
4803         * wl-mime.el (wl-summary-burst-subr): Ditto.
4804         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4805         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4806
4807 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4808
4809         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4810         wl.el (wl-check-variables): Rename from `wl-check-type'.
4811         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4812         (wl-check-variables-2): New function.
4813         (wl): Call `wl-check-variables-2'.
4814
4815 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4816
4817         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4818         after renaming folder in access group.
4819
4820 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4821
4822         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4823         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4824         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4825         (wl-message-buffer-prefetch): Rewrite.
4826         (wl-message-buffer-prefetch-idle-time): Removed.
4827         * wl-summary.el (wl-summary-redisplay-internal):
4828         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4829         Error check for `wl-message-buffer-prefetch-depht'.
4830
4831 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4832
4833         * Version number is increased to 2.9.5.
4834         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4835
4836 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4837
4838         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4839         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4840         Based on the patch written by
4841         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4842
4843 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4844
4845         * wl-draft.el (wl-draft-raw-send): Fix for
4846         `wl-news-send-pre-hook'
4847
4848 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4849
4850         * wl-utils.el (wl-message-id-function): New variable.
4851         * wl-draft.el (wl-draft-insert-required-fields):
4852         Use `wl-message-id-function'.
4853
4854 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4855
4856         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4857         * wl-utils.el (wl-draft-make-message-id-string):
4858         Use `wl-from' for domain part of Message-ID
4859         if `wl-message-id-use-wl-from' if non-nil.
4860         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4861
4862 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4863
4864         * wl.el (wl): Call `wl-check-type'
4865         Do not 'condition-case'.
4866
4867 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4868
4869         * wl.el (wl-check-type): New function.
4870         (wl-check-type-variables): New variable.
4871
4872 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4873
4874         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4875
4876 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4877
4878         * wl-draft.el (wl-smtp-password-key): New function.
4879         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4880         (wl-draft-send-mail-with-smtp): Ditto.
4881         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4882
4883 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4884
4885         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4886         * wl-utils.el (wl-unique-id-suffix): Remove.
4887
4888 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4889
4890         * Version number is increased to 2.9.4.
4891
4892 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4893
4894         * wl-utils.el (wl-unique-id-suffix): New variable.
4895         (wl-unique-id): Use `wl-unique-id-suffix'
4896
4897 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4898
4899         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4900         instead of `elmo-msgdb-search'.
4901
4902         * Version number is increased to 2.9.3.
4903
4904 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4905
4906         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4907
4908 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4909
4910         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4911         (wl-draft-dispatch-message): Changed for send-later.
4912         (wl-draft-queue-flush): Ditto.
4913         (wl-draft): Clear `wl-sent-message-queued'.
4914         (wl-draft-reedit): Ditto.
4915         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4916         * wl-vars.el (wl-draft-force-queuing): New variable.
4917         (wl-draft-force-queuing-mail): New variable.
4918         (wl-draft-force-queuing-news): New variable.
4919
4920 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4921
4922         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4923         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4924
4925 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4926
4927         * Version number is increased to 2.9.2.
4928
4929 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4930
4931         * wl-draft.el (wl-draft-elide-region): New user command.
4932         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4933
4934         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4935         command `wl-draft-elide-region'.
4936         * wl-mule.el: Ditto.
4937         * wl-xmas.el: Ditto.
4938
4939 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4940
4941         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4942         (wl-biff-check-folder-async): Removed needless let.
4943
4944 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4945
4946         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4947         wl-folder-get-elmo-folder.
4948         (wl-biff-check-folder): Set `biff' argument of
4949         `wl-folder-check-one-entity'.
4950         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4951
4952         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4953         (wl-folder-check-one-entity): Added `biff' argument;
4954         Setup `biff' slot of folder.
4955
4956         * Version number is increased to 2.9.1.
4957
4958 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4959
4960         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4961         comment out and fixed.
4962         (wl-fldmgr-add-completion-subr): Ditto.
4963
4964         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4965         and msgdb.
4966
4967         * wl.el (wl-toggle-plugged): Save summary view.
4968
4969 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4970
4971         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4972
4973 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4974
4975         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4976
4977 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4978
4979         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4980         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4981         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4982
4983         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4984         if it was failed.
4985         (wl-demo): Disable undo in the demo buffer.
4986
4987 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4988
4989         * wl-version.el (wl-version): Changed codename.
4990
4991         * Version number is increased to 2.9.0.
4992
4993 2001-12-14  Takuo KITAME <kitame@northeye.org>
4994
4995         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4996         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4997         (wl-folder-mark-as-read-all-current-entity): Ditto.
4998
4999 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5000
5001         * wl-vars.el (wl-from-width): Define as obsolete variable.
5002         (wl-subject-length-limit): Ditto.
5003
5004         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5005
5006         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5007         wl-summary-save-view.
5008
5009         * wl.el (wl-save-status): Ditto.
5010         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5011
5012         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5013         (wl-summary-exit): Follow the change above.
5014         (wl-summary-goto-folder-subr): Ditto.
5015
5016         * wl-folder.el (wl-folder-create-subr): Don't use
5017         `elmo-folder-creatable-p'.
5018
5019 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5020
5021         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5022
5023 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5024
5025         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5026         rather than bitmap on Emacs 21.
5027         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5028         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5029         for xbm if the new redisplay engine is not available.
5030
5031 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5032
5033         * wl-folder.el (wl-folder-init-hook): New hook.
5034         (wl-folder-init): Run `wl-folder-init-hook'.
5035
5036 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5037
5038         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5039
5040 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5041
5042         * wl-acap.el (wl-acap-cache-filename): New variable.
5043         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5044         (wl-acap-init): Use cache if no ACAP server found.
5045
5046 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5047
5048         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5049         `wl-acap-original-msgdb-dir'.
5050
5051         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5052         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5053
5054         * wl-mime.el (wl-mime-save-directory): Renamed from
5055         `wl-mime-save-dir'.
5056
5057 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5058
5059         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5060
5061         * wl-demo.el: Require `path-util'.
5062         (wl-demo-bitmap-mule-available-p): New internal variable.
5063         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5064         `module-installed-p' instead.
5065         (wl-demo-insert-image): Use *.img file for a bitmap image.
5066         (wl-demo): Don't call the ascii demo recursively.
5067
5068 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5069
5070         * Version number is increased to 2.7.7.
5071
5072 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5073
5074         * wl.el (wl-exit): Eliminated byte-compile warning.
5075
5076 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5077
5078         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5079         obsolete variable using `elmo-define-obsolete-variable'.
5080         (wl-fetch-confirm-threshold): Ditto.
5081         (wl-cache-prefetch-folder-type-list): Ditto.
5082         (wl-cache-prefetch-folder-list): Ditto.
5083
5084 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5085
5086         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5087         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5088         (wl-demo-insert-image): New function.
5089         (wl-demo-insert-text): New function.
5090         (wl-demo-image-type-alist): Redefine as a function.
5091         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5092         (wl-demo-with-temp-file-buffer): Removed.
5093         (wl-logo-xpm): Removed.
5094         (wl-logo-xbm): Removed.
5095         (wl-logo-bitmap): Removed.
5096
5097 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5098
5099         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5100         (wl-expire-localdir-get-folder-function): New user option.
5101         (wl-expire-localdir-get-folder): New function.
5102         (wl-expire-localdir-date): Ditto.
5103
5104 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5105
5106         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5107         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5108         Fixed unread number mismatch when all-unread < unread.
5109
5110 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5111
5112         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5113         (wl-fetch-confirm-threshold): Ditto.
5114
5115         * wl-summary.el (wl-summary-confirm-appends): Removed.
5116         (wl-summary-sync-update): Don't refer
5117         `wl-summary-update-confirm-threshold' (It is now abolished).
5118
5119         * wl-message.el (wl-message-display-internal): Don't refer
5120         `wl-fetch-confirm-threshold' (It is now abolished).
5121
5122 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5123
5124         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5125
5126 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5127
5128         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5129         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5130         Change default value to nil.
5131         (wl-summary-indent-length-limit): The value can be nil, nil means
5132         unlimited.
5133
5134         * wl-summary.el: Don't set limit for indent length if the value of
5135         wl-summary-indent-length-limit is nil.
5136         If the value of wl-summary-width is nil, it means only that the width
5137         of summary is unlimited (nil doesn't mean that the indent length is
5138         unlimited).
5139
5140         * wl-thread.el: Ditto.
5141
5142 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5143
5144         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5145         be nil, nil means never confirm.
5146         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5147
5148 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5149
5150         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5151         means unlimited).
5152
5153 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5154
5155         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5156         Use `with-temp-buffer'.
5157
5158 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5159
5160         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5161         with new backquote style).
5162         (wl-folder-get-entity-from-buffer): Ditto.
5163
5164 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5165
5166         * wl-version.el (nemacs-version): Eliminated.
5167         (wl-extended-emacs-version2): Ignore nemacs.
5168         (wl-extended-emacs-version3): Ditto.
5169
5170 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5171
5172         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5173         (wl-draft-add-in-reply-to): New variable.
5174         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5175         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5176         (wl-draft-yank-from-mail-reply-buffer): Use
5177         `wl-draft-add-in-reply-to'.
5178         (wl-draft-insert-current-message): Ditto.
5179
5180 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5181
5182         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5183         typo (kill->hide).
5184         (wl-message-buffer-prefetch-folder-type-list): Added elements
5185         `mark' and `cache' instead of `internal'.
5186
5187 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5188
5189         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5190         resume msgdb directory.
5191
5192 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5193
5194         * wl.el (wl-exit): Call `wl-acap-exit'.
5195
5196         * wl-summary.el (wl-summary-message-string): New function.
5197         (wl-summary-reedit): Use it.
5198         (wl-summary-resend-bounced-mail): Remove needless let.
5199         (wl-summary-supersedes-message): Ditto.
5200         (wl-summary-save): Ditto.
5201
5202         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5203         (wl-acap-init): Set it.
5204         (wl-acap-exit): New function.
5205
5206 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5207
5208         * wl.el (wl-init): Revert (require 'mime-setup). move from
5209         toplevel.
5210
5211 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5212
5213         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5214         local variables.  Add error when guess function return invalid
5215         value.
5216
5217 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5218
5219         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5220         Change local variable name.
5221         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5222         (wl-folder-get-newsgroups): Return nil when non-news folder.
5223         * wl-summary.el (wl-summary-write-current-folder): State through
5224         when guess-list return nil.
5225         (wl-summary-write-current-folder-functions): Fixed docstring.
5226
5227         * wl.el (wl-exit): Changed confirm message.
5228
5229         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5230         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5231
5232         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5233
5234 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5235
5236         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5237         user option (Renamed from wl-cache-prefetch-folder-type-list).
5238         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5239         from wl-cache-prefetch-folder-list).
5240
5241         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5242         Move to wl-vars.el.
5243         (wl-message-buffer-prefetch-p): Changed to enable
5244         `wl-message-buffer-prefetch-folder-list'.
5245
5246         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5247         `ignore-cache'.
5248
5249 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5250
5251         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5252         `part-top' and `part-bottom'.
5253         (wl-draft-config-sub-part-top): New function.
5254         (wl-draft-config-sub-part-bottom): New function.
5255
5256 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5257
5258         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5259
5260 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5261
5262         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5263
5264 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5265
5266         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5267
5268         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5269         (wl-summary-write-current-folder): Ditto.
5270
5271 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5272
5273         * wl-folder.el (wl-folder-get-newsgroups): Use
5274         `elmo-folder-newsgroups'.
5275
5276 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5277
5278         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5279         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5280         `wl-draft-config-sub-header-bottom'.
5281
5282 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5283
5284         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5285         localnews folder.
5286
5287 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5288
5289         * wl-summary.el (wl-summary-mode): Undo last change.
5290
5291         * wl-folder.el (wl-folder-mode): Ditto.
5292
5293 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5294
5295         * wl-summary.el (wl-summary-mode): Locally set
5296         truncate-partial-window-width to nil.
5297         (for XEmacs)
5298
5299         * wl-folder.el (wl-folder-mode): Ditto.
5300
5301 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5302
5303         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5304
5305 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5306
5307         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5308         number.
5309
5310         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5311
5312         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5313
5314         * Version number is increased to 2.7.6.
5315
5316 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5317
5318         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5319
5320 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5321
5322         * wl-summary.el (wl-summary-sync-update): Enclose network
5323         related portion with `unwind-protect'.
5324
5325 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5326
5327         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5328
5329 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5330
5331         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5332         element.
5333         * wl-vars.el (wl-message-body-button-alist): Ditto.
5334
5335         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5336         max match length.
5337         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5338
5339         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5340         for the max match length;
5341         Use 4th element value for the button string regexp group.
5342
5343         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5344         candidate exists, prompt to select.
5345
5346 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5347
5348         * wl-summary.el (wl-summary-jump-to-msg): Search before
5349         calibration point by `beginning-of-line'.
5350
5351 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5352
5353         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5354         for access group.
5355
5356 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5357
5358         * wl-message.el (wl-message-display-internal): Bind
5359         `default-mime-charset'.
5360
5361         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5362
5363         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5364
5365         * Version number is increased to 2.7.5.
5366
5367 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5368
5369         * wl-expire.el (wl-summary-archive): Fixed;
5370         Use `elmo-folder-name-internal'.
5371
5372 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5373
5374         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5375         from `elmo-folder-move-messages' caller.
5376         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5377
5378         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5379         related portions are changed).
5380
5381 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5382
5383         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5384         counter.
5385
5386 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5387
5388         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5389         buffer local and set it to nil.
5390
5391         * wl-message.el (wl-message-redisplay): Ditto.
5392
5393 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5394
5395         * wl-summary.el (wl-summary-mark-as-important): If message is
5396         already cached, set messag as read, otherwise encache and mark as read.
5397
5398 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5399
5400         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5401         point-min.
5402
5403 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5404
5405         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5406         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5407         a keymap.
5408
5409 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5410
5411         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5412         parent.
5413
5414         * wl-mule.el (wl-message-define-keymap): Ditto.
5415
5416         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5417
5418         * wl-xmas.el (wl-message-display-internal-hook): Define.
5419         (wl-xmas-setup-message-toolbar): Define as function.
5420         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5421         (wl-message-overload-functions): Abolished.
5422         (wl-message-define-keymap): New function.
5423
5424         * wl-vars.el (wl-message-display-internal-hook): New variable.
5425         (wl-message-header-button-alist): New variable (Renamed from
5426         wl-highlight-message-header-button-alist).
5427         (wl-message-body-button-alist): Ditto.
5428
5429         * wl-mule.el (wl-message-define-keymap): New function.
5430         (wl-message-overload-functions): Abolished.
5431
5432         * wl-message.el (wl-message-add-buttons-to-body): New function.
5433         (wl-message-redisplay): Don't call wl-message-overload-functions;
5434         Call wl-message-add-buttons-to-header and
5435         wl-message-add-buttons-to-body.
5436         (wl-message-display-internal): Set keymap argument for
5437         elmo-mime-display-as-is, elmo-mime-message-display;
5438         Run wl-message-display-internal-hook.
5439         (wl-message-refer-article-or-url): Abolished.
5440
5441         * wl-highlight.el (wl-highlight-headers): Don't call
5442         wl-highlight-message-add-buttons-to-header.
5443         (wl-highlight-message-add-buttons-to-header): Abolished.
5444
5445
5446         * wl-e21.el (wl-message-display-internal-hook): Define.
5447         (wl-e21-setup-toolbar): Deleted duplicated binding.
5448         (wl-e21-setup-message-toolbar): Define as function.
5449         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5450         (wl-message-define-keymap): New function.
5451         (wl-message-overload-functions): Abolished.
5452
5453 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5454
5455         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5456         and elmo-folder-close.
5457
5458         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5459
5460 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5461
5462         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5463         boolean value.
5464         * wl-draft.el (wl-draft-do-fcc): Ditto.
5465
5466 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5467
5468         * wl-vars.el (wl-fcc-force-as-read): New variable.
5469         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5470         mark copied message as read.
5471
5472 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5473
5474         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5475
5476 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5477
5478         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5479         `wl-summary-target-above' instead of obsolete variable
5480         `wl-summary-temp-above'.
5481
5482         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5483         instead of `make-obsolete-variable'.
5484         * wl-refile.el (toplevel): Ditto.
5485
5486 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5487
5488         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5489         with third argument t.
5490         (wl-draft): Set first argument for wl-plugged-init as t.
5491
5492         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5493         definition.
5494
5495 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5496
5497         * wl-vars.el: Tabify.
5498         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5499
5500         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5501         message.
5502
5503 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5504
5505         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5506         and set default to beep.
5507
5508 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5509
5510         * wl-vars.el (wl-draft-truncate-lines): New variable.
5511
5512         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5513         instead of wl-message-truncate-lines for truncate-lines.
5514
5515 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5516
5517         * wl-message.el (wl-message-display-internal): Call
5518         `wl-highlight-message' after `elmo-mime-display-as-is'.
5519
5520         * wl-mime.el (wl-mime-display-text/plain): New function.
5521         (wl-mime-display-header): Ditto.
5522         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5523         body-presentation-method for text/plain;
5524         Register `wl-mime-display-header' as a header-presentation-method;
5525         Don't set up `elmo-message-text-content-inserted-hook' and
5526         `elmo-message-header-inserted-hook'.
5527
5528         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5529         variable.
5530         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5531         as t if flag is 'all-header;
5532         Don't bind `elmo-message-ignored-field-list',
5533         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5534
5535 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5536
5537         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5538         for xemacs with non-mule environment.
5539
5540 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5541
5542         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5543         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5544         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5545
5546 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5547
5548         * wl-vars.el (wl-interactive-send): Set default value as t.
5549
5550 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5551
5552         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5553         (wl-addrmgr-method-list): Abolished.
5554         (wl-addrmgr-change-method): Follow above change.
5555
5556         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5557
5558 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5559
5560         * wl-vars.el (wl-message-truncate-lines): Change default value
5561         to default-truncate-lines.
5562
5563         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5564
5565 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5566
5567         * wl-vars.el (wl-message-truncate-lines): New variable.
5568
5569         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5570         wl-message-truncate-lines.
5571
5572 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5573
5574         * wl-acap.el (wl-acap-init): Remove period from error message.
5575         (wl-acap-find-acap-service): Remove period from message.
5576
5577 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5578
5579         * wl.el (wl-check-environment): Undo last change.
5580
5581         * wl-vars.el (wl-from): Changed default value.
5582
5583         * wl-util.el (toplevel): Don't require tm-edit.
5584
5585         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5586         `wl-folder-init';
5587         Don't set mark on mail body.
5588         (wl-draft-reedit): Ditto.
5589
5590         * wl-address.el (wl-address-quote-specials): Define as an alias for
5591         elmo-address-quote-specials.
5592
5593 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5594
5595         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5596
5597         * wl-vars.el (wl-from): Set default value as nil.
5598         (wl-organization): Set default value as ORGANIZATION environment
5599         variable.
5600
5601         * wl-draft.el (wl-smtp-extension-bind): Check value of
5602         wl-smtp-connection-type.
5603
5604         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5605         error.
5606
5607 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5608
5609         * Version number is increased to 2.7.4.
5610
5611         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5612         arguments from `wl-highlight-x-face-function' caller.
5613         Use x-face-1.3.6.12 or later.
5614
5615 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5616
5617         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5618
5619 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5620
5621         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5622         (wl-fcc): Fix to accept function.
5623         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5624
5625 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5626
5627         * wl-acap.el (toplevel): Added `product-provide' declare.
5628         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5629
5630 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5631
5632         * wl.el (wl): Changed order of calling `elmo-init'
5633         and `elmo-folder-init'.
5634
5635 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5636
5637         * wl-mime.el (wl-summary-burst): Extract message when content-type
5638         of root entity is not only `multipart' but also `message/rfc822'.
5639         (wl-summary-burst-subr): Ditto.
5640
5641 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5642
5643         * wl-vars.el (toplevel): Require 'custom.
5644         (wl-trash-folder): Added to `wl-setting' group.
5645
5646         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5647         exists.
5648         (wl-addrmgr-draw): Insert empty line when no entry exists.
5649
5650         * wl-mule.el (wl-message-wheel-up): Fixed.
5651         (wl-message-wheel-down): Ditto.
5652
5653 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5654
5655         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5656         config is an anonymous lambda expression.
5657
5658 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5661         when Mule 2 is running.
5662
5663 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5664
5665         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5666
5667 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5668
5669         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5670         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5671
5672         * wl-address.el (wl-address-specials-regexp): Eliminated.
5673         (wl-address-quote-specials): Rewrite.
5674
5675 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5678         shy-groups for regexp.
5679
5680         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5681         character classes and Perl style shy-groups for regexp.
5682         (wl-highlight-plugged-current-line): Use Posix style character
5683         classes for regexp.
5684         (wl-e21-highlight-folder-by-numbers): Ditto.
5685         (wl-e21-display-image-p): Use `display-images-p' instead of
5686         `display-graphic-p'.
5687         (display-images-p): Make an alias to `display-graphic-p' if it is
5688         not available.  It is for Emacs version prior to 21.0.105.
5689
5690         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5691         `display-graphic-p'.
5692         (wl-demo-image-type-alist): Ditto.
5693         (display-images-p): Make an alias to `display-graphic-p' if it is
5694         not available.  It is for Emacs version prior to 21.0.105.
5695
5696 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5697
5698         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5699         support.
5700         (wl-generate-user-agent-string): Ditto.
5701
5702         * wl-version.el (wl-version): Update docsting.
5703         (wl-version-status): Ditto.
5704
5705 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5706
5707         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5708         21.0.105.  For Emacs 21.0.104 or earlier.
5709
5710 2001-09-03  Takuo KITAME <kitame@northeye.org>
5711
5712         * wl-e21.el (wl-plugged-init-icons): Use
5713         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5714         (wl-biff-init-icons): Ditto.
5715
5716 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5717
5718         * wl-highlight.el (wl-highlight-summary-current-line):
5719         Fixed highlighting refile/copy destination.
5720
5721         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5722         (wl-acap-store): Encode string by wl-acap-coding-system.
5723
5724 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5725
5726         * wl-acap.el (toplevel): Check and require 'un-define before
5727         'xemacs-ucs;
5728          Added checking for UTF-2000.
5729
5730 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5731
5732         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5733         Don't enclose with `eval-and-compile'.
5734
5735         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5736         wl-init is non-nil.
5737
5738         * wl-draft.el (wl-draft): Ditto.
5739
5740         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5741
5742         * wl-acap.el (toplevel): Require 'wl.
5743         (wl-acap-store): Call `elmo-init'.
5744
5745         * wl.el (wl): Changed position of `wl-check-environment'.
5746         (toplevel): Added autoload setting for wl-acap.
5747
5748         * wl-vars.el (wl-setting): New custom group.
5749         (wl-from): Added wl-setting group.
5750         (wl-user-mail-address-list): Ditto.
5751         (wl-organization): Ditto.
5752         (wl-subscribed-mailing-list): Ditto.
5753         (wl-envelope-from): Ditto.
5754         (wl-smtp-posting-user): Ditto.
5755         (wl-smtp-posting-server): Ditto.
5756         (wl-smtp-posting-port): Ditto.
5757         (wl-smtp-authenticate-type): Ditto.
5758         (wl-pop-before-smtp-user): Ditto.
5759         (wl-pop-before-smtp-server): Ditto.
5760         (wl-pop-before-smtp-port): Ditto.
5761         (wl-pop-before-smtp-authenticate-type): Ditto.
5762         (wl-nntp-posting-server): Ditto.
5763         (wl-nntp-posting-user): Ditto.
5764         (wl-nntp-posting-port): Ditto.
5765         (wl-fetch-confirm-threshold): Ditto.
5766         (wl-prefetch-threshold): Ditto.
5767         (wl-thread-insert-opened): Ditto.
5768         (wl-ldap-server): Ditto.
5769         (wl-ldap-port): Ditto.
5770         (wl-ldap-base): Ditto.
5771         (wl-ldap-objectclass): Ditto.
5772         (wl-use-ldap): Ditto.
5773         (wl-draft-config-alist): Ditto.
5774         (wl-draft-config-matchone): Ditto.
5775         (wl-template-alist): Ditto.
5776         (wl-message-sort-field-list): Ditto.
5777         (wl-message-ignored-field-list): Ditto.
5778         (wl-message-visible-field-list): Ditto.
5779         (wl-interactive-send): Ditto.
5780         (wl-summary-move-order): Ditto.
5781         (wl-auto-select-first): Ditto.
5782         (wl-auto-select-next): Ditto.
5783         (wl-interactive-save-folders): Ditto.
5784
5785         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5786         Initialization codes are moved from wl-local-folder-init.
5787         (wl-local-folder-init): Follow the change above.
5788         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5789
5790         * wl-acap.el: New file.
5791
5792         * Version number is increased to 2.7.3.
5793
5794 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5795
5796         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5797
5798 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5799
5800         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5801         (wl-addrmgr-address-entry-list): Ditto.
5802
5803 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5804
5805         * wl-e21.el (wl-draft-mode-map): Removed binding for
5806         `wl-draft-insert-x-face-field'.
5807
5808         * wl-mule.el (wl-draft-mode-map): Ditto.
5809
5810         * wl-xmas.el (wl-draft-mode-map): Ditto.
5811
5812         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5813         (wl-cs-autoconv): Ditto.
5814         (wl-cs-local): Ditto.
5815         (wl-use-scoring): Ditto.
5816         (wl-mime-charset): Ditto.
5817         (wl-folder-check-async): Ditto.
5818
5819         * wl.el (toplevel): Ignore nemacs and tm.
5820         (wl-exit): Ditto.
5821
5822         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5823         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5824         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5825         instead of wl-address-petname-add-or-change.
5826         (wl-summary-edit-addresses-subr): Use wl-address-delete
5827         instead of wl-address-petname-delete.
5828
5829         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5830
5831         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5832         if error occured.
5833
5834         * wl-message.el (require): Remove tm support.
5835
5836         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5837
5838         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5839         (wl-folder-jump-to-current-entity): Ditto.
5840         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5841
5842         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5843         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5844         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5845
5846         * wl-mule.el (wl-draft-key-setup): Ditto.
5847
5848         * wl-xmas.el (wl-draft-key-setup): Ditto.
5849
5850         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5851         (wl-draft-std11-parse-addresses): New function.
5852         (wl-draft-parse-mailbox-list): Use it.
5853         (wl-draft): Ignore nemacs.
5854         (wl-draft-reedit): Ditto.
5855
5856         * wl-addrmgr.el: New file.
5857         (Original is wl-rcpt.el written by
5858         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5859         Thanks Kitamoto-san.)
5860
5861         * wl-address.el (wl-address-make-address-list): Modified parsing
5862         process.
5863         (wl-address-delete): Renamed from `wl-address-petname-delete';
5864         Modify wl-address-list too.
5865         (wl-address-add-or-change): Renamed from
5866         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5867
5868 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5869
5870         * wl-highlight.el (wl-highlight-summary-current-line):
5871           Work with transient-mark-mode
5872
5873 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5874
5875         * Version number is increased to 2.7.2.
5876
5877         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5878         instead of elmo-dop-queue-method.
5879
5880 2001-08-06  SAITO Atsunori <sai@yedo.com>
5881
5882         * wl-vars.el (wl-ldap-objectclass): New user option.
5883
5884         * wl-address.el (wl-ldap-make-filter): Use it.
5885
5886 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5887
5888         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5889
5890 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5891
5892         * wl-folder.el (wl-folder): redisplay after folder insertion.
5893
5894         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5895
5896         * wl-summary.el (wl-summary-sync-update):
5897         Change status mark only when new-msgdb exists.
5898         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5899
5900 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5901
5902         * wl-summary.el (wl-summary-open-folder): New function.
5903         (wl-summary-goto-folder-subr): Use it.
5904         (wl-summary-mark-as-important): Fix;
5905         Encache only when no cache exists.
5906
5907 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5908
5909         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5910         Use with-current-buffer.
5911
5912 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5913
5914         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5915         before call `get-buffer'. Fixed parenthesis.
5916         (wl-score-get-header-entry): Clear message and help window when
5917         keyboard quit.
5918         (wl-score-edit-insert-header): Ditto.
5919
5920 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5921
5922         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5923         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5924         (wl-default-draft-cite): Fix.
5925
5926         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5927         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5928
5929 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5930
5931         * wl-message.el (wl-message-prev-page): Do same bahavior
5932         as summary when it is called in the message buffer.
5933         (wl-message-next-page): Ditto.
5934
5935 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5936
5937         * wl-summary.el (wl-summary-forward): Use cache if it is not
5938         section cache.
5939
5940 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5941
5942         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5943         Removed redundant require of elmo-vars.
5944         (wl-biff-state-indicator-on): Changed default value for
5945         xemacs with non-mule environment.
5946
5947         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5948         wl-message-buffer is nil;
5949         Hide progress bar after moving messages.
5950
5951 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5952
5953         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5954         message at cursor point is deleted.
5955
5956 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5957
5958         * wl-vars.el: Changed file coding system to euc-japan.
5959         Added -*-coding:-*- magic to the first line.
5960
5961         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5962         Search parent from the first message.
5963
5964         * Version number is increased to 2.7.1.
5965
5966 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5967
5968         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5969
5970 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5971
5972         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5973         refile/delete execution.
5974
5975         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5976         Fixed docstring.
5977
5978 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5979
5980         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5981         do update process;
5982         Don't update marks when update process is interrupted.
5983
5984 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5985
5986         * wl-summary.el (wl-summary-reply): Fixed problem when
5987         wl-draft-use-frame is non-nil.
5988         (wl-summary-forward): Ditto.
5989
5990         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5991         as nil.
5992         (wl-folder-mark-as-read-all-entity): Ditto.
5993         (wl-folder-prefetch-entity): Ditto.
5994
5995         * wl.el (wl): Check environment before wl-init.
5996
5997         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5998         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5999         instead of wl-summary-collect-unread.
6000         (wl-summary-reply): Split message window.
6001
6002 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6003
6004         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6005         only if current language environment is japanese,
6006
6007         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6008         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6009         (wl-folder-goto-folder-subr): Ditto.
6010
6011         * wl-draft.el (wl-draft-dispatch-message): Call
6012         `elmo-file-cache-get-path'.
6013
6014 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6015
6016         * wl-summary.el (wl-summary-cursor-move): If return value of
6017         wl-summary-next-message is not number, don't jump.
6018
6019 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6020
6021         * wl-summary.el (wl-summary-buffer-next-message-function): New
6022         variable.
6023         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6024         if it is bound.
6025
6026         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6027         string.
6028
6029         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6030         (wl-plugged-drawing): Ditto.
6031
6032 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6033
6034         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6035         process.
6036         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6037         with unwind-protect.
6038
6039         * wl.el (wl-init): Require mime-setup.
6040         (wl-check-environment): Don't require mime-setup.
6041
6042         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6043         instead of elmo-folder-type.
6044
6045         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6046         value as nil.
6047
6048 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6049
6050         * Version number is increased to 2.7.0.
6051
6052         * wl-version.el (wl-version): Changed codename.
6053
6054         * wl-summary.el (wl-summary-delete-cache): Fixed.
6055
6056         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6057         Workaround for net folders.
6058         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6059
6060         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6061         value to nil (According to the patch from
6062         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6063
6064         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6065         of elmo-folder-close.
6066
6067 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6068
6069         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6070         for postfix.
6071
6072 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6073
6074         * wl-summary.el (wl-summary-resend-message): Fixed.
6075
6076         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6077         Call wl-draft with `from' argument if its address is included in
6078         `wl-user-mail-address-list'.
6079         (wl-draft): Added `from' argument.
6080
6081         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6082         non-nil.
6083         (wl): Don't show demo if wl-demo is nil.
6084
6085         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6086         wl-summary-use-frame.
6087
6088         * wl-vars.el (wl-summary-use-frame): New user option.
6089         (wl-folder-use-frame): Changed docstring.
6090
6091         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6092         non-nil.
6093         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6094         wl-summary-use-frame.
6095
6096         * wl-vars.el (wl-folder-use-frame): New user option.
6097
6098         * wl-summary.el (wl-summary-exit): Back to folder frame if
6099         wl-folder-use-frame is non-nil.
6100         (wl-summary-redisplay-internal): Ignore cache if current folder
6101         is draft folder,
6102         (wl-summary-redisplay-no-mime): Ditto.
6103         (wl-summary-redisplay-all-header): Ditto.
6104
6105         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6106         if wl-folder-use-frame is non-nil.
6107
6108 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6109
6110         * wl-summary.el (wl-summary-sync-update): Bind
6111         elmo-folder-update-threshold.
6112         (wl-summary-mark-as-important): Enclosed server mark processing
6113         with `save-match-data'.
6114
6115         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6116         only when it is already defined.
6117
6118 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6119
6120         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6121         name of folder exclude localdir is wrong.
6122         * wl-folder.el (wl-folder-sync-entity):
6123         Set `wl-summary-always-sticky-folder-list' as nil.
6124         (wl-folder-mark-as-read-all-entity): Ditto.
6125         (wl-folder-prefetch-entity): Ditto.
6126
6127 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6128
6129         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6130         instead of `wl-summary-write-current-newsgroup'.
6131
6132 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6133
6134         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6135         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6136         non-nil and selected message is important, do not display.
6137
6138 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6139
6140         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6141
6142 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6143
6144         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6145
6146         * wl-summary.el (wl-summary-mark-as-important): Set message number
6147         using wl-summary-message-number.
6148
6149 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6150
6151         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6152         destination folder is 'null.
6153
6154 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6155
6156         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6157         New function.
6158         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6159         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6160         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6161
6162 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6163
6164         * wl-mime.el (wl-mime-setup): Added setting for
6165         `mime-setup-signature-key-alist' to avoid overriding key bind for
6166         `wl-draft-send'.
6167
6168         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6169         for `wl-draft-send'.
6170         * wl-mule.el (wl-draft-overload-functions): Ditto.
6171         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6172         * wl-draft.el (wl-draft-send): Ditto.
6173
6174         * wl-message.el (wl-message-display-internal):
6175         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6176         (Patch is provided by <kita@coe.nttdata.co.jp>).
6177
6178 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6179
6180         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6181
6182 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6183
6184         * wl.el (wl): Fix for wl-demo.
6185
6186 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6187
6188         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6189
6190 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6191
6192         * wl-folder.el (wl-folder-prefetch-entity): Use
6193         `wl-folder-get-elmo-folder'.
6194         (wl-folder-count-incorporates): Do not use
6195         `wl-folder-get-elmo-folder'.
6196
6197 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6198
6199         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6200         instead of `elmo-folder-get-type'.
6201
6202 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6203
6204         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6205         position on Subject: field.
6206         (Advised by Mito <mit@nines.nec.co.jp>)
6207
6208 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6209
6210         * wl-folder.el (wl-folder-prefetch-entity): Use
6211         `wl-folder-get-elmo-folder'.
6212
6213 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6214
6215         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6216
6217         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6218         `process-duplicates' slot.
6219
6220         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6221         if detection failed.
6222
6223 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6224
6225         * wl-version.el (wl-version-status): Set to "alpha".
6226
6227 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6228
6229         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6230         Check wl-message-buffer lives before set-buffer.
6231
6232 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6233
6234         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6235         called in folder mode.
6236         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6237         * wl-summary.el (wl-summary-exit-pre-hook): Run
6238         `wl-summary-exit-pre-hook' before exit summary mode.
6239
6240 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6241
6242         * wl-version.el (wl-version-status): New variable.
6243         (wl-version-status-alist): Removed.
6244         (wl-version-status): Rule included.
6245
6246 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6247
6248         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6249         @sponichi.
6250
6251         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6252         when `mail-reply-buffer' is buffer-local variable.
6253         (Reported by <kita@coe.nttdata.co.jp>).
6254
6255 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6256
6257         * wl-vars.el (toplevel): Require 'elmo-util.
6258
6259 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6260
6261         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6262         (All other related portions are changed)
6263
6264         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6265
6266         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6267
6268 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6269
6270         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6271
6272 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6273
6274         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6275         Delete other windows to avoid an error.
6276         Use `point-marker' instead of `point' to remember the start point
6277         of body.
6278
6279         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6280
6281         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6282         number not to exceed all message number.
6283
6284 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6285
6286         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6287         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6288
6289 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6290
6291         * wl-summary.el (wl-summary-sync-force-update): Added argument
6292         no-check.
6293         (wl-summary-sync-update): Ditto.
6294         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6295         with `no-check'.
6296
6297         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6298         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6299         already running.
6300
6301 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6302
6303         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6304         `dst-folder-arg'.
6305         (wl-expire-archive-number1): Diito.
6306         (wl-expire-archive-number2): Diito.
6307         (wl-expire-archive-Date): Diito.
6308         (wl-archive-number1): Diito.
6309         (wl-archive-number2): Diito.
6310         (wl-archive-date): Diito.
6311         (wl-archive-folder-p): New function.
6312         (wl-summary-expire): Support of expand folder name at
6313         wl-expire-alist.
6314         * wl-util.el (wl-expand-newtext): Renamed from
6315         `wl-refile-expand-newtext'.
6316
6317 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6318
6319         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6320         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6321         `(elmo-msgdb-get-overview msgdb)'.
6322         (wl-summary-prefetch): Bind match data before call
6323         `wl-summay-prefetch-msg'.
6324         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6325         'off if `wl-summary-buffer-disp-msg' is non-nil.
6326         Fixed problem that couldn't show only one new or unread message when
6327         enter folder.
6328         (wl-summary-reply): Don't call `split-window-vertically' and other
6329         window.
6330
6331 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6332
6333         * wl-expire.el (wl-expire-refile): Fixed.
6334
6335 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6336
6337         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6338
6339         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6340         biff notification is removed.
6341
6342         * wl.el (wl): Changed position of `elmo-init'.
6343
6344         * wl-draft.el (wl-default-draft-cite): Use date field
6345         on the citation buffer.
6346
6347         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6348
6349         * wl-xmas.el (wl-folder-internal-icon-list): Added
6350         `wl-folder-shimbun-image'.
6351
6352         * wl-e21.el (wl-folder-internal-icon-list): Added
6353         `wl-folder-shimbun-image'.
6354
6355 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6356
6357         * wl.el (wl-init): Eliminated argument.
6358         (wl): Rewrite.
6359
6360         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6361         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6362         instead of `elmo-folder-msgdb-internal'.
6363         (wl-summary-sync-update): Ditto.
6364         (wl-summary-flush-pending-append-operations): Eliminated.
6365         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6366         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6367         `elmo-folder-open'.
6368
6369         * wl-mime.el (wl-summary-burst): Fixed.
6370
6371         * wl-folder.el (wl-folder-info-save): Check data type.
6372
6373         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6374         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6375         instead of `elmo-folder-msgdb-internal'.
6376         (wl-expire-hide): Ditto.
6377
6378
6379         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6380
6381 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6382
6383         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6384
6385 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6386
6387         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6388
6389 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6390
6391         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6392         Fixed `match-beginning' argument mismatch.
6393
6394 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6395
6396         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6397         the default value.
6398
6399 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6400
6401         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6402         instead of `elmo-nntp-default-port'.
6403
6404         * wl-vars.el: Fixed some doc strings.
6405
6406 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6407
6408         * wl-summary.el (wl-summary-prefetch-msg): Use
6409         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6410
6411         * wl-vars.el: Define *-func as obsolete variable using
6412         `elmo-define-obsolete-variable'.
6413
6414         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6415         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6416         instead of `wl-message-buffer-prefetch-threshold'.
6417
6418         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6419
6420         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6421
6422         * wl-draft.el (wl-caesar-region-func): Ditto.
6423
6424         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6425         Keep unread status in elmo-folder-move-messages.
6426         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6427
6428 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6429
6430         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6431         `wl-summary-buffer-exit-func'
6432         (wl-summary-buffer-message-redisplay-function): Renamed from
6433         `wl-summary-buffer-message-redisplay-func'
6434         (wl-summary-buffer-next-folder-function): Renamed from
6435         `wl-summary-buffer-next-folder-func'.
6436         (wl-summary-buffer-prev-folder-function): Renamed from
6437         `wl-summary-buffer-prev-folder-func'.
6438         (wl-summary-get-petname-function): Renamed from
6439         `wl-summary-get-petname-func'.
6440
6441         * wl-score.el (wl-score-edit-exit-function): Renamed from
6442         `wl-score-edit-exit-func'.
6443
6444         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6445         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6446
6447         * wl-util.el (wl-load-profile-function): Renamed from
6448         `wl-load-profile-func'.
6449
6450         * wl-folder.el (wl-folder-completion-function): Renamed from
6451         `wl-folder-completion-func'.
6452         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6453
6454         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6455         `wl-expire-archive-get-folder-func'.
6456         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6457         (wl-draft-send-mail-function): Renamed from
6458         `wl-draft-send-mail-func'.
6459         (wl-draft-send-news-function): Renamed from
6460         `wl-draft-send-news-func'.
6461         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6462         (wl-generate-mailer-string-function): Renamed from
6463         `wl-generate-mailer-string-func'.
6464         (wl-highlight-signature-search-function): Renamed from
6465         `wl-highlight-signature-search-func'.
6466         (wl-highlight-x-face-function): Renamed from
6467         `wl-highlight-x-face-func'
6468         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6469         (wl-ps-print-buffer-function): Renamed from
6470         `wl-ps-print-buffer-func'
6471         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6472         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6473         (wl-summary-subject-filter-function): Renamed from
6474         `wl-summary-subject-filter-func'.
6475
6476         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6477         `wl-draft-queue-flush-send-func'
6478         (wl-draft-cite-function): Renamed from
6479         `wl-draft-cite-func'
6480
6481         * wl-address.el (wl-address-init-function): Renamed from
6482         `wl-address-init-func'.
6483
6484 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6485
6486         * wl-draft.el (wl-draft-queue-flush): Don't call
6487         `elmo-dop-unlock-message'.
6488         * wl-draft.el (wl-draft-queue-append): Don't call
6489         `elmo-dop-lock-message'.
6490
6491         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6492         (wl-summary-buffer-folder-name): Ditto.
6493         (wl-summary-message-regexp): Added '-' (all other related portions
6494         are changed).
6495         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6496         wl-summary-buffer-folder-name.
6497
6498 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6499
6500         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6501         the number of mails in the folder buffer is not updated by wl-biff.
6502
6503 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6504
6505         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6506         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6507
6508 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6509
6510         * wl-summary.el (wl-summary-next-message):
6511         Return next message number when wl-summary-move-order is nil.
6512
6513 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6514
6515         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6516         `wl-summary-move-spec-alist'.
6517         (wl-summary-move-spec-unplugged-alist): New variable
6518         (Move spec for unplugged status).
6519         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6520         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6521
6522 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6523
6524         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6525         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6526
6527 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6528
6529         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6530         simple quotation to quote the anonymous function.
6531         * tm-wl.el (wl-draft-preview-message): Ditto.
6532
6533 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6534
6535         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6536         Eliminate redundant `save-excursion'.
6537         (wl-highlight-summary-current-line): Ditto.
6538
6539         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6540         accessing match data when `looking-at' failed.
6541
6542         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6543         `elmo-match-string' where users don't care about the speed.
6544         (wl-draft-save): Ditto.
6545
6546 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6547
6548         * wl-util.el (wl-regexp-opt): New function.
6549
6550         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6551         number from `wl-summary-buffer-number-list'.
6552         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6553         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6554         (wl-summary-move-spec-alist): Changed default setting.
6555
6556 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6557
6558         * wl-vars.el (wl-biff-notify-hook): New hook.
6559         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6560         the arrival of new mail.
6561         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6562         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6563
6564 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6565
6566         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6567
6568 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6569
6570         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6571
6572         * Version number is increased to 2.5.8.
6573
6574         * wl-thread.el (toplevel): require 'cl.
6575         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6576         (wl-thread-make-number-list): New function.
6577         (wl-thread-entity-make-number-list-from-children): Ditto.
6578         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6579         (wl-thread-entity-insert-as-children): Likewise.
6580         (wl-thread-delete-message): Likewise.
6581         (wl-meaning-of-mark): Eliminated.
6582         (wl-thread-next-failure-mark-p): Ditto.
6583         (wl-thread-entity-get-mark): Ditto.
6584         (wl-thread-meaning-alist-get-result): Ditto.
6585         (wl-thread-entity-check-prev-mark): Ditto.
6586         (wl-thread-entity-check-next-mark): Ditto.
6587         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6588         (wl-thread-entity-get-prev-marked-entity): Ditto.
6589         (wl-thread-get-prev-unread): Ditto.
6590         (wl-thread-jump-to-prev-unread): Ditto.
6591         (wl-thread-get-next-unread): Ditto.
6592         (wl-thread-jump-to-next-unread): Ditto.
6593         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6594         (wl-thread-entity-get-next-marked-entity): Ditto.
6595
6596         * wl-summary.el (wl-summary-buffer-number-list):
6597         New bufer-local variable.
6598         (wl-summary-switch-to-clone-buffer): Clone
6599         `wl-summary-buffer-number-list'.
6600         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6601         (wl-summary-cursor-move-regex): Eliminated.
6602         (wl-summary-cursor-up): Rewrite.
6603         (wl-summary-cursor-down): Ditto.
6604         (wl-summary-mode-spec-alist): New variable.
6605         (wl-summary-next-message): New inline function.
6606         (wl-summary-cursor-move): New function.
6607         (wl-summary-default-get-next-msg): Rewrite.
6608         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6609         (wl-summary-rescan): Ditto.
6610         (wl-summary-sync-all-init): Ditto.
6611         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6612         summary is not thread view.
6613         (wl-summary-sync-update): Ditto.
6614         (wl-summary-rescan): Ditto.
6615         (wl-summary-make-number-list): New function.
6616
6617         * wl-draft.el: "FCC" -> "Fcc".
6618
6619 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6620
6621         * wl-highlight.el (wl-highlight-summary-window):
6622         Call `set-buffer-modified-p'.
6623
6624         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6625         (wl): Call `elmo-init' and fix.
6626
6627         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6628         Use new variables.
6629
6630         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6631
6632 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6633
6634         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6635
6636 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6637
6638         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6639
6640 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6641
6642         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6643         `wl-use-toolbar' nor `display-graphic-p'.
6644         (wl-e21-setup-message-toolbar): Ditto.
6645         (wl-e21-setup-summary-toolbar): Ditto.
6646         (wl-e21-setup-folder-toolbar): Ditto.
6647
6648         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6649         (wl-plugged-init-icons): Ditto.
6650
6651         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6652         `display-graphic-p'.
6653         (wl-plugged-set-folder-icon): Ditto.
6654         (wl-highlight-plugged-current-line): Ditto.
6655         (wl-highlight-folder-current-line): Ditto.
6656         (wl-e21-highlight-folder-group-line): Ditto.
6657         (wl-e21-setup-toolbar): Ditto.
6658         (wl-e21-display-image-p): New macro.
6659
6660         * wl-demo.el (wl-demo): Simplified.
6661         (wl-demo-image-type-alist): Use `image-type-available-p' for
6662         checking whether the image type `xbm' is available.
6663
6664 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6665
6666         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6667         (wl-summary-input-range): Ditto.
6668
6669 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6670
6671         * wl-summary.el (wl-summary-edit-addresses): Use
6672         `wl-summary-get-original-buffer'
6673         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6674         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6675         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6676         (wl-summary-get-newsgroups): Eliminated.
6677         (wl-summary-set-crosspost): Ditto.
6678         (wl-summary-is-crosspost-folder): Ditto.
6679         (wl-crosspost-alist-load): Ditto.
6680         (wl-crosspost-alist-save): Ditto.
6681
6682         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6683         `elmo-setup-subscribed-newsgroups' instead of
6684         `elmo-nntp-make-groups-hashtb'.
6685         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6686         instead of `wl-crosspost-alist-save'.
6687
6688         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6689         of `elmo-folder-message-appendable-p'.
6690         (wl-mime-header-presentation-method): Eliminated.
6691
6692         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6693         (Error occurs in emacs21).
6694
6695         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6696         the current buffer).
6697
6698         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6699         instead of `wl-crosspost-alist-save'.
6700         (wl-init): `elmo-crosspost-message-alist-load'
6701         instead of `wl-crosspost-alist-load'
6702
6703         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6704         (wl-parse-newsgroups): Likewise.
6705         (wl-biff-notify): Run `wl-biff-notify-hook'.
6706
6707 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6708
6709         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6710
6711         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6712         when `wl-summary-lazy-highlight' is non-nil.
6713         (wl-summary-goto-folder-subr): Highlight only when
6714         `wl-summary-lazy-highlight' is non-nil.
6715
6716         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6717         Don't display progress and highlight temp-mark when
6718         `wl-summary-lazy-highlight' is non-nil.
6719         (wl-highlight-summary-window): New function.
6720         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6721
6722 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6723
6724         * wl-summary.el (wl-summary-sync): Change `all-visible'
6725         from `all-shown'
6726         (wl-summary-input-range): Ditto.
6727
6728 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6729
6730         * wl-e21.el (wl-highlight-folder-current-line): Call
6731         `wl-folder-init-icons' when folder icons have not been initialized.
6732
6733         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6734
6735         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6736         (wl-demo-image-type-alist): New macro.
6737
6738 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6739
6740         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6741         display does not support graphics.
6742         (wl-plugged-init-icons): Ditto.
6743         (wl-folder-init-icons): Ditto.
6744
6745         * wl-demo.el (wl-demo): Chech closely whether the display
6746         supports graphics.
6747
6748 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6749
6750         * wl-summary.el (wl-summary-get-original-buffer): New function.
6751         (wl-summary-set-crosspost): Use it.
6752         (wl-summary-target-mark-uudecode): Ditto.
6753         (wl-summary-reedit): Ditto.
6754         (wl-summary-resend-bounced-mail): Ditto.
6755         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6756         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6757
6758         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6759         (wl-message-display-internal): Ditto.
6760
6761 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6762
6763         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6764
6765 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6766
6767         * wl-summary.el (wl-summary-save-view): Renamed from
6768         `wl-summary-save-status'.
6769
6770 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6771
6772         * wl-summary.el (wl-summary-sync): Added `all-shown'
6773
6774 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6775
6776         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6777
6778 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6779
6780         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6781
6782 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6783
6784         * wl-highlight.el (wl-highlight-summary-line-string): Use
6785         `zerop' instead of `= 0'.
6786         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6787
6788         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6789         for comparing numbers.
6790         (wl-template-prev): Use `zerop' instead of `eq 0'.
6791
6792         * wl-draft.el (wl-draft-insert-current-message): Use
6793         `with-current-buffer' instead of `save-excursion'.
6794         Use `zerop' instead of `eq 0'.
6795
6796 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6797
6798         * wl-draft.el (wl-draft-insert-ccs): New function.
6799         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6800         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6801
6802 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6803
6804         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6805
6806 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6807
6808         * wl-expire.el (wl-expire-refile): Don't call
6809         elmo-msgdb-add-msgs-to-seen-list;
6810         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6811         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6812
6813 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6814
6815         * wl-message.el (wl-message-prev-page): Ignore errors while
6816         scroll-down.
6817
6818 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6819
6820         * wl-mime.el: Use elmo-original-message-mode instead of
6821         mmelmo-original-mode.
6822
6823         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6824         `elmo-folder-get-spec';
6825         (wl-fldmgr-add-completion-all-completions):
6826         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6827
6828         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6829         of `elmo-folder-get-type'.
6830
6831         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6832         `elmo-folder-get-spec';
6833         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6834         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6835         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6836         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6837         `elmo-read-msg-no-cache';
6838         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6839         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6840         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6841         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6842         `elmo-cache-save';
6843         (wl-draft-reedit): Use `elmo-message-file-name'.
6844
6845         * wl-expire.el: Use `elmo-folder-name-internal';
6846         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6847         Use macro `wl-summary-buffer-msgdb' instead of variable
6848         `wl-summary-buffer-msgdb';
6849         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6850         Use macro `wl-summary-buffer-folder-name' instead of variable
6851         `wl-summary-buffer-folder-name'.
6852         * wl-score.el: Likewise.
6853
6854         * wl-message.el: Rewrite for new message buffer cache mechanism.
6855         (wl-message-buffer-cache-buffer-get): New macro.
6856         (wl-message-buffer-cache-folder-get): Ditto.
6857         (wl-message-buffer-cache-message-get): Ditto.
6858         (wl-message-buffer-cache-entry-make): Ditto.
6859         (wl-message-buffer-cache-hit): Ditto.
6860         (wl-message-buffer-cache-sort): New function.
6861         (wl-message-buffer-cache-add): Ditto.
6862         (wl-message-buffer-cache-delete): Ditto.
6863         (wl-message-buffer-cache-clean-up): Ditto.
6864         (wl-message-buffer-window): Rewrite.
6865         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6866         (wl-message-buffer-display): New function.
6867         (wl-message-display-internal): New function.
6868
6869 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6870
6871         * wl-folder.el: Use `elmo-folder-name-internal';
6872         Use `wl-folder-get-elmo-folder';
6873         Use `elmo-folder-list-messages' instead of
6874         `elmo-list-folder';
6875         Use `elmo-folder-get-primitive-list' instead of
6876         `elmo-folder-get-primitive-spec-list';
6877         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6878         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6879         Use `elmo-folder-create' instead of `elmo-create-folder'.
6880         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6881         (wl-folder-get-elmo-folder): New macro.
6882         (wl-folder-elmo-folder-cache-get): Ditto.
6883         (wl-folder-elmo-folder-cache-put): Ditto.
6884         (wl-folder-suspend): Call `elmo-quit'.
6885
6886         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6887         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6888         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6889         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6890         (toplevel): require 'cl.
6891         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6892
6893         * wl-summary.el: Rewrite to use new elmo interface.
6894
6895 \f
6896 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6897
6898         * wl-mime.el (wl-draft-preview-message):
6899         Run `wl-draft-send-hook' before collecting recipients information;
6900         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6901
6902         * tm-wl.el (wl-draft-preview-message): Ditto.
6903
6904 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6905
6906         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6907         wrong recipients are displayed when forwarded message.
6908
6909 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6910
6911         * Version number is increased to 2.5.7.
6912
6913 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6914
6915         * wl-message.el (wl-message-next-page): Bind
6916         `window-pixel-scroll-increment' to nil while scrolling up.
6917
6918 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6919
6920         * wl-vars.el (wl-save-hook): New hook.
6921         * wl.el (wl-save): Call `wl-save-hook'.
6922
6923 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6924
6925         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6926         Argument WITH-ARG instead of NO-ARG (negative mean).
6927         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6928         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6929         * wl-message.el (wl-message-follow-current-entity): Likewise.
6930
6931 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6932
6933         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6934         FROM was optional argument.
6935         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6936
6937 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6938
6939         * Version number is increased to 2.5.6.
6940
6941 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6942
6943         * wl-version.el (wl-version-show): Removed.
6944         (wl-version): Add `interactive'.
6945
6946 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6947
6948         * wl-summary.el (wl-summary-get-petname-func): New variable.
6949         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6950         instead of `wl-address-get-petname-1'.
6951         (wl-summary-simple-from): Ditto.
6952
6953         * wl-address.el (wl-address-get-petname-1): Define as function.
6954
6955 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6956
6957         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6958         field in the original message.
6959         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6960
6961 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6962
6963         * wl-expire.el (wl-expire-hide):
6964         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6965
6966 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6967
6968         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6969         find decoder for To, Cc, and Subject.
6970
6971 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6972
6973         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6974         for checking `elmo-use-buffer-cache'.
6975         (wl-summary-mark-as-important): Fixed typo in comment.
6976
6977 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6978
6979         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6980         field in the original message.
6981         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6982
6983 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6984
6985         * wl-expire.el (wl-expire-hide):
6986         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6987
6988 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6989
6990         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6991         find decoder for To, Cc, and Subject.
6992
6993 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6994
6995         * Version number is increased to 2.5.5.
6996
6997         * wl-address.el (wl-address-specials-regexp): New constant.
6998         (wl-address-quote-specials): Use it.
6999
7000 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7001
7002         * wl-summary.el (wl-summary-rescan):
7003         Call `wl-summary-buffer-number-column-detect'.
7004         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7005
7006         * wl-message.el (wl-message-mode-map): Define.
7007         (wl-message-decode): Use it as local-map.
7008
7009 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7010
7011         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7012         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7013
7014 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7015
7016         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7017
7018         * wl-mule.el (wl-read-event-char): Ditto.
7019
7020         * wl-e21.el (wl-read-event-char): Ditto.
7021
7022         * wl-nemacs.el (wl-read-event-char): Ditto.
7023         (read-event): Removed.
7024
7025         * wl-util.el (toplevel): Removed dummy definition of
7026         `read-event'.
7027         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7028
7029 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7030
7031         * wl-nemacs.el (elmo-archive-call-process): Moved to
7032         elmo-archive.el.
7033
7034 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7035
7036         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7037         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7038
7039         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7040         instead of magic-number 6.  Use `not' instead of `null' for symbol
7041         `nil' check (not empty list).
7042         (wl-draft-insert-x-face-field): Fixed paren style.
7043
7044         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7045         one-branch conditional statement, instead of `and' and `if'.
7046         (wl-draft-forward): Likewise.
7047         (wl-draft-add-references): Likewise.
7048         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7049
7050         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7051         conditional steatment.  Use `cond' instead of `if'.
7052         (wl-draft-confirm): Likewise.
7053
7054 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7055
7056         * wl-version.el (wl-version-show): Use `product-string-1'
7057         instead of `wl-version'.
7058         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7059
7060         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7061
7062 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7063
7064         * wl-highlight.el (wl-highlight-headers): Revert
7065         `wl-highlight-x-face-func' argument (`beg' and `end').
7066
7067 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7068
7069         * wl.el (toplevel): Move `product-provide' declare.
7070         * wl-demo.el (toplevel): Ditto.
7071         * wl-dnd.el (toplevel): Ditto.
7072         * wl-highlight.el (toplevel): Ditto.
7073         * wl-message.el (toplevel): Ditto.
7074         * wl-refile.el (toplevel): Ditto.
7075         * wl-util.el (toplevel): Ditto.
7076
7077 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7078
7079         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7080         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7081         (wl-thread-close-all): keep cursor position.
7082
7083 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7084
7085         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7086         (eq x 0).
7087         (wl-generate-user-agent-string-1): Fix conditional statement.
7088
7089 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7090
7091         * wl.el (wl-check-environment): Additional check for
7092         'wl-local-domain' and `wl-message-id-domain'.
7093
7094 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7095
7096         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7097
7098 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7099
7100         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7101         instead of `smtp-sasl-user-realm'.
7102
7103 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7104
7105         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7106
7107 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7108
7109         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7110         to the default value as well as `eword-lexical-analyzer'.
7111
7112 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7113
7114         * wl-version.el (wl-extended-emacs-version,
7115         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7116         `elmo-match-string' instead of `wl-match-string'.
7117
7118 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7119
7120         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7121         docstring.
7122
7123 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7124
7125         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7126
7127 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7128
7129         * wl-highlight.el (wl-highlight-headers): Remove
7130         `wl-highlight-x-face-func' argument (`beg' and `end').
7131
7132 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7133
7134         * wl-summary.el (wl-summary-mark-as-important):
7135         Remove cache if folder is local.
7136
7137 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7138
7139         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7140         to get existing e-mail address string.
7141
7142 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7143
7144         * wl-version.el (wl-generate-user-agent-string): Commentary.
7145         (wl-generate-user-agent-string-1): Use `when' for
7146         one-branch conditional statement, instead of `and' and `if'.
7147         (wl-extended-emacs-version, wl-extended-emacs-version2,
7148         wl-extended-emacs-version3): Ditto.
7149
7150 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7151
7152         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7153         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7154         condition-case; Remove initialization.
7155         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7156         (wl-summary-sync-update3): Added argument `sync-all';
7157         Eliminated local variable `msgdb';
7158         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7159         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7160         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7161
7162 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7163
7164         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7165         connection before call `wl-draft-send-mail-with-smtp'.
7166
7167 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7168
7169         * Version number is increased to 2.5.4.
7170
7171 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7172
7173         * wl.el (wl-check-environment): Additional check for
7174         'wl-local-domain' and `wl-message-id-domain'.
7175
7176 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7177
7178         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7179         buffer as command specific.
7180         (wl-folder-mark-as-read-all-entity): Ditto.
7181         (wl-folder-prefetch-entity): Ditto.
7182         (wl-folder-drop-unsync-entity): Ditto.
7183
7184         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7185         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7186         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7187
7188         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7189         save-excursion.
7190
7191 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7192
7193         * Version number is increased to 2.5.3.
7194
7195         * wl-summary.el (wl-summary-save-view-cache):
7196         Delete duplicated `write-region';
7197         Use `write-region-as-binary' instead of `as-binary-output-file' and
7198         `write-region'.
7199
7200 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7201
7202         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7203
7204 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7205
7206         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7207         instead of `smtp-via-smtp'.
7208
7209 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7210
7211         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7212
7213 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7214
7215         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7216         instead of `smtp-sasl-user-realm'.
7217
7218 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7219
7220         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7221
7222 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7223
7224         * Version number is increased to 2.5.2.
7225
7226 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7227
7228         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7229         does not exist.
7230         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7231         (wl-biff-start): Call `timer-activate' if timer already exists.
7232
7233         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7234         only when it is bound as function.
7235
7236 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7237
7238         * Version number is increased to 2.5.1.
7239
7240 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7241
7242         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7243         Print refile/copy destination.
7244
7245 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7246
7247         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7248         queue-flush-only is non-nil.
7249
7250         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7251
7252         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7253         checking cache folder.
7254
7255 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7256
7257         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7258         `regexp-quote'.
7259
7260 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7261
7262         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7263         function.
7264         * wl-summary.el (wl-summary-write-current-folder-functions):
7265         Change default value.  Use it.
7266
7267 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7268
7269         * Version number is increased to 2.5.0.
7270
7271         * wl-version.el (wl-version): Changed codename.
7272
7273 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7274
7275         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7276         (wl-summary-supersedes-message): Ditto.
7277
7278 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7279
7280         * wl-refile.el (wl-refile-guess-functions): Renamed from
7281         `wl-refile-guess-func-list'.
7282
7283 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7284
7285         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7286         Fixed problem when no rule was matched.
7287
7288 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7289
7290         * wl-summary.el (wl-summary-get-mark): Fixed
7291         `wl-summary-buffer-target-mark' check logic.
7292
7293 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7294
7295         * wl-folder.el (wl-folder-write-current-folder): Added group
7296         folder check.
7297
7298         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7299         `wl-summary-write-current-newsgroup'.
7300         (wl-summary-write-current-folder-functions): New variable.
7301         * wl-folder.el (wl-folder-get-newsgroups): New function.
7302         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7303         (wl-folder-write-current-folder): Renamed from
7304         `wl-folder-write-current-newsgroup'.
7305
7306 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7307
7308         * Version number is increased to 2.3.93.
7309
7310 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7311
7312         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7313         (wl-ldap-make-matched-value-list): Ditto.
7314         (wl-ldap-alias-safe-string): Split e-mail address.
7315
7316         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7317         petname folder default was selected.
7318         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7319         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7320
7321 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7322
7323         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7324         to `wl-draft-config-exec'.
7325
7326         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7327         instead of calling `wl-draft-config-exec';
7328         Process group-list and show recipients in minibuffer.
7329
7330         * tm-wl.el (wl-draft-preview-message): Ditto.
7331
7332 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7333
7334         * wl.el (toplevel): Added (C) to copyright notice, and
7335         sync Author header.
7336         * tm-wl.el (toplevel): Ditto.
7337         * wl-address.el (toplevel): Ditto.
7338         * wl-demo.el (toplevel): Ditto.
7339         * wl-dnd.el (toplevel): Ditto.
7340         * wl-draft.el (toplevel): Ditto.
7341         * wl-e21.el (toplevel): Ditto.
7342         * wl-expire.el (toplevel): Ditto.
7343         * wl-folder.el (toplevel): Ditto.
7344         * wl-highlight.el (toplevel): Ditto.
7345         * wl-message.el (toplevel): Ditto.
7346         * wl-mime.el (toplevel): Ditto.
7347         * wl-mule.el (toplevel): Ditto.
7348         * wl-nemacs.el (toplevel): Ditto.
7349         * wl-refile.el (toplevel): Ditto.
7350         * wl-score.el (toplevel): Ditto.
7351         * wl-summary.el (toplevel): Ditto.
7352         * wl-template.el (toplevel): Ditto.
7353         * wl-thread.el (toplevel): Ditto.
7354         * wl-util.el (toplevel): Ditto.
7355         * wl-vars.el (toplevel): Ditto.
7356         * wl-xmas.el (toplevel): Ditto.
7357
7358 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7359
7360         * wl.el (wl-init): Added comment about `wl-init-hook'.
7361         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7362         * wl-vars.el (wl-init-hook): Added docs.
7363         (wl-make-plugged-hook): Removed useless docs.
7364         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7365         * wl-xmas.el (toplevel): Ditto.
7366
7367 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7368
7369         * wl-address.el (toplevel): Fixed multiple Author header format.
7370         * wl-demo.el (toplevel): Ditto.
7371         * wl-draft.el (toplevel): Ditto.
7372         * wl-folder.el (toplevel): Ditto.
7373         * wl-summary.el (toplevel): Ditto.
7374         * wl-thread.el (toplevel): Ditto.
7375         * wl-util.el (toplevel): Ditto.
7376         * wl-vars.el (toplevel): Ditto.
7377         * wl-version.el (toplevel): Ditto.
7378         * wl-xmas.el (toplevel): Ditto.
7379         * wl.el (toplevel): Ditto.
7380
7381         * wl-version.el (toplevel): Added require `elmo-version' for
7382         `product-version-as-string'.
7383
7384 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7385
7386         * wl-vars.el (wl-draft-send-hook): Changed default value to
7387         '(wl-draft-config-exec).
7388
7389         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7390         explicitly.
7391         (wl-draft): Set `wl-draft-config-exec-flag' before running
7392         `wl-mail-setup-hook'.
7393
7394         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7395         `wl-biff-init-icons' to `wl-init-hook' instead of
7396         `wl-make-plugged-hook'.
7397         (Because if `wl-draft' command is invoked at first,
7398         they are not initialized)
7399         Updated copyright notice.
7400
7401         * wl-e21.el (toplevel): Ditto;
7402
7403         * wl-demo.el (toplevel): Updated copyright notice.
7404         * wl-address.el (toplevel): Ditto.
7405         * wl-draft.el (toplevel): Ditto.
7406         * wl-version.el (toplevel): Ditto.
7407         * wl-folder.el (toplevel): Ditto.
7408         * wl-summary.el (toplevel): Ditto.
7409         * wl-thread.el (toplevel): Ditto.
7410         * wl-util.el (toplevel): Ditto.
7411         * wl-vars.el (toplevel): Ditto.
7412         * wl.el (toplevel): Ditto.
7413
7414 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7415
7416         * wl-highlight.el (wl-highlight-message): Fixed problem of
7417         highlighting failure which occured when the last field contains
7418         multiple lines in the draft buffer.
7419
7420         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7421         `wl-biff-start' if plugged.
7422
7423         * wl-util.el (wl-biff-check-folder): New function.
7424         (wl-biff-check-folders): Don't set session name prefix.
7425         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7426         (wl-biff-check-folder-async): Ditto.
7427
7428         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7429         in email address.
7430
7431 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7432
7433         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7434
7435         * wl-draft.el (wl-draft-strip-subject-re): New function.
7436
7437         * wl-draft.el (wl-draft-reply): Use it.
7438
7439 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7440
7441         * wl-message.el (wl-mmelmo-message-redisplay): Use
7442         `mime-display-message' instead of `wl-mime-display-message'.
7443
7444         * wl-mime.el (toplevel): Removed compatibility workaround
7445         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7446         (wl-mime-display-message): Abolished.
7447         (wl-mime-entity-read-field): Ditto.
7448         (wl-mime-combine-message/partial-pieces): Use
7449         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7450
7451 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7452
7453         * wl-template.el: Doc fixes.
7454
7455 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7456
7457         * wl-e21.el (wl-message-overload-functions): Do nothing if
7458         `current-local-map' is not available.
7459         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7460
7461 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7462
7463         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7464         representation.
7465
7466         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7467         number.
7468         (wl-fldmgr-save-folders): Don't use `format' when insert
7469         `wl-fldmgr-folders-header'.
7470
7471 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7472
7473         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7474
7475 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7476
7477         * wl-highlight.el (wl-highlight-message):
7478         Use `std11-field-end' to detect end point of the header field.
7479         Refer `wl-highlight-max-header-size'.
7480
7481         * wl-vars.el (wl-highlight-max-header-size): New variable.
7482
7483         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7484
7485         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7486         Set `for-draft' argument of wl-highlight-headers.
7487         (wl-draft): Ditto.
7488         (wl-draft-reedit): Ditto.
7489         (wl-user-agent-compose-internal): Ditto.
7490
7491 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7492
7493         * wl-message.el (wl-message-add-button): Use overlay.
7494
7495 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7496
7497         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7498
7499         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7500         problem when group-list content is nothing.
7501         (Reported by Mito <mit@nines.nec.co.jp>)
7502
7503 2000-10-18  SAITO Atsunori <sai@yedo.com>
7504
7505         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7506
7507 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7508
7509         * tm-wl.el (toplevel): Use product-provide.
7510
7511 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7512
7513         * Version number is increased to 2.3.92.
7514
7515 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7516
7517         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7518         title text, use `display' property for left margin under Emacs 21.
7519
7520         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7521         properties.
7522         (wl-plugged-init-icons): Ditto.
7523
7524 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7525
7526         * wl.el (wl-save-status, wl-init): Remove last period in
7527         "...done." message.
7528         * tm-wl.el (wl-summary-burst): Ditto.
7529         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7530         wl-summary-resume-cache-status,
7531         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7532         wl-summary-sync-update3, wl-summary-highlight-msgs,
7533         wl-summary-flush-pending-append-operations,
7534         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7535         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7536         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7537         wl-thread-open-all): Ditto.
7538         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7539         * wl-mime.el (wl-summary-burst): Ditto.
7540         * wl-highlight.el (wl-highlight-summary): Ditto.
7541         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7542         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7543         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7544         * wl-address.el (wl-local-address-init): Ditto.
7545
7546 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7547
7548         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7549         `add-text-properties'.
7550         (wl-plugged-init-icons): Ditto.
7551         (wl-folder-init-icons): Use `propertize' instead of
7552         `put-text-property'.
7553         (wl-plugged-set-folder-icon): Ditto.
7554         (wl-e21-highlight-folder-group-line): Ditto.
7555
7556 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7557
7558         * wl-version.el (wl-version-status-alist): New variable.
7559         (wl-version-status): New function.
7560
7561         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7562         "Cc" part of the case "Reply-To".
7563
7564         * wl-draft.el (wl-draft-reply): Use result of
7565         `eword-extract-address-components'.
7566
7567         * wl-demo.el (wl-demo-icon-name): New constant.
7568         (wl-logo-xpm): Use it.
7569         (wl-logo-xbm): Ditto.
7570         (wl-logo-bitmap): Ditto.
7571
7572         * Version number is increased to 2.3.91.
7573
7574 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7575
7576         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7577         (wl-extended-emacs-version, wl-extended-emacs-version2,
7578         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7579         docstring.
7580
7581         * wl-version.el (wl-generate-user-agent-string-1): New function.
7582         (wl-generate-user-agent-string): Use it.
7583
7584         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7585         `mime-edit-insert-user-agent-field'.
7586         (wl-generate-user-agent-string): Check
7587         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7588
7589         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7590         instead of `if', when verbose case.
7591
7592 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7593
7594         * wl-expire.el (wl-summary-expire): Fix.
7595
7596 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7597
7598         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7599         and `elmo-lost+found-folder' if 'wl-draft.
7600         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7601
7602 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7603
7604         * wl-expire.el (wl-summary-expire): Change messages.
7605         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7606         `deleing-info' instead of "Deleting..."
7607
7608 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7609
7610         * wl-summary.el (wl-summary-refile-subr): Fix.
7611
7612 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7613
7614         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7615         if pipe folder.
7616
7617 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7618
7619         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7620
7621 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7622
7623         * wl-expire.el (wl-expire-hide): New function.
7624         (wl-summary-expire): Add `hide'.
7625
7626 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7627
7628         * wl-vars.el (wl-draft-reply-without-argument-list):
7629         Changed default value to consider `Reply-To:'.
7630         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7631
7632         * Version number is increased to 2.3.90.
7633
7634         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7635         elmo-imap4-get-session with unwind-protect.
7636         Don't cause error.
7637         (wl-summary-sync-marks): Don't check plugged nor folder type.
7638         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7639         (Always keep current buffer).
7640
7641 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7642
7643         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7644         Enclose with `save-excursion'.
7645
7646 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7647
7648         * wl-version.el (wl-version): Remove interactive.
7649
7650 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7651
7652         * wl-version.el (wl-generate-user-agent-string): Use
7653         `product-string-verbose' instead of `product-string-1'.
7654
7655 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7656
7657         * wl-vars.el (wl-draft-use-cache): New variable.
7658         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7659         if wl-draft-use-cache is non-nil.
7660
7661 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7662
7663         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7664         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7665
7666 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7667
7668         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7669         (wl-thread-msg-mark-as-unread): Ditto.
7670
7671         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7672         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7673         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7674         Don't set mark in summary if return value of `elmo-mark-as-read'
7675         is nil.
7676         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7677         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7678         instead of `wl-thread-msg-mark-as-read'.
7679         (wl-summary-mark-as-unread-region): Ditto.
7680         (wl-summary-target-mark-mark-as-read): Ditto.
7681
7682         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7683
7684 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7685
7686         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7687
7688         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7689
7690 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7691
7692         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7693         face.
7694
7695 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7696
7697         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7698         `running-xemacs'.
7699
7700 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7701
7702         * wl-version.el (toplevel): Use `product-version-as-string' for
7703         set verstion-string, if defined.
7704
7705         * wl-version.el (wl-version-show): Insert string at point, when
7706         call with argument.
7707
7708         * wl-version.el (wl-generate-user-agent-string): Use
7709         `product-string-1' instead of `wl-appname', `wl-version' and
7710         `wl-codename'.
7711
7712 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7713
7714         * wl-address.el (toplevel): Use product-provide.
7715         * wl-demo.el (toplevel): Ditto.
7716         * wl-dnd.el (toplevel): Ditto.
7717         * wl-draft.el (toplevel): Ditto.
7718         * wl-e21.el (toplevel): Ditto.
7719         * wl-expire.el (toplevel): Ditto.
7720         * wl-fldmgr.el (toplevel): Ditto.
7721         * wl-folder.el (toplevel): Ditto.
7722         * wl-highlight.el (toplevel): Ditto.
7723         * wl-message.el (toplevel): Ditto.
7724         * wl-mime.el (toplevel): Ditto.
7725         * wl-mule.el (toplevel): Ditto.
7726         * wl-nemacs.el (toplevel): Ditto.
7727         * wl-refile.el (toplevel): Ditto.
7728         * wl-score.el (toplevel): Ditto.
7729         * wl-summary.el (toplevel): Ditto.
7730         * wl-template.el (toplevel): Ditto.
7731         * wl-thread.el (toplevel): Ditto.
7732         * wl-util.el (toplevel): Ditto.
7733         * wl-vars.el (toplevel): Ditto.
7734         * wl-xmas.el (toplevel): Ditto.
7735         * wl.el (toplevel): Ditto.
7736
7737 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7738
7739         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7740         instead of product.
7741
7742         * wl-version.el (wl-version): Compile time evalution elmo-version.
7743
7744 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7745
7746         * wl-summary.el (wl-summary-sync-force-update): Append queue
7747         `mark-as-read'if unplugged.
7748
7749 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7750
7751         * wl-version.el: New file.  Use product.el.
7752         * wl.el: add (require 'wl-version).
7753         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7754         for ~/.folders header.
7755         (wl-fldmgr-folders-header): Changed.
7756         * wl-demo.el (wl-demo): Use product.el.
7757
7758         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7759         wl-version.el.
7760         * wl-util.el (wl-version, wl-version-show): Ditto.
7761
7762         * wl-util.el (wl-generate-user-agent-string,
7763         wl-extended-emacs-version, wl-extended-emacs-version2,
7764         wl-extended-emacs-version3): Move to wl-version.el.
7765         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7766         xemacs-codename, mime-edit-insert-user-agent-field,
7767         mime-edit-user-agent-value, mime-editor/version,
7768         mime-editor/codename): Compile warning killer move to
7769         wl-version.el
7770
7771 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7772
7773         * wl-summary.el (wl-summary-refile-subr): Fix.
7774
7775 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7776
7777         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7778         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7779
7780 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7781
7782         * wl.el (wl-check-environment): Check too many `@'.
7783
7784 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7785
7786         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7787
7788 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7789
7790         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7791         wl-draft-reply-myself-without-argument-list): Add variables.
7792         * wl-draft.el (wl-draft-reply): Use it.
7793
7794 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7795
7796         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7797         the 5th argument of `elmo-network-get-spec'.
7798
7799         * wl-thread.el (wl-thread-reparent-children): New inline function.
7800         (wl-thread-delete-message): Use it.
7801
7802         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7803         (wl-summary-score-update-all-lines): Don't use `dolist'.
7804
7805 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7806
7807         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7808         (require 'elmo-msgdb) for inline function.
7809
7810 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7811
7812         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7813
7814 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7815
7816         * wl-score.el (wl-score-headers): Fix for the confusing macro
7817         `elmo-kill-buffer'.
7818
7819 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7820
7821         * wl-summary.el: Don't use the 3rd argument of `require' because
7822         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7823         * wl-util.el: Ditto.
7824         * wl-draft.el: Ditto.
7825
7826 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7827
7828         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7829         window system is not used.
7830
7831 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7832
7833         * wl-thread.el: Don't use `mapcar' only for iteration.
7834         (wl-thread-resume-entity): Ditto.
7835         (wl-thread-delete-message): Ditto.
7836
7837         * wl-summary.el: Bind `dragdrop-drop-functions',
7838         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7839         of `require' for `timezone', `easymenu' and `ps-print';
7840         don't use `mapcar' only for iteration.
7841
7842         * wl-util.el: Bind `mule-version', `nemacs-version',
7843         `emacs-beta-version', `xemacs-codename',
7844         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7845         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7846         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7847         only for iteration.
7848
7849         * wl-score.el: Don't use `mapcar' only for iteration.
7850         (wl-score-simplify-buffer-fuzzy): Ditto.
7851         (wl-score-simplify-subject): Ditto.
7852         (wl-score-headers): Ditto.
7853         (wl-summary-score-update-all-lines): Ditto.
7854
7855         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7856         `enable-multibyte-characters' and `mule-version'.
7857
7858         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7859         `mapcar' only for iteration.
7860
7861         * wl-demo.el: Don't use `mapcar' only for iteration.
7862
7863         * wl-folder.el: Don't use `mapcar' only for iteration.
7864         (wl-folder-open-all): Ditto.
7865         (wl-folder-count-incorporates): Ditto.
7866
7867         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7868         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7869
7870         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7871         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7872         `smtp-connection-type'; specify 3rd argument of `require' for
7873         `timezone'; don't use `mapcar' only for iteration.
7874         (wl-draft-clone-local-variables): Don't use `mapcar'.
7875         (wl-draft-generate-clone-buffer): Ditto.
7876         (wl-user-agent-compose-internal): Ditto.
7877
7878         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7879
7880         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7881         (wl-save-status): Ditto.
7882
7883         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7884         for iteration.
7885
7886 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7887
7888         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7889         removed `Date'.
7890         (wl-fldmgr-make-filter-default): New user option.
7891
7892         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7893         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7894         (wl-fldmgr-filter-completion-alist): Abolish.
7895
7896         * wl.el (wl): Don't check servers if arg is non-nil.
7897
7898         * wl-draft.el (wl-draft-reply): Set only message-id string to
7899         In-Reply-To field.
7900
7901 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7902
7903         * wl-summary.el (wl-summary-pick): Rewrite.
7904
7905         * wl-draft.el (wl-draft-forward): Get references field from
7906         original buffer.
7907         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7908
7909 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7910
7911         * wl-draft.el (wl-draft-forward): Add references field.
7912
7913 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7914
7915         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7916         (wl-draft-reply): Use it.
7917
7918 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7919
7920         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7921         when Emacs 21 is running.
7922
7923         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7924         bindings.
7925
7926 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7927
7928         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7929         XPM icons transparent.
7930
7931         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7932         Emacs 21.
7933
7934 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7935
7936         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7937         nil.
7938
7939         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7940         when it is persistent.
7941         (wl-summary-sync-marks): Changed argument for
7942         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7943         (wl-summary-virtual): Use `elmo-read-search-condition'.
7944         (wl-summary-redisplay-internal): If folder is local, mark as read
7945         even when folder is plugged.
7946
7947 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7948
7949         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7950         of `tool-bar-lines' in the frame parameters.
7951         (after-make-frame-functions, post-command-hook): Don't modify the
7952         value.
7953         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7954         wl-e21-tool-bar-lines): Removed.
7955
7956 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7957
7958         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7959         properties `evaporate' and `wl-momentary-overlay' as well.
7960         (wl-highlight-summary-displaying): Ditto.
7961         (wl-delete-all-overlays): Don't delete overlay which does not have
7962         a property `wl-momentary-overlay'.
7963
7964         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7965         `display-mouse-p' and `display-graphic-p'.
7966         (wl-folder-init-icons): Don't search for XBM or the other files.
7967         (wl-plugged-set-folder-icon): Make icons if and only if
7968         `display-graphic-p' returns non-nil.
7969         (wl-highlight-plugged-current-line): Use `before-string' overlay
7970         property to show icon images.
7971         (wl-highlight-folder-current-line): Ditto.
7972         (wl-e21-highlight-folder-group-line): Ditto.
7973         (wl-e21-highlight-folder-by-numbers): Ditto.
7974         (wl-e21-insert-image): Removed.
7975         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7976         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7977         said.
7978         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7979         `wl-e21-force-switch-toolbar'.
7980         (wl-e21-make-icon-image): Removed.
7981         (wl-e21-setup-toolbar): Don't search for XBM files.
7982         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7983         the default value.
7984
7985 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7986
7987         * wl-util.el (wl-biff-check-folder-async): Set
7988         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7989
7990 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7991
7992         * wl-e21.el (after-make-frame-functions): Add
7993         `wl-e21-force-switch-toolbar'.
7994         (wl-e21-force-switch-toolbar): New function force to switch the
7995         toolbar appearance automatically.
7996         (post-command-hook): Add `wl-e21-switch-toolbar'.
7997         (wl-e21-switch-toolbar): New function to switch the toolbar
7998         appearance automatically.
7999         (wl-e21-tool-bar-lines): New buffer local variable.
8000
8001 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8002
8003         * wl-util.el (wl-biff-check-folders-running): New variable.
8004         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8005         (wl-biff-check-folder-async-callback):
8006         Set `wl-biff-check-folders-running'.
8007         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8008         with unwind-protect.
8009
8010         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8011         Enclose `wl-folder-auto-check' with unwind-protect.
8012
8013         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8014         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8015
8016         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8017
8018         * wl-util.el (wl-biff-notify): New inline function.
8019         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8020         locally.
8021         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8022         folder-list' is 1.
8023         Use `wl-biff-notify'.
8024         (wl-biff-check-folder-async-callback): New function.
8025         (wl-biff-check-folder-async): Ditto.
8026
8027         * wl-folder.el (wl-folder): Don't check folders.
8028         (wl-folder-auto-check): New function.
8029
8030 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8031
8032         * wl-util.el (wl-biff-start) [Emacs19+]:
8033         Use `timer-next-integral-multiple-of-time'.
8034         (wl-biff-check-folders): Use `wl-default-folder'
8035         if `wl-biff-check-folder-list' is nil.
8036
8037 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8038
8039         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8040         instead of `elmo-delete-lists'.
8041
8042 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8043
8044         * wl.el (wl-plugged-toggle-all): Set the value of
8045         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8046         (wl-plugged-toggle): Ditto.
8047         (wl-toggle-plugged): Ditto.
8048         (wl-plugged-init): Ditto.
8049
8050         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8051         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8052         instead of `wl-biff-state-indicator-off' and
8053         `wl-biff-state-indicator-on'; don't modify the value and the type
8054         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8055         (wl-plugged-init-icons): Set icons data to
8056         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8057         instead of `wl-plug-state-indicator-off' and
8058         `wl-plug-state-indicator-on'; don't modify the value and the type
8059         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8060
8061         * wl-vars.el (wl-modeline-biff-state-off,
8062         wl-modeline-biff-state-on, wl-modeline-biff-status,
8063         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8064         wl-modeline-plug-status): New internal variables.
8065         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8066         wl-biff-check-interval, wl-biff-check-folder-list): Change
8067         customization group from `wl-folder' to `wl-highlight'.
8068         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8069         wl-show-plug-status-on-modeline): Defcustomized.
8070
8071         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8072         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8073         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8074         a flag to `mode-line-buffer-identification'.
8075
8076         * wl-e21.el (wl-biff-init-icons): Set icons data to
8077         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8078         instead of `wl-biff-state-indicator-off' and
8079         `wl-biff-state-indicator-on'.
8080         (wl-plugged-init-icons): Set icons data to
8081         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8082         instead of `wl-plug-state-indicator-off' and
8083         `wl-plug-state-indicator-on'.
8084
8085 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8086
8087         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8088         excessive titles.
8089
8090 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8091
8092         * wl.el (wl-plugged-mode): Use revised
8093         `wl-mode-line-buffer-identification'.
8094         (wl-plugged-init): Don't use `force-mode-line-update'.
8095
8096         * wl-xmas.el (wl-draft-overload-functions): Use revised
8097         `wl-mode-line-buffer-identification'.
8098         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8099         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8100         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8101         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8102         `wl-make-plugged-hook';
8103         add `wl-folder-init-icons' and `wl-setup-folder' to
8104         `wl-folder-mode-hook'.
8105
8106         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8107         19 as well.
8108         (wl-mode-line-display-priority-list): New user option.
8109         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8110         Defcustomized.
8111         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8112         Add docs.
8113
8114         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8115         start.
8116         (wl-mode-line-buffer-identification): Revised as a function.
8117
8118         * wl-summary.el (wl-summary-mode): Use revised
8119         `wl-mode-line-buffer-identification'; don't call
8120         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8121         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8122         `wl-xmas-setup-summary'.
8123
8124         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8125         `wl-mode-line-buffer-identification'.
8126
8127         * wl-mule.el (wl-draft-overload-functions): Use revised
8128         `wl-mode-line-buffer-identification'.
8129
8130         * wl-folder.el (wl-make-plugged-alist): Don't call
8131         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8132         (wl-folder): Don't call `wl-folder-init-icons' directly.
8133         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8134         `wl-xmas-setup-folder' directly;
8135         use revised `wl-mode-line-buffer-identification'.
8136         (TopLevel): Don't bind `wl-biff-init-icons',
8137         `wl-plugged-init-icons', `wl-folder-init-icons',
8138         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8139
8140         * wl-e21.el (wl-draft-overload-functions): Use revised
8141         `wl-mode-line-buffer-identification'.
8142         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8143         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8144         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8145         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8146         `wl-make-plugged-hook';
8147         add `wl-folder-init-icons' and `wl-setup-folder' to
8148         `wl-folder-mode-hook'.
8149
8150 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8151             Katsumi Yamaoka    <yamaoka@jpl.org>
8152
8153         * wl.el (wl): Call `wl-biff-start'.
8154         (wl-exit): Call `wl-biff-stop'.
8155         (wl-plugged-mode): Show biff in modeline.
8156         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8157
8158         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8159         (wl-biff-init-icons): New function.
8160         (wl-plugged-init-icons): Don't make too much keymaps.
8161         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8162
8163         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8164         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8165         variables.
8166         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8167         options.
8168
8169         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8170         wl-biff-start, wl-biff-stop): New functions.
8171         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8172         (wl-biff-timer-name): New variable.
8173
8174         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8175
8176         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8177         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8178
8179         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8180         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8181
8182         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8183         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8184         `wl-folder-init-icons' to `ignore' if they are not available.
8185         (wl-folder-mode): Show biff in modeline.
8186
8187         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8188         (wl-biff-init-icons): New function.
8189         (wl-plugged-init-icons): Don't make too much keymaps.
8190         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8191
8192 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8193
8194         * wl-vars.el (wl-strict-diff-folders): Customization Type
8195         and doc fix.  Define as a list of regular expressions for
8196         folders or nil.
8197         * wl-folder.el (wl-folder-check-one-entity): Use
8198         `wl-string-match-member' instead of `wl-string-member' for
8199         `wl-strict-diff-folders'.
8200
8201 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8202
8203         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8204         (wl-highlight-folder-current-line): Use it; new implementation.
8205         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8206         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8207         `defsubst' instead of `defun'.
8208
8209         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8210         `wl-highlight-group-folder-by-numbers'; made it can also be a
8211         number.  See info for more details.
8212
8213         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8214         running.
8215
8216         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8217         to bind them.
8218
8219         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8220         (wl-highlight-folder-current-line): New implementation.
8221
8222         * wl-highlight.el (wl-highlight-folder-group-line): New
8223         implementation.
8224         (wl-delete-all-overlays): Rewrite as a marco.
8225         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8226
8227         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8228         running.
8229         (wl-folder-*-glyph): No need to bind them.
8230
8231         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8232         `wl-e21-highlight-folder-group-icon'; rewrite.
8233         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8234         `defsubst' instead of `defun'.
8235         (wl-folder-mode-map): Bind it when compiling.
8236
8237 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8238
8239         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8240
8241         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8242
8243 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8244
8245         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8246
8247 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8248
8249         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8250         (wl-highlight-folder-current-line): Use it.
8251
8252         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8253         in `id-name'.
8254
8255 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8256
8257         * wl.el: Require `wl-e21' when Emacs 21 is running.
8258
8259         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8260         default when Emacs 21 is running.
8261         (wl-use-highlight-mouse-line): Ditto.
8262         (wl-on-emacs21): New constant.
8263         (wl-on-emacs20): Removed.
8264
8265         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8266         Emacs 21 is running.
8267
8268         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8269         Emacs 21 is running.
8270
8271         * wl-e21.el: New file.
8272
8273 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8274
8275         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8276         (wl-toggle-plugged): Ditto.
8277         (wl-plugged-toggle): Ditto.
8278         (wl-plugged-toggle-all): Ditto.
8279
8280         * wl-vars.el (wl-plug-state-indicator): Refer
8281         `wl-plug-state-indicator-on' indirectly.
8282
8283 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8284
8285         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8286         Call `wl-folder-confirm-existence'.
8287
8288         * wl-folder.el (wl-folder-confirm-existence): Added optional
8289         argument `force'.
8290
8291 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8292
8293         * wl-summary.el (wl-summary-refile-subr): Assume
8294         `copy-or-refile' as symbol.
8295         (wl-summary-refile): Follow up above change.
8296         (wl-summary-copy): Ditto.  Doc fix.
8297
8298 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8299
8300         * wl-summary.el (wl-summary-pick): Don't bind
8301         `elmo-search-mime-charset'.
8302
8303         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8304         default using old backquote style.
8305         (wl-search-mime-charset): Abolished.
8306
8307         * wl-highlight.el (wl-highlight-headers):
8308         Call `point' after `re-search-forward'(for Nemacs).
8309
8310         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8311         for elmo-imap4.el.
8312
8313 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8314
8315         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8316         `wl-message-ignored-field-list' instead of
8317         `mime-view-ignored-field-list'.
8318
8319         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8320         Add interactive spec.
8321         (wl-folder-goto-bottom-of-current-folder): Ditto.
8322         (wl-folder-mode-map): Bind them.
8323
8324         * wl-vars.el (wl-message-ignored-field-list): New variable.
8325         (wl-message-visible-field-list): New variable.
8326
8327         * wl-mime.el (wl-mime-header-presentation-method): New function.
8328         (wl-mime-setup): Set header-presentation-method.
8329
8330 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8331
8332         * wl-nemacs.el (wl-draft-overload-functions): Set
8333         `mode-line-buffer-identification' instead of using
8334         `wl-make-modeline'.
8335
8336         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8337         instead of using `wl-make-modeline'.
8338
8339         * wl-xmas.el (wl-plugged-init-icons): Set up
8340         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8341         (wl-make-modeline): Abolish.
8342         (wl-draft-overload-functions): Set
8343         `mode-line-buffer-identification' instead of using
8344         `wl-make-modeline'.
8345
8346         * wl-util.el (wl-make-modeline-subr): Abolish.
8347         (wl-mode-line-buffer-identification): New alias.
8348
8349         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8350         (wl-summary-make-modeline): Abolish.
8351         (wl-summary-buffer-set-folder): Set
8352         `wl-summary-buffer-folder-indicator'.
8353         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8354         of using `wl-make-modeline'.
8355         (wl-summary-switch-to-clone-buffer): Don't set
8356         `mode-line-buffer-identification'.
8357         (wl-summary-goto-folder-subr): Ditto.
8358
8359         * wl-mule.el (wl-draft-overload-functions): Set
8360         `mode-line-buffer-identification' instead of using
8361         `wl-make-modeline'.
8362
8363         * wl-folder.el (wl-folder-mode): Set
8364         `mode-line-buffer-identification' instead of using
8365         `wl-make-modeline'.
8366         (wl-folder): Don't set `mode-line-buffer-identification'.
8367
8368 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8369
8370         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8371         instead of `member' for `wl-refile-guess-func-list' look-ups.
8372         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8373
8374 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8375
8376         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8377         `wl-message-button-dispatcher'.
8378
8379         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8380
8381         * wl-message.el (wl-message-button-dispatcher): Use it.
8382
8383         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8384         "In-Reply-To".
8385
8386         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8387         Bind `case-fold-search' to t.
8388
8389 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8390
8391         * wl-xmas.el (wl-message-overload-functions): Initialize
8392         `wl-message-button-map'.
8393
8394         * wl-mule.el (wl-message-overload-functions): Initialize
8395         `wl-message-button-map'.
8396
8397         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8398
8399         * wl-message.el (wl-message-button-map): New keymap.
8400         (wl-message-add-button): New function.
8401         (wl-message-button-dispatcher): New function.
8402         (wl-message-button-refer-article): New function.
8403
8404         * wl-highlight.el
8405         (wl-highlight-message-add-buttons-to-header): New function.
8406         (wl-highlight-headers): Use it.
8407
8408 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8409
8410         * wl-summary.el (wl-summary-default-from): Use
8411         `wl-address-get-petname-1'.
8412         (wl-summary-simple-from): Ditto.
8413
8414         * wl-address.el (wl-address-get-petname-1): New inline function.
8415         (wl-address-get-petname): Use it.
8416
8417 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8418
8419         * wl-summary.el (wl-summary-default-from): Return full-name part
8420         from the address if no petname was found.
8421         (wl-summary-simple-from): Ditto.
8422
8423         * wl-address.el (wl-address-get-petname): Return nil if no petname
8424         associated with the address was found.
8425
8426 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8427
8428         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8429         display is finished.
8430
8431 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8432
8433         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8434         `elmo-folder-exists-p' argument.
8435
8436 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8437
8438         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8439         the folder.
8440
8441 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8442
8443         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8444
8445         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8446         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8447
8448 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8449
8450         * wl-folder.el (wl-folder-create-subr): New function.
8451         (wl-folder-confirm-existence): Use it.
8452         (wl-folder-check-one-entity): Use it.
8453         Check the error symbol is derived from 'elmo-open-error.
8454
8455         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8456         `ignore-error'.
8457
8458 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8459
8460         * wl-util.el (toplevel): Add (eval-when-compile (require
8461         'elmo-util)).  (Maybe `provide' is typo.)
8462
8463 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8464
8465         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8466         (I don't know why this was needed.)
8467
8468         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8469         Follow up changes for stream-type.
8470
8471         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8472         (wl-draft-elmo-nntp-send): Ditto.
8473
8474         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8475         (wl-nntp-posting-stream-type): Ditto.
8476         (wl-pop-before-smtp-ssl): Abolished.
8477         (wl-nntp-posting-ssl): Ditto.
8478
8479         * wl-address.el (wl-address-quote-specials): New function.
8480         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8481
8482         * wl-draft.el (wl-draft-reply): Ditto.
8483
8484 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8485
8486         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8487         use function `wl-string-match-assoc'.
8488
8489 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8490
8491         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8492
8493         * wl-draft.el (wl-draft-deduce-address-list): New function.
8494         (wl-draft-parse-mailbox-list): Ditto.
8495         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8496         instead of `smtp-deduce-address-list'.
8497         (wl-draft-on-field-p): Follow group list.
8498
8499         * wl-address.el (wl-address-concat-token): New function.
8500         (wl-address-string-without-group-list-contents): Ditto.
8501         (wl-complete-field-body): Fixed problem of completion
8502         by japanese petname.
8503         (wl-address-make-completion-list): Rewrite.
8504
8505 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8506
8507         * wl-address.el (wl-address-make-completion-list): Completion by
8508         petname.
8509         (wl-complete-field-body): Likewise.
8510
8511 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8512
8513         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8514         contains invalid address syntax.
8515
8516 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8517
8518         * wl-folder.el (wl-folder-check-entity-async): Use
8519         `elmo-nntp-spec-hostname'.
8520
8521 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8522
8523         * wl-summary.el (wl-summary-msgdb-load-async): Use
8524         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8525
8526 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8527
8528         * wl-draft.el (wl-draft-reply): Set argument
8529         `content-transfer-encoding' as nil.
8530
8531 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8532
8533         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8534         `wl-refile-alist'.
8535
8536 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8537
8538         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8539         (wl-draft-edit-string): Ditto.
8540         (wl-draft-forward): Ditto.
8541         * wl-summary.el (wl-summary-write): Ditto.
8542
8543 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8544
8545         * wl-summary.el (wl-summary-sync-update3): Call
8546         `wl-summary-buffer-number-column-detect'.
8547         (wl-summary-buffer-number-column-detect): Search from point-min.
8548
8549 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8550
8551         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8552         contains an address which is not included in original to or cc.
8553
8554 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8555
8556         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8557         begin-line does not exist.
8558         * wl-message.el (wl-message-uu-substring): Ditto.
8559
8560 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8561
8562         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8563         clear local variables.
8564         (wl-summary-exit): Call `elmo-commit'.
8565         (wl-summary-switch-to-clone-buffer): Call
8566         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8567         (wl-summary-goto-folder-subr): Ditto.
8568
8569         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8570         POP folder.
8571
8572 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8573
8574         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8575         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8576         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8577         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8578         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8579         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8580
8581         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8582
8583 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8584
8585         * wl-summary.el (wl-summary-search-by-subject):
8586         Search parent message from the latest one.
8587
8588 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8589
8590         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8591         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8592
8593         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8594         New user option.
8595
8596         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8597         if elmo-nntp-use-killed-list is nil.
8598         Use `elmo-msgdb-append-to-killed-list'.
8599         (Append numbers confirmed as disappeared to the killed list.)
8600         (wl-summary-confirm-appends): Don't display negative number.
8601
8602 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8603
8604         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8605
8606 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8607
8608         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8609         range is `all'.
8610         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8611         `elmo-list-bigger-diff'.
8612
8613 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8614
8615         * wl-summary.el (wl-summary-buffer-exit-func):
8616         New buffer local variable.
8617         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8618
8619 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8620
8621         * wl-demo.el (wl-demo): Fix the last change.
8622
8623 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8624
8625         * wl-demo.el (wl-demo): Don't use `eval'.
8626
8627 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8628
8629         * wl-summary.el (wl-summary-buffer-thread-modified):
8630         New buffer-local variable.
8631         (wl-summary-set-thread-modified): New function.
8632         (wl-summary-thread-modified-p): New function.
8633         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8634         (wl-summary-yank-saved-message): Use function
8635         `wl-summary-set-thread-modified'
8636         (wl-summary-switch-to-clone-buffer): Add
8637         `wl-summary-buffer-thread-modified'.
8638
8639         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8640         (wl-summary-buffer-mark-saved-hook): Ditto.
8641         * wl-summary.el (wl-summary-msgdb-save): New hook
8642         `wl-summary-buffer-message-saved-hook' and
8643         `wl-summary-buffer-mark-saved-hook'.
8644
8645 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8646
8647         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8648
8649 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8650
8651         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8652         don't hide scroll bars under FSF Emacsen because it may incur an
8653         undesirable redrawing.
8654
8655 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8656
8657         * wl-draft.el (wl-draft-edit-string): Call
8658         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8659
8660 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8661
8662         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8663
8664 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8665
8666         * wl-summary.el (wl-summary-msgdb-load-async): Call
8667         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8668
8669 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8670
8671         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8672         fringes in demo buffer; center bitmap logo correctly even if old
8673         Mule is used.
8674
8675 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8676
8677         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8678
8679         * wl-refile.el (wl-refile-subject-alist): New variable.
8680         (wl-refile-subject-alist-file-name): Ditto.
8681         (wl-refile-alist-setup): Rewrite.
8682         (wl-refile-alist-save): Use `elmo-object-save'.
8683         Eliminated arguments.
8684         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8685         (wl-refile-guess-by-subject): New function.
8686         (wl-refile-guess-func-list): Added it.
8687
8688 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8689
8690         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8691         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8692
8693 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8694
8695         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8696         New buffer-local variable.
8697         (wl-summary-buffer-next-folder-func): Ditto.
8698         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8699         if non-nil.
8700         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8701         if non-nil.
8702         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8703         if non-nil.
8704         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8705         if non-nil.
8706
8707 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8708
8709         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8710         permanently in the demo buffer.
8711
8712 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8713
8714         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8715         `mime-entity-fetch-field'.
8716
8717         * wl.el (wl-exit): Delete plugged buffer.
8718
8719         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8720         XEmacs has menubar feature.
8721
8722 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8723
8724         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8725         cannot arrive at the beginning of the buffer under old Emacsen.
8726
8727 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8728
8729         * wl-address.el (wl-address-ldap-search):
8730         Call `ldap-search-entries' with `withdn' argument t.
8731         (wl-complete-field-body): Bind completion-ignore-case as t.
8732         Clear ldap search hash when it was sole completion.
8733         Use elmo-string for pattern string.
8734         (wl-ldap-alias-safe-string): Eliminated needless let.
8735
8736 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8737
8738         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8739         (wl-ldap-alias-sep): New constant.
8740         (wl-ldap-search-attribute-type-list): Ditto.
8741         (wl-ldap-get-value): New function.
8742         (wl-ldap-make-filter): Ditto.
8743         (wl-ldap-make-matched-value-list): Ditto.
8744         (wl-ldap-alias-safe-string): Ditto.
8745         (wl-ldap-register-dn-string): Ditto.
8746         (wl-address-ldap-search): Rewrite.
8747
8748 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8749
8750         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8751         thread is deleted.
8752         (wl-thread-delete-line-from-buffer): Ditto.
8753         (wl-thread-get-exist-children): New function.
8754
8755 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8756
8757         * wl-demo.el (wl-demo): Made it to select various image types.
8758         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8759         from `wl-title-logo'.
8760         (wl-logo-ascii): New variable.
8761         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8762         (wl-demo-copyright-notice): New constant.
8763
8764         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8765
8766 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8767
8768         * wl-vars.el (wl-summary-target-above): Renamed from
8769         wl-summary-temp-above.
8770         * wl-score.el (wl-score-get-score-alist): Use it.
8771         (wl-summary-score-update-all-lines): Use it.
8772         * wl-summary.el: Ditto. (make-variable-buffer-local).
8773
8774 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8775
8776         * wl-vars.el (wl-ldap-port): New user option.
8777
8778         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8779         Rewite whole implementation.
8780         (wl-complete-field-body): Fixed.
8781
8782 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8783
8784         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8785         Choose implementation at compile time.
8786
8787 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8788
8789         * wl-address.el (wl-ldap-search-internal): New function.
8790         (wl-complete-field-to): Use it.
8791
8792 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8793
8794         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8795         Use `let' instead of `let*'.
8796         Require 'wl-vars.
8797
8798         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8799         Define as defcustom.
8800         (wl-ldap-base): Ditto.
8801         (wl-use-ldap): Ditto.
8802
8803 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8804
8805         * wl-address.el (wl-ldap-search): New function.
8806         (wl-complete-field-body): Use `wl-ldap-search'.
8807         (wl-ldap-server): New variable.
8808         (wl-ldap-base): Ditto.
8809         (wl-use-ldap): Ditto.
8810
8811 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8812
8813         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8814         (Pointed out by Mito <mit@nines.nec.co.jp>).
8815         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8816         buffer-local variables like `wl-summary-redisplay-internal'.
8817         (wl-summary-redisplay-all-header): Likewise.  Update
8818         Summary view too.
8819
8820 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8821
8822         * wl-summary.el (wl-summary-jump-to-parent-message):
8823         Consider prefix argument.
8824
8825         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8826         when closed thread is deleted.
8827
8828 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8829
8830         * wl-summary.el (wl-summary-jump-to-parent-message):
8831         Consider thread modification.
8832
8833 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8834
8835         * wl-message.el (wl-message-normal-get-original-buffer): Use
8836         `save-excursion'.
8837
8838         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8839         (wl-summary-showto-folder-regexp): Ditto.
8840
8841 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8842
8843         * wl-util.el (wl-delete-alist): Doc fix.
8844         (wl-delete-associations): New function.
8845         (wl-inverse-alist): New function.
8846         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8847         Split temporary variables. Use `wl-delete-associations'
8848         and `wl-inverse-alist'.
8849         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8850
8851 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8852
8853         * wl-folder.el (wl-folder-prefetch-entity):
8854         Execute prefetching if new count is unknown.
8855
8856 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8857
8858         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8859
8860         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8861         delete entity.
8862         (wl-thread-set-parent): If insert as top, set linked as nil.
8863
8864         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8865         `wl-thread-cleanup-symbols' when view mode is thread.
8866
8867 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8868
8869         * wl-folder.el (wl-folder-create-folder-entity): Use
8870         with-current-buffer.
8871         (wl-local-folder-init): Call set-buffer to make sure we are in
8872         the Folder buffer. Don't touch buffer-local variables here.
8873         (wl-folder-mode): Initialize buffer-local variables here.
8874
8875         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8876         (wl-folder-entity-assign-id): Ditto.
8877         (wl-folder-create-entity-hashtb): Ditto.
8878         (wl-local-folder-init): Ditto.
8879         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8880
8881 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8882
8883         * wl-summary.el (wl-summary-default-from): Fix probrem when
8884         std11-extract-address-components return (nil "foo@bar").
8885
8886 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8887
8888         * wl-draft.el (wl-draft-clone-local-variables):
8889         Remove redundant `setq'.
8890
8891 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8892
8893         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8894         Bind wl-highlight-x-face-func as nil while highlighting header.
8895
8896 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8897
8898         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8899
8900 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8901
8902         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8903         elmo-msgdb-overview-hashtb from copy-variables.
8904         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8905         instead of `elmo-msgdb-overview-get-entity-by-number'.
8906         (wl-summary-auto-refile): Ditto.
8907
8908         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8909         `elmo-msgdb-overview-get-entity' instead of
8910         `elmo-msgdb-search-overview-entity'.  Use
8911         `elmo-msgdb-overview-get-entity' instead of
8912         `elmo-msgdb-overview-get-entity-by-number'.
8913         (wl-thread-insert-entity-sub): Ditto.
8914         (wl-thread-insert-message): Ditto.
8915
8916         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8917         `elmo-msgdb-overview-get-entity'.
8918         (wl-normal-message-redisplay): Ditto.
8919
8920 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8921
8922         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8923         `wl-thread-entities'.
8924         (wl-thread-delete-message): Fix remove top message from
8925         `wl-thread-entity-list'.
8926
8927         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8928         wl-append(nconc), because update-list is broken on Meadow.
8929
8930         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8931         updating process.
8932         (wl-summary-rescan): Ditto.
8933         (wl-summary-sync-update3): Ditto.
8934         * wl-thread.el (wl-thread-set-parent): Renamed from
8935         `wl-summary-set-parent'.
8936         (wl-thread-insert-message): Updating buffer faster.
8937         (wl-thread-delete-message): Updating buffer faster.
8938
8939         * wl-score.el (wl-summary-score-update-all-lines): Changed
8940         interval for display progress gauge.
8941
8942 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8943
8944         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8945         folder always-sticky.
8946         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8947         defmacro.
8948
8949 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8950
8951         * wl-vars.el (wl-draft-add-references): New user option.
8952
8953         * wl-draft.el (wl-draft-add-references): New function.
8954         (wl-draft-yank-from-mail-reply-buffer): Use it.
8955         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8956         as nil.
8957
8958 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8959
8960         * wl-thread.el (wl-thread-update-line-msgs): Called
8961         `wl-thread-update-line-on-buffer-sub'.
8962         (wl-thread-update-line-on-buffer): Delete routine of inserting
8963         thread.
8964         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8965         moved from `wl-thread-update-line-on-buffer'.
8966         Add threshold for displaying progress gauge.
8967         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8968         argument of `wl-thread-update-line-msgs'.
8969         Add threshold for displaying progress gauge.
8970         * wl-folder.el:
8971         Add threshold for displaying progress gauge.
8972         * wl-score.el: Ditto.
8973
8974         * wl-expire.el (wl-summary-expire): Display deleting info.
8975
8976 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8977
8978         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8979         `no-msg'.
8980         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8981         argument of `wl-thread-update-line-msgs'.
8982         (wl-summary-set-parent): Added optional argument `parent-number'.
8983         (wl-summary-buffer-saved-message): New buffer local variable.
8984         (wl-summary-save-current-message): New command.
8985         (wl-summary-yank-saved-message): Ditto.
8986         (wl-summary-mode-map): Added key binding for
8987         `wl-summary-save-current-message' (\ew) and
8988         `wl-summary-yank-saved-message' (\C-y).
8989         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8990
8991 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8992
8993         * wl-summary.el (wl-summary-mode-map): Added key binding for
8994         `wl-summary-set-parent' (ts).
8995
8996 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8997
8998         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8999         subject faster. If thread number is reverse, delayed updating
9000         thread.
9001         (wl-summary-search-by-subject): Ditto.
9002         (wl-summary-put-alike): Ditto.
9003         (wl-summary-get-alike): Ditto.
9004         (wl-summary-insert-headers): Insert header of all overview in
9005         buffer.
9006         (wl-summary-rescan): Delayed updating thread. Kill search subject
9007         buffer for wl-summary-search-by-subject.
9008         (wl-summary-sync-update3): Ditto.
9009         (wl-summary-exit): Ditto.
9010         (wl-summary-goto-bottom-of-current-thread): Change for linked
9011         thread.
9012         (wl-summary-overview-create-summary-line): Change line for linked
9013         thread.
9014
9015         * wl-summary.el (wl-summary-update-thread): Use
9016         wl-thread-maybe-get-children-num.
9017         (wl-summary-set-parent): If change parent, move sub thread.
9018         (wl-summary-redisplay-internal): Add horizontal recenter.
9019         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9020
9021         * wl-thread.el (wl-thread-entity-get-linked): New function.
9022         (wl-thread-entity-set-linked): New function.
9023         (wl-thread-create-entity): Add linked element.
9024         (wl-thread-entity-insert-as-top): Use wl-append.
9025         (wl-thread-maybe-get-children-num): If closing thread, return
9026         children msgs.
9027         (wl-thread-update-line-msgs): Displaying progress message.
9028         (wl-thread-update-line-on-buffer-sub): Use
9029         wl-thread-maybe-get-children-num.
9030         (wl-thread-update-line-on-buffer): If update line is not exists,
9031         insert thread.
9032         (wl-thread-delete-message): If delete top msg of thread, search
9033         parent by subject.
9034         (wl-thread-insert-entity): Use
9035         wl-thread-maybe-get-children-num.
9036
9037         * wl-highlight.el (wl-highlight-summary-current-line): change
9038         sregexp for linked thread.
9039         * wl-util.el (wl-count-lines): Count lines.
9040         (wl-horizontal-recenter): horizontal recenter.
9041         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9042         (wl-score-get-alike): Ditto.
9043         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9044         (wl-subject-length-limit): New variable.
9045         (wl-highlight-thread-indent-string-regexp): Changed for linked
9046         thread.
9047
9048 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9049
9050         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9051         New variable (revival).
9052         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9053         by subject matching if there's no in-reply-to nor references field
9054         (revival).
9055
9056 \f
9057 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9058
9059         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9060         message.
9061
9062 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9063
9064         * wl-summary.el (wl-summary-reply): Return t if there was a
9065         message at cursor point.
9066         Added unwind-protect.
9067         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9068         returns t.
9069         (wl-summary-cancel-message): Do nothing when there's no message at
9070         cursor point.
9071         (wl-summary-forward): Ditto.
9072         (wl-summary-jump-to-parent-message): Ditto.
9073         (wl-summary-reedit): Ditto.
9074         (wl-summary-edit-addresses): Ditto.
9075         (wl-summary-pipe-message): Ditto.
9076         (wl-summary-print-message-with-ps-print): Ditto.
9077         (wl-summary-print-message): Ditto.
9078         (wl-summary-mark-as-important): Ditto.
9079         (wl-summary-mark-as-unread): Ditto.
9080
9081         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9082         message at cursor point.
9083         (wl-summary-reply-with-citation): Remove unwind-protect.
9084
9085         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9086         subject searching feature.
9087         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9088         Eliminated.
9089
9090 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9091
9092         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9093         New variable.
9094         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9095         by subject matching if there's no in-reply-to nor references field.
9096
9097         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9098
9099         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9100         when display is finished.
9101         (wl-folder-open-all): Ditto.
9102         (wl-folder-update-access-group): Ditto.
9103         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9104         * wl-thread.el (wl-thread-close-all): Ditto.
9105
9106         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9107         progress gauge only when it was displayed.
9108         * wl-folder.el (wl-folder-insert-entity): Ditto.
9109
9110 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9111
9112         * wl-summary.el (wl-summary-incorporate): Enclose
9113         `wl-summary-sync-force-update' with save-excursion.
9114
9115 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9116
9117         * wl-summary.el (wl-summary-prefetch-region):
9118         Pass current cursor point to `pos-visible-in-window-p' after
9119         moving cursor to the started point.
9120
9121 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9122
9123         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9124
9125         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9126         fields from the forwarding message.
9127         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9128         `ignored-fields'.
9129
9130 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9131
9132         * wl-mime.el (wl-message-request-partial):
9133         Eliminated argument `msgdb'.
9134         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9135         (wl-mime-combine-message/partial-pieces): Likewise.
9136         * tm-wl.el (wl-message-request-partial): Likewise.
9137         (wl-mime-combine-message/partial-pieces): Likewise.
9138
9139 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9140
9141         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9142         when display is finished.
9143
9144 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9145
9146         * wl-summary.el (wl-summary-goto-folder-subr):
9147         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9148
9149 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9150
9151         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9152         when cursor point is visible.
9153
9154 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9155
9156         * wl-expire.el (wl-expire-archive-get-max-number):
9157         Don't use `file-name-directory'.
9158
9159 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9160
9161         * wl-expire.el (wl-expire-archive-get-max-number):
9162         Use `file-name-directory'.
9163
9164 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9165
9166         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9167         only when there is progress.
9168
9169 2000-04-13  Mito <mit@nines.nec.co.jp>
9170
9171         * wl-summary.el (wl-summary-sync-marks): Display progress.
9172
9173 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9174
9175         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9176         (wl-summary-prev): Move cursor regardless of unread status.
9177         (wl-summary-next): Ditto.
9178
9179 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9180
9181         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9182         Added argument `target' and `number'.
9183         * tm-wl.el (wl-summary-burst-subr): New function.
9184         (wl-summary-burst): Use it.
9185
9186 2000-04-10  Mito <mit@nines.nec.co.jp>
9187
9188         * wl-mime.el (wl-burst): New function.
9189         (wl-summary-burst): Use it.
9190
9191 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9192
9193         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9194         as petname when there's no candidate.
9195
9196 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9197
9198         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9199         New variable.
9200         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9201
9202         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9203
9204         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9205
9206 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9207
9208         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9209         Use substring of `original' instead of buffer-substring.
9210         (wl-refile-evaluate-rule):
9211         Set `original' argument of wl-refile-expand-newtext.
9212
9213         * wl-summary.el
9214         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9215         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9216         (wl-summary-auto-refile): Check existence of destination folder just
9217         before marking.
9218
9219 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9220
9221         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9222         when wl-refile-get-field-value return nil.
9223
9224 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9225
9226         * wl-refile.el
9227         (wl-refile-expand-newtext): New function imported from Gnus.
9228         (wl-refile-evaluate-rule): Use it.
9229
9230 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9231
9232         * wl-summary.el (wl-summary-print-destination):
9233         Duplicate folder string to avoid putting text-property on
9234         original string.
9235
9236         * wl-refile.el (wl-refile-get-field-value): New function.
9237         (wl-refile-evaluate-rule): New function;
9238         Evaluate refile rule recursively.
9239         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9240         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9241         New function; Check existence of a target folder recursively.
9242         (wl-summary-auto-refile-check-refile-rule-alist):
9243         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9244
9245 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9246
9247         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9248
9249         * wl-folder.el (wl-create-folder-entity-from-buffer):
9250         Fixed problem when '}' character is contained in folder name.
9251
9252         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9253
9254 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9255
9256         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9257         (wl-fldmgr-add-completion-all-completions):
9258         Use wl-fldmgr-add-completion-hashtb.
9259
9260 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9261
9262         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9263         wl-fldmgr-add-completion-subr): New functions.
9264         * wl-folder.el (wl-folder-completion-func): New variable.
9265         * wl-summary.el (wl-summary-read-folder):
9266         Use wl-folder-completion-func.
9267
9268         * wl-refile.el: Eliminate throw & catch.
9269
9270         * wl.el (wl-plugged-sending-queue-status): Fixed.
9271
9272 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9273
9274         * wl-draft.el (wl-draft): Put category property on
9275         mail-header-separator.